What does authoritative DNS server mean?
Can someone please explain it to me in a shorter way?
|
What does authoritative DNS server mean? Can someone please explain it to me in a shorter way?
| ||||
|
feedback
|
|
An authoritative name server is a name server that gives answers in response to questions asked about names in a zones. An authoritative-only name server only returns answers to queries about domain names that have been specifically configured by the administrator. Name servers can also be configured to give authoritative answers to queries in some zones, while acting as a caching name server for all other zones. ... When a domain is registered with a domain name registrar, the zone administrator provides a list of name servers (typically at least two, for redundancy[4]) that are authoritative for the zone that contains the domain. The registrar provides the names of these servers to the domain registry for the top level domain containing the zone. The domain registry in turn configures the authoritative name servers for that top level domain with delegations for each server for the zone. If the fully qualified domain name of any name server for a zone appears within that zone, the zone administrator provides IP addresses for that name server, which are installed in the parent zone as glue records; otherwise, the delegation consists of the list of NS records for that zone. source http://en.wikipedia.org/wiki/Authoritative_name_server#Authoritative_name_server Reading their explanation, it seems to be fairly straight forward. | |||
|
feedback
|
|
Do you understand HTTP and the WWW? Yes? Good. DNS is just like that. A set of content servers publish content taken from their back-end databases, and a set of proxy servers, that do the grunt work, sit in between those content servers and the DNS client library code that is linked into applications programs that want to use the DNS. An application performs a front-end transaction with a proxy, and the proxy does a whole load of back-end transactions with various content servers. Authority is slightly confusing:
It's a term that is best avoided. Concentrate instead upon the ideas of the DNS servers that publish the content and the DNS servers that do the all of the transactions necessary for query resolution work on behalf of the client libraries in applications. Further reading
| |||
|
feedback
|
masterorprimaryis shorter, but I doubt those will mean much. – Zoredache Dec 21 '11 at 7:58