When many LAN devices are connected in a continuous loop, it is called a

a. star network
b. mesh network
c. bus network
d. ring network

d. ring network

Computer Science & Information Technology

You might also like to view...

If condition q is NUM < VALUE, what is condition not q?

a) VALUE < NUM b) VALUE > NUM c) NUM = VALUE d) NUM ? VALUE

Computer Science & Information Technology

Which of the following is an incorrect declarations of iterators for STL containers? You may assume that the proper header has been included and that a using directive makes the names from namespace std available.

A. vector::iterator vecIterator; B. list::iterator listIterator; C. deque::iterator dequeIterator; D. list::iterator listIterator;

Computer Science & Information Technology