What is a characteristic of Dynamic ARP Inspection?
A.
DAI determines the validity of an ARP packet based on valid IP to MAC address bindings from the DHCPsnooping binding database.
B.
In a typical network, make all ports as trusted except for the ports connecting to switches, which areuntrusted
C.
DAI associates a trust state with each switch.
D.
DAI intercepts all ARP requests and responses on trusted ports only.
The Answer Is:
A
This question includes an explanation.
Explanation:
Dynamic ARP Inspection (DAI) is a security feature that validates ARP packets in a network. DAI allows a network administrator to intercept, log, and discard ARP packets with invalid MAC address to IP address bindings. This capability protects the network from certain “man-in-the-middle” attacks. DAI determines the validity of an ARP packet based on valid IP to MAC address bindings from the DHCP snooping binding database. DAI also supports static ARP ACLs for hosts with static IP addresses. DAI checks all ARP packets on untrusted interfaces, and only forwards the packets that have valid bindings. DAI can also rate-limit the ARP packets on untrusted interfaces to prevent DoS attacks. The other options are incorrect because:
B. In a typical network, DAI should be configured to make all ports as untrusted except for the ports connecting to trusted hosts or switches, which are trusted.
C. DAI does not associate a trust state with each switch, but with each interface on the switch.
D. DAI intercepts all ARP requests and responses on untrusted ports only, not on trusted ports. References :=