Loading...
Loading...
Computer Networks Unit 5 notes for CS Semester 5 covering DNS, electronic mail, World Wide Web, HTTP, SNMP, FTP, SMTP, Telnet, important questions, quick revision, and MCQ practice.
Syllabus Pages
Unit 5: Application Layer
11 pages“This topic explains how users can access websites by names such as domain names instead of remembering numeric IP addresses.”
The Domain Name System, or DNS, is the distributed naming system that translates human-readable domain names into IP addresses.
Computers communicate using IP addresses, but humans find names easier to remember. DNS solves this problem by mapping domain names such as example.com to the IP addresses required for network communication.
DNS is distributed and hierarchical. This design makes it scalable and efficient for Internet-wide use, because one central naming database would be impractical for the entire world.
In exam answers, DNS is best explained through its purpose, hierarchy, name resolution process, and importance in web access.
The hierarchical structure of DNS includes root servers, top-level domain servers, authoritative servers, and local resolvers. This layered arrangement allows name resolution to scale across the entire Internet.
When a user enters a website name, the resolver starts a lookup process that eventually reaches the server holding the required mapping. The final result is the corresponding IP address used for communication with the destination host.
Exam line: DNS is the naming system of the Internet that maps names to IP addresses.