Follow the Trail
From the root to the truth
Where does an answer actually come from? `dig +trace` makes the resolver show its working — walking from the **root**, to the **TLD** (`.com`), to the **authoritative** server that holds the real record. Watch a name resolve from scratch.
A cold recursive query walks the hierarchy: **root → TLD → authoritative**. Each level only knows where to ask next; the authoritative server gives the final answer. `dig +trace` does this walk in front of you.
the recursive resolver walks the tree → the authoritative server gives the final answer
Who walks the tree, who holds the truth, and why it matters in an outage.
The full operator view of recursion, delegation, and caching.
- ○Traced the query from the root
- ○Saw the walk begin at the root
- ○Reached the authoritative server
Next: Run `dig +trace example.com`.
Stuck? Reveal hints one at a time — the validation panel already tells you what evidence is missing.