What is Domain Naming Service (DNS)?
Answers were Sorted based on User's Feedback
Answer / sudheer
DNS stands for Domain Name System, an Internet service that
translates domain names into IP addressess. Because domain
names are 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.sudheer.com might translate to
192.168.252.101.
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / priyanka
DNS is domain name service. it is used convert domain name
to ip address...
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / janet
It is very difficult to remember a set of numbers(IP
address) to connect to the Internet.The Domain Naming
Service(DNS) is used to overcome this problem.It maps one
particular IP address to a string of characters.
FOr example, www.allinterview.com implies com is the
domain name reserved for commercial sites,allinterview is
the name of the company and www is the name of the specific
computer,which is allinterview's server.
| Is This Answer Correct ? | 2 Yes | 6 No |
How does server know that a client is connected to it or not?
How we can make simple java program for Server/Client Communication
To create a socket, you need to know the internet host to which you want to connect?
What is InetAddress?
can any one tell me how to implement tcng (Traffic Control Next Generation) with HTB (Hierarchical Token Bucket) in Java?which particular class or API is used for that?
What is a port?
Write the range of multicast socket IP address?
Is it possible to send an object using Sockets, if so, how it can be?
Where is the network interface card located?
Why socketutil is used?
What is the main difference between Client side Java Script and and Server side Java Script how actually they run on both side with Example.
Explain a time server?