352-001 · Question #69
You have been hired by Acme Corporation to evaluate their existing network and determine if the current network design is secure enough to prevent man-in-the-middle attacks. When evaluating the…
The correct answer is C. Dynamic ARP Inspections. Dynamic ARP Inspection (DAI) validates ARP packets against a trusted IP-to-MAC binding table, preventing man-in-the-middle attacks via ARP spoofing.
Question
You have been hired by Acme Corporation to evaluate their existing network and determine if the current network design is secure enough to prevent man-in-the-middle attacks. When evaluating the network, which switch security option should you investigate to ensure that authorized ARP responses take place according to known IP-to-MAC address mapping?
Options
- AARP rate limiting
- BDHCP snooping
- CDynamic ARP Inspections
- DIP Source Guard
How the community answered
(39 responses)- A3% (1)
- B3% (1)
- C90% (35)
- D5% (2)
Why each option
Dynamic ARP Inspection (DAI) validates ARP packets against a trusted IP-to-MAC binding table, preventing man-in-the-middle attacks via ARP spoofing.
ARP rate limiting restricts the number of ARP packets per second to mitigate flooding but does not validate IP-to-MAC address mappings.
DHCP snooping builds the binding table that DAI relies on, but it does not itself inspect or validate ARP packets.
Dynamic ARP Inspection intercepts, logs, and discards ARP packets with invalid IP-to-MAC address bindings by comparing them against the DHCP snooping binding table. It operates at the data-link layer on switch ports and distinguishes trusted from untrusted interfaces, ensuring only legitimate ARP responses propagate through the network.
IP Source Guard filters traffic based on IP source address using the DHCP snooping table but does not inspect ARP message content or bindings.
Concept tested: Dynamic ARP Inspection for ARP spoofing prevention
Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/12-2SX/configuration/guide/book/dynarp.html
Topics
Community Discussion
No community discussion yet for this question.