What is the Cisco term for a feature in a special switch that will provide routing between VLANs?

A. virtual routing
B. InterVLAN routing
C. VLAN-VLAN routing
D. trunking


Answer: B

Computer Science & Information Technology

You might also like to view...

Variables used to store integer values should be declared with the keyword.

a) integer b) int c) intvariable d) None of the above.

Computer Science & Information Technology

If a window is a program window, clicking the Close button can stop the program from running.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The following conditional expression is written in the C language. It is false when variable a is assigned either 10 or 20 and true otherwise.

!(a = = 10 a = = 20) Which of the following conditional expressions is equivalent? a) a != 10 II b !=20 b) a<=1011b>=20 c) a< 101Ia> 20 d) a = = 10 && a = = 20 e) a != 10 && a != 20 f) !(a = = 10) && !(a = = 20)

Computer Science & Information Technology

?The _________ property value offixedtells the browser to ignore cell content when reducing the width of the table columns.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology