Network Plus Linux question
I came across this question in my Exam Cram 2 500 question book. I and I need some clairifaction.
Question.
You are working on a Linux System and are having problems trying to ping a remote system by it's hostname. DNS resoulation is not configured for the system. What file might you look in to begin troubleshooting the resoulation problem.
A. HOSTS
B.staticdns
c.password
d.resolv
The Answer page was torn out but I would guess the Answer is A.
I belive the "Hosts" file in Windows and other operating systems is used to associate host names with IP addresses?
Please Advise
Question.
You are working on a Linux System and are having problems trying to ping a remote system by it's hostname. DNS resoulation is not configured for the system. What file might you look in to begin troubleshooting the resoulation problem.
A. HOSTS
B.staticdns
c.password
d.resolv
The Answer page was torn out but I would guess the Answer is A.
I belive the "Hosts" file in Windows and other operating systems is used to associate host names with IP addresses?
Please Advise
"A lot of fellows nowadays have a B.A., M.D., or Ph.D. Unfortunately, they don't have a J.O.B."
Fats Domino
Fats Domino
Comments
-
bighornsheep Member Posts: 1,506you are right, the answer is HOSTS....
I am 99% sure...I have a similar question too from my study materialsJack of all trades, master of none -
Danman32 Member Posts: 1,243That's where MS took it from. HOSTS file specifications came along before DNS specifications.
Resolv file specifies the domain suffix the system belongs to, and what DNS server to go to for resolution. Since question specifies DNS was intentionally not configured, this doesn't apply.
Password specifies users' password
I never heard of StaticDNS. Probably an answer to throw you off.