Ethernet Lan switching Flashcards
(8 cards)
What are the five parts of a Frame header?
- Preamble
- SFD (Start Frame Delimiter)
- Destination MAC
- Source MAC
- Type/Length
Preamble
Synchronizes receiving clocks (so that other device is ready to receive the rest of the frame)
SFD
Start Frame Delimiter, marks where the preamble ends and the rest of the frame starts
Type/length
if less than 1500, its the length of the frame
if greater than 1536, it is the frame type (ie ipv4 = 0x0800)
Frame trailer
Contains the FCS (Frame Check sequence) that checks for corrupted data by running CRC (Cyclic redundancy check)
MAC address
unique address assigned to all devices. first three bytes are the OUI (assigned to company) and the last three bytes are unique values.
What happens when a switch receives a known unicast frame?
Fills in the CAM table with the source MAC address from the frame and the interface that it came from
What happens when a switch receives a unknown unicast frame destined for elsewhere?
Will flood frame to all other switches