A wired transmission family of technologies frequently adapted for data transfer across the internet. Exists in the physical layer of the OSI model. Has two main implementations: Fast Ethernet (obsolete) and Gigabit Ethernet (current).
Standards
Ethernet has different classifications for the cabling used, in line with that of the cable types associated with twisted pair cables. The table below summarises the main differences:
Fast Ethernet layer | Transmission rate | Cable type | Maximum distance |
---|---|---|---|
100BASE-TX | 100 Mbps | UTP (Cat 5) | 100 metres |
100BASE-FX | 100 Mbps | Optical fibre (multi-mode) | 400 metres (half-duplex); 2 kilometres (full duplex) |
1000BASE-T | 1 Gbps | UTP (Cat 5e/6) | 100 metres |
1000BASE-TX | 1 Gbps | UTP (Cat 6) | 100 metres |
1000BASE-SX | 1 Gbps | Optical fibre (multi-mode) | 550 metres |
1000BASE-LX | 1 Gbps | Optical fibre (both modes) | 550 metres (multi-mode); 5 kilometres (single-mode) |
Nomenclature
For each layer’s name, there is a nomenclature that the layer’s name abides to. In general, the designation has the following structure:
Type II Ethernet Frame
A data link protocol data unit that includes information about a particular packet. Spans between 64 and 1518 bytes. Has three primary components to it, namely the:
- MAC header spanning 14 bytes (6 + 6 + 2), including the:
- destination MAC address;
- source MAC address; and
- EtherType (used to indicate which protocol is encapsulated in the payload);
- payload spanning 46 to 1500 bytes; and
- CRC checksum spanning 4 bytes.