Security FundamentalsDifficulty 2/5
Which feature prevents a rogue DHCP server on an access port from handing out addresses?
- ADHCP snooping
- BDynamic ARP inspection
- CBPDU Guard
- DPort security
Show answer and rationale
Correct: A. DHCP snooping drops DHCP server messages (Offer/Ack) arriving on untrusted ports and builds a binding table. Only ports toward the legitimate server are marked trusted.
- D — Port security limits MAC addresses, not DHCP messages.
- B — DAI validates ARP using the snooping binding table; it does not stop DHCP offers.
- C — BPDU Guard protects against rogue switches sending BPDUs.