SOA Record
Start of Authority: a DNS record containing administrative information about a DNS zone.
The SOA (Start of Authority) record is a mandatory DNS record at the top of every DNS zone. It contains administrative information including the primary nameserver, the email address of the zone administrator, a serial number that increments with each change, and timing values that control how often secondary nameservers check for updates. While you rarely need to edit SOA records directly, the serial number is important: secondary nameservers use it to know when zone data has changed.
Reference
Related terms
See also
Referenced on
- DNS Lookups in PHP: dns_get_record, gethostbyname, and Beyond
- DNS Queries in Node.js: dns.lookup vs dns.resolve Explained
- Free DNS Lookup Tool
- How Expired Name Servers Become Domain Hijacking Vectors
- The Complete dig Command Guide: Every Flag and Option Explained
- Understanding DNS Record Types: A, AAAA, CNAME, MX, TXT, and More
- What Is DNS Propagation and Why Does It Take So Long?
- What Is DNS TTL? How Time to Live Controls Caching, Propagation, and Performance
- What Is NXDOMAIN? Understanding the 'Domain Does Not Exist' DNS Response