Back to articles
how DNS resolver is happening

how DNS resolver is happening

via Dev.toManoj Kumar

🌐 How DNS Resolution Happens (Simple Step-by-Step Guide) Hi everyone πŸ‘‹ Whenever you open a website like google.com , it loads instantly. But have you ever wondered… how does your system know where that website actually exists? πŸ€” That’s where DNS resolution comes in. Let’s understand it in a simple way πŸ‘ πŸ“Œ What is DNS? DNS (Domain Name System) is like a phonebook of the internet . πŸ‘‰ It converts: google.com β†’ 142.250.183.206 Humans use domain names Computers use IP addresses πŸ’‘ What is a DNS Resolver? A DNS Resolver is the system that finds the correct IP address for a domain. πŸ‘‰ It acts like a middleman between: Your device (client) DNS servers πŸš€ Step-by-Step DNS Resolution Process Let’s see what happens when you type a website in your browser. πŸ”Ή Step 1: User Enters URL www.example.com πŸ‘‰ Your browser starts the DNS lookup process. πŸ”Ή Step 2: Check Browser Cache The browser first checks: β€œDo I already know this IP?” πŸ‘‰ If yes β†’ use it directly πŸ‘‰ If no β†’ go to next step πŸ”Ή Step 3: Check OS Cac

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles