DNS Series two: Build a DNS server

Source: Internet
Author: User

Before you build a DNS server, introduce the terminology in several DNS

1, forward lookup zone: mapping for Computer name to IP address. When a DNS client initiates a request to a DNS server to resolve the IP address of a computer name, the DNS server looks in the forward lookup zone and returns to the corresponding IP address of the DNS client

2. Reverse Lookup zone: A mapping for IP addresses to computer names. When a DNS client initiates a request to a DNS server to resolve the computer name of an IP address, the DNS server looks in the reverse zone and returns the corresponding computer name to the DNS client

3. Main zone: Contains all the resource records for the corresponding DNS namespace and is the authoritative DNS server for all DNS domains contained in the zone. A DNS server can modify data in this zone by having permission to read and write to all resources in the domain

4. Stub zone: This zone contains records for identifying authoritative DNS servers for the primary zone, with three

①soa record: Also called the Zone start Authorization record, which identifies the primary source DNS server and other zone properties for the zone

②ns record: Also called name server, contains a list of authoritative DNS servers for this zone

③a record: Also called adhesion A records, contains the IP address of authoritative DNS server for this zone

Let's look at a trial: Create a forward lookup zone

The test environment is as follows

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.