1. Background By the late 1970s, the ARPAnet was a small, friendly network of a few hundred hosts. All that was needed to know about hosts was a single file called HOSTS.TXT: it contained the name-to-address mappings of all the hosts connected to the ARPAnet. The HOSTS.TXT file is maintained by SRI's Network Information Center (NIC) and distributed from a host SRI-NIC to the entire network. ARPAnet administrators usually notify the NIC via email and regularly FTP to SRI-NIC to obtain the latest HOSTS.TXT file. However, as ARPAnet grew, this approach no longer worked. Changes to each host would result in changes to HOSTS.TXT, which would require all hosts to obtain updated files from SRI-NIC. When ARPAnet adopted TCP/IP, the number of hosts on the network grew explosively, and the following problems arose:
2. DNS Introduction DNS (Domain Name System) is a distributed database on the World Wide Web that maps domain names to IP addresses. It allows users to access the Internet more conveniently without having to remember IP numbers that can be directly read by machines. The process of obtaining the IP address corresponding to a domain name through a domain name is called domain name resolution (or host name resolution). The DNS protocol runs on the UDP protocol and uses port number 53. In the RFC document, RFC 2181 has a specification for DNS, RFC 2136 describes the dynamic update of DNS, and RFC 2308 describes the reverse cache of DNS queries. 3. DNS Data Structure 3.1 DNS Record Types The correspondence between domain names and IP addresses is called a "record". It is divided into different types according to different purposes. Common DNS record types are as follows:
3.2 Working Principle DNS service working process When a DNS client needs to query a name used in a program, it queries a local DNS server to resolve the name. Each query message sent by the client includes three pieces of information to specify the questions that the server should answer. Specifies the DNS domain name, expressed as a fully qualified domain name (FQDN). Specifies the query type, which can specify resource records by type, or be a specialized type of query operation. The specified category of a DNS domain name. For DNS servers, it should always be specified as the Internet class. For example, the specified name can be the fully qualified domain name of the computer, such as im.qq.com, and the specified query type is used to search for address resource records by that name. DNS queries are resolved in a variety of different ways. Clients can also sometimes answer queries locally by using cached information from previous queries. A DNS server can answer queries using its own cache of resource record information, or it can query or contact other DNS servers on behalf of the requesting client to fully resolve the name and then return the answer to the client. This process is called recursion. In addition, the client can also try to contact other DNS servers to resolve the name. If the client does this, it will use independent and additional queries based on the server's answer. This process is called iteration, that is, the interactive query between DNS servers is an iterative query. DNS query process https://my.oschina.net/u/4007037/blog/3098159 |
<<: The future is here: Will 5G users reach 2.6 billion by 2025?
>>: The Advancement of WiFi 6 Wireless Router Market Report for the First Half of 2020
ICQ, the instant messaging software we are more f...
The three major domestic operators have all annou...
CMIVPS has added Hong Kong 200GB and HK-CN2-8000G...
Some common sense mistakes can reduce the data ce...
The arrival of the New Year is always exciting, e...
Earlier this month, we shared RAKsmart's VPS ...
In the world of IoT, wireless communication techn...
5G is accelerating. 3GPP has completed the non-st...
Load balancing is an application of cluster techn...
In July 2021, Gartner, a global authoritative IT ...
On May 26, 2021, the Beijing stop of the "Se...
What exactly is SmartNIC (Intelligent Network Car...
According to market research by Market.us, the gl...
Recently, Latif Ladid, chairman of the National I...
This week I will continue to share some host info...