A tier 1 help desk technician is troubleshooting a Windows 11 client computer that cannot access internal intranet resources using domain names (such as http://intranet.company.local), although reaching resources via IP address works correctly. The technician verifies that the DHCP server was recently updated with new DNS server addresses, but the client system is still retaining outdated network parameters. Which of the following command sequences should the technician execute in an elevated Command Prompt to obtain the updated DNS server addresses from DHCP and clear stale host resolution entries?
- Run ipconfig /release followed by ipconfig /renew and ipconfig /flushdnsAnswer
- BRun ipconfig /registerdns followed by netsh interface ip reset
- COpen Network Connections in Control Panel and set the Alternate Configuration tab to APIPA
- DNavigate to Windows Settings and change the network profile type from Private to Public
Answer
The correct action is to run ipconfig /release followed by ipconfig /renew and ipconfig /flushdns in an elevated Command Prompt.
Releasing and renewing the IP lease via ipconfig /release and ipconfig /renew forces the Windows client to contact the DHCP server and retrieve updated option scope parameters, including the new DNS server IP addresses. Following this with ipconfig /flushdns purges the local DNS resolver cache, removing any stale hostname-to-IP mappings so the client can successfully resolve domain names through the updated DNS infrastructure.
Step-by-Step Solution
Key Concept
Windows Client DHCP Lease Renewal and DNS Resolver Cache Flushing
Estimated Time:1m 15s