A network administrator is troubleshooting connectivity to an internal updates repository on a Windows workstation. The workstation is failing to resolve the host name update.service.internal. To resolve the issue, the administrator wants to purge any cached domain name resolution records locally on the workstation and directly test hostname resolution using a specific internal DNS server located at 192.168.10.50. Which of the following commands should the administrator execute to accomplish these tasks? (Select TWO)
- ipconfig /flushdnsCevap
- nslookup update.service.internal 192.168.10.50Cevap
- Carp -d *
- Dnetstat -r 192.168.10.50
Cevap
The administrator must execute 'ipconfig /flushdns' to clear the local DNS resolver cache and 'nslookup update.service.internal 192.168.10.50' to send a targeted query to the designated DNS server.
Executing 'ipconfig /flushdns' purges the Windows local DNS resolver cache, removing potentially stale or incorrect host records. Appending the IP address '192.168.10.50' after the domain name in 'nslookup' instructs the utility to query that designated DNS server directly rather than using the system's default DNS server configuration.
Adım Adım Çözüm
Anahtar Kavram
Utilizing Windows CLI utilities for DNS resolver cache clearing and targeted DNS lookup queries.