Which of the following devices interconnects two LANs running the same type of networking protocol?

A) Protocol hub B) Protocol bridge
C) Transparent bridge D) Transparent switch


C

Computer Science & Information Technology

You might also like to view...

A site ________ defines the layout, and font and color schemes for a SharePoint site

Fill in the blank(s) with correct word

Computer Science & Information Technology

Multimedia writers are typically involved in writing all of the following EXCEPT:

a. proposals. b. script voice-overs. c. actors' narrations. d. authoring-language scripts. e. text screens to deliver messages.

Computer Science & Information Technology

The following code sums all the values in the two-dimensional array. What is the missing code? sum = 0for row in range(grid.getHeight()): for column in range(grid.getWidth()):

A. sum += grid[column][row] B. sum += grid[row-1][column-1] C. sum += grid[column+1][row+1] D. sum += grid[row][column]

Computer Science & Information Technology

Two key characteristics of a process are: scheduling/execution and ________.

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

Computer Science & Information Technology