awesome-everything RU
↑ Back to the climb

Networking & Protocols

DNS: multiple-choice review

Crux Multiple-choice synthesis across the DNS unit — the resolver walk, glue, TTL and propagation, negative caching, DNSSEC failure modes, and encrypted transport.
Your altitude — climbing toward senior
ZeroJuniorMiddleSenior
You are at senior altitude — in orbit
◷ 13 min

Six questions that cut across the whole unit. Each mirrors a call you make in a real DNS incident — a referral that looks wrong, a change that will not “propagate”, a SERVFAIL that hits only some users — not a definition to recite.

Goal

Confirm you can connect the resolver walk, caching and TTL semantics, DNSSEC validation, and encrypted transport into one model — the synthesis the individual lessons built toward.

Quiz

A resolver queries the .com TLD for shop.example.com and gets a response with an empty Answer section but NS and A records present. A junior calls it broken. Why is it actually correct?

Quiz

You change an A record. A colleague sees the new value; you still get the old one for 40 more minutes, then it flips. Your manager says to wait 24-48 hours for 'propagation'. What is actually happening?

Quiz

A flood of lookups hits an authoritative server for thousands of non-existent subdomains during an attack. Why does this barely raise authoritative load on a healthy setup?

Quiz

After a KSK rollover last week your site is unreachable for ~30% of users with SERVFAIL, while the other 70% are fine. dig +cd returns the correct A record. What is the diagnosis?

Quiz

A privacy product wants both to hide which domains users resolve from network observers AND to prevent an off-path attacker from injecting a forged answer. Which combination actually delivers both?

Quiz

Resolution of a name intermittently returns SERVFAIL, and only for DNSSEC-signed or large responses; small plain UDP answers work. A firewall change shipped yesterday. What is the most likely cause?

Recap

The through-line of the unit is one resolution model: a recursive resolver walks root to TLD to authoritative following referrals (NS in Authority, glue in Additional); every cache holds answers — positive and negative — only as long as the TTL permits, so “propagation” is just independent expiry; DNSSEC layers a signature chain from the root trust anchor down through DS/KSK/ZSK, and a broken link splits users along the validating/non-validating line; and encrypted transport (DoH/DoT/DoQ) hides queries but is orthogonal to DNSSEC’s integrity. Most production failures — stale records, NXDOMAIN floods, post-rollover SERVFAIL, blocked-TCP truncation — resolve back to one of those four mechanisms.

Continue the climb ↑DNS: free-recall review
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.