Both 10GBase-ER and 10GBase-EW have what maximum distance limitation on a segment of single mode fiber?

a. 550m
b. 300m
c. 10km
d. 40km


ANSWER: d

Computer Science & Information Technology

You might also like to view...

__________ considers the execution history of a related group of processes along with the individual execution history of each process in making scheduling decisions.

A) ?TAT ? B) ?HRRN ? C) ?FSS ? D) ?FCFS

Computer Science & Information Technology

What is polymorphism?

A. An advanced form of inheritance. B. A single usefulness for program specificity. C. One interface, many implementations/functions. D. Data hiding.

Computer Science & Information Technology

A ____ is a network of computers in relatively close proximity, such as on the same floor or in the same building.

A. local area network B. wide area network C. metropolitan area network D. near area network

Computer Science & Information Technology

Which of the following function declarations receives a pointer to a two-dimensional array of integers with five rows and ten columns?

A. void fun(int ary[10][5]); B. void fun(int ary[5][10]; C. void fun(int* ary[5]; D. void fun(int** ary; E. void fun(int** ary[5];

Computer Science & Information Technology