1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
The MAC address
Ethernet Media Access Control address
– The “physical” address of a network adapter
– Unique to a device
• 48 bits / 6 bytes long
– Displayed in hexadecimal
LAN switching
• Forward or drop frames
– Based on the destination MAC address
• Gather a constantly updating list of MAC addresses
– Builds the list based on the source MAC address of
incoming traffic
– These age out periodically, often in 5 minutes
• Maintain a loop-free environment
– Using Spanning Tree Protocol (STP)
Learning the MACs
• Switches examine incoming traffic
– Makes a note of the source MAC address
• Adds unknown MAC addresses to the MAC address table
– Sets the output interface to the received interface
MAC flooding
• The MAC table is only so big
– Attacker starts sending traffic with different
source MAC addresses
– Force out the legitimate MAC addresses
• The table fills up
– Switch begins flooding traffic to all interfaces
• This effectively turns the switch into a hub
– All traffic is transmitted to all interfaces
– No interruption in traffic flows
• Attacker can easily capture all network traffic!
• Flooding can be restricted in the switch’s port
security settings