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...
What are the three models of trust?
What will be an ideal response?
Computer Science & Information Technology
Given the definitions,
``` int *p1, *p2; p1 = new int; p2 = new int; ``` You are to compare and contrast the two assignments. ``` a) p1 = p2; b) *p1 = *p2 ``` What will be an ideal response?
Computer Science & Information Technology
Using PHP, we can use ___________ and FTP file functions to connect to and transfer files.
a. fopen() b. feof() c. file() d. fileatime()
Computer Science & Information Technology
The ________ performs arithmetic and logic operations
Fill in the blank(s) with correct word
Computer Science & Information Technology