🛠 Project 09 — Wireless Network Design¶
Type: Design + Packet Tracer Modules: 06 (Wireless), 08 (VLANs), 10 (Security) Difficulty: ⭐⭐⭐
🎯 Objective¶
Design a secure, high-capacity WLAN for an office: plan AP placement and a channel scheme, choose the right security, and separate staff from guests — then build a basic version in Packet Tracer.
🧭 Scenario¶
Vertex Co. needs Wi-Fi across an open-plan floor (~40 × 20 m, ~60 users) plus a guest area near reception.
Requirements: - Reliable 5 GHz coverage for staff laptops and phones. - Isolated guest access with a captive portal. - Per-user authentication for staff.
📌 Part A — RF Design¶
- AP count & placement — estimate how many APs are needed and sketch placement for even coverage without excessive overlap.
- Channel plan — assign non-overlapping channels. In 2.4 GHz use 1 / 6 / 11; in 5 GHz spread channels. Explain co-channel interference.
- Band & power — enable band steering to 5 GHz; discuss lowering AP power in the dense area and adding APs to raise capacity.
- Site survey — describe how you'd validate coverage with a heat map (passive/active/predictive).
🔐 Part B — Security & Segmentation¶
- Staff SSID → WPA2/WPA3-Enterprise (802.1X) with a RADIUS server (per-user logins).
- Guest SSID → separate VLAN, captive portal, Internet-only (no internal access).
- Explain why WEP and SSID hiding are not real security, and how to detect an evil twin/rogue AP (WIPS).
📌 Part C — Build (Packet Tracer)¶
- Add a wireless AP/WLC and a controller-managed or standalone AP.
- Connect wireless PCs/laptops; put guest traffic on its own VLAN.
- Verify staff can reach internal resources and guests can only reach the Internet.
✅ Verification Checklist¶
- Channel plan uses non-overlapping channels (1/6/11 in 2.4 GHz).
- Staff authenticate individually (802.1X/RADIUS), not a shared PSK.
- Guest SSID is isolated on its own VLAN with a captive portal.
- Wireless clients associate and pass traffic in Packet Tracer.
📦 Deliverables¶
- Floor sketch with AP placement + channel/power plan.
- Security design (SSIDs, auth, VLANs).
- Packet Tracer file (local).
🚀 Stretch Goals¶
- Add a WLC and describe centralized RRM (channel/power) and fast roaming (ESS).
- Design for Wi-Fi 6 (OFDMA) in the high-density area and justify the benefit.
See also notes: [[06-04-wireless-design]], [[06-03-wireless-security]], [[06-02-frequencies-and-channels]]