Match each Layer 2 security feature on the left with its primary mitigation purpose or operation on the right.
- Port SecurityLimits ingress traffic on an interface by restricting allowed source MAC addresses.
- DHCP SnoopingFilters untrusted DHCP messages and builds the IP-to-MAC binding database.
- Dynamic ARP Inspection (DAI)Intercepts and verifies ARP requests and replies against a binding database to prevent ARP poisoning.
Answer
Port Security matches limiting ingress traffic based on source MAC addresses. DHCP Snooping matches filtering untrusted DHCP messages and building the IP-to-MAC binding database. Dynamic ARP Inspection (DAI) matches intercepting and verifying ARP packets against a binding database to prevent ARP poisoning.
Each feature secures a distinct Layer 2 operation: Port Security controls MAC-level access, DHCP Snooping filters DHCP traffic while tracking legitimate IP-MAC assignments, and DAI utilizes those assignments to drop spoofed ARP frames.
Step-by-Step Solution
Key Concept
Layer 2 Security Features (Port Security, DHCP Snooping, DAI)