Use VLANs, trunks, interface settings, spanning tree, MTU, and jumbo-frame concepts correctly in switching scenarios.
Switching questions are rarely just about vocabulary. They are usually about segmentation, loop avoidance, port role, or a user group that can no longer reach what it should. CompTIA is testing whether you can recognize when the real issue is Layer 2 behavior before you waste time blaming routing or DNS.
STP: Spanning Tree Protocol, the family of mechanisms used to prevent Layer 2 loops in switched networks.
Trunk: A switch port that carries traffic for multiple VLANs rather than just one access VLAN.
Strong switching answers usually depend on one of these distinctions:
| If the question is really about… | Protect this idea first |
|---|---|
| one department cannot reach its own resources | VLAN assignment or trunk carry list |
| all users experience unstable connectivity after a link change | loop prevention and STP |
| big storage transfers fail strangely but small traffic works | MTU or jumbo-frame mismatch |
| one port should only serve one endpoint role | access-port behavior and port-security thinking |
| Concept | What it does | What it does not do by itself |
|---|---|---|
| VLAN | separates Layer 2 broadcast domains | route between those domains |
| trunk | carries multiple VLANs across one link | decide policy between VLANs |
| STP | prevents Layer 2 loops | fix bad VLAN design |
| jumbo frame / MTU | changes maximum frame size | solve congestion by itself |
1Port Gi1/0/24
2Mode: trunk
3Allowed VLANs: 10,20,30
4Native VLAN: 1
5
6Port Gi1/0/12
7Mode: access
8Access VLAN: 20
What to notice:
Continue with 2.3 Wireless Devices, Channels & WLAN Design to keep building the implementation layer.