This document provides an introduction to DNS (Domain Name System) in 3 paragraphs:
It explains that DNS was created to address the problems with using a centralized HOSTS.TXT file to map hostnames to IP addresses as the Internet grew. DNS introduced a distributed and hierarchical namespace that maps domain names to IP addresses through a global network of name servers.
It describes the basic structure and functionality of DNS, including that it is organized in a tree structure with top-level domains at the root, each domain can be delegated to different administrators, and name servers contain parts of the distributed database that maps domain names and resource records like A records (IPv4 addresses) and MX records (mail servers).
The