This reporting tool allows to review and analyze DNS delegation for a given domain.
The DNS Trace tool performs a detailed analysis of DNS zone delegation. It starts from the root name servers, walks through the DNS hierarchy, and gathers authoritative name server information for each domain level. It also retrieves some commonly used resource records for the queried domain name.
How to Use the DNS Trace Tool:
subdomain.example.com
.com
, example.com
, subdomain.example.com
).This tool is particularly useful for troubleshooting DNS resolution issues, identifying misconfigurations, verifying DNSSEC implementations, and analyzing DNS zone delegation chain.
DNS operates as a hierarchical and distributed system. Each level delegates responsibility for the next level domains (subdomains) to the corresponding authoritative name servers:
.com
, .org
, .ca
)
name servers.example.com
).example.com
).subdomain.example.com
) may have its own authoritative servers or inherit
settings from the parent domain.See Also:
DNS Lookup
DNS Propagation Checker
DNS Report Generator
WHOIS Lookup
RFC 1035 - Domain Names - Implementation And Specification
DNSPerf - DNS Performance Analytics and Comparison