The ping command uses ____________________ to send an Echo Request packet to a specified network device on the network and waits for a reply.
Fill in the blank(s) with the appropriate word(s).
ICMP
Computer Science & Information Technology
You might also like to view...
If the sort pattern split routine consistently splits the array into two pieces of equal size the runtime is
a) O(N 2 ) b) O(log N) c) O(N 1/2 ) d) O(N log N) e) The run-time depends on too many things to answer this.
Computer Science & Information Technology
Type of keyboard that uses a touch screen as the input device.
A. wireless B. PDA C. traditional D. virtual
Computer Science & Information Technology
Which of the following commands is used to add a method to a prototype.
A. objName.prototype.function = method; B. objName.prototype.method = function; C. objClass.prototype.method = function; D. objInstance.prototype.function = method;
Computer Science & Information Technology
?The last item in an HTML document must be the ____ tag.
A. ?