Back to TraceRoo tools

dns guide

DNS Lookup vs DNS Propagation

DNS Lookup and DNS Propagation answer different questions. A lookup asks what DNS returns for a specific record. A propagation check compares answers from multiple public resolvers to see whether a change is visible consistently.

Use DNS Lookup When

  • You need to check one record type for one name.
  • You are validating an A, AAAA, CNAME, MX, TXT, NS, SOA, SRV, or CAA record.
  • You want a quick answer before checking wider resolver behavior.

Use DNS Propagation When

  • You recently changed a DNS record.
  • Some users see the old target and others see the new target.
  • You want to compare major public resolvers for cache differences.
  • You need to decide whether to wait for TTL cache expiry or fix authoritative DNS.

Example

If example.com should point to a new web host, start with DNS Lookup for A or CNAME. If that looks right but users still reach the old host, use DNS Propagation to compare resolver answers.