15 pts.
 Accessing DNS from client server
how to access dns server from client and about /etc/resolve./etc/hosts



Software/Hardware used:
ASKED: January 7, 2011  5:05 PM
UPDATED: January 9, 2011  12:55 PM

Answer Wiki:
When you configure the TCP/IP network stack on the client device as part of the configuration you define the DNS servers that the client device will use. Since you are referring to /etc/resolve.conf and /etc/hosts then your client device is some flavor of Unix/Linux OS. What /etc/hosts is a list of server names and ip addresses that the OS can use to find and communicate with servers even if the DNS server is unavailable. What /etc/resolve.conf has is the names of the DNS servers that your client is configured to request name lookup information, the domain your client is a part of and what additional domains should be appended to search when looking up names of servers.
Last Wiki Answer Submitted:  January 7, 2011  7:30 pm  by  Ozwin07   30 pts.
All Answer Wiki Contributors:  Ozwin07   30 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Thanks for the input

 10 pts.