A LAN support team is installing new cables when all networked applications slow and then stop working. Switches in the server room show all connected ports at 100% activity. Which of the following has MOST likely occurred?

A. Cable run has a short.
B. New switch port is in wrong VLAN.
C. Switching loop.
D. Cable run has a break


Answer: C. Switching loop.

Computer Science & Information Technology

You might also like to view...

To use the Presenter View, Windows must be configured to support _____.

A. one monitor and projector B. two monitors C. one monitor only D. none of the above

Computer Science & Information Technology

Create a Web page named alert.html that contains a button. When clicked, the button should pop up an alert window that displays some message. The content of the message is entirely up to you.

What will be an ideal response?

Computer Science & Information Technology

The reliability achieved from a RAID array is known as ________

a. Quality assurance b. Fault tolerance c. 100% uptime d. None of the above

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