会社がオフィスにフロアを追加した後、ネットワーク管理者はネットワークに新しい VLAN をインストールしました。ユーザーは新しい VLAN で IP アドレスを取得できませんが、既存の VLAN のポートは正常に動作しています。管理者は次のどの構成を更新する必要がありますか?
正解:D
When a new VLAN is created, it typically exists on a different subnet. If DHCP servers are on a different VLAN, the network needs an IP helper address to forward DHCP requests correctly. Without it, clients in the new VLAN won't receive an IP address. Breakdown of Options: A). Scope size - Increasing the DHCP scope would not resolve the issue if requests aren't reaching the server. B). Address reservations - Reservations only assign specific addresses to devices; they do not fix DHCP communication issues. C). Lease time - Changing the lease time does not impact DHCP functionality across VLANs. D). IP helper - Correct answer. This forwards DHCP requests across VLANs to the DHCP server. Reference: CompTIA Network+ (N10-009) Official Study Guide - Domain 2.4: Explain IP addressing technologies and subnetting. RFC 1542: BOOTP (Bootstrap Protocol) relay agents