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
You might also like to view...
What will the following code segment display?
``` enum Season {Spring, Summer, Fall, Winter} favoriteSeason; favoriteSeason = Summer; cout << favoriteSeason; ```
In Windows Explorer, all the panes can be turned off except the Content pane
Indicate whether the statement is true or false
A(n) ____ is a named unit of storage.
A. index B. application C. operator D. file
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)