Ethernet LAN Switching Flashcards
SFD
Start Frame Delimiter
Signifies the end if the Preamble
It is not used to provide receiver clock synchronization
Type
The type field indicates the type of packet encapsulated within the frame
FCS
Frame Check Sequence
Used to detect errors that occurred during transmission
Preamble
Preamble is a series of 1’s and 0’s (7bytes of 10101010) which allows the receiving device to synchronize its receive clock
Length
Length field indicates the length of the encapsulated packet
Destination MAC Address
It does not populate mac address
Source Mac Address
A switch uses the source mac address field to populate its MAC address table. It associates the source MAC address with the interface on which the frame was received. This allows the switch to learn how to reach other devices on the network
Known unicast
MAC address is already in the switch mac address table.
No need to flood the frame.
Unknown unicast
Switch doesn’t know how to reach destination so it floods the frame of all interfaces except the one it was received on.
Minimum ethernet frame payload
46 bytes
ARP
Address Resolution Protocol
used to find out destination’s MAC address