List three ways to plug in a managed switch.

What will be an ideal response?


A managed switch, by definition, requires some configuration. You can connect to a managed switch to tell it what you want it to do. Exactly how you do this varies from switch to switch, but generally there are three ways:
1  Directly plug into a serial interface and use a virtual terminal program to connect to a command-line interface.
2  Get the switch on the network and then use a virtual terminal over SSH to connect to the same command-line interface.
3  Get the switch on the network and use the switch's built-in Web interface.
 

Computer Science & Information Technology

You might also like to view...

BGP is considered to be which of the following?

a. An external routing protocol b. An internal routing protocol c. Used for routing between the same network d. Outdated

Computer Science & Information Technology

The ________ is the command center of Office application containing tabs, groups, and commands

A) title bar B) mini toolbar C) Ribbon D) status bar

Computer Science & Information Technology

Which is the missing condition in the following algorithm?Algorithm emptyQueue (queue)Return true if empty, false if queue has data   if (____)      return true   else   return falseend emptyQueue

A. head does not equal rear B. queue count equal 0 C. head equal rear D. pointer of rear node is null

Computer Science & Information Technology

The _____ element displays a visual gauge of a numeric value within a known range.

a. progress b. meter c. border d. hr

Computer Science & Information Technology