既然glue记录已经提供了每个NameServer的IP,为什么指向NameServer的IP的记录在服务器本身上仍然是必需的?
例如:
Q: "I am trying to find domain.com. What is the IP address for the website domain.com?"
A: "I do not have the address. Check the name server for domain.com. You will find the IP address there."
Q: "Okay. What is the name server for domain.com?"
A: "ns1.domain.com(127.0.0.1)"父区域(com)已经提供了名称服务器的IP,我不明白为什么需要A记录。
发布于 2011-04-05 09:09:05
胶水记录不具有权威性,因此不应被解析器接受为答案。它们只存在于引导解析过程,避免了当名称服务器位于您试图解析的同一区域时的循环。
发布于 2011-04-05 09:05:07
如果您没有名称服务器的A记录,那么另一个名称服务器将如何解析您的主机?
https://serverfault.com/questions/255791
复制相似问题