5 questions to test your understanding
You type a domain name your computer has never seen before into your browser. Which sequence correctly describes the DNS resolution process, assuming no caches hold the answer?
After you move your website to a new server and update its DNS A record, some visitors worldwide still reach the old server for hours or days. What is the most direct cause?
Nearly every DNS query should contact a root nameserver to begin the resolution chain, since root servers are the authoritative source for most DNS information.
DNS uses UDP rather than TCP for most queries because name resolution is a single question-and-answer exchange that benefits from low latency and does not require connection setup.
Why is caching fundamental to DNS performance, and what tradeoff does it introduce?