Transferred from: http://www.office68.com/computer/14231.html
DNS is the abbreviation for the domain Name System and is a core service of the Internet as a distributed database that maps domain names and IP addresses to each other, making it easier for people to access the Internet without remembering the number of IP strings that can be read directly by the machine. This is also the official statement of DNS
Today, when I look at the source code of a website, I found the
Here is a brief description of Dns-prefetch found on the internet.
DNS implements the mapping of domain names to IP. Access to the site through the domain name, each request to do DNS resolution. At present, the DNS resolution is usually below 200ms ea
;FQDNReverse: Ip-->fqdnForward: Fqdn-->ipIp-->fqdn:FQDN-->IP:Www.magedu.com.IP1Inquire:Recursive: Only one request is issuedIteration: Making multiple requestsAnalytical:Forward: Fqdn-->ipReverse: Ip-->fqdnTwo-stage: recursive, iterativeDNS: Distributed DatabaseThe superior only knows its direct subordinate;Subordinates only know the location of the root;DNS server:Accept local Customer query requests (recursive)External client Request: Request author
In Linux, often parsing a domain name, the first will find /etc/hosts file, if the /etc/hosts file does not correspond, will go to find DNS, then what is the way to let the host first look for DNS it?Of course, it's defined in the /etc/nsswitch.conf file./etc/nsswitch.confHosts:files DNS//Find this section and change it to the followingHosts:dns filesIn this way,
Use bind, dlz, and MySQL to build intelligent DNS. The DNS data can be put into MySQL.
Yum list all | grep BIND contains an SDB package. You can also put our data in the database.
How can I enable the DNS log function? It is not recommended to enable the log function. If the log function is enabled, the DNS performan
Every time we enter any domain name in the browser to access a website, we use the Dns protocol to perform a "Domain Name: IP" query. As a command line user, the Nslookup command is the most widely used dns-related command. As a programmer, taking c # as an example, the ip address of a domain name is probably the same as the line "System. net. dns. getHostByName
DNS client registration information in the DNS server is reflected in the way, then the client can use some way to query all kinds of records. Corresponding, the server will respond to these queries, we call it parsing, as for the internal work mechanism of DNS, we do not know, but we can through some commands and methods to understand the
Two days of indulgence, to get physically and mentally exhausted. I was almost late in the morning, but fortunately I stepped on it. Oh!In Friday, because the notification Sunday power outage, so the server, such as shutdown equipment, etc. are shut down. So the first thing I do is give them electricity. The buttocks just sat down, the colleague said the computer can not go in, in the Welcome interface has been spinning, 10 minutes. Another colleague said that the shared folder could not be acce
Today, the DNS system has already exceeded the originally set "Address Book" function. With the popularization of the Internet, more and more malicious intrusions and DDoS attacks have emerged. A modern DNS system should be designed to address these issues and provide end users with a fast and easy-to-use interface.The entry point for the DNS system is for the we
I don't know where you are. Anyway, I have a place called the ISP bandwidth service provider, Dr. Peng ... As the original credulous landlord said the legendary telecommunications plus the Great Wall Broadband dual service, the last to pull the landlord's net. As a result, I have never encountered my own IP address is telecommunications. Dr. Peng has always been the bar called the Great Wall broadband. I'm going to go oh ~ ~Always hijack my DNS, and,
Shell script-automatic DNS deployment and shell script dns
For details, see:
(1) Play with me the Linux Network Service: DNS service -- BIND (/etc/named. conf,/var/named) setting implementation and Explanation
1 #! /bin/bash 2 IP="10.10.10" 3 RIP="10.10.10" 4 DN="gr.org" 5 Name="10.10.10.10" 6 7 cat >> /etc/named.conf
Labels: local software compiled DNS bind named
Bind compilation and Installation
The software package with tar.gz and tar.bz2 is mostly through. /configure; Make; make install to install; some software directly make make install, we can use. /configure -- help to view the functions of the configuration software. Most of the software is provided. /configure configures the software's functions. A few do not. If not, make make install directly.
. One o
Description1, NetworkManager tool is the Ubuntu desktop version of the GUI setup tool.2, this tool is recommended to operate directly on the GUI, it is not recommended to use the command line management, such as WiFi configuration.3, of course, this tool can have command line tools:nmcli, if the use of NetworkManager to configure the network, then IP, gateway, DNS can be queried through this tool.4, if the command line network settings are configured,
The previous section describes some of the main DNS suffixes of the computer, and today this section continues to extend this topic, as well as other concepts related to it.
The test environment in this section is a simple topology environment in which a DC is connected to a client computer. The following figure:
In the WINS series, we said that when a ping program is used to access a name, if a WINS server is set up, a resolution request is sent to
First step, add the DNS configuration file
1. As shown in our Mac OS preferences, we found the "network" click into.
2. Now pop up the network window we can set up DNS, I here to cable as an example.
3. Then we click "Edit Position" to enter, as shown in the following figure.
4. In the pop-up dialog we click the "+" button, and then a new location of the network configuration file. I'll change it
Experiment (I.)Experimental requirements: Configure DNS servers on two hosts, respectivelyExperimental Purpose:1. Do the authorization of the Bj.tarena.comDNS subdomain on the tarena.com.The 2.bj.tarena.com subdomain forwards the parent domain.Experimental environmentHost name FXHLJ IP address 192.168.1.20 responsible for parsing of the tarena.com domainWww.tarena.com 192.168.1.100Host name localhost IP address is 192.168.1.30 responsible for parsing
Install and configure the DNS server in linux, and configure the dns server in linux
1. DNS concept:
Simply put, DNS is a service on the system that uses port 53 to provide mutual conversion between domain names and IP addresses. For example, if you access www.csdn.net, the router cannot know the address. You need to
In the previous blog, we introduced the DNS server architecture, from which we learned that if we want to register a domain name, then we must go through the top-level domain name server or its subordinate domain name server for our application of the domain name to delegate, the right to resolve to our DNS server, In this way we can obtain the right to resolve the requested domain name. In this article we
In the last section, we use the form of text to describe the process of DNS parsing, in order to better help you understand the entire parsing process, I did a DNS domain name resolution of the step-by-step diagram, as follows:
In this diagram, the 8-step parsing process allows the client to successfully access the domain name of www.163.com, but in practical applications, the process is usually very rapid
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.