Ethernet Flashcards
What layers do Ethernet operate in?
Data Link(Layer 2) and Physical layer(Layer 1)
Which two acronyms represent the data link 802.11 sublayers that Ethernet relies upon to operate?
Logical Link Control (LLC) and MAC
What is the minimum Ethernet frame size?
64 bytes
What is the maximum Ethernet frame size?
1518 bytes ~ 1500 bytes
What are the frames that are less than 64 bytes called?
“Collision fragment” or “runt frame”. They are automatically discarded by receiving stations.
What are the frames called that are greater than 1518 bytes?
Jumbo or “baby giant frames”.
What happens with the frame if the size is less than 64 bytes?
The receiving device drops the frame
What happens with the frame if its bigger than 1518 bytes?
The data is either fragmented into smaller frames, or dropped.
How many bits in a Ethernet MAC address?
48 bits (4 per hexadecimal digit) → 6 bytes
Who establishes the rules for the MAC address?
IEEE
What are the two portions of the MAC address?
OUI (Organizationally Unique Identifier) and a vendor assigned code (for the NIC). 24 bits each.
Why was MAC addresses created?
MAC addresses were created to identify the actual
source and destination
What does a device do when forwarding a message to an Ethernet network?
Attaches the source and destination MAC address into a header.
How does a switch build its MAC address table?
- The switch examine all incoming frames for a new source MAC info to learn
- MAC address unknown? → Add to table + port number
- MAC address already exist? → Refresh timer for it (The switch keeps an entry in the table for 5 minutes by default)
What is the process for forwarding destination MAC address?
Destination MAC address in table? → Send it to specific port
Destination MAC address NOT in table? → Send the frame as broadcast