CCNA Learning Journey

Day 5 : Ethernet LAN Switching Part 1

OSI Model - PDUs

Ethernet Frame

Preamble

SFD

Destination / Source

Type / Length

IPv4 = 0x0800 (hexadecimal) (2048 in decimal)
IPv6 = 0x86DD (hexadecimal) (34525 in decimal)


Frame Check Sequence

Length of frame

MAC Address

Unicast frame: a frame destined for a single target

Dynamic MAC addresses are removed from the MAC address table after 5 minutes of inactivity.

Known unicast frame is a frame of which destination address in already in the switch’s MAC address table.

Unknown unicast frame is a frame destined for a signle host, however the switch doesn’t know how to reach the destination so it floods the frame out of all the interfaces except the one it was received on.