Which routing metric determines the largest frame a particular technology can handle?

A. MTU
B. Latency
C. Hop count
D. Cost


Answer: A

Computer Science & Information Technology

You might also like to view...

How much faster is insertion sort with a 15-element array than with a 60-element array?

a. 60 times. b. 4 times. c. 15 times. d. 19 times.

Computer Science & Information Technology

What is assigned to lblMessage.Text when the following code segment executes?

Dim strName1 As String = ”Jim” Dim strName2 As String = “John” If strName1 > strName2 Then lblMessage.Text = “Jim is greater” Else lblMessage.Text = “John is greater” End If a. True b. False c. Jim is greater d. John is greater

Computer Science & Information Technology

The PCFE certification is administered by ________________

a. AccessData Corporation b. Paraben Corporaton c. Cellubrite d. Premier Computing

Computer Science & Information Technology

A(n) ____________________ is an information block with a fixed maximum size that is transmitted through the network as a single unit.

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

Computer Science & Information Technology