what is work of dns
Answers were Sorted based on User's Feedback
Answer / info7shankar
1) Short for Domain Name System (or Service or Server), an
Internet service that translates domain names into IP
addresses. Because domain namesare alphabetic, they're
easier to remember. The Internet however, is really based on
IP addresses. Every time you use a domain name, therefore, a
DNS service must translate the name into the corresponding
IP address. For example, the domain name www.example.com
might translate to198.105.232.4.
The DNS system is, in fact, its own network. If one DNS
server doesn't know how to translate a particular domain
name, it asks another one, and so on, until the correct IP
address is returned.
(2) Short for digital nervous system, a term coined by Bill
Gates to describe a network of personal computers that make
it easier to obtain and understand information.
| Is This Answer Correct ? | 32 Yes | 0 No |
Answer / alf55
The idea of the "dns" dates back to "The NIC Name Server--A
Datagram Based Information Utility" (rfc #756) from July 1979.
Sorry, well before Bill Gates.
But the major implementation was BIND (November 1983)
(meaning is "Berkeley Internet Name Domain" written for
Unix),also be any Microsoft software was network aware.
The purpose is much like a phone book where it takes a
"name" (properly formatted) and turns it into an IP ADDRESS
(which works like a phone number to the computer). The
computer really looks more like a PBX system as the "port
number" is then route to the service being requested.
| Is This Answer Correct ? | 2 Yes | 0 No |
In layman terms
Its used to convert name to ip and ip to name , which is
called forward and reverse zones.
| Is This Answer Correct ? | 0 Yes | 0 No |
What command would you use to check how much memory is being used by linux?
How does case sensitivity affect the way you use commands?
What is command example?
What the command used for search file or files for specific text?
The command ‘umask -S’
how to create SAMBA server in fedora 9 linux ?
What can you tell about the tar command?
What is difference between comm and CMP command?
In a company there are 3 groups i.e Finance, HR and Marketing. Each groups having 3 members. There is a file named as file1.txt. The permission set for the above file is rwx-rw----x. Now the question is only the members of Hr and Marketing group can view and edit the file. But the file is not accessible to the members of Finance Group. Can anyone tell me what would be the exact command for linux.root@localhost#<type the exact linux command>
How do I use nslookup in linux?
What is nslookup command?
I want to see how many interfaces(ethernet cards) are working using single command?