Chapter 9 - Implementing Ethernet Virtual LANs Flashcards
How would you create 2 broadcast domains on one switch?
Configure VLANs on the switch.
What are some common reasons for implementing VLANs?
1) Reduce CPU overhead on each device since less devices will receive broadcast frames
2) Reduce security risks by reducing the # of hosts that receive frames.
3) Improve security for hosts that send sensitive data by keeping them on a separate VLAN.
4) Create more flexible designs by grouping users by departments, or groups that work together.
5) To solve problems more quickly, since failures usually are problems experiences by devices in the same broadcast domain.
6) Reduce workload for the Spanning Tree Protocol (STP).
When using VLANs in networks that have multiple interconnected switches, what needs to be used on the links between the switches?
VLAN trunking
What is VLAN tagging?
The switch adds another header to the frame before sending it over the trunk. This extra header includes a VLAN identifier.
What is the purpose of the VLAN identifier?
So the sending and receiving switch can associate the frame with a particular VLAN ID and know which VLAN the frame belongs.
What are two trunking protocols that Cisco supports and which one is the most current one?
Inter-Switch Link (ISL) and IEEE 802.1Q (which is the newer standard)
What size VLAN header does 802.1Q add to the original frame’s Ethernet header?
4-bytes
What’s the size of the actual VLAN ID in the 802.1Q tag?
12 bits
Since the Layer 2 switch does not forward frames outside a VLAN, where does the job of forward data between VLANs fall?
Falls with routers.
In regards to routing between VLANs, instead of the router connecting an interface to each VLAN on the switch, what can be configured so the router only needs to use one interface connected to the switch?
Use trunking between the router and a switch. This is also known as router-on-a-stick.
Other than a router doing all the VLAN routing, what else can be considered when routing between VLANs?
Layer 3 switch
What are nontrunking interfaces on a switch also known as?
access interfaces
From configuration mode, what is the command to add a vlan?
vlan {vlan-id}
What optional command would give the VLAN a name?
name {name} VLAN subcommand
If you do not give a VLAN a name, what’s the format that is given by the switch?
VLANZZZZ where ZZZZ is the 4-digit decimal VLAN ID