Data Link Layer
Unit exchange: Frame
Divides Packet into frames, add headers and trailers.
Introduce MAC Address.
- Preamble: where the frame start
- Destination MAC address: which devices to broadcast
- Source MAC address: normally the current device address
- ET: Which protocol of Layer 3 (Network Layer) is being used to process this frame
- Payload: data that the frame carry from source to destination
- FCS: trailer for error correction check
A Switch is a layer 2 device