Can you please tell me what each field of the Windows command
ipconfig /displaydns
means please?
|
Can you please tell me what each field of the Windows command
means please?
| |||||
feedback
|
|
The fields in the output of
| |||
|
feedback
|
|
The DNS resolver is what turns a domain name, like superuser.com, into an IP address, 64.34.119.12 for superuser.com. This can take a second or two, but because IP addresses change infrequently the resolver caches (aka "saves") these entries locally on your computer. This means that the next time you make a connection to superuser.com, your computer doesn't need to make an external request for the IP address and the conversion from domain name to IP address is done in milliseconds instead of seconds. The | |||
|
feedback
|
|
cached domain | |||
|
feedback
|
|
That command displays your "local" DNS cache that is stored in Windows, this makes browsing faster because it keeps records for any website you have visited before, on your local hard drive, which means the browser does not have to wait for a DNS server out on the internet to resolve the address and pass that information back to your browser. | |||
|
feedback
|