An NS lookup identifies the authoritative nameservers for a domain, revealing its DNS infrastructure and delegation chain. Use robtex.com to verify nameserver delegation and troubleshoot resolution failures.
Nameserver Fundamentals
Nameservers are the source of truth for a domain's DNS records. When resolvers need records for example.com, they ask example.com's nameservers.
NS lookup returns:
- Nameserver hostnames - The servers authoritative for the domain
- Nameserver IPs - Where those hostnames resolve (glue records when in-bailiwick)
- NS source flags - Whether each NS comes from the zone itself, parent delegation, or is the SOA primary
- Response consistency - Whether all nameservers return matching data
NS Record Flags
DNS Ninja tracks where each NS record originated:
- Zone NS - Listed in the domain's own NS records
- Delegated NS - Present in the parent zone's delegation
- SOA mname - The primary nameserver from the SOA record
Mismatches between these sources indicate configuration problems. A healthy domain has all three agreeing.
How DNS Delegation Works
Domain delegation creates a chain of authority. The .com registry tells resolvers which nameservers are authoritative for example.com. Those nameservers then answer queries for the domain.
This delegation must match at both levels:
- The parent zone (registry) must list the domain's nameservers
- The nameservers must be configured to serve the zone
Mismatches cause resolution failures. A domain's NS records and registry delegation must agree.
Nameserver Infrastructure Patterns
Registrar nameservers - Basic hosting included with domain registration. Adequate for simple sites, limited features.
Managed DNS providers - Cloudflare, Route 53, NS1, etc. offer enhanced features: anycast, DDoS protection, advanced routing.
Self-hosted - Organizations running their own nameservers. Requires redundancy, monitoring, and security expertise.
Hidden primary - Primary server hidden from public queries, with public secondaries serving requests. Adds security through obscurity.
NS Lookup for Troubleshooting
Delegation check - Verify registry delegation matches zone NS records. Mismatches cause intermittent resolution failures.
Propagation issues - After nameserver changes, old delegation may be cached. Query parent zones directly to verify updates.
Nameserver health - Ensure all listed nameservers respond and return consistent data. One failing server causes partial outages.
Reverse NS Lookup
Find all domains using a specific nameserver. Enter a nameserver hostname to discover:
- Every domain delegated to that nameserver
- Infrastructure sharing patterns (hosting providers, CDNs)
- Potential blast radius if that nameserver fails
This reveals how much of the internet depends on specific DNS infrastructure.
→ Check nameservers on robtex.com