What two logical network topologies can be physically implemented as a star topology?
A. A bus and a mesh.
B. A ring and a mesh.
C. A bus and a ring.
D. It is not possible to implement other topologies as a star.
Answer: C. A bus and a ring.
Computer Science & Information Technology
You might also like to view...
The SQL standard provided which syntax to test data in one column to determine how to handle data in another column?
a. SET b. CASE c. CORRESPONDING d. UPDATE
Computer Science & Information Technology
Which method do you use to test if an element is in a set or list named x?
a. (element instanceof List) || (element instanceof Set) b. x.in(element) c. x.contain(element) d. x.contains(element) e. x.include(element)
Computer Science & Information Technology