Which term refers to the passage of a packet through a router?

A. Hop
B. Jump
C. Gateway
D. Metric


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following for-loop headers results in equivalent numbers of iterations:

A. for (int q = 1; q <= 100; q++) B. for (int q = 100; q >= 0; q--) C. for (int q = 99; q > 0; q -= 9) D. for (int q = 990; q > 0; q -= 90) a. A and B. b. C and D. c. A and B have equivalent iterations and C and D have equivalent iterations. d. None of the loops have equivalent iterations.

Computer Science & Information Technology

Under Windows, deleted files or folders are not permanently removed from the computer until the user __________.

a. logs off b. empties the recycle bin c. issues the appropriate MS-DOS commands on the command line d. Deleted files or folders are permanently removed from the computer.

Computer Science & Information Technology

A(n) ________ is a list of commands within a category

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) ____________________ is simply an unauthorized access point.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology