Hop count is ___

a. The number of routers the data packet must pass through to reach the destination network
b. A measure of the reliability of the link, typically in terms of the amount of errors
c. The time it takes for a data packet to travel from source to destination
d. The measured delay time in terms of clock ticks, where each tick is approximately 55 milliseconds (1?18 second)


a. The number of routers the data packet must pass through to reach the destination network
Explanation: Examples of route metrics are as follows:
• Hop count: The number of routers the data packet must pass through to reach the destination network.
• Reliability: A measure of the reliability of the link, typically in terms of the amount of errors.
• Bandwidth: Having to do with the data capacity of the networking link; a Fast-Ethernet 100 Mbps link has greater data capacity than a 10 Mbps Ethernet link.
• Delay: The time it takes for a data packet to travel from source to destination.
• Cost: A value typically assigned by the network administrator that takes into account bandwidth and expense.
• Load: Having to do with the network activity on a link or router.
• Ticks: The measured delay time in terms of clock ticks, where each tick is approximately 55 milliseconds (1⁄18 second).

Computer Science & Information Technology

You might also like to view...

Which of the following function calls is valid for the function prototype?

int calculation (int m, char p, float q); // function prototype ) cout << calculation (3, “yes”, 2.0); b) cout << calculation (5, p, 4.5); c) cout << calculation (5, ‘s’); d) cout << calculation (10, ‘r’, 7.0);

Computer Science & Information Technology

Which of the following is true about IEEE 802.11i?

A. it uses WEP2 for authentication and encryption B. it uses a symmetric block cipher for encryption C. temporal key integrity protocol is used for encryption D. it uses PMK to generate data encryption keys

Computer Science & Information Technology

A ____ is a code module that returns a value.

A. variable B. parameter C. function D. hyperlink

Computer Science & Information Technology

When you create a query that involves a view, SQL changes the query to one that selects data from the table(s) in the database that created the view.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology