毕业论文设计《基于Linux下的DNS服务器的构建与配置》.docVIP

  • 528
  • 0
  • 约9.05千字
  • 约 18页
  • 2018-10-02 发布于广西
  • 举报

毕业论文设计《基于Linux下的DNS服务器的构建与配置》.doc

《基于Linux下的DNS服务器的配置》 第 PAGE 16页 共18页 PAGE 基于Linux下的DNS服务器的配置 学生姓名:xxx 指导老师:xxx 摘 要 在Red Hat Linux 系统中,让Linux通过以太网卡访问Internet时,必须对Linux系统进行相应的配置,诸如主机、域名、网关、路由器等。 在用TCP/IP协议族架设的网络中,每一个节点都有一个唯一的IP地址,用来作为它们唯一的标志。然而,如果让使用者来记住这些毫无记忆规律的IP地址将是不可想象的。人们就需要一种有记忆规律的字符串来作为唯一标记节点的名字。 然而,虽然符号名对于人来说是极为方便,但是在计算机上实现却不是那么容易。为了解决这个需求,应运而生了一个域名服务系统 DNS ,它运行在TCP协议之上,负责将字符名转换成实际相对应的IP地址。这个过程就叫域名解析,负责域名解析的机器就叫域名服务器,即DNS服务器,本次课程设计就是是实现Linux下DNS服务器的的配置。 关键词 DNS;Linux;服务器;配置 The DNS server configuration based On Linux Systems Student Name: Lu Chenqun Instructor: Zhou Shuren Abstract In Red Hat Linux systems, when making access the Internet through the ethercard, the Linux system must be made some corresponding configuration, such as hosting, domain name, gateway, routers and so on. In the network with TCP/IP protocol, the family of every node has a unique IP address, which used as a symbol of their only. However, It would be unthinkable if ask users to remember these IP addresses of no regular. People need a string which is regular and easy to be remembered as the unique symbols of the mark node. However, it is not easy to realize in the computers despite that the string name is extremely convenient for people. To solve this problem, a service system DNS running over the TCP emerges. It is responsible for the transform of characters to actual corresponding IP addresses. This process is called analysis of domain name. The machine responsible for domain name analysis is called domain name server, namely the DNS server. This course design is to realized the server configuration under the Linux system. Key words DNS; Linux; Server; Configuration 1 引 言 1.1设计的意义 近年来,随着“传输控制协议/网际协议(TCP/IP)”套件的广泛使用,TCP/IP已经成为网络通信中事实上的标准。在TCP/IP网络中,每一台主机都既可以通过域名也可以通过唯一的IP地址实现互联,这是因为域名与IP地址之间存在这一对一的映射关系。DNS(Domain Name System,即域名系统)服务可以提供域名和IP地址之间的自动转换,用于将不易记忆的IP地址翻译成相对来说易于记忆的域名。这种地址翻译的过程成为域名解析,而提供域名解析服务的网络主机,通常被成为DNS服务器[1]。本次设计,主要是实现Linux下DNS服务器的的配置。 1.2相关概念简介 1.DNS系统

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档