Which of the following is the MOST common pinout configuration used when crimping RJ45 connectors?
A. UTP
B. IEEE 802.5
C. T568A/B
D. STP
Answer: C. T568A/B
Computer Science & Information Technology
You might also like to view...
In the C programming language, which statement tells the compiler to keep doing what is in the brackets over and over and over?
A. loop($) B. continue C. do(forever) D. for(;;)
Computer Science & Information Technology
A declaration statement that specifically contains the word ____ is different from every other declaration statement in that it does not cause the creation of a new variable by reserving new storage for the variable.
A. auto B. static C. extern D. register
Computer Science & Information Technology