Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 1998 11:39:11 +1000 (EST)
From:      "Daniel O'Callaghan" <danny@hilink.com.au>
To:        "Jonathan M. Bresler" <jmb@FreeBSD.ORG>
Cc:        isp@hub.freebsd.org
Subject:   Re: [Q] what happens when 1 of N nameservers dies?
Message-ID:  <Pine.BSF.3.96.980824112639.12430A-100000@enya.hilink.com.au>
In-Reply-To: <199808212326.QAA13587@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help


On Fri, 21 Aug 1998, Jonathan M. Bresler wrote:

> 	what happens when a domain with N nameservers loses one?
> 
> 	let abc.org have 3 domain nameservers ns1.abc.org, ns2.abc.org,
> 	and ns3.abc.org.  all are pointed to by the Internic.
> 	one dies.  a person/program at another domain does a lookup
> 	on a host in abc.org.   
> 
> 	what happens?  
> 
> 	do 1/3 of the lookups return "host unknown"?
> 	does the resolver try one nameserver and if it does not
> 	receive a response try another?

If deadns.abc.org is totally dead, it will time out and another NS will be
queried.
If deadns.abc.org is no longer secondarying abc.org, it will say "Ask
these three nameservers (and list itself)" by recursing to the root
nameservers.
If deadns.abc.org still knows that it is an ns for abc.org, but it has
forgotten all data because it could not reach the primary for 30 days and
the data expired, then it will say something like "Nonexistent host -
server failed."

Danny


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980824112639.12430A-100000>