A network administrator configures a DHCP relay agent on a Layer 3 switch interface to support host workstations on VLAN 25 (, default gateway ). The centralized DHCP server resides on VLAN 100 (). When an unconfigured client on VLAN 25 broadcasts a DHCPDISCOVER packet, which TWO of the following actions does the DHCP relay agent execute to ensure the DHCP server correctly processes the request?
- It converts the incoming client broadcast packet into a Layer 3 unicast packet destined for .Cevap
- It populates the Gateway IP Address (`giaddr`) field in the DHCP header with .Cevap
- CIt changes the destination port from UDP port 67 to UDP port 68 before forwarding the message across the router.
- DIt floods the broadcast DHCPDISCOVER frame out all active switch ports across all configured VLANs.
Cevap
The DHCP relay agent converts the host broadcast request into a unicast packet directed to the DHCP server () and populates the `giaddr` field with the receiving gateway interface IP address ().
When a DHCP relay agent processes a client's broadcast request, it encapsulates the message into a Layer 3 unicast packet destined for the centralized DHCP server's IP address (). To inform the DHCP server which subnet scope must be used for address assignment, the relay agent places the IP address of its receiving interface () into the Gateway IP Address (`giaddr`) field of the DHCP header.
Adım Adım Çözüm
Anahtar Kavram
DHCP Relay Agent and GIADDR Operation
Tahmini Süre:1m 30s