Which of the following is NOT true about using the ping utility?

A. it determines whether a network connection is working
B. it can determine if two networks can communicate with one another
C. it provides round trip time statistics
D. it cannot work through routers

Answer: D

Computer Science & Information Technology

You might also like to view...

Java's predefined classes are grouped into

a. packets. b. declarations. c. Galleries. d. packages.

Computer Science & Information Technology

Which of the following statements does not alter the value stored in a memory location?

a. int a; b. number = 12; c. y = y + 2; d. width = Integer.parseInt(input);

Computer Science & Information Technology