โ† Back to all tools

๐Ÿ”— DNS Protocol Visualiser

Type a domain name and watch the DNS resolution process โ€” from browser cache to root server to IP address.

Designed with the WJEC specification in mind
CS GCSE ยง1.3.1DigiTech GCSE ยง1.2.1
๐ŸŒ

Enter a domain name

๐Ÿ“–

DNS Record Types

A
Maps domain โ†’ IPv4 address
AAAA
Maps domain โ†’ IPv6 address
CNAME
Alias to another domain name
MX
Mail server for the domain
NS
Nameserver for the domain
TXT
Text data (SPF, verification)
๐Ÿ’ก

Key Concepts

DNS (Domain Name System) translates human-readable domain names into IP addresses that computers use to communicate.

Recursive vs Iterative: Your ISP's resolver does the hard work (recursive) โ€” it asks root, TLD, and authoritative servers in turn (iterative queries) and caches the results.

TTL (Time To Live) โ€” how long a DNS record can be cached before it must be looked up again.

DNS Hierarchy: Root servers (.) โ†’ TLD servers (.com, .uk) โ†’ Authoritative servers (google.com)