Questions: DHCP Relay Agents and DHCP Snooping Security

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

An attacker on an enterprise network plugs a rogue device into a switch port and configures it to respond to DHCP Discover messages with a fake default gateway. DHCP snooping is enabled. What happens to the attacker's DHCP Offer messages?

AThey are forwarded normally because DHCP snooping only filters requests, not responses
BThey are dropped by the switch because DHCP server messages (Offer/Ack) are only permitted on trusted ports
CThey succeed unless Dynamic ARP Inspection is also enabled
DThey are rate-limited but not dropped, reducing the attack's effectiveness
Question 2 Multiple Choice

A router interface connecting to a remote subnet is configured as a DHCP relay agent. What does the relay add to the DHCP Discover message before forwarding it, and why is this information essential?

AThe client's resolved hostname, so the DHCP server can create a DNS record for the new lease
BA lease time preference, so the server knows how long the client wants the address
CThe relay's own interface IP address in the giaddr field, so the server knows which subnet to allocate from
DThe client's broadcast flag, converted to unicast so the server can respond directly
Question 3 True / False

A DHCP relay agent is transparent to the client — from the client's perspective, it appears as though a DHCP server is directly reachable on the local subnet.

TTrue
FFalse
Question 4 True / False

DHCP snooping and port security serve the same function, so enabling both is redundant for switch-level access control.

TTrue
FFalse
Question 5 Short Answer

How does the DHCP snooping binding database enable security features beyond DHCP itself, and what specific attacks do those dependent features prevent?

Think about your answer, then reveal below.