198k views
2 votes
You work as the network administrator for an advertising company. While you are visiting on the top floor of the company’s building, a server user sends you a text message that she cannot access the company’s server. Since you are several floors away from the computer room, which of the following commands can you quickly use from a top-floor user’s Win-dows 10 computer to test connectivity to the server?

a. garp -a
b. nettest
c. fastping
d. pathping

1 Answer

7 votes

Answer: d. pathping

Step-by-step explanation:

Here we are given a situation where the server user is unable to access the company server.

So in such a situation the command to be used is pathping which is a combination of the two very best protocols ping and tracert. Using pathping we can find all the routers that lie in the path of the server and we can simultaneously ping all the routers to check for their activeness. So in this case we would be able to diagnose the routers that lie in the path of the server.

option a is incorrect as it does not require use of garp command.

option b is incorrect as it test the speed of the net only if the server is reachable.

option c is incorrect as it sends ICMP packets to nearby routers and waits for reply and it works if the server is reachable.

User Koko
by
5.1k points