A network router interface configured with an IP helper address receives an incoming DHCPDISCOVER broadcast packet from a local host. Which of the following actions does the router perform as part of its DHCP relay operation? (Select TWO.)
- Replaces the client broadcast destination IP address with a unicast IP address directed to the specified DHCP server.Answer
- Populates the gateway IP address () field in the DHCP payload with its own receiving interface IP address.Answer
- CEncapsulates the DHCP request into a TCP stream on port 67 to establish a reliable connection with the DHCP server.
- DFloods the broadcast packet out of all router interfaces to locate an available DHCP server across connected VLANs.
Answer
When a router acts as a DHCP relay agent, it converts the client's local broadcast packet into a unicast packet directed toward the centralized DHCP server and populates the gateway IP address () field with the receiving interface's IP address.
A DHCP relay agent processes local client broadcast messages by converting the destination IP address to the unicast IP of the remote DHCP server and writing the receiving interface's IP address into the gateway IP address () field of the DHCP payload so the server knows which subnet scope to select.
Step-by-Step Solution
Key Concept
DHCP Relay Unicast Forwarding and Gateway IP Address () Insertion