What is DNS

DNS (Domain Name System) is one of the infrastructures of the internet. This article introduces the basic concepts and working principles of DNS.

Essentially, the DNS service is like a Xinhua dictionary. By querying the dictionary, we can find the IP address corresponding to a domain name.

Introduction to DNS

DNS (Domain Name System) is one of the infrastructures of the internet, like a Xinhua dictionary, responsible for converting human-readable domain names into computer-understandable IP addresses.

DNS Resolution Principle

How DNS Works

When you enter a URL in your browser:

  1. The browser first checks the local cache
  2. If not found, it sends a query to the DNS server
  3. The DNS server returns the corresponding IP address
  4. The browser uses this IP address to access the target website

Key Concepts

  • Domain Name: The readable address of a website, such as www.adguardprivate.com
  • URL (Uniform Resource Locator): The complete web address, including protocol, domain name, and path, such as https://www.adguardprivate.com
  • IP Address: The numerical identifier of a network device, such as 1.1.1.1
  • DNS Server: A computer that provides domain name resolution services
  • Website Hosting: Storing website files on a server to make them accessible via the internet