asked on
ASKER
ASKER
The Domain Name System (DNS) is a hierarchical, globally distributed system responsible for associating the name of a computer, service or other resource into an IP address for connecting to the Internet or a private network. Most prominently, it translates domain names to the numerical IP addresses needed for the purpose of computer services and devices worldwide.
TRUSTED BY
That's the local DNS Cache, not the DNS Server Cache. It shows the cached requests as a result of queries made by that machine (rather than queries made against a DNS Server hosted on that machine).
If you want to see the server cache you would open the DNS Console, then select View, Advanced. You will see a Cached Lookups folder with every cached response from requests made by your DNS server.
Tracing what did it is a much more difficult thing to do. You'd have to actively monitor network traffic and be aware of all requests made by the machine.
For example, one of my servers runs a bit of AV software. The cache always contains a response for the name of the AV provider because it gets updates on a very regular basis.
Chris