What is DNS for networking?
DNS means Domain Name System or Domain name server which helps to transfer ip address to domain name and domain name to ip addresses.It plays vital role in internet technology.For example,if you provide domain name like Google.com it convert the domain name into particular ip address.If you provide the ip address like 74.125.239.9 the DNS search for the particular website and display on your browser.DNS consist of many resource records.Some of them are A record,CNAME record,DNAME record etc., You can check domain to ip ,Ip to domain and DNS query using the site Whoisxy.com .
Hello, Domain Name System servers (DNS) translate domain names to IP addresses. That sounds like a simple task, and it would be — except for five things: * There are billions of IP addresses currently in use, and most machines have a human-readable name as well. * There are many billions of DNS requests made every day. A single person can easily make a hundred or more DNS requests a day, and there are hundreds of millions of people and machines using the Internet daily. * Domain names and IP addresses change daily. * New domain names get created daily. * Millions of people do the work to change and add domain names and IP addresses every day. The DNS system is a database, and no other database on the planet gets this many requests. No other database on the planet has millions of people changing it every day, either. That is what makes the DNS system so unique. I hope this helps. Good Luck! Sean Colicchio Server Engineer Host My Site
Domain Name System (DNS) is a database system that translates a computer’s fully qualified domain name into an IP address. Networked computers use IP addresses to locate and connect to each other, but IP addresses can be difficult for people to remember. For example, on the web, it’s much easier to remember the domain name www.amazon.com than it is to remember its corresponding IP address (207.171.166.48). DNS allows you to connect to another networked computer or remote service by using its user-friendly domain name rather than its numerical IP address. Conversely, Reverse DNS (rDNS) translates an IP address into a domain name. Each organization that maintains a computer network will have at least one server handling DNS queries. That server, called a name server, will hold a list of all the IP addresses within its network, plus a cache of IP addresses for recently accessed computers outside the network. Each computer on each network needs to know the location of only one name server.