What is the longest copper cable length supported by the IEEE 802.3an 10 Gigabit Ethernet standard?

A) 100 meters
B) 1 kilometer
C) 100 feet
D) 180 meters
E) 180 feet

A
Explanation: A) The longest cable length supported when using a copper cable (that is, Category 6a, 7 ) is 100 meters; notice, however, that even though the copper maximum length is the same for all Ethernet standards, the standard of the cable must change (that is, Category 6a or 7 instead of Category 5e or 6). A fiber cable must be used for Ethernet cable runs that need to be longer than this.

Computer Science & Information Technology

You might also like to view...

Which of the following statements correctly rotates the button 45 degrees counterclockwise?

a. button.setRotate(45); b. button.setRotate(Math.toRadians(45)); c. button.setRotate(360 - 45); d. button.setRotate(-45);

Computer Science & Information Technology

____ is a set of automated methods for recognizing or verifying the identity of a person based on a physiological or behavioral characteristic.

A. Multifactor authentication B. Database authentication C. Biometrics D. RADIUS

Computer Science & Information Technology