NetBSD rules - Go to the first, previous, next, last, above section, table of contents.

2.4.2 The Domain Name Service (DNS)

`/etc/hosts' bears an inherent problem, especially in big networks: when one host is added or one hosts's address changes, all the `/etc/hosts'' on all machines have to be changed! This is not only time-consuming, it's also very likely that there will be some errors and inconsistencies, leading to problems.

Another appoach is to hold only one hostnames-table (-database) for a network, and make all the clients query that "name-server". Updates will be made only on the name-server.

This is the basic idea behind the Domain Name Service (DNS).

Usually, there's one name-server for each domain (hence DNS), and every host (client) in that domain knows which domain it is in and which DNS to query for its domain.

When the DNS gets a query about an host which is not in its domain, it will forward the query to a DNS which is either the DNS of the domain in question or knows which DNS to ask for the specified domain. If the DNS forwarded the query doesn't know how to handle it, it will forward that query again to a DNS one step higher. This is not ad infinitum, there are several "root"-servers, which know about any domain.


NetBSD rules - Go to the first, previous, next, last, above section, table of contents.