An administrator thinks that a particular network connection is dropping packets. Which of the following tools would the administrator use to BEST identify where the packets are being dropped?

A. tracert
B. ping
C. nslookup
D. netstat

Answer: A. tracert

Computer Science & Information Technology

You might also like to view...

When inserting a bookmark into a document, the underscore between words is replaced with a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following will display "cost is $23.85", assuming cost = 23.9487.

a. ``` document.write("cost is " + Math.floor(cost)); ``` b. ``` document.write("cost is " + cost/100; ``` c. ``` document.write("cost is " + cost.toFixed(2); ``` d. either (a) or (c)

Computer Science & Information Technology