DNS (Domain Name System) acts as the internet's phone book. It translates human-readable domain names (like iyibir.net) into IP addresses that computers use to communicate.
How DNS Works
Query Initiation: Browser contacts DNS resolver.
Cache Check: Resolver checks local cache first.
Root DNS Server: Directs to the appropriate TLD server.
TLD Server: Points to the authoritative DNS server.
Authoritative DNS: Returns the actual IP address.
Result: IP address is sent to browser, website loads.