Basic Ethernet

Ethernet is a set of technologies and protocols that are used primarily in LANs. However, Ethernet can also be used in MANs and even WANs. It was first standardized in the 1980s as IEEE 802.3 standard. Since then, it has gone through four generations of evolution.

Ethernet Generations Standard 10 Mbps Fast 100 Mbps Gigabit 1 Gbps 10-Gigabit 10 Gbps Evolution Timeline

Standard Ethernet is also referred to as Basic Ethernet. It uses 10Base5 coaxial cables for communications and operates at 10 Mbps. Ethernet provides service up to the data link layer. At the data link layer, Ethernet divides the data stream received from the upper layers and encapsulates it into frames, before passing them on to the physical layer.

Ethernet Frame Structure

The main parts of an Ethernet frame are:

  • Preamble − It is the starting field that provides alert and timing pulse for transmission.

  • Destination Address − It is a 6-byte field containing the physical address of destination stations.

  • Source Address − It is a 6-byte field containing the physical address of the sending station.

  • Length − It stores the number of bytes in the data field.

  • Data and Padding − This carries the data from the upper layers.

  • CRC − It contains error detection information.

Ethernet Frame Format Preamble 8 bytes Dest Addr 6 bytes Src Addr 6 bytes Length 2 bytes Data and Padding 46-1500 bytes CRC 4 bytes Total frame size: 64-1518 bytes

Physical Layer Implementations

Standard Ethernet has many physical layer implementations. The four main physical layer implementations are:

Implementation Cable Type Maximum Distance Topology
10Base5 Thick coaxial cable 500 meters Bus
10Base2 Thin coaxial cable 185 meters Bus
10BaseT Twisted pair cable 100 meters Star
10BaseF Fiber optic cable 2000 meters Star

Conclusion

Basic Ethernet operates at 10 Mbps and uses CSMA/CD access method with various physical implementations. It provides reliable data link layer services through structured frame format and error detection mechanisms.

Updated on: 2026-03-16T23:36:12+05:30

7K+ Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements