200-301 · Question #819
Which feature can validate address requests and filter out invalid messages?
The correct answer is C. DHCP snooping. DHCP snooping is a security feature that intercepts and validates DHCP messages to prevent rogue DHCP servers and clients from obtaining unauthorized IP addresses or sending invalid DHCP packets.
Question
Options
- AIP Source Guard
- Bport security
- CDHCP snooping
- Ddynamic ARP inspection
How the community answered
(23 responses)- C96% (22)
- D4% (1)
Why each option
DHCP snooping is a security feature that intercepts and validates DHCP messages to prevent rogue DHCP servers and clients from obtaining unauthorized IP addresses or sending invalid DHCP packets.
IP Source Guard uses information from DHCP snooping or static bindings to prevent IP address spoofing by filtering non-matching source IP and MAC addresses, but its primary function is not to validate address requests themselves.
Port security limits and controls which MAC addresses can be learned on a switch port and is primarily concerned with MAC address security, not the validation of IP address requests via DHCP.
DHCP snooping intercepts and analyzes DHCP messages on a switch, building a binding database of legitimate IP-to-MAC address mappings. It can then filter out invalid DHCP messages, such as those from unauthorized DHCP servers or clients attempting to use unassigned IP addresses, thereby validating address requests and enhancing network security.
Dynamic ARP Inspection (DAI) prevents ARP spoofing attacks by validating ARP packets against the DHCP snooping binding table, but it focuses on ARP messages, not the initial DHCP address requests.
Concept tested: DHCP Snooping
Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3850/software/release/3se/consolidated/configuration_guide/b_consolidated_3se_3850_cg/b_consolidated_3se_3850_cg_chapter_010000010.html
Topics
Community Discussion
No community discussion yet for this question.