Question:
what is the use of dns server?
Gopi K
2008-05-12 03:42:05 UTC
what is the use of dns server?
Ten answers:
bz2
2008-05-12 03:52:17 UTC
http://www.howstuffworks.com/dns.htm

Every machine (computer)on the Internet consists of a unique string of 4 numbers (called an IP address): for example 255.255.255.255.

The DNS (Domain Name Server) gives a name to that string of numbers. For example, yahoo.com.

So when you type in the address of a website, the browser looks up the matching IP address in the DNS, connects to it and downloads the data.

Computers don't actually understand the domain names, only the numbers. The names are there for our convenience. Imagine typing in, say, 123.567.678.54 instead of google.com every time you wanted to go to Google!
Vivek S
2008-05-12 07:01:49 UTC
If you spend any time on the Internet sending e-mail or browsing the Web, then you use domain name servers without even realizing it. Domain name servers, or DNS, are an incredibly important but completely hidden part of the Internet, and they are fascinating. The DNS system forms one of the largest and most active distributed databases on the planet. Without DNS, the Internet would shut down very quickly.

In this article, we'll take a look at the DNS system so you can understand how it works and appreciate its amazing capabilities.



When you use the Web or send an e-mail message, you use a domain name to do it. For example, the URL "http://www.howstuffworks.com" contains the domain name howstuffworks.com. So does the e-mail address "iknow@howstuffworks.com."



Human-readable names like "howstuffworks.com" are easy for people to remember, but they don't do machines any good. All of the machines use names called IP addresses to refer to one another. For example, the machine that humans refer to as "www.howstuffworks.com" has the IP address 216.183.103.150. Every time you use a domain name, you use the Internet's domain name servers (DNS) to translate the human-readable domain name into the machine-readable IP address. During a day of browsing and e-mailing, you might access the domain name servers hundreds of times!



Domain name servers 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.

IP Addresses

To keep all of the machines on the Internet straight, each machine is assigned a unique address called an IP address. IP stands for Internet protocol, and these addresses are 32-bit numbers normally expressed as four "octets" in a "dotted decimal number." A typical IP address looks like this:





216.183.103.150

The four numbers in an IP address are called octets because they can have values between 0 and 256 (28 possibilities per octet).



Every machine on the Internet has its own IP address. A server has a static IP address that does not change very often. A home machine that is dialing up through a modem often has an IP address that is assigned by the ISP when you dial in. That IP address is unique for your session and may be different the next time you dial in. In this way, an ISP only needs one IP address for each modem it supports, rather than for every customer.



If you are working on a Windows machine, you can view your current IP address with the command WINIPCFG.EXE (IPCONFIG.EXE for Windows 2000/XP). On a UNIX machine, type nslookup along with a machine name (such as "nslookup www.howstuffworks.com") to display the IP address of the machine (use the command hostname to learn the name of your machine).



For more information on IP addresses, see IANA.



As far as the Internet's machines are concerned, an IP address is all that you need to talk to a server. For example, you can type in your browser the URL http://216.183.103.150 and you will arrive at the machine that contains the Web server for HowStuffWorks. Domain names are strictly a human convenience.
Jean-Luc A
2008-05-12 03:46:56 UTC
It allows to find the IP address of a host using a domain name.

A DNS record contains both the IP address and domain name, so when you type a URL in your web browser, it will use the DNS server to find out its IP address and later on all communication between your PC and the host will use the IP address returned by the DNS server.
Beebs
2008-05-12 03:48:37 UTC
A DNS server is used to convert Host names to IP addresses on networks (including the internet)



Every place on the internet has an IP address and a host name.



www.google.com is located at IP address 66.249.93.99



Since computers don't speak English (only their own network language called TCP/IP), DNS servers store these lists of host names (www.google.com) and IP addresses (66.249.93.99) so that computers know where to retrieve data from when you browse the web.



This is also true for getting data from servers etc when you are on a local network such as a school/work network.
?
2016-05-23 06:34:00 UTC
Yes, but not in any currently approved internet form. It is totally outdated, insecure and missing many of the features of current dns, as well as most useful functions for anything now. Even when it was still in use it required massive numbers of updates to work correctly. Since it is no longer supported there are no such downloads available. And a system which can only use up to a 2GB system drive is almost totally useless now.
2008-05-12 03:47:15 UTC
Allows us to type google.com into a broswer's address bar instead of a 12 digit IP address.



Essentially a DNS resolves names to IP addresses. So when you type google.com into your browser's address bar, your browser will then need to ask a DNS server what the corresponding IP address is.
Udayan C
2008-05-12 03:48:27 UTC
It converts IP Addresses (Machine Understandable addresses ) to Website address (Human Understandable Addresses) and vice-versa............Also it maintains the referance table of the IP address and Website Address...



As it is hard to remember an IP address of Yahoo or any other websites....IP Address of Yahoo is 209.131.36.158 .....that is why we just type www.yahoo.com and then DNS Server does the rest for us......It converts www.yahoo.com to IP Address of Yahoo 209.131.36.158 ....and then sends the result on user's computer after converting it back from IP Address to website address (Human Understandable address).....
2008-05-12 04:44:40 UTC
It help you to identify the domain name with there IP Address.
David D
2008-05-12 03:45:42 UTC
It converts human friendly domain names ( like example.com ) to ip addresses.
blazeeagle_2000
2008-05-12 03:48:13 UTC
Stands for "Domain Name System".



It's too complex to type it all out, so Here's the address for Wikipedia's entry -

http://en.wikipedia.org/wiki/Domain_Name_System


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...