DNS tool

SOA Record Checker

Inspect SOA serials and zone authority metadata across DNS resolvers.

Record type

What this check shows

The Start of Authority record contains the primary nameserver, responsible mailbox, serial number and timing values for a DNS zone.

SOA comparisons are particularly useful when checking whether secondary authoritative servers have received the latest zone version.

When to use it

  • Checking zone transfer consistency
  • Comparing SOA serial numbers
  • DNS provider migrations
  • Investigating stale authoritative data

How to read the result

  • Different serial numbers can indicate that authoritative servers are serving different zone versions.
  • Refresh, retry and expire values control secondary server behavior rather than ordinary browser caching.
  • A recursive resolver may cache an older SOA response until its TTL expires.

Questions

What does the SOA serial mean?

It identifies a version of the zone. Secondary nameservers use it to decide whether a zone transfer is needed.

Must the serial look like a date?

No. Date-based serials are conventional, but any correctly increasing 32-bit serial strategy can be valid.

Related DNS tools