domain-name-system – 由于一个脱机域名服务器而导致的可用性?

domain-name-system – 由于一个脱机域名服务器而导致的可用性?,第1张

概述域名可以在域名注册商处注册大量名称服务器.名称服务器是随机选取的,而不是像预期的主要第一,次要第二等. 知道这一点,这是否意味着当一个名称服务器关闭时,有可能有50%的机会让那些对离线名称服务器提出疑问的访问者永远无法访问您的网站?而其他50%的人能够很好地浏览到您的网站,从而影响服务器的可用性? 最后,为什么客户端不会在默认情况下询问列表中的下一个名称服务器? 这同样适用于IPv4和IPv6.如 域名可以在域名注册商处注册大量名称服务器.名称服务器是随机选取的,而不是像预期的主要第一,次要第二等.

知道这一点,这是否意味着当一个名称服务器关闭时,有可能有50%的机会让那些对离线名称服务器提出疑问的访问者永远无法访问您的网站?而其他50%的人能够很好地浏览到您的网站,从而影响服务器的可用性?

最后,为什么客户端不会在默认情况下询问列表中的下一个名称服务器?

这同样适用于IPv4和IPv6.如果其中一个名称服务器仅支持IPv6而没有IPv4,并且没有IPv6连接的用户会询问该特定名称服务器,那么我认为该站点将无法访问.

另外,我正在明确谈论权威服务器的选择方式以及由于客户端和服务器之间的停机或ipv4-ipv6不兼容而导致选择的权威服务器不可用时的故障处理.

解决方法

Lastly,why would clIEnts not by default question the next name server in the List when one is down?

这正是递归服务器在与权威服务器交谈时所做的事情.如果您感兴趣,RFC 1035 §7.2描述了整个过程,但以下摘录最直接相关:

The key algorithm uses the state information of the request to select the next name server address to query,and also computes a timeout which will cause the next action should a response not arrive. The next action will usually be a transmission to some other server,but may be a temporary error to the clIEnt.

[snip]

If a resolver gets a server error or other bizarre response from a name server,it should remove it from SList,and may wish to schedule an immediate transmission to the next candIDate server address.

在选择权威服务器时考虑了一些其他因素,例如基于先前通信历史的观察响应时间.如果您感兴趣,它就在RFC中.

确保您不受名称服务器不可达性影响的关键在于BCP 16.特别是,@L_502_2@规定:

Secondary servers must be placed at both topologically and
geographically dispersed locations on the Internet,to minimise the
likelihood of a single failure disabling all of them.

That is,secondary servers should be at geographically distant
locations,so it is unlikely that events like power loss,etc,will
disrupt all of them simultaneously. They should also be connected to
the net via quite diverse paths. This means that the failure of any
one link,or of routing within some segment of the network (such as a
service provIDer) will not make all of the servers unreachable.

这是为了说明您的域的d性受到网络或物理站点上的单点故障的严重影响.理想的状态是拥有多个权威的名称服务器,这些服务器名称服务器不会受到其他人所经历的网络或物理状态的任何变化的影响.

总结

以上是内存溢出为你收集整理的domain-name-system – 由于一个脱机域名服务器而导致的可用性?全部内容,希望文章能够帮你解决domain-name-system – 由于一个脱机域名服务器而导致的可用性?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1097234.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-28
下一篇 2022-05-28

发表评论

登录后才能评论

评论列表(0条)

保存