Looking up NS records...
An **NS (Name Server)** record specifies the authoritative DNS servers for a domain. These are the servers that hold the actual DNS records (like A, MX, TXT, etc.) for that domain. When a user wants to visit your website, their DNS resolver first asks the root DNS servers, which then point to the TLD (Top-Level Domain) servers (e.g., for .com
), which in turn use the NS records to find your domain's authoritative DNS server.
NS records are the foundation of DNS **delegation**. They essentially say, "For any DNS queries about example.com
, go ask these specific servers." This allows the global DNS system to be distributed and managed efficiently.
An NS record has the following structure:
[Domain Name] [TTL] IN NS [Nameserver Hostname]
example.com
).ns1.dnsprovider.com
).Our tool queries the DNS hierarchy to find the official NS records for the domain you enter, showing you which servers are responsible for its DNS management.