Introduction


In the previous blog, we established what DNS is, why name resolution exists, and how a browser ultimately gets an IP address. That gave us the theory.

This article is about execution. Here, we shift from conceptual DNS to observable DNS. Using the dig command, we will see the layers of DNS resolution exactly the way a recursive...