TTL values tell resolvers how long to cache a DNS answer. A TTL of 300 means five minutes; a TTL of 3600 means one hour.
Commands to use
dig example.com AChecklist
- Read the TTL from the answer section.
- Expect resolvers to keep old data until the old TTL expires.
- Lower TTL before planned migrations, not after the problem starts.
- Use reasonable TTLs after the migration to reduce resolver load.
How to use the result
The DNS answer should be compared with the intended source of truth: registrar delegation, DNS provider zone, hosting target, email provider instructions, certificate authority challenge, or internal network documentation. If they do not match, fix the source record before troubleshooting higher layers.