Probably not, but I’m going to explain it anyway! This is where the Domain Name System (DNS) comes in. DNS is quite complex, but I’ll do my best to explain it in the simplest way possible. Since there are many terms and concepts involved, I’ve included a glossary at the end to clarify things. To understand how DNS works, we first need to talk a bit about domain names.
Domain names point to an A record that contains an IP address (more on records later). An IP address is what actually connects you to the server where the website is hosted. The reason we use domain names instead of IP addresses is simple: domain names are easier to remember.
A domain name is made up of three parts and is read from right to left (I’ll explain why later). Let’s use the example example.4bis.nl. The part on the far right, ".nl", is the Top Level Domain (TLD). The middle part, ".4bis", is the Second Level Domain. The third part, “example”, is called a Subdomain. This part is optional.
Domains are issued by registries that manage specific TLDs. For example, the ".com" TLD is managed by Verisign, while the ".nl" TLD is managed by SIDN. If you want to register a domain, you usually can't go directly to the registry. Instead, you go through a registrar. 4BIS, for instance, is a registrar for the ".nl" TLD, meaning we can register “.nl” domains with SIDN.
The Domain Name System (DNS) is hierarchical, meaning it works like a tree of Name Servers (NS). A Name Server is a server that forwards requests to other servers. The reason we read domain names from right to left is because that's the order in which the Name Servers are structured. The TLD NS, like ".nl", is at the top of the hierarchy (or at the "root" of the tree), followed by the Second Level Domain and the Subdomain NS. The Second Level Domain and Subdomain share the same Name Server because they are at the same level in the hierarchy.
Let’s take example.4bis.nl as an example. Here’s a simplified step-by-step breakdown:
Registering a domain is easy! With the 4BIS domain registration tool, you can quickly check if your desired domain is available. If it is, simply fill out the form and register it!
Check Domain AvailabilityAn IP address is an address assigned to any device connected to a network or the internet. It’s how we uniquely identify a device in the network. You can think of an IP address like a phone number.
There are two versions of IP addresses:
IP stands for Internet Protocol, a fundamental concept of the World Wide Web, established in 1989.
Check your IP addressDid you know that the most expensive domain name ever sold was voice.com, which went for a staggering $30 million?
I hope this makes it clear what happens when you search for a website on Chrome, and how DNS works behind the scenes. It’s fascinating to see how complex the internet truly is!
Also interesting