answersLogoWhite

0


Best Answer

DNS servers provide this information.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What kind of servers contain databases of associated names and IP addresses and provide this information to resolvers on request?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is autotech?

aUTOTECH IS A COMPANY THAT MAKES ELECTRONIC LIMIT SWITCHES AND ROTARY RESOLVERS. tHEY ARE USED IN INDUSTRIAL PLANTS


How do you check do see if the DNS Forward entry for your domain has been populated to all the worlds DNS resolvers?

Domain Name System


What is the best way to keep from contributing to DDoS attacks?

As long as you aren't the one DDoSing or getting peoples IP's through resolvers or grabbers then you are doing fine.


What clients do not support dynamic updates natively?

Some clients that do not support dynamic updates natively include traditional DNS resolvers like dig and nslookup. These tools query DNS information but do not have the capability to update DNS records dynamically. Additionally, some older or simpler DNS client implementations may lack support for dynamic updates.


What is a DNS Revolver used for?

The client side of a Domain Name System (DNS) is called a DNS Resolver. It is responsible for initiating the queries that lead to the full resolution of the translation of a domain name into an IP address. A small amount of DNS Resolvers only communicate to one single server instead of multiple servers.


What are some nine letter words with 3rd letter S and 5th letter L and 6th letter V?

According to SOWPODS (the combination of Scrabble dictionaries used around the world) there are 9 words with the pattern --S-LV---. That is, nine letter words with 3rd letter S and 5th letter L and 6th letter V. In alphabetical order, they are: absolvent absolvers absolving desilvers insolvent resilvers resolvent resolvers resolving


What are some nine letter words with 1st letter R and 5th letter L and 6th letter V and 7th letter E?

According to SOWPODS (the combination of Scrabble dictionaries used around the world) there are 4 words with the pattern R---LVE--. That is, nine letter words with 1st letter R and 5th letter L and 6th letter V and 7th letter E. In alphabetical order, they are: resilvers resolvent resolvers revolvers


What are some nine letter words with 3rd letter S and 4th letter O and 5th letter L and 8th letter R?

According to SOWPODS (the combination of Scrabble dictionaries used around the world) there are 5 words with the pattern --SOL--R-. That is, nine letter words with 3rd letter S and 4th letter O and 5th letter L and 8th letter R. In alphabetical order, they are: absolvers gasoliers resolders resolvers unsolders


What are some nine letter words with 2nd letter E and 4th letter O and 5th letter L and 7th letter E?

According to SOWPODS (the combination of Scrabble dictionaries used around the world) there are 10 words with the pattern -E-OL-E--. That is, nine letter words with 2nd letter E and 4th letter O and 5th letter L and 7th letter E. In alphabetical order, they are: beholders decollete recollect recollets rerollers resolders resolvent resolvers revolters revolvers


What are some nine letter words with 2nd letter E and 6th letter V and 7th letter E and 8th letter R?

According to SOWPODS (the combination of Scrabble dictionaries used around the world) there are 22 words with the pattern -E---VER-. That is, nine letter words with 2nd letter E and 6th letter V and 7th letter E and 8th letter R. In alphabetical order, they are: bedcovers believers bereavers beshivers beslavers deceivers depravers deprivers deservers desilvers leftovers newwavers persevere receivers reconvert relievers reprovers reservers resilvers resolvers retrovert revolvers


What are some nine letter words with 3rd letter S and 4th letter O and 7th letter E?

According to SOWPODS (the combination of Scrabble dictionaries used around the world) there are 30 words with the pattern --SO--E--. That is, nine letter words with 3rd letter S and 4th letter O and 7th letter E. In alphabetical order, they are: absolvent absolvers absorbent absorbers adsorbent adsorbers assorters bosomiest disorders disorient disowners ensorcell ensorcels essoiners gasoliers insolvent mesogleal mesogleas misoclere misorders misorient resoftens resolders resolvent resolvers resorbent resorters unsockets unsolders visorless


What is an iterative resolution?

Resolvers in client software such as a web browser, are not designed to hunt down answers about hosts and domains on their own. They rely on the local DNS server to do this for them. For this systemof having client software relying on a DNS server to work, a recursive DNS server must be available for these clients. An Iterative DNS query results in a single DNS server being queried, and only getting a single response. If the DNS server has the answer, it sends it. If not it sends a "host/domain not found" error message, but the DNS server does not do any additional resolution. It does not query any other DNS servers. Because recursive lookup takes the DNS server longer and requires more memory to store records, it sometimes is more efficient to separate the DNS services for external (Internet) users from the internal (LAN) users. To do this, a recursive DNS server is provided for the internal users, and a non-recursive or 'iterative' server is provided for Internet users to enable them to resolve ONLY your domain. A Domain Name Server which provides for iterative lookup performs resolution using the information within it's own lookup tables. It does not query other name servers for information. When a client request is sent to the server, it searches it's local database, and if it has an answer, it will reply. If it does not have an answer, it will respond with a 'host not found' message. Iterative servers are useful when you wish to provide resolution for your own zone, and only your zone. All users pointed at this server to fail to resolve anything not entered on the DNS server. This restricts the nameserver to responding for only information stored on it, and thus is useless for resolving anything else. This decreases the usefulness of the machine for any other purpose than resolving your domain, and will speed up DNS resolution to some degree as well.