Computer Network & Network Security System — Data Link Layer, NEC licence examination syllabus (Nepal Engineering Council).
The wired standard that quietly runs most of the world's local networks — and whose frame layout is worth being able to draw from memory.
PreambleA synchronisation pattern that lets the receiver's clock lock onto the sender's before any real data arrives.
Destination MAC6 bytes. Read first, so a card can discard a frame that is not for it without processing the rest.
Source MAC6 bytes.
Type / Length2 bytes. What protocol is inside — IP, ARP and so on.
Data46 to 1500 bytes of payload.
CRC4-byte check trailer, computed over the frame and verified on arrival.
The 1500-byte ceiling is the easy half: a very long frame would monopolise a shared cable and delay everyone else, and an error in it would waste more retransmission.
The 46-byte floor is the interesting one, and it exists because of collision detection. A sender must still be transmitting when a collision reaches it, or it will never notice. On the original shared-cable Ethernet, the minimum frame size was chosen so that a frame takes longer to transmit than a signal takes to travel to the far end of the maximum-length cable and back.
Fast Ethernet raised the rate to 100 Mbps and Gigabit Ethernet to 1000 Mbps, both keeping the same frame format. That compatibility is the reason a modern network can carry decades-old software unchanged — the frame a machine builds today is laid out the same way as one from the original standard.
What changed underneath is the physical layer and, more importantly, the topology: modern Ethernet is switched rather than shared. Each device has its own collision-free link to a switch, which is why collisions have effectively disappeared from wired networks even though the mechanism for handling them is still specified.
Ethernet and IEEE 802.3. Ethernet is the original commercial standard; 802.3 is its formal IEEE specification. They differ in the Type/Length field's interpretation but are treated as the same technology in practice.
The frame's maximum and the payload's maximum. 1500 bytes is the payload limit. The frame is larger, because the header and trailer are added to it.
Shared and switched Ethernet. The frame format is identical. Whether collisions can occur at all is not.
Preamble, destination, source, type/length, data, CRC. Destination first so a card can discard early.
Payload 46–1500 bytes. The ceiling stops one sender hogging the medium; the floor keeps a sender transmitting long enough to detect a collision.
Short payloads are padded, which is why the length field is needed.
Fast and Gigabit Ethernet kept the frame format — that is what preserved compatibility.
Create a free account to tick topics off, take notes as you read, watch the video lessons and get a day-by-day study plan built around your exam date.
Loading…