VLANs and Trunking - CompTIA Network+ N10-009 - 2.2 Flashcards
What is VLAN trunking and why is it used in network design?
VLAN trunking is a method used to carry traffic for multiple VLANs across a single network link between two switches or devices.
What is a trunk port?
Switch port that carries traffic for multiple VLANs over a single physical link.
How does VLAN tagging work in a trunk port?
a VLAN Tag (12 bits long) is added to each ethernet frame, telling the switch which vlan it belongs to.
What is a LAN
A group of devices in the same broadcast domain
what is 802.1q
The main trunking protocol
How many vlans in total can traverse the trunk connection
total of 4095 (not counting reserved.)
ISL
Interswitch Link. Before truck.
what is default vlan
vlan assigned to an interface by default. commonly vlan 1
Native VLAN
handles untagged traffic on a trunk port
What is Native VLAN used for
Supports devices that doesn’t have VLAN tagging capabilities. (make sure Native VLAN matches on both devices.)
How does a layer 2 switch make their forwarding decisions?
based on mac address of an ethernet frame
How does a layer 3 switch make forwarding decisions?
Looks at destination IP address and makes a routing decision on where the traffic should go
How does layer 3 switch work
by combining switch functionality at layer 2 and router functionality at layer 3 and put both in same unit.
Does layer 3 switch change the switching process?
No. not changing the way a switch or router operates. Switch and router functionally are still operating at their sperate layers. But when combined on switch the administrative process is easier.
SVI
Switch virtual interfaces. Layer 3 switch needs ports to be turned on for the routing process to work.