question on TTL

  • Thread starter Thread starter dani
  • Start date Start date
D

dani

Hi,

Which DNS server triggers the countdown for a DNS records
TTL?
Is this only the DNS server authorititave for the record
or can this also be for example a caching-only DNS Server
(the TTL starts from 100% again)?


Thank you, Dani
 
d> Which DNS server triggers the countdown for a DNS records TTL?

A "countdown" is not "triggered" by a particular server. The decrementing of
TTLs happens on all cached resource record sets and begins as soon as they
enter a cache.
 
Only servers that are authoritative for the zone or record will report a TTL that is 100%. DNS servers that cache the record, will return a TTL for the remaining
time of that record. If they didn't, records could potentially be cached forever. That would be a very bad idea. :-)

Thank you,
Mike Johnston
Microsoft Network Support

--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
 
Back
Top