A host workstation on VLAN 10 requires an IP address assignment from a centralized DHCP server located across a Layer 3 router boundary. Place the operational steps of the cross-subnet DHCP relay process in the correct sequential order from initial client discovery to final lease confirmation.
- 1The host workstation broadcasts a DHCPDISCOVER packet on its local VLAN 10 network segment.
- 2The Layer 3 relay agent populates the giaddr (gateway IP address) field with its local interface IP address and unicasts the DHCPDISCOVER packet to the central DHCP server.
- 3The central DHCP server evaluates the giaddr field, selects an available IP address from the corresponding scope, and unicasts a DHCPOFFER packet to the relay agent.
- 4The relay agent receives the unicast DHCPOFFER packet and delivers it onto VLAN 10 for the host workstation.
- 5The host workstation transmits a DHCPREQUEST packet to accept the offer, which the relay agent forwards to the central server to elicit the final DHCPACK confirmation.
Answer
The correct operational sequence begins with the host workstation broadcasting a DHCPDISCOVER packet on VLAN 10. The relay agent then populates the giaddr field with its own interface IP address and unicasts the packet to the central DHCP server. Next, the DHCP server evaluates the giaddr field, selects an IP from the matching scope, and unicasts a DHCPOFFER back to the relay agent. The relay agent forwards the DHCPOFFER onto VLAN 10 to the host workstation. Finally, the host sends a DHCPREQUEST, which the relay agent forwards to the server to receive the final DHCPACK confirmation.
The correct operational sequence follows the standard four-way DHCP process (DORA) modified by a Layer 3 relay agent: (1) The host workstation broadcasts a DHCPDISCOVER packet on VLAN 10. (2) The relay agent populates the giaddr header field with its interface IP address and unicasts the packet to the central DHCP server. (3) The DHCP server inspects the giaddr value, selects an IP from the corresponding subnet pool, and returns a unicast DHCPOFFER to the relay agent. (4) The relay agent delivers the DHCPOFFER onto VLAN 10. (5) The host transmits a DHCPREQUEST to select the offered parameters, which the relay agent forwards to elicit the final DHCPACK confirmation from the server.
Step-by-Step Solution
Key Concept
DHCP Relay Agent Packet Processing and Gateway IP Address (giaddr) Forwarding Sequence