Ch 1.4 - Ethernet Lan Flashcards
Packet Components
- Preamble
- Start frame delimiter
- Destination MAC address and source
- MAC address
- Length type
- Data
- Pad
- Frame check sequency (CRC)
Preamble
Alternating pattern of 1s and 0s used for synchronization
Start frame delimiter
Binary 8-bit sequency that indicates start of frame
Destination MAC address and source
MAC address of each NIC or network adapter
Length/type
Indication of number of bytes in data field if value is less than 1500 Bytes
If greater than 1500 bytes, it indicates type of data format (IP or IPX)
Data
The variable length of data bein transferred from the source to the destination
Pad
Bring total number of bytes to the minimum of 46 if needed
Frame check sequency
4 byte CRC value used for error detection
CRC performed on bits from destination MAC address through the Pad fields
If error is detected, frame is discarded
Minimum length of ethernet frame
64 bytes from destination MAC address through frame check sequency
Maximum ethernet frame length
1518 bytes.
6bytes (destination MAC) + 6 bytes (Source MAC) + 2 bytes for length/type + 1500 bytes for data