Introduction Table of Contents Scope of Document Organization of This Document
Số trang: 83
Loại file: pdf
Dung lượng: 562.51 KB
Lượt xem: 12
Lượt tải: 0
Xem trước 9 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Tham khảo tài liệu introduction table of contents scope of document organization of this document, công nghệ thông tin, quản trị mạng phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả
Nội dung trích xuất từ tài liệu:
Introduction Table of Contents Scope of Document Organization of This DocumentChapter 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 the names of entities in the Internet in ahierarchical manner, the rules used for delegating authority over names, and the system implementation that actuallymaps names to Internet addresses. DNS data is maintained in a group of distributed hierarchical databases.Scope of DocumentThe Berkeley Internet Name Domain (BIND) implements a domain name server for a number of operating systems.This document provides basic information about the installation and care of the Internet Systems Consortium (ISC)BIND version 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. Section 2 describes resource requirementsfor 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 concepts that the system administrator may need for implementing certain options.Section 5 describes the BIND 9 lightweight resolver. The contents of Section 6 are organized as in a reference manualto aid in the ongoing maintenance of the software. Section 7 addresses security considerations, and Section 8 containstroubleshooting help. The main body of the document is followed by several Appendices which contain usefulreference information, such as a Bibliography and 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 new term or concept Fixed widthliteral user input Fixed Width 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 the BIND software package, and we begin byreviewing the fundamentals of the Domain Name System (DNS) as they relate to BIND.DNS FundamentalsThe Domain Name System (DNS) is a hierarchical, distributed database. It stores information for mapping Internet hostnames to IP addresses and vice versa, mail routing information, and other data used by Internet applications.Clients look up information in the DNS by calling a resolver library, which sends queries to one or more name serversand interprets the responses. The BIND 9 software distribution contains a name server, named, and two resolverlibraries, liblwres and libbind.Domains and Domain NamesThe data stored in the DNS is identified by domain names that are organized as a tree according to organizational oradministrative boundaries. Each node of the tree, 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 is represented in written form as a stringof labels listed from right to left and separated 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 be ourhost.example.com, wherecom is the top level domain to which ourhost.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 extendingdown to the leaf nodes or to nodes where other zones start. The data for each zone is stored in a name server, whichanswers queries about the zone using the DNS protocol.The data associated with each domain name is stored in the form of resource records (RRs). Some of the supportedresource record types are described in the section 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 standardsdocuments listed in the section called “Requ ...
Nội dung trích xuất từ tài liệu:
Introduction Table of Contents Scope of Document Organization of This DocumentChapter 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 the names of entities in the Internet in ahierarchical manner, the rules used for delegating authority over names, and the system implementation that actuallymaps names to Internet addresses. DNS data is maintained in a group of distributed hierarchical databases.Scope of DocumentThe Berkeley Internet Name Domain (BIND) implements a domain name server for a number of operating systems.This document provides basic information about the installation and care of the Internet Systems Consortium (ISC)BIND version 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. Section 2 describes resource requirementsfor 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 concepts that the system administrator may need for implementing certain options.Section 5 describes the BIND 9 lightweight resolver. The contents of Section 6 are organized as in a reference manualto aid in the ongoing maintenance of the software. Section 7 addresses security considerations, and Section 8 containstroubleshooting help. The main body of the document is followed by several Appendices which contain usefulreference information, such as a Bibliography and 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 new term or concept Fixed widthliteral user input Fixed Width 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 the BIND software package, and we begin byreviewing the fundamentals of the Domain Name System (DNS) as they relate to BIND.DNS FundamentalsThe Domain Name System (DNS) is a hierarchical, distributed database. It stores information for mapping Internet hostnames to IP addresses and vice versa, mail routing information, and other data used by Internet applications.Clients look up information in the DNS by calling a resolver library, which sends queries to one or more name serversand interprets the responses. The BIND 9 software distribution contains a name server, named, and two resolverlibraries, liblwres and libbind.Domains and Domain NamesThe data stored in the DNS is identified by domain names that are organized as a tree according to organizational oradministrative boundaries. Each node of the tree, 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 is represented in written form as a stringof labels listed from right to left and separated 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 be ourhost.example.com, wherecom is the top level domain to which ourhost.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 extendingdown to the leaf nodes or to nodes where other zones start. The data for each zone is stored in a name server, whichanswers queries about the zone using the DNS protocol.The data associated with each domain name is stored in the form of resource records (RRs). Some of the supportedresource record types are described in the section 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 standardsdocuments listed in the section called “Requ ...
Tìm kiếm theo từ khóa liên quan:
công nghệ thông tin lập trình mạng kỹ thuật máy tính quản trị mạng lập trình Introduction Table of Contents Scope of Document Organization of This DocumentGợi ý tài liệu liên quan:
-
52 trang 429 1 0
-
24 trang 353 1 0
-
Top 10 mẹo 'đơn giản nhưng hữu ích' trong nhiếp ảnh
11 trang 312 0 0 -
74 trang 294 0 0
-
96 trang 291 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 -
Đồ án tốt nghiệp: Xây dựng ứng dụng di động android quản lý khách hàng cắt tóc
81 trang 278 0 0 -
EBay - Internet và câu chuyện thần kỳ: Phần 1
143 trang 272 0 0 -
Tài liệu dạy học môn Tin học trong chương trình đào tạo trình độ cao đẳng
348 trang 269 1 0 -
Tài liệu hướng dẫn sử dụng thư điện tử tài nguyên và môi trường
72 trang 262 0 0