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
- You type
google.com. - Browser asks DNS for the IP.
- DNS finds and returns it.
- Browser connects to that IP β and the website loads π.
π¦ Common DNS Record Types
| Type | Purpose | Example |
|---|---|---|
| A | Domain β IPv4 | example.com β 192.168.1.1 |
| AAAA | Domain β IPv6 | example.com β 2401:4900::10 |
| CNAME | Alias | www β example.com |
| MX | Email routing | Sends 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?
CIDR, Subnetting, Internet Gateway, and More
Detailed notes on CIDR, Subnetting, Internet Gateway, NAT, and DHCP in computer networks.
What is an IP Address? β The Identity of Every Device
Learn what an IP address is, why it was created, how it works, and the differences between IPv4, IPv6, public, and private IPs.