Which of the following topologies would cause the network to be segmented if any one machine went offline?

A. Bus
B. Mesh
C. Star
D. Hybrid


Answer: A. Bus

Computer Science & Information Technology

You might also like to view...

A block:

a. Must contain exactly three statements. b. Cannot contain declarations. c. Is a compound statement. d. Is represented by placing a semicolon (;) where a statement would normally be.

Computer Science & Information Technology

A stack is a __________ data structure.

a. FILO. b. FOLI. c. LOFI. d. LIFO.

Computer Science & Information Technology

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

1. A linked list is called "linked" because each node in the series has a pointer that points to the next node in the list. 2. If there are no nodes in a linked list, you cannot append a node to the list. 3. When working with a linked list one of the basic operations you can perform is to destroy the list. 4. A new node must always be made the last node in the list. 5. A new node cannot become the first node in the list.

Computer Science & Information Technology

Which of the following is true about PRNGs?

A. they are not completely random B. their state is measured in bytes C. the shorter the state, the longer the period D. they can never produce the same value

Computer Science & Information Technology