You need to change cables on a patch panel. You are following company standard and using TIA/EIA 568A wiring standard and connecting to the distribution network switch. What cable should you use?

A. Crossover Ethernet cable with RJ-11 connector
B. Straight-Through Ethernet cable with RJ-11 connector
C. Crossover Ethernet with RJ-45 connector
D. Straight through Ethernet cable with RJ-45 connector


Answer: D. Straight through Ethernet cable with RJ-45 connector

Computer Science & Information Technology

You might also like to view...

What will the following code segment display?

``` enum Season {Spring, Summer, Fall, Winter} favoriteSeason; favoriteSeason = Summer; cout << favoriteSeason; ```

Computer Science & Information Technology

In Windows Explorer, all the panes can be turned off except the Content pane

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ____ is a named unit of storage.

A. index B. application C. operator D. file

Computer Science & Information Technology

The for statement is a pretest loop that contains three expressions: initialization, limit-test, and process.

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

Computer Science & Information Technology