A network administrator enables Dynamic ARP Inspection (DAI) on a switch access VLAN to mitigate ARP spoofing attacks. Which database does DAI consult by default to validate ARP requests and responses received on untrusted ports?
- The DHCP snooping binding databaseAnswer
- BThe switch MAC address table
- CThe native VLAN configuration table
- DThe default IP access control list table
Answer
The DHCP snooping binding database
Dynamic ARP Inspection (DAI) is designed to prevent man-in-the-middle ARP spoofing attacks. When DAI is enabled on a VLAN, it intercepts all ARP requests and responses on untrusted ports and checks the sender IP address and sender MAC address against valid entries in the DHCP snooping binding database. If the IP-to-MAC binding does not match an entry in the database, the invalid ARP packet is dropped.
Step-by-Step Solution
Key Concept
Dynamic ARP Inspection (DAI) operational dependency on DHCP Snooping