CONTROL という名前の HCP プールが作成されました。プールは、使用可能な最後の IP アドレスを DHCP クライアントのデフォルト ゲートウェイとして使用します。サーバーは 172.16 32.15 にあります。192.168.52.0/24 サブネット上のクライアントが DHCP サーバーに到達するまでのプロセスの手順は何ですか。
正解:C
DHCP and broadcasts: DHCP clients use broadcasts to find a DHCP server, but broadcasts are typically limited to the local subnet. Since the DHCP server (172.16.32.15) is on a different subnet than the clients (192.168.52.0/24), the clients' broadcast requests won't reach it. * ip helper-address: This command is used on a router (or layer 3 switch) to forward DHCP broadcasts to a specific IP address (the DHCP server) on a different subnet. This allows clients to discover and obtain IP address information from a DHCP server that is not on their local network.