Reputation: 345
Suppose my local DNS server has cache of some Top Level DNS server's entry. Now, entry of the server's DNS record is changed. Now local cache value of DNS entry is false. How DNS resolves it?
Upvotes: 0
Views: 125
Reputation: 340055
How DNS resolves it?
It doesn't - it waits until the "time to live" (TTL) on the entry in your cache has expired.
Upvotes: 1