A user tells a help desk technician that their browser is displaying a message that a site can't be
reached. When asked, the user tells the technician that other users in the same office can browse to the site. The technician suspects that the web server's name is not being translated to the correct IP address. The technician asks the user to open a command prompt window.
Which of the following commands would confirm the technician's assumption? (Select TWO).
A. netdom
B. ipconfig
C. nslookup
D. ifconfig
E. ping

Respuesta :

Answer:

C. nslookup

E. ping

Explanation:

The two commands that would confirm this assumption would be nslookup and ping. The command nslookup will show you a mapping of the DNS and the IP address, this includes the name server and how it is being translated to the correct IP address. The ping command will send a small piece of data to the IP address of the website that you are trying to access and listen back for a response. If a response is received it means that the website was reached correctly and is fully operational. Both of these commands combined will allow you to determine whether the technician's assumption was correct.