8 - Implementing Ethernet Virtual LANS Flashcards

1
Q

802.1Q

A

802.1Q is the standard protocol for this tag. The most critical piece of information (for this discussion) in this tag is the VLAN ID.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

access interface

A

access interface
A LAN network design term that refers to a switch interface connected to end-user devices, configured so that it does not use VLAN trunking.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

data VLAN

A

A VLAN used by typical data devices connected to an Ethernet, like PCs and servers. Used in comparison to a voice VLAN.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

broadcast domain

A

A set of all devices that receive broadcast frames originating from any device within the set. Devices in the same VLAN are in the same broadcast domain.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

IEEE 802.1Q

A

The IEEE standard VLAN trunking protocol. 802.1Q includes the concept of a native VLAN, for which no VLAN header is added, and a 4-byte VLAN header is inserted after the original frame’s Type/Length field.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

native VLAN

A

The one VLAN ID on any 802.1Q VLAN trunk for which the trunk forwards frames without an 802.1Q header.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

static access interface

A

A LAN network design term, synonymous with the term access interface, but emphasizing that the port is assigned to one VLAN as a result of static configuration rather than through some dynamic process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

trunk

A

trunk
In campus LANs, an Ethernet segment over which the devices add a VLAN header that identifies the VLAN in which the frame exists.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

trunk interface

A

trunk interface
A switch interface configured so that it operates using VLAN trunking (either 802.1Q or ISL).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

trunking

A

trunking
Also called VLAN trunking. A method (using either the Cisco ISL protocol or the IEEE 802.1Q protocol) to support multiple VLANs, allowing traffic from those VLANs to cross a single link.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

trunking administrative mode

A

The configured trunking setting on a Cisco switch interface, as configured with the switchport mode command.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

trunking operational mode

A

trunking operational mode
The current behavior of a Cisco switch interface for VLAN trunking.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

virtual LAN (VLAN)

A

A group of devices, connected to one or more switches, with the devices grouped into a single broadcast domain through switch configuration. VLANs allow switch administrators to separate the devices connected to the switches into separate VLANs without requiring separate physical switches, gaining design advantages of separating the traffic without the expense of buying additional hardware.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

VLAN Trunking Protocol (VTP)

A

VLAN Trunking Protocol (VTP)
A Cisco-proprietary messaging protocol used between Cisco switches to communicate configuration information about the existence of VLANs, including the VLAN ID and VLAN name.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

VTP transparent mode

A

VTP transparent mode
One of three VTP operational modes. Switches in transparent mode can configure VLANs, but they do not tell other switches about the changes, and they do not learn about VLAN changes from other switches.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

voice VLAN

A

voice VLAN
A VLAN defined for use by IP Phones, with the Cisco switch notifying the phone about the voice VLAN ID so that the phone can use 802.1Q frames to support traffic for the phone and the attached PC (which uses a data VLAN).

11
Q

default VLAN

A

A reference to the default setting of 1 (meaning VLAN ID 1) on the switchport access vlan vlan-id interface subcommand on Cisco switches, meaning that by default, a port will be assigned to VLAN 1 if acting as an access port.