What is the name of the Windows CLI utility that combines some of the attributes of both the ping and tracert commands over a period of time?

A) traceping
B) slowping
C) histrace
D) pathping

D
Explanation: The pathping command is a Windows CLI utility that can be used to find information about the path between the local device and a specified destination; it does this by utilizing functionalities similar to both the ping and tracert utilities.

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT an example of an emphasis effect?

A) Making text grow or shrink B) Making the color of an object or text change C) Making text bounces as it appears on the slide D) Making an object spin on its center

Computer Science & Information Technology

To indicate that a member function of a class is pure virtual,

A) you use the keywords pure virtual. B) you must put = 0 where the body of the function would go. C) you must include the header file. D) All of the above E) None of the above

Computer Science & Information Technology