2010년 7월 5일 월요일

Media independent interface

Ethernet
- 미국의 DEC,Intel, Xerox가 공동 개발한 LAN의 모델
  data station간의 거리가 약 2.5km 내에서 최대 1024개의 data station상호간에 10Mbps로 정보를
  교환할 수 있는 지역적 network.
  IEEE 802.3 표준을 구현한 model중의 하나임.
- CSMA/CD방식
- 10Mbps 속도 (후에 100Mbps속도가 등장하는데, 이를 Fast ethernet이라 부름)
Gigabit ethernet
- ethernet의 속도를 높인것 → 1Gbps 속도, 즉 ethernet frame을 초당 Gigabit의 속도로 전송하는 것.
- 기본적으로 광 cable상에서 전송됨.

n BASE m
n: 전송속도 (Mbps)
m: 전송거리
n BASE x
n: 전송속도
x: 전송매체

MII(Media Independent Interface)
- Fast ethernet의 MAC block과 PHY chip을 연결하는 standard interface.
  10BASE level에서는 하나의 chip에 MAC과 PHY가 구현되어 있었으나,
  fast ethernet부터 PHY와 MAC이 나뉘어짐.
  이때, MAC과 PHY의 interface를 위한 것이 바로 MII.
  Gigabit에서는 MII를 확장한 GMII(Gigabit MII)를 사용, 근본적으로는 MII와 동일.
- Wiki says
  Being media independent means that any of several different types of PHY devices
    for connecting to different media (ie. Ethernet, fiber optic, etc.) can be used without
    redesigning or replacing the MAC hardware.

RGMII(Reduced Gigabit Media Independent Interface)
- ..specifies a particular interface between an Ethernet MAC and PHY.
- RGMII uses half the number of data pins as used in the GMII.
    RGMII Pins: consist of 12pins.



Q-phase1 block diagram


Q-phase2 block diagram