Skip to main content

IEEE 802.3: Ethernet

Design decisions

CSMA/CD

To manage wire access.

Ethernet Frame

FieldContent
DestinationMAC address of the frame's recipient.
SourceMAC address of the sending system.
TypeType of data (e.g., IPv4). It does not tell you about higher-level data such as en email.
DataThe actual payload.
Frame Check Secuence (FCS)Data goes through a cyclic redundancy check (CRC) formula and its result is attached to the frame. The receiving NIC will perform the same calculation and compare it with this answer to check data is correct.
Pad (optional)The minimum frame is 64 bytes in size. If the frame has fewer data to haul, the sending NIC will automatically add extra data.

Preamble

Transmission of a frame starts with a preamble, a 7-byte series of alternating ones and zeroes followed by a 1-byte _start frame delimiter. This always preceds a frame. The preamble is added by the sending NIC.

The preamble gives a receiving NIC time to realize a frame is coming and to know exactly where the frame starts.

Variants

Standards

NameSpeedDistance between switch and nodeCable type
10BaseT10Mbps100mCat 3 UTP w/RJ-45
10BaseFL10Mbps2000mMultimode fiber-optic cabling w/ST|SC
100BaseT/TX (i.e., "Fast Ethernet")100Mbps100mtsCat 5 UTP|STP w/RJ-45|8P8C
100BaseFX100Mbps2kmMultimode fiber-optic w/ST|SC
1000BaseT (i.e., "Gigabit Ethernet")1Gbps100mtsCat 5e/6 UTP w/RJ-45
1000BaseSX1Gbps220-500mMultimode fiber 850nm w/LC commonly
1000BaseLX1Gbps5kmSingle-mode fiber 1300nm w/LC|SC commonly
10GBaseSR10Gbps26-300mMultimode 850nm LAN
10GBaseSW10Gbps26-300mMultimode 850nm SONET/WAN
10GBaseLR10Gbps10kmSingle-mode 1310nm LAN
10GBaseLW10Gbps10kmSingle-mode 1310nm SONET/WAN
10GBaseER10Gbps40kmSingle-mode 1550nm LAN
10GBaseEW10Gbps40kmSingle-mode 1550nm SONET/WAN
10GBaseT10Gbps55/100mCat6/6a UTP four-pair/full-duplex w/RJ-45

Subcommittees

The original Ethernet used a single piece of coaxial cable to connect several computers, enabling them to transfer data at a rate of up to 3 million bits per second (3 Mbps).

StandardArea of jurisdiction
802.3i10 Mbps using twisted pair cabling (1990)
802.3ab1 Gigabit over twisted pair (1999)
802.3by25Gb over fiber (2016)