Question:

DNS is primarily used for:

Show Hint

DNS = Name to IP conversion. Think of it as the "phonebook of the Internet".
Updated On: May 20, 2026
  • Encryption data
  • Mapping domain names to IP address
  • Assigning MAC address
  • Providing TCP acknowledgements
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Concept: DNS (Domain Name System) is a fundamental component of the Internet that acts like a directory service. It translates human-readable domain names (such as www.google.com) into machine-readable IP addresses (such as 142.250.x.x).

Step 1: Understanding DNS Functionality
When a user enters a website name in a browser, the DNS system performs the following:
• Queries DNS servers
• Resolves the domain name into an IP address
• Enables the browser to connect to the correct server

Step 2: Analyze each option

Encryption data: This is handled by protocols like SSL/TLS, not DNS.
Mapping domain names to IP address: This is the primary function of DNS.
Assigning MAC address: This is done by ARP (Address Resolution Protocol).
Providing TCP acknowledgements: This is handled by the TCP protocol at the transport layer.

Step 3: Conclusion
DNS is mainly responsible for mapping domain names to IP addresses. \[ \therefore \text{Correct answer is (B)} \]
Was this answer helpful?
0
0