Which of the following is not a function that would be found in a managed switch?

A. the ability to stop switching loops using STP
B. the ability to transfer it's switching table with neighboring switches
C. the creation of VLANS to logically separate resources
D. to limit access to the network by enabling security on individual ports


Answer: B

Computer Science & Information Technology

You might also like to view...

Refer to function fox below when answering Question.

``` int fox (int m, int n) { int ans; if (m < 10) if (n < 10) ans = m + n; else ans = fox (m, n-2) + n; else ans = fox (m-1, n) + n; return ans; } ``` What is the value of fox (11, 11); ? a. 18 b. 29 c. 39 d. 51 e. 0

Computer Science & Information Technology

To indicate possible grammar errors, Word flags text with:

a. blue wavy underlines b. green wavy underlines c. red wavy underlines

Computer Science & Information Technology

With the On Click animation timing, you can ________

A) press Spacebar or click the mouse to animate the object B) press Spacebar or F5 to animate the object C) click the mouse or press the Shift key to animate the object D) press the Alt key to animate the object

Computer Science & Information Technology

You can search for media clips using the _____.

A. Notes pane B. Tabs pane C. Slide pane D. Clip Art task pane

Computer Science & Information Technology