2.6 VLAN Flashcards

1
Q

What does VLAN stand for?

A

Virtual Local Area Network.

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

What is the purpose of VLANs?

A

To logically segment a network within the same physical infrastructure, improving security and traffic management.

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

How do VLANs improve network efficiency?

A

By reducing unnecessary broadcast traffic and allowing logical grouping of devices.

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

What is the default VLAN on most switches?

A

VLAN 1.

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

Why are VLANs important for security?

A

They isolate sensitive traffic, preventing unauthorized access between departments or groups.

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

What is VLAN trunking?

A

A method that allows multiple VLANs to share a single network link.

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

What IEEE standard defines VLAN trunking?

A

IEEE 802.1q.

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

How does VLAN trunking work?

A

It adds a 4-byte VLAN tag to Ethernet frames to differentiate VLAN traffic over a trunk link.

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

What is the Native VLAN in 802.1q?

A

The VLAN that remains untagged on a trunk port (default is VLAN 1).

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

Why is it recommended to change the Native VLAN from VLAN 1?

A

For security reasons, to prevent VLAN hopping attacks.

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

What type of port is assigned to a single VLAN?

A

An access port.

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

What type of port carries multiple VLANs?

A

A trunk port.

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

Why is VLAN trunking beneficial?

A

It reduces the need for additional cabling and switches while maintaining VLAN separation.

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

How can VLANs communicate with each other?

A

Through inter-VLAN routing using a Layer 3 switch or a router.

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

What happens if VLANs are not routed?

A

Devices on different VLANs cannot communicate with each other.

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

What is the difference between Access Ports and Trunk Ports?

A

Access ports carry traffic for only one VLAN, while trunk ports carry traffic for multiple VLANs.

17
Q

What protocol is commonly used for inter-VLAN routing?

A

Router-on-a-stick (ROAS) using a router with a trunk interface.

18
Q

What is a potential security risk of VLAN misconfiguration?

A

VLAN hopping, where an attacker gains unauthorized access to VLANs.

19
Q

How can VLAN hopping attacks be prevented?

A

By disabling unused switch ports and changing the Native VLAN from VLAN 1.