A network administrator is troubleshooting an issue on a Windows workstation where recent DNS record updates on the domain controller are not taking effect locally, preventing connection to an internal application server. The administrator must clear all cached host name resolution entries and force the workstation to dynamically re-register its IP address and computer name with the DNS server. Which of the following command-line commands should the administrator execute to complete these tasks? (Select TWO.)
- ipconfig /flushdnsAnswer
- ipconfig /registerdnsAnswer
- Cipconfig /renew
- Dsystemd-resolve --flush-caches
Answer
The correct commands to execute are ipconfig /flushdns to purge the local DNS cache and ipconfig /registerdns to initiate re-registration of the host records with the DNS server.
Executing the command stating 'ipconfig /flushdns' clears out all saved local domain name query results from memory, forcing Windows to send fresh queries to the network DNS server. Executing the command stating 'ipconfig /registerdns' forces the local client computer to immediately re-register its host name and IP address settings with its configured DNS server.
Step-by-Step Solution
Key Concept
Windows TCP/IP DNS Configuration Utility Switches
Estimated Time:1m 15s