Which of the following statements correctly describes the SFP+ transceiver?

a. SFP+ provides the same function as GBICs and is more compact. It is theoretically capable of 5 Gbps.
b. SFP+ supports up to 10 Gbps and is slightly larger than SFP, with lower power consumption than XFP.
c. SFP+ is the same size as SFP, and supports a theoretical maximum transmission speed of 16 Gbps.
d. SFP+ complies with the 802.3ba standard, allowing four channels in a single transceiver and supporting up to 40 Gbps data rates.


ANSWER: c

Computer Science & Information Technology

You might also like to view...

The accompanying figure shows a molecule described using a(n) _____ vocabulary.

A. XML B. CDF C. MML D. OFX

Computer Science & Information Technology

Use a counter-controlled loop to read seven numbers, some positive and some negative, and compute and display their average.

What will be an ideal response?

Computer Science & Information Technology

A help desk provides a single point of contact for computer users in need of support.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Given the following pseudocode, what value of GRADENUM can be input to output a grade of “F”?

``` Start Read GRADENUM CASENTRY GRADENUM CASE 90 ? GRADENUM ? 100 GRADE = “A” CASE 80 ? GRADENUM ? 90 GRADE = “B” CASE 70 ? GRADENUM ? 80 GRADE = “C” CASE 60 ? GRADENUM ? 70 GRADE = “D” CASE other GRADE = “F” ENDCASE Write GRADE Stop ``` a) 59 b) 60 c) 61 or less d) none of the above

Computer Science & Information Technology