BlogTechDNS Explained: What Happens Behind the Scenes When You Type a URL

DNS Explained: What Happens Behind the Scenes When You Type a URL

How DNS Works?
  1. Step 4: Resolver Contacts Root DNS Server
    • The resolver begins by contacting a Root DNS Server, there are 13 sets of these servers distributed globally, operated by 12 different organizations.
    • The root server doesn’t know the exact IP address you’re looking for, but it identifies the Top-Level Domain (TLD) server responsible for domains like .com, .net, .org, .io, etc.
    • It responds with: “This domain uses .com. You should direct your query to the .com TLD server at the following address…”

Software Developer