What is the name of a Layer 2 connection that supports transporting multiple VLANs at the same time between devices?

A) Access port
B) Trunk port
C) EtherChannel port
D) Multimode port


B
Explanation: There are two different types of Layer 2 port: access and trunk. An access port is typically used to connect to a single end device and supports a single VLAN. A trunk port is typically used to connect to another switch or router and supports the transport of multiple VLANs over a single connection.

Computer Science & Information Technology

You might also like to view...

Write the command that assigns a memory address for a variable of type integer to an integer pointer called aPointer (already defined).

What will be an ideal response?

Computer Science & Information Technology

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

1. To call a function with an array parameter, write the array argument as the array name followed by empty square brackets, as in f(a[], 7); (The first argument is an array a, the second is the size.) 2. Arrays in C++ may have several different types stored in them.

Computer Science & Information Technology

Explain how the for loop is executed. Does the increment step happen before or after the first pass of the loop?

What will be an ideal response?

Computer Science & Information Technology

VDSL stands for __________.

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

Computer Science & Information Technology