[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RAQ3 as primary AND secondary DNS ??
- Subject: Re: [cobalt-users] RAQ3 as primary AND secondary DNS ??
- From: Brent Sims <brent@xxxxxxxxxxx>
- Date: Sat May 27 21:41:48 2000
On Sat, 27 May 2000, Gerald Waugh so wrote:
} Another point is that although having many nameservers sounds good, it takes
} something like 25 seconds for a browser request for a name server to time out
} (then look for second server), how many of these timeouts is the user going to
} wait for. Therefore, any more than two is probably overkill, how many users are
} going to wait minutes for a site (name server) to be found?
While this is indeed true, there's a whole lot more to this
than meets the eye. Once one gets a primary and a secondard name
server running the rules change a bit. At this point one can
easily create a network of name servers and thus lighten the load on
the primary and secondary name servers and Bind provides the
functionality to do just this. All one has to do is, after making
arrangements for additional name servers, add the following to their
name servers named.conf file:
forward first;
forwarders {
xxx.xxx.xxx.xxx
xxx.xxx.xxx.xxx
etc...
}
Using forwarders lightens the load on the primary name
servers and increases response times by spreading the traffic over a
hierarchy - a network - of name servers. For more information check
out the DNS-HOWTO:
http://webokay.com/help/howto/DNS-HOWTO-html/DNS-HOWTO-3.html
Peace be with you,
Brent
Brent Sims
WebOkay Internet Services
http://www.WebOkay.net
Brent@xxxxxxxxxxx
(719) 595-1427 (Voice/Fax)