Hosts on a newly provisioned user subnet fail to dynamically acquire IP addresses from an established DHCP server located on a separate administrative network segment. Why is a DHCP relay service required on the local gateway router to resolve this issue?
- DHCP discovery messages are sent as local broadcasts, which routers do not forward across subnets by default.Answer
- BDevices on different subnets share the same Layer 2 broadcast domain, requiring a relay agent to filter duplicate requests.
- CDHCP relies on connection-oriented TCP traffic, which requires a gateway relay to maintain stateful session tables across routers.
- DDHCP requests are transmitted over port 80, which requires network address translation on the router to reach external servers.
Answer
DHCP discovery messages are sent as local broadcasts, which routers do not forward across subnets by default.
DHCP clients initially send broadcast messages to discover available servers. Because routers isolate subnets by dropping broadcast traffic by default, a DHCP relay agent (or IP helper address) must be configured on the router interface facing the client. The relay converts the client's broadcast discovery into a unicast packet directed straight to the central DHCP server's IP address.
Step-by-Step Solution
Key Concept
DHCP Relay Services and Broadcast Boundaries
Estimated Time:45s