answersLogoWhite

0

How is DNS Server defined?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

Domain Name System translate IP addresses to alphabetic names or addresses. Example would be rather than typing "129.120.120" you would instead type "www.example.com."

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is DNS Server defined?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between a preferred DNS server and an altenate DNS server?

What is the difference between a preferred DNS server and an altenate DNS server?Read more: http://wiki.answers.com/What_is_the_difference_between_a_preferred_DNS_server_and_an_altenate_DNS_server#ixzz2LRd3ICed


What are authoritative dns server and none authoritative dns server?

authoritative dns server is server that has own databases that has name resolution for the clients that for resolve from name to ip address and for ip address to name. non-authorititative dns server is server that forward request of dns client to authoritative dns server for resolve.


When was Unbound - DNS Server - created?

Unbound - DNS Server - was created in 2007.


What is primary DNS server?

The primary DNS server is usually the same as the router's IP adress.


When would a dns server contact a root server?

If a DNS server cannot find the answer to the DNS Query in its own database it will first query the forwarders (if there are any configured) and then ask the root server. root servers (by default) are the master DNS servers of the Internet.


What is the DNS server in which changes are made for a particular zone and then propagated to other DNS servers?

The prefered DNS server for the site is the server which sends the dns zone updates to all the other servers in the site. The primary DNS zone is created on the server and it has the authority to send changes in zone to other servers


What is the process by which one DNS server sends a name resolution request to another DNS server?

referral


What program is the DNS server?

Domain Name System (DNS)


What is DNS stand for?

TCP/ IP protocol suite uses a DNS client. DNS stands for Domain name system .A DNS server maps a name to an address.


How do you find your DNS server?

start run cmd {enter} ipconfig /all it'll be to the left of "dns server"


What can one do to resolve a dns?

One looking to resolve their DNS issues should enable reverse look-ups on their DNS server. Next, one should check for duplicate records on their DNS server. Finally, one should compare the records on their DNS server and make the necessary changes.


What is DNS Lookup?

A DNS Lookup is when a device that supports IP asks a DNS server for the IP address associated with a domain name. The DNS Server must "look up" the IP associated with that domain name.For example, if you were to go to Answers.com in your browser, your computer would initiate a DNS Lookup. This process involves asking the Primary DNS Server for Answers.com's IP address. The DNS Server will ask other servers until the IP address is found and the information returned to you.Assuming it is not cached, to find the IP address for wiki.answers.com, your DNS Server would first ask a DNS Root server for the DNS Server that handles "com". The root server would reply with the IP address for "com". Your DNS Server would then find the DNS Server that handles "com" and ask it for "answers.com". The "com" DNS Server would reply with the IP address for "answers.com". Your DNS server would finally find the DNS Server that handles "answers.com" and ask it for "wiki.answers.com".Once your computer receives the reply containing the IP address for wiki.answers.com, it can finally ask wiki.answers.com for the webpage it hosts.A common analogy is that DNS is like a very large phonebook. You look through the phonebook for the name you want and it will tell you the number you need to dial the person you're looking for. The process of looking up the number is a "DNS Lookup".If you would like to experiment with DNS Lookups, you can use the command line utility "nslookup" in Windows or Linux.