- Common record types?
- A (IPv4), AAAA (IPv6), CNAME (alias), MX (mail), TXT (verification, SPF, DKIM), NS (authoritative nameservers).
- How does DNS resolution work?
- Recursive resolver → root servers → TLD servers → authoritative nameserver → record. Cached at every hop; TTL controls staleness.
- What's DNS propagation?
- Old records persist in caches up to their TTL. 'Propagation' is really just waiting for caches worldwide to expire and re-fetch.
- How do I debug?
- dig (Linux/macOS), nslookup (Windows), and online tools (dns.google, 1.1.1.1). Check authoritative vs cached results to isolate caching issues.