DNS Fundamentals
Số trang: 133
Loại file: pdf
Dung lượng: 479.45 KB
Lượt xem: 4
Lượt tải: 0
Xem trước 10 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Chapter 1. Introduction Table of Contents Scope of Document Organization of This Document Conventions Used in This Document The Domain Name System (DNS) DNS Fundamentals Domains and Domain Names Zones Authoritative Name Servers Caching Name Servers Name Servers in Multiple Roles The Internet Domain Name System (DNS) consists of the syntax to specify the names of entities in the Internet in a hierarchical manner, the rules used for delegating authority over names, and the system implementation that actually maps names to Internet addresses. DNS data is maintained in a group of distributed hierarchical databases. Scope of Document The Berkeley Internet...
Nội dung trích xuất từ tài liệu:
DNS FundamentalsChapter 1. IntroductionTable of ContentsScope of DocumentOrganization of This DocumentConventions Used in This DocumentThe Domain Name System (DNS) DNS Fundamentals Domains and Domain Names Zones Authoritative Name Servers Caching Name Servers Name Servers in Multiple RolesThe Internet Domain Name System (DNS) consists of the syntax to specify thenames of entities in the Internet in a hierarchical manner, the rules used fordelegating authority over names, and the system implementation that actuallymaps names to Internet addresses. DNS data is maintained in a group ofdistributed hierarchical databases.Scope of DocumentThe Berkeley Internet Name Domain (BIND) implements a domain name serverfor a number of operating systems. This document provides basic informationabout the installation and care of the Internet Systems Consortium (ISC) BINDversion 9 software package for system administrators.This version of the manual corresponds to BIND version 9.4.Organization of This DocumentIn this document, Section 1 introduces the basic DNS and BIND concepts. Section2 describes resource requirements for running BIND in various environments.Information in Section 3 is task-oriented in its presentation and is organizedfunctionally, to aid in the process of installing the BIND 9 software. The task-oriented section is followed by Section 4, which contains more advanced conceptsthat the system administrator may need for implementing certain options. Section5 describes the BIND 9 lightweight resolver. The contents of Section 6 areorganized as in a reference manual to aid in the ongoing maintenance of thesoftware. Section 7 addresses security considerations, and Section 8 containstroubleshooting help. The main body of the document is followed by severalAppendices which contain useful reference information, such as a Bibliographyand historic information related to BIND and the Domain Name System.Conventions Used in This DocumentIn this document, we use the following general typographic conventions:To describe: We use the style:a pathname, filename, URL, hostname, mailing list name, or Fixed widthnew term or concept Fixed Widthliteral user input Boldprogram output Fixed WidthThe following conventions are used in descriptions of the BIND configuration file:To describe: We use the style:keywords Fixed Widthvariables Fixed WidthOptional input [Text is enclosed in square brackets]The Domain Name System (DNS)The purpose of this document is to explain the installation and upkeep of theBIND software package, and we begin by reviewing the fundamentals of theDomain Name System (DNS) as they relate to BIND.DNS FundamentalsThe Domain Name System (DNS) is a hierarchical, distributed database. It storesinformation for mapping Internet host names to IP addresses and vice versa, mailrouting information, and other data used by Internet applications.Clients look up information in the DNS by calling a resolver library, which sendsqueries to one or more name servers and interprets the responses. The BIND 9software distribution contains a name server, named, and two resolver libraries,liblwres and libbind.Domains and Domain NamesThe data stored in the DNS is identified by domain names that are organized as atree according to organizational or administrative boundaries. Each node of thetree, called a domain, is given a label. The domain name of the node is theconcatenation of all the labels on the path from the node to the root node. This isrepresented in written form as a string of labels listed from right to left andseparated by dots. A label need only be unique within its parent domain.For example, a domain name for a host at the company Example, Inc. could beourhost.example.com, where com is the top level domain to whichourhost.example.com belongs, example is a subdomain of com, andourhost is the name of the host.For administrative purposes, the name space is partitioned into areas called zones,each starting at a node and extending down to the leaf nodes or to nodes whereother zones start. The data for each zone is stored in a name server, which answersqueries about the zone using the DNS protocol.The data associated with each domain name is stored in the form of resourcerecords (RRs). Some of the supported resource record types are described in thesection called “Types of Resource Records and When to Use Them”.For more detailed information about the design of the DNS and the DNS protocol,please refer to the standards documents listed in the section called “Request forComments ...
Nội dung trích xuất từ tài liệu:
DNS FundamentalsChapter 1. IntroductionTable of ContentsScope of DocumentOrganization of This DocumentConventions Used in This DocumentThe Domain Name System (DNS) DNS Fundamentals Domains and Domain Names Zones Authoritative Name Servers Caching Name Servers Name Servers in Multiple RolesThe Internet Domain Name System (DNS) consists of the syntax to specify thenames of entities in the Internet in a hierarchical manner, the rules used fordelegating authority over names, and the system implementation that actuallymaps names to Internet addresses. DNS data is maintained in a group ofdistributed hierarchical databases.Scope of DocumentThe Berkeley Internet Name Domain (BIND) implements a domain name serverfor a number of operating systems. This document provides basic informationabout the installation and care of the Internet Systems Consortium (ISC) BINDversion 9 software package for system administrators.This version of the manual corresponds to BIND version 9.4.Organization of This DocumentIn this document, Section 1 introduces the basic DNS and BIND concepts. Section2 describes resource requirements for running BIND in various environments.Information in Section 3 is task-oriented in its presentation and is organizedfunctionally, to aid in the process of installing the BIND 9 software. The task-oriented section is followed by Section 4, which contains more advanced conceptsthat the system administrator may need for implementing certain options. Section5 describes the BIND 9 lightweight resolver. The contents of Section 6 areorganized as in a reference manual to aid in the ongoing maintenance of thesoftware. Section 7 addresses security considerations, and Section 8 containstroubleshooting help. The main body of the document is followed by severalAppendices which contain useful reference information, such as a Bibliographyand historic information related to BIND and the Domain Name System.Conventions Used in This DocumentIn this document, we use the following general typographic conventions:To describe: We use the style:a pathname, filename, URL, hostname, mailing list name, or Fixed widthnew term or concept Fixed Widthliteral user input Boldprogram output Fixed WidthThe following conventions are used in descriptions of the BIND configuration file:To describe: We use the style:keywords Fixed Widthvariables Fixed WidthOptional input [Text is enclosed in square brackets]The Domain Name System (DNS)The purpose of this document is to explain the installation and upkeep of theBIND software package, and we begin by reviewing the fundamentals of theDomain Name System (DNS) as they relate to BIND.DNS FundamentalsThe Domain Name System (DNS) is a hierarchical, distributed database. It storesinformation for mapping Internet host names to IP addresses and vice versa, mailrouting information, and other data used by Internet applications.Clients look up information in the DNS by calling a resolver library, which sendsqueries to one or more name servers and interprets the responses. The BIND 9software distribution contains a name server, named, and two resolver libraries,liblwres and libbind.Domains and Domain NamesThe data stored in the DNS is identified by domain names that are organized as atree according to organizational or administrative boundaries. Each node of thetree, called a domain, is given a label. The domain name of the node is theconcatenation of all the labels on the path from the node to the root node. This isrepresented in written form as a string of labels listed from right to left andseparated by dots. A label need only be unique within its parent domain.For example, a domain name for a host at the company Example, Inc. could beourhost.example.com, where com is the top level domain to whichourhost.example.com belongs, example is a subdomain of com, andourhost is the name of the host.For administrative purposes, the name space is partitioned into areas called zones,each starting at a node and extending down to the leaf nodes or to nodes whereother zones start. The data for each zone is stored in a name server, which answersqueries about the zone using the DNS protocol.The data associated with each domain name is stored in the form of resourcerecords (RRs). Some of the supported resource record types are described in thesection called “Types of Resource Records and When to Use Them”.For more detailed information about the design of the DNS and the DNS protocol,please refer to the standards documents listed in the section called “Request forComments ...
Tìm kiếm theo từ khóa liên quan:
Quản trị web Cơ sở dữ liệu Hệ điều hành Công nghệ thông tin Tin họcGợi ý tài liệu liên quan:
-
Giáo trình Lý thuyết hệ điều hành: Phần 1 - Nguyễn Kim Tuấn
110 trang 450 0 0 -
52 trang 429 1 0
-
62 trang 401 3 0
-
Đề thi kết thúc học phần học kì 2 môn Cơ sở dữ liệu năm 2019-2020 có đáp án - Trường ĐH Đồng Tháp
5 trang 377 6 0 -
Top 10 mẹo 'đơn giản nhưng hữu ích' trong nhiếp ảnh
11 trang 310 0 0 -
74 trang 294 0 0
-
Giáo trình Cơ sở dữ liệu: Phần 2 - TS. Nguyễn Hoàng Sơn
158 trang 291 0 0 -
13 trang 290 0 0
-
96 trang 289 0 0
-
Báo cáo thực tập thực tế: Nghiên cứu và xây dựng website bằng Wordpress
24 trang 288 0 0