17.8k views
5 votes
What command do you use to see the DNS cache on a Windows system?

A. ping /showdns
B. ipconfig /showdns
C. ipconfig /displaydns
D. ping /displaydns

User Caseynolan
by
8.7k points

1 Answer

3 votes

Final answer:

The command to view the DNS cache on a Windows system is 'ipconfig /displaydns'. It shows the DNS resolver cache content with hostnames and IP addresses. The correct answer is C. ipconfig /displaydns.

Step-by-step explanation:

To view the DNS cache on a Windows system, you would use the command ipconfig /displaydns. This command will display the contents of the Domain Name System (DNS) resolver cache, which includes entries for all recently queried hostnames and their corresponding IP addresses. It's an important tool for troubleshooting network issues.

To view the DNS (Domain Name System) cache on a Windows system, you can use the command ipconfig /displaydns. Therefore, the correct option is:

C. ipconfig /displaydns

This command will display the contents of the DNS resolver cache, showing the resolved DNS entries that the computer has recently used.

User Lawrence Tierney
by
8.0k points