Match each Layer 2 security mechanism or feature component on the left with its corresponding operational behavior on the right.
- DHCP Snooping Binding DatabaseTracks client MAC addresses, assigned IP addresses, lease times, VLAN IDs, and interface bindings.
- Dynamic ARP Inspection (DAI)Intercepts and validates IP-to-MAC address bindings in ARP packets received on untrusted ports.
- Port Security Sticky MAC LearningConverts dynamically learned source MAC addresses into running configuration entries on an interface.
- DAI Interface Rate LimitingPrevents ARP flooding attacks by enforcing a maximum threshold of incoming ARP packets per second.
Answer
DHCP Snooping Binding Database maps to tracking client MAC, IP, lease, VLAN, and interface details. Dynamic ARP Inspection matches intercepting and validating IP-to-MAC bindings in ARP packets on untrusted ports. Port Security Sticky MAC Learning matches dynamically converting learned MAC addresses into running configuration entries. DAI Interface Rate Limiting matches enforcing a maximum threshold of incoming ARP packets per second.
Each feature component directly performs its specified security role: DHCP Snooping creates the authoritative binding database; DAI utilizes that database to validate ARP packets on untrusted interfaces; Sticky MAC learning writes dynamically learned MACs into the running configuration; and DAI rate limiting protects switch hardware by capping incoming ARP frames per second.
Step-by-Step Solution
Key Concept
Layer 2 Security Feature Operation and Interdependencies