a. Port-based VLAN b. Tag-based VLAN c. Pd-based VLAN d. Protocol-based VLAN e. Label-based VLAN f. Routing-based VLAN

a. Seldom used
b. A MAC VLAN
c. A port-based VLAN
d. None of these answers is correct.

c. A port-based VLAN

Computer Science & Information Technology

You might also like to view...

Items that can be presented in any order are best displayed in a ________

A) bibliography B) footnote list C) bulleted list D) numbered list

Computer Science & Information Technology

Assume array items contains the integer values 0, 2, 4, 6 and 8. Which of the following uses the enhanced for loop to display each value in array items?

a. for (int i = 0; i < items.length; i++) System.out.prinf("%d%n", items[i]); b. for (int i : items) System.out.prinf("%d%n", items[i]); c. for (int i : items) System.out.prinf("%d%n", i); d. for (int i = 0 : items.length) System.out.prinf("%d%n", items[i]);

Computer Science & Information Technology