Skip to content
-
🌍 One Soul → 🛤️ Endless Roads → 😌 Finding Peace → 🌄 Chasing Light → 🌅 → 💞 Infinite Memories
Subscribe to our newsletter & never miss our best posts. Subscribe Now!
findaroute.in findaroute.in

Vow Voyagers

findaroute.in findaroute.in

Vow Voyagers

  • Blog
    • Route Stories
    • Vow Voyagers Journey
    • Photography
  • Destinations
    • South India
    • North India
    • Islands (Andaman, Lakshadweep)
    • North-East (Seven Sisters)
  • Routes
    • Eternal Sands: Andhra Pradesh Coast
    • Rivers & Waterfalls
    • Stories in Stone
    • Hills to Conquer
    • Journey Blueprints
    • Destinations Await
  • Trips
  • Blog
    • Route Stories
    • Vow Voyagers Journey
    • Photography
  • Destinations
    • South India
    • North India
    • Islands (Andaman, Lakshadweep)
    • North-East (Seven Sisters)
  • Routes
    • Eternal Sands: Andhra Pradesh Coast
    • Rivers & Waterfalls
    • Stories in Stone
    • Hills to Conquer
    • Journey Blueprints
    • Destinations Await
  • Trips
Close

Search

  • https://www.facebook.com/
  • https://twitter.com/
  • https://t.me/
  • https://www.instagram.com/
  • https://youtube.com/
Contact
Login👤
findaroute.in findaroute.in

Vow Voyagers

findaroute.in findaroute.in

Vow Voyagers

  • Blog
    • Route Stories
    • Vow Voyagers Journey
    • Photography
  • Destinations
    • South India
    • North India
    • Islands (Andaman, Lakshadweep)
    • North-East (Seven Sisters)
  • Routes
    • Eternal Sands: Andhra Pradesh Coast
    • Rivers & Waterfalls
    • Stories in Stone
    • Hills to Conquer
    • Journey Blueprints
    • Destinations Await
  • Trips
  • Blog
    • Route Stories
    • Vow Voyagers Journey
    • Photography
  • Destinations
    • South India
    • North India
    • Islands (Andaman, Lakshadweep)
    • North-East (Seven Sisters)
  • Routes
    • Eternal Sands: Andhra Pradesh Coast
    • Rivers & Waterfalls
    • Stories in Stone
    • Hills to Conquer
    • Journey Blueprints
    • Destinations Await
  • Trips
Close

Search

  • https://www.facebook.com/
  • https://twitter.com/
  • https://t.me/
  • https://www.instagram.com/
  • https://youtube.com/
Contact
Login👤
Home/CHASING A DREAM/HACKER DUALITY : CODE OF CONDUCT/369 Days Networking/📅 Day 17 – DNS: Domain Name System
369 Days NetworkingCHASING A DREAMHACKER DUALITY : CODE OF CONDUCT

📅 Day 17 – DNS: Domain Name System

By Cheekati Srinu
July 27, 2025 2 Min Read
0
Updated on July 20, 2025

📅 Day 17 – DNS: Domain Name System

🏷️ Topic: DNS

🔍 Key Concept: Converts Names to IPs

✍️ Caption: “You say ‘Google.com’, DNS finds the address.”

⸻

🗺️ DNS — The Internet’s Address Book

Imagine trying to call someone by memorizing their 10-digit number every time. Difficult, right?

But what if you could just say their name, and your phone figures out the number?

That’s what DNS (Domain Name System) does for the Internet.

🧠 You type a name like google.com.
🖥️ DNS finds the IP address like 142.250.195.78.
🛣️ Your browser uses that IP to find and connect to the correct server.

DNS is the translator between human language and machine language.

⸻

🌍 What is DNS?

The Domain Name System (DNS) is a global naming service that resolves domain names (easy-to-remember URLs) into IP addresses (which computers use to communicate).

Without DNS, you’d have to type something like 216.58.220.46 every time you wanted to visit Google.

⸻

🔁 How DNS Works (Step-by-Step)

Let’s say you type www.openai.com into your browser:
1. DNS Query Starts
Your browser checks its cache (local memory) first.
2. Asks the DNS Resolver
If not found, it asks a recursive DNS resolver (usually your ISP’s server).
3. Root Name Server
If needed, the resolver asks the root server for where .com domains live.
4. TLD Name Server
Then it asks the Top-Level Domain (TLD) server for .com.
5. Authoritative Name Server
Finally, it contacts the authoritative server for openai.com.
6. Returns IP Address
The IP is sent back to your browser, and the connection begins.

🔁 This whole lookup usually happens in milliseconds.

⸻

📦 DNS Record Types

Record Type Use Case
A Maps a domain to an IPv4 address
AAAA Maps to an IPv6 address
CNAME Alias for another domain
MX Mail exchange info (email servers)
TXT Used for verification (e.g., SPF, DKIM)
NS Specifies authoritative name servers

⸻

🕵️ Real-Life Analogy: A Phonebook
• You know the name: Google
• DNS finds the number: 142.250.195.78
• You make the call: Browser connects to Google’s server

DNS is like the military communication officer who turns your casual phrase into a precise coordinate for action.

⸻

🧠 Why DNS Matters
• Makes the internet human-friendly
• Reduces complexity — no need to remember IPs
• Speeds up browsing with caching
• Secures communication through DNSSEC (Domain Name System Security Extensions)

⸻

🔐 Is DNS Secure?

By default, DNS is not encrypted, but newer protocols like DNS over HTTPS (DoH) and DNS over TLS (DoT) are being used to make DNS private and tamper-proof.

⸻

🚀 Tools You Can Use
• nslookup – Command-line tool for DNS queries
• dig – Advanced DNS info and troubleshooting
• Google DNS – 8.8.8.8 and 8.8.4.4
• Cloudflare DNS – 1.1.1.1 (fast & private)

⸻

🎯 Final Thoughts

DNS is the silent guide of the internet.
You don’t see it, but it’s working every single time you click, tap, or search. It connects human intent with machine logic — smoothly, instantly, and globally.

No DNS = No Google, No Instagram, No YouTube.
DNS makes the internet usable.

Share this:

  • Share on Facebook (Opens in new window) Facebook
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Email a link to a friend (Opens in new window) Email
  • Print (Opens in new window) Print
  • Share on X (Opens in new window) X
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Telegram (Opens in new window) Telegram

Tags:

2nd level domaindomaindomain for email marketingdomain namedomain name kya haidomain name kya hota haidomain name serverdomain name server definitiondomain name systemdomain name system (protocol)domain name system explaineddomain name system guidedomain namesfully qualified domain namegohighlevel domain setuphierarchical name space of dnshow dns name resolution worksnxdomainroot domain serverssystemtop level domaintop level domain serverswhat does dns do
Author

Cheekati Srinu

Follow Me
Other Articles
Previous

📅 Day 16 – Understanding Ports & Protocols

Next

Day 18 – HTTP & HTTPS: Web Communication Protocols

No Comment! Be the first one.

Leave a Reply Cancel reply

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

Copyright 2026 — findaroute.in.