← 🌐 Computer Networks

🌐 DNS Lookup

Resolver cache warm
Step: idle
Hops used: 0
Resolved:
FPS:
Drag — rotate · Scroll — zoom

🌐 DNS Resolution: Root, TLD & Authoritative Servers

Watch a DNS query packet travel the real resolution chain — client to recursive resolver, then out to the root server, the TLD server and finally the authoritative server — before the resolved IP address travels all the way back.

🔬 What It Demonstrates

Each glowing hop is a real DNS referral step: the root server points to a TLD, the TLD points to the domain's name servers, and only the authoritative server actually holds the answer. A warm resolver cache short-circuits the whole chain.

🎮 How to Use

Pick a sample domain (including one that fails to resolve), toggle whether the resolver's cache is already warm, adjust query speed, then press Send query and follow the log as each hop resolves.

💡 Did You Know?

A cold DNS lookup typically takes only tens of milliseconds in the real world — the animation is deliberately slowed down so every hop in the referral chain is visible.