Share:
Notifications
Clear all

Domain Name System

1 Posts
1 Users
0 Reactions
534 Views
(@ivan)
Posts: 93
Trusted Member
Topic starter
 

DNS stands for Domain Name System, and it functions as the phonebook of the internet. It translates human-friendly domain names, like www.example.com, into IP addresses, such as 192.0.2.1, which computers use to communicate with each other.

How DNS works:

  1. You type a domain name (e.g., www.example.com) into your browser.

  2. Your computer checks its local DNS cache to see if it has the IP address already stored. If not:

  3. DNS Resolver (typically provided by your ISP) looks up the IP address by asking a series of DNS servers:

    • Root DNS servers: Directs the query to the relevant Top-Level Domain (TLD) DNS servers (e.g., .com, .org).

    • TLD DNS servers: Directs the query to the Authoritative DNS servers for the domain.

    • Authoritative DNS servers: Finally, they provide the actual IP address for the requested domain.

  4. The DNS resolver returns the IP address to your computer, and your browser can now connect to the server hosting the website.

Key Concepts:

  • A Record: Maps a domain name to an IP address.

  • MX Record: Specifies the mail servers for a domain.

  • CNAME Record: Allows an alias to point to another domain name.

  • TTL (Time to Live): Specifies how long a DNS record is cached.

 
Posted : 08/04/2025 5:41 pm
Share: