Discover the DNS Journey

Visualize the step-by-step journey of a domain from Root DNS servers to the target IP address

🔍 DNS Trace

Visualize the path a domain takes from Root servers to Authoritative servers

📋 DNS Record Lookup

Query all DNS records for a domain

🔍 DNS Tools

Analyze and diagnose DNS configuration, records, and performance

🏥 DNS Health Check

Validate DNS redundancy, consistency, and reachability for any domain.

🛡️ DNSSEC Validator

Validate DNSSEC configuration and chain of trust for any domain.

⚠️ Zone Transfer Test

Test if your DNS servers allow unauthorized zone transfers (AXFR).

DNS Benchmark

Test and compare the performance of popular DNS providers from your current location.

🔒 Security Tools

Check SSL certificates, security headers, and web vulnerabilities

🔒 SSL Certificate Checker

Check SSL/TLS certificate expiration, issuer, and site security details.

📋 HTTP Security Headers Checker

Analyze HTTP response headers and get a security score for any website.

🌐 Network Tools

Test connectivity, trace routes, and analyze network infrastructure

📡 Ping Test

Measure network latency and reachability

🛤️ Traceroute

Trace the network path to a destination and see every router in between.

📧 MX Configuration Check

Check MX records, SPF, DKIM, and DMARC configuration for any domain.

📍 What Is My IP?

View your public IP address and network details

🌍 IP Geolocation Lookup

Find the geographic location, ISP, and organization for any IP address or domain.

🖩 IP Subnet Calculator

Calculate CIDR, subnet masks, broadcast addresses, and usable IP ranges.

How DNS Works

🌍

Root Servers

At the top of the DNS hierarchy, 13 root server groups are distributed worldwide. They direct queries to TLD servers.

🏢

TLD Servers

Top-Level Domain servers (.com, .org, .net, etc.) hold information about authoritative servers for domains under their extension.

🎯

Authoritative Servers

Each domain has its own authoritative nameservers that hold the actual DNS records (A, MX, TXT, etc.).

📝

A Record

Address Record - Maps a domain name to an IPv4 address. The most fundamental DNS record type.

📧

MX Record

Mail Exchange - Defines mail servers for the domain. Priority values determine which server is tried first.

🔗

CNAME Record

Canonical Name - Creates an alias pointing to another domain name. Useful for subdomains.