CTRL+STRUM // BUILDER LOG
Module 3 — The Local Crew
Welcome to the venue. The cables are down, power is clean, and the stage is set — now we need the crew that makes sure every piece of gear lands in the right place.
🎛 Module 3 — The Local Crew (Switching, MAC, VLANs)
Networking for Humans • Switching • MAC • VLANs • Network+ V9 alignedOn tour, once you’re inside the venue, you don’t “route city-to-city” anymore.
You’re doing local coordination: who goes to which room, which stage box feeds which mixer, which channel belongs to which instrument.
That’s what Layer 2 (Data Link) is: local delivery inside the same network.
🎭 What Layer 2 Actually Does
- Delivers frames inside a local network (LAN).
- Uses MAC addresses to decide “where this goes.”
- Lets you split one physical switch into multiple logical networks using VLANs.
🪪 MAC Addresses — “Who are you?”
A MAC address is your device’s hardware identifier on the local network — like a backstage wristband with a unique barcode.
| Term | What it is | Tour translation |
|---|---|---|
| MAC Address | Layer 2 hardware identifier | Wristband barcode for local access |
| Frame | Layer 2 “package” | Load-in crate with a “deliver-to” label |
| Switch | Forwards frames by MAC | Stage manager directing crates to the right room |
🔀 Switches — The Stage Manager
Switches learn where devices are by watching traffic and building a table:
- MAC address table (CAM table) = “I saw this MAC on this port.”
- Known destination? The switch forwards it to the correct port.
- Unknown destination? The switch floods it (asks the room).
🌪 STP / RSTP — Preventing “Feedback Screech” Loops
Two switches with redundant links is good… until it becomes an endless echo chamber.
That’s what a Layer 2 loop feels like: broadcasts and unknown traffic spin forever and the network melts.
| Concept | What it means | Tour translation |
|---|---|---|
| Redundant links | Multiple physical paths | Two hallways between rooms |
| Loop | Traffic circles forever | Mic pointed at the speaker (instant screech) |
| STP blocking | One path is “paused” | Security closes a hallway until needed |
🏷 VLANs — Splitting the Venue into Rooms
VLANs let you separate traffic logically even if everything is plugged into the same physical switch.
Think: one venue, multiple zones:
| VLAN | Purpose | Tour translation |
|---|---|---|
| VLAN 10 | Staff / crew devices | Backstage staff-only hall |
| VLAN 20 | Guest Wi-Fi | General admission floor |
| VLAN 30 | POS / payment systems | Merch booth cash box area |
🚪 Access Ports vs Trunk Ports
This is one of the most testable VLAN concepts, and it’s not scary:
| Port type | What it carries | Where you use it | Tour translation |
|---|---|---|---|
| Access | One VLAN | End devices (PC, printer, AP) | Single-room door |
| Trunk | Multiple VLANs (tagged) | Switch-to-switch / switch-to-router | Hallway that connects multiple rooms |
📣 ARP — “Who has this IP?”
ARP is how devices map IP → MAC on the local network.
Translation: you know the artist’s name (IP), but you need their wristband barcode (MAC) to hand them the gear.
📏 MTU / Jumbo Frames — When “It Half Works”
Sometimes the network “sort of works”… until you send something big.
That’s where MTU comes in: the maximum frame size a link can carry.
🧪 Mini Troubleshooting: “Connected… But Not Talking”
When the exam gives you that cursed scenario, run this checklist:
- Same VLAN?
- Trunk/access mismatch?
- Switch needs to relearn the MAC?
- Loop symptoms? (broadcast storms / flapping) → think STP
- Interface errors? (CRC/drops) → could be bad cable, duplex mismatch, or port issues
- Large transfers fail? → think MTU
🛡 Quick L2 Security Tie-In (Just the Stuff They Test)
- MAC flooding: attacker tries to overflow the switch table so it floods traffic (bad).
- VLAN hopping: misconfig/trunk issues can let traffic cross VLAN boundaries (also bad).
🎯 Why This Matters
- Layer 2 is where “connected but not communicating” lives.
- VLANs are one of the cleanest, most practical segmentation tools you’ll use.
- Knowing access vs trunk saves you from hours of pain.
- STP prevents the network from eating itself alive.
💡 Next stop on the tour: “Finding the Route” — IP addressing, subnets, gateways, and how traffic leaves the venue.
// Last note sent by Ben Tankersley
> Last note sent by Ben Tankersley