A technician adds a new VLAN for a branch office and connects its clients through a layer 3 switch that routes to a central DHCP server on a different subnet. Clients on established VLANs still lease addresses normally, but every client on the new VLAN fails to obtain one even though the central server has thousands of free addresses. What should the technician configure first?
- AA larger DHCP scope on the central server so that it can accommodate the new VLAN's additional clients.
- BA static DNS entry for the DHCP server so that new clients can locate the server by its name.
- CA shorter lease time on the central server so that leased addresses are recycled more quickly.
- DAn IP helper address on the new VLAN's gateway interface so that DHCP broadcasts are relayed to the central server. Correct
Why A is wrong: The server already has thousands of free addresses, so scope size is not the constraint; a larger scope changes nothing when the requests never arrive.
Why B is wrong: Clients locate a DHCP server by broadcast, not by name, so a DNS entry for the server is irrelevant to obtaining a lease.
Why C is wrong: Shorter leases affect only how quickly addresses are reused and do nothing to carry broadcasts from a subnet that cannot reach the server at all.
Why D is correct: DHCP DISCOVER messages are broadcasts that routers do not forward, so a new routed subnet needs an IP helper on its gateway to unicast those requests to the central server; without it, clients on that VLAN never reach the server.