Place the steps of a DHCP Relay Agent forwarding a client's IP address request across subnets into the correct chronological order, from initial client transmission to destination server delivery.
- 1The client host broadcasts a DHCPDISCOVER message on its local network segment.
- 2The local default gateway interface functioning as a DHCP Relay Agent receives the broadcast packet.
- 3The relay agent inserts its interface IP address into the Gateway IP Address (giaddr) field and encapsulates the message as a unicast packet.
- 4The relay agent forwards the modified unicast DHCP packet across the network to the central DHCP server.
Cevap
The correct sequence starts with the client broadcasting a DHCPDISCOVER message, followed by the relay agent receiving the broadcast, inserting its gateway IP address (giaddr) and converting the frame to unicast, and finally transmitting the unicast packet to the remote DHCP server.
The sequence begins when an IP-less client broadcasts a DHCPDISCOVER message on its local VLAN. The default gateway's DHCP relay agent intercepts this broadcast, inserts its local interface address into the Gateway IP Address (giaddr) field, rewrites the packet as a unicast message, and forwards it to the target DHCP server.
Adım Adım Çözüm
Anahtar Kavram
DHCP Relay Broadcast-to-Unicast Conversion and Gateway IP (giaddr) Tagging