V9
Velocity9
Computer Network
Documentation

What is DNS?

Simple explanation of DNS and how it works.

🌐 What is DNS?

DNS (Domain Name System) is like the phonebook of the internet.
It converts domain names (like google.com) into IP addresses (like 142.250.183.14), so computers can find each other.


🧠 Why We Need DNS

Before DNS, people had to remember IPs β€” which was hard!
DNS made it easy by letting us use simple names instead of numbers.


βš™οΈ How DNS Works

  1. You type google.com.
  2. Browser asks DNS for the IP.
  3. DNS finds and returns it.
  4. Browser connects to that IP β€” and the website loads πŸš€.

πŸ“¦ Common DNS Record Types

TypePurposeExample
ADomain β†’ IPv4example.com β†’ 192.168.1.1
AAAADomain β†’ IPv6example.com β†’ 2401:4900::10
CNAMEAliaswww β†’ example.com
MXEmail routingSends mail to Gmail, etc.

🧭 Why DNS is Important

  • Easy to remember names
  • Flexible when IPs change
  • Keeps the internet fast and simple 🌍
Need help with this topic?