awesome-everything RU
↑ Back to the climb

Networking & Protocols

DNS: free-recall review

Crux Free-recall prompts across the DNS unit — the resolver walk, glue, TTL semantics, negative caching, DNSSEC, and what encryption does and does not add. Answer first, then reveal.
Your altitude — climbing toward senior
ZeroJuniorMiddleSenior
You are at senior altitude — in orbit
◷ 13 min

Retrieval beats re-reading. For each prompt, say or write a full answer from memory before you open the model answer — the effort of recall is what makes the mechanism stick when you are mid-incident.

Goal

Reconstruct the unit’s core mechanisms — the iterative resolver walk, glue, what TTL really controls, negative caching, the DNSSEC chain of trust, and how encrypted transport differs from DNSSEC — without looking back at the lessons.

Recall before you leave
  1. 01
    Walk a cold lookup of cdn.example.co.uk and explain why the resolver's queries are iterative while the client's is recursive.
  2. 02
    What is a glue record, and what breaks without it?
  3. 03
    Why is 'DNS propagation' a misleading term, and what is the correct operational SOP for a planned record change?
  4. 04
    What is negative caching, what durations govern it, and why does it matter under load?
  5. 05
    Describe the DNSSEC chain of trust, the ZSK/KSK split, and the single most common rollover failure.
  6. 06
    What does encrypted DNS (DoH/DoT/DoQ) protect, what does DNSSEC protect, and why do you need both?
Recap

If you could reconstruct each answer from memory, you hold the unit’s spine: the resolver walks iteratively root to TLD to authoritative following referrals, with glue breaking circular delegations; TTL is permission for a cache, so “propagation” is just independent expiry and planned changes start by lowering TTL; negative caching (NXDOMAIN/NODATA via SOA.MINIMUM, SERVFAIL briefly) shields the authoritative from floods; DNSSEC chains signatures from the root trust anchor through DS/KSK/ZSK, and a forgotten DS update after a KSK rollover splits users; and encrypted transport hides queries while DNSSEC authenticates answers — orthogonal, and together the defence against cache poisoning.

Continue the climb ↑DNS: dig and zone-file reading
shortcuts expand
search
K
prev piece
k
next piece
j
cycle tier
t
this menu
?
sources4
expand
  1. 01
  2. 02
  3. 03
  4. 04

Trademarks belong to their respective owners. Editorial reference only.