+1 vote
78 views
by (98.9k points)
What is need of DNS and explain how DNS works?

1 Answer

0 votes
by (98.9k points)
 
Best answer

DNS, or Domain Name System, is a fundamental component of the internet that translates human-readable domain names into IP addresses, allowing users to access websites and other resources using familiar names rather than numeric IP addresses.

The need for DNS arises from the fact that computers on the internet communicate with each other using IP addresses, which are numerical identifiers associated with each device. However, remembering and using IP addresses for every website or online resource would be impractical for users. This is where DNS comes in, providing a hierarchical and distributed system to map domain names to IP addresses.

Here's a brief explanation of how DNS works:

  1. User Enters a Domain Name: When a user enters a domain name (e.g., www.example.com) into their web browser, a request is initiated to resolve that domain to an IP address.

  2. Local DNS Resolver: The user's device first checks its local DNS resolver cache to see if it already has the IP address for the requested domain. If the information is not found or has expired, the resolver proceeds to the next step.

  3. Recursive DNS Server: The local DNS resolver queries a recursive DNS server. Recursive DNS servers are responsible for resolving domain names by interacting with other DNS servers to find the correct IP address.

  4. Root DNS Server: If the recursive DNS server doesn't have the IP address information, it contacts one of the 13 root DNS servers. These servers hold information about the top-level domain (TLD) name servers.

  5. TLD Name Server: The root DNS server directs the recursive server to the TLD name server responsible for the specific domain extension (e.g., .com, .org). The TLD name server stores information about the authoritative name servers for the requested domain.

  6. Authoritative DNS Server: The TLD name server then directs the recursive server to the authoritative DNS server for the requested domain. This server holds the specific IP address associated with the domain.

  7. IP Address Resolution: The authoritative DNS server provides the IP address to the recursive server, which, in turn, stores the information in its cache and returns the IP address to the user's device.

  8. Accessing the Website: Now armed with the IP address, the user's device can establish a connection to the desired web server, and the requested web page is delivered to the user's browser.

DNS operates in the background, making internet usage more user-friendly by allowing people to access websites using easy-to-remember domain names while the system efficiently translates those names into the corresponding IP addresses required for actual communication between devices on the internet.

 

Related questions

0 votes
1 answer 68 views

Doubtly is an online community for engineering students, offering:

  • Free viva questions PDFs
  • Previous year question papers (PYQs)
  • Academic doubt solutions
  • Expert-guided solutions

Get the pro version for free by logging in!

5.7k questions

5.1k answers

108 comments

531 users

...