What is a VLAN?
Definition: A logical grouping of ports into a network broadcast domain.
All devices in a VLAN must have the same IP address to communicate. True or False
True
Different VLAN should have different IP addresses. True or false?
True
When a broadcast is sent from a computer in that VLAN, it can go to computers in the other VLAN. True or False
False
What does a VLAN divide?
Divides a switch into multiple disconnected switches with separate broadcast domains.
Do computers know they are part of a VLAN?
No, only the switch has the VLAN information to make connections to other ports in the same VLAN
What are the benefits of a VLAN?
What are the 2 thing needed for devices to communicate in a VLANed network?
What is needed to communicate across a VLAN?
A router
State the types of VLANs.
1, Static VLAN
2. Dynamic VLAN
3. Voice VLAN
What is trunking for in VLANs?
Send multiple VLAN signals from a one end to another end
How to configure switchport to trunk mode?
switchport mode trunk or switchport mode dynamic auto (automatically learn if access port or trunk port)
How to configure trunks and VLANs