A network technician is assigned the task of connecting two switches in two different wiring closets. Which of the following cable types is the appropriate choice?
A. Crossover
B. Loopback
C. 568A
D. Rollover
Answer: A. Crossover
Computer Science & Information Technology
You might also like to view...
A(n) ______ link is when two website owners agree to put a respective link to each other's website on their webpages.
A. mutual B. exchange C. affiliate D. reciprocal
Computer Science & Information Technology
How can the code in the following example best be described? ? int scoreThreshold[4] = {90, 80, 70, 60}; char letterGrade[4] = {'A', 'B', 'C', 'D'}; ?
A. ?multi-value arrays B. ?two-dimensional array C. ?scalar arrays D. ?parallel arrays
Computer Science & Information Technology