In the world of networking, computers don’t go by names like humans do; they go by numbers because that’s how computers and other similar devices talk and identify with each other over a network, which is by using numbers such as IP addresses.

Why Humans Use Names Instead of Numbers

Humans, on the other hand, are accustomed to using names instead of numbers. Whether it’s talking directly to another person or identifying a country, place, or thing, humans identify with names instead of numbers. So, in order to bridge the communication gap between computers and humans and make the communication a lot easier, networking engineers developed DNS, and DNS stands for Domain Name System.

What DNS Does

DNS resolves names to numbers; to be more specific, it resolves domain names to IP addresses. So if you type in a web address in your web browser, DNS will resolve the name to a number because the only thing computers know are numbers.

Using a Domain Name Instead of an IP Address

For example, if you wanted to go to a certain website, you would open up your web browser and type in the domain name of that website, so for example, let’s use yahoo.com. Now technically, you really don’t have to type in yahoo.com to retrieve the Yahoo web page; you can just type in the IP address instead if you already knew what the IP address was. But since we are not accustomed to memorizing and dealing with numbers, especially when there are millions of websites on the internet, we can just type in the domain name instead and let DNS convert it to an IP address for us.

How DNS Resolves a Domain Name to an IP Address

So back to our example, when you type in yahoo.com in your web browser, the DNS server will search through its database to find a matching IP address for that domain name. When it finds it, it will resolve that domain name to the IP address of the Yahoo website, and once that is done, your computer is able to communicate with a Yahoo web server and retrieve the webpage.

DNS as a Phone Book

So DNS basically works like a phone book. When you want to find a number, you don’t look up the number first; you look up the name first, and then it will give you the number. To break this down into further detail, let’s examine the steps that DNS takes.

Steps of DNS Resolution

When you type in yahoo.com in your web browser, and if your web browser or operating system can’t find the IP address in its own cache memory, it will send the query to the next level, to what is called the resolver server. The resolver server is basically your ISP or Internet Service Provider. So when the resolver receives the query, it will check its own cache memory to find an IP address for yahoo.com, and if it can’t find it, it will send the query to the next level, which is the root server.

Role of Root Servers

The root servers are the top or the root of a DNS hierarchy. There are 13 sets of these root servers, and they are strategically placed around the world. They are operated by 12 different organizations, and each set of these root servers has its own unique IP address. When the root server receives the query for the IP address for yahoo.com, the root server is not going to know what the IP address is, but the root server does know where to send the resolver to help it find the IP address.

Top Level Domain Servers

The root server will direct the resolver to the TLD or Top Level Domain server for the .com domain. So the resolver will now ask the TLD server for the IP address for yahoo.com. The Top Level Domain server stores the address information for a top-level domain, such as .com, .net, .org, and so on. This particular TLD server manages the .com domain, which yahoo.com is a part of.

Authoritative Name Servers

When a TLD server receives the query for the IP address for yahoo.com, the TLD server is not going to know what the IP address is for yahoo.com. So the TLD will direct the resolver to the next and final level, which are the authoritative name servers. Once again, the resolver will now ask the authoritative name server for the IP address for yahoo.com. The authoritative name server or servers are responsible for knowing everything about the domain, which includes the IP address. They are the final authority.

Final Steps and Caching

When the authoritative name server receives the query from the resolver, the name server will respond with the IP address for yahoo.com. Finally, the resolver will tell your computer the IP address for yahoo.com, and then your computer can now retrieve the Yahoo web page. It’s important to note that once the resolver receives the IP address, it will store it in its cache memory in case it receives another query for yahoo.com, so it doesn’t have to go through all those steps again.

By Team DNS Lookup

Welcome to DNS Lookup! Our blog is your go-to resource for everything related to DNS and networking. We break down complex topics into easy-to-understand insights, tips, and updates to help you navigate the world of domain names, network configurations, and online connectivity. Whether you're a tech pro or just curious about how the internet works, our content is here to keep you informed and connected.

Leave a Reply

Your email address will not be published. Required fields are marked *