1/8
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is Ethernet Media Access Control (MAC)?
Physical address of a device.
How long is a MAC address?
48 bits/6 bytes long displayed in hexadecimal.
What do the first 3 bytes of the MAC address represent?
The organizationally unique identifier (OUI) for the manufacturer that made the device.
What do the last 3 bytes of the MAC address represent?
Unique identifier for that specific device.
What will happen to unknown MAC addresses and output interfaces?
They are added to the MAC address table.
What are switches constantly gathering?
Updating list of MAC addresses.
What is frame switching?
MAC address or output interface needs to be sent to something different.
What is MAC flooding?
Attacker sends traffic with different MAC addresses, forcing the legitimate MAC addresses to lose space with the table filling up, causing any information sent after to be forwarded.
How can MAC flooding be restricted?
Can be restricted in the switch’s port security settings.