A technician needs to be able to hook three desktop computers to an existing network. There is only one network connection available. Which of the following would the technician use to accomplish this task?
A. Modem
B. Switch
C. Repeater
D. Smart jack
Answer: B. Switch
Computer Science & Information Technology
You might also like to view...
How do you determine which field is a good candidate for the intersecting rows and columns in a crosstab query
What will be an ideal response?
Computer Science & Information Technology
template ____ doublyLinkedList::isEmptyList() const{ return (first == nullptr);} Consider the statements above. The list is empty if the pointer first is ____.
A. nullptr B. 0 C. last D. next
Computer Science & Information Technology