Linux Server How ToHow To Setup, Configure, Manage and Secure a Linux Server |
|
Home Which Linux Distribution? Linux Server Hardware Linux Server Security Linux Web Server - Apache Linux DNS Server - Bind Introduction to Bind Install Bind With Apt-get Install Bind From Source Bind Compile Options Configuring Bind Caching DNS Config Authoritative DNS Config Zone Files Download New Named.Root Linux DHCP Server - DHCPD Linux Mail Server - Sendmail LDP How To's About This Site |
Linux Server How To - The BIND Linux DNS ServerIntroducing the BIND Linux DNS ServerThe BIND DNS server is by far the most widely used DNS server on the Internet and is considered to be the defacto standard on Linux and other Unix-like operating systems. BIND was originally written in the early 1980's at the University of California at Berkeley as a graduate student project funded by a grant from the US Defense Advanced Research Projects Administration (DARPA). The acronym BIND was derived from its first domain use, Berkeley Internet Name Domain, and the server software being the Berkeley Internet Name Domain (BIND) Server.Initial versions of the BIND DNS server through to 4.8.3 were maintained by the Computer Systems Research Group (CSRG) at UC Berkeley. Futher work on the BIND software package was done by Ralph Campbell. Kevin Dunlap, a Digital Equipment Corporation employee on loan to the CSRG, worked on BIND for 2 years from 1985 to 1987. BIND versions 4.9 and 4.9.1 were released by Digital Equipment Corporation. Paul Vixie, then a DEC employee, became BIND's primary caretaker. BIND Version 4.9.2 was sponsored by Vixie Enterprises. BIND versions from 4.9.3 onward have been developed and maintained by the Internet Systems Consortium with support being provided by ISC's sponsors.
The Domain Name System Server is a program called named (pronounced name-dee) which stands for name daemon. Named answers DNS requests that are sent to it and it allows you to provide a DNS service on the internet but it must be configured with correct information about your domain names. The Domain Name System Resolver is a program that resolves questions about domain names and their hosts by querying the authoritive nameservers and responding appropriately to the servers replies. The resolver facilitates the process of resolving domain names and host names into IP addresses so that the host for a particular service can be identified and contacted by its name. Additional Software Tools are provided with the BIND distribution so that the configuration of the Linux DNS server can be tested to ensure that it is working correctly. |
| © 2009 www.linuxserverhowto.com |