LAN Data-Link Layer Protocols: Preamble
LAN Data-Link Layer Protocols: Preamble
#Ethernet
The most commonly used LAN Data-Link Layer [[202011201526 Data-Link Layer]] protocol is
Ethernet & WAN Data-Link Layer protocols are High-Level Data Link Control (HDLC) and
Point-to-Point Protocol (PPP).
Ethernet Frame is Ethernet Header+Trailer encapsulating the Data.
Ethernet
Preamble SFD DMAC SMAC Type Data & PAD FCS
Preamble:
For Synchronization
To provide 5MHz clock timing which allows the receiving Computer/device to lock the
incoming bit stream.
It looks like this 10101010 10101010 10101010 10101010 10101010 10101010 10101010
DMAC
Receiver of the Frame
SMAC
Sender of the Frame
Type
Type of Layer 3 Network Layer packet (IPv4/IPv6.
The Frame is however in a Hexadecimal format so instead of putting 'IPv4'/'IPv6' they put
Ether type as 0800 for IPv4 & 86DD for IPv6. These DIFFERENT ETHER TYPES are assigned
by IEEE for different Protocols.
Reference:
CCNA 200301 OCG, Volume 1, Pg. 4950,5253 Wendell Odom.