How does FDDI differ from a Token Ring?

a) FDDI uses only one ring; a Token Ring uses two.
b) FDDI operates over optical fiber; Token Ring operates over copper wiring.
c) Token Rings circulate tokens clockwise; FDDI circulates tokens counterclockwise.
d) FDDI is only used in WANs; Token Rings only in LANs.

b) FDDI operates over optical fiber; Token Ring operates over copper wiring.

Computer Science & Information Technology

You might also like to view...

Using conditional formatting allows the user to have a cell formatted in different ways depending on the value stored in that cell

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following could be the prototype for a constructor function for class Laser?

a. double Laser( int, double ); b. class Laser( int, double ); c. constructor Laser( int, double ); d. Laser();

Computer Science & Information Technology