High-Density Wireless Planning
Engineering Capacity in the Age of Mobile Ubiquity
1. The Mathematical Foundation: Shannon-Hartley & Capacity Scaling
In high-density (HD) environments, the bottleneck is rarely signal coverage; it is the Shannon-Hartley theorem limit applied across a shared contention domain. The channel capacity for a single link is defined as:
Where is bandwidth and is the signal-to-noise ratio. However, in an HD environment, is dominated by Co-Channel Interference (CCI) from neighboring Access Points (APs). If two APs use the same channel, they share the airtime, effectively halving the available capacity for their respective clients.
2. The Primary Enemy: Co-Channel Interference (CCI)
In an office with too many APs set to the same frequency, they all "hear" each other. Because Wi-Fi uses CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance), it is a half-duplex medium. Only one device (AP or client) can talk on a specific channel at any given microsecond.
When an AP detects energy above the Clear Channel Assessment (CCA) threshold (typically -82 to -85 dBm), it defers its own transmission. This "politeness" is what causes massive latency spikes in stadiums when design is poor.
Wireless Spectrum & CCI Lab
2.4GHz Frequency Management Board
When APs overlap in frequency, they must wait for each other to stop talking. Red zones indicate airtime contention that drops network capacity.
In high-density areas, use 20MHz channels to maximize the number of non-overlapping "humps" available in your RF map.
3. Channel Width: The Paradox of Throughput
While 80MHz or 160MHz channels offer impressive burst speeds, they are the "death sentence" of high-density networks.
- 80MHz Channels: Only 5 unique non-overlapping channels are available in the 5GHz UNII bands. In a large auditorium, you will inevitably have 10-15 APs using the same 5 channels, creating catastrophic CCI.
- 20MHz Channels: Provide up to 25 non-overlapping channels. This allows for a deeper Reuse Pattern (e.g., a 7-cell or 12-cell reuse), ensuring that APs on the same channel are physically far enough apart to not trigger each other's CCA.
Engineering Verdict: For high-density, always default to 20MHz or 40MHz channels. The loss in peak speed per user is more than compensated for by the massive gain in aggregate system capacity.
4. Wi-Fi 6/7 Optimizations: OFDMA and Resource Units (RUs)
The transition from Wi-Fi 5 (802.11ac) to Wi-Fi 6 (802.11ax) changed the fundamental transmission unit from a "Time-Slot" to a Resource Unit (RU).
Using OFDMA (Orthogonal Frequency Division Multiple Access), an AP can divide a 20MHz channel into smaller sub-carriers with 78.125 kHz spacing. This allows the AP to talk to multiple users simultaneously in the same transmission window.
5. BSS Coloring & Spatial Reuse
Wi-Fi 6 introduced BSS Coloring to solve the "politeness" problem. Each AP is assigned a "Color" (a 6-bit identifier). When a client hears a transmission from a different color, it can apply a more aggressive Dynamic CCA threshold.
If the "alien" signal is below a certain threshold (e.g., -65 dBm), the client can decide to transmit anyway, treating the other signal as negligible background noise rather than a reason to defer. This massively increases the frequency reuse efficiency in dense environments.
6. Physical AP Placement: Stadium Architecture
In a stadium setting, ceiling-mounted APs (30 meters high) are a failure. They illuminate thousands of users, creating a massive contention domain. Modern high-density designs use Micro-Cells:
- Under-Seat APs: Enclosed in NEMA-rated floor boxes. This uses the human body (water content) as a natural RF attenuator, containing the signal to just the nearest 2-3 rows.
- Handrail Patch Antennas: Directional antennas with sharp roll-offs (small horizontal/vertical beamwidths) to isolate the signal to specific seating sections.
- Pico-Cells: Limiting EIRP (Equivalent Isotropic Radiated Power) to 8-12 dBm to match the transmit power of the mobile devices themselves.
7. MU-MIMO Grouping Physics
Multi-User MIMO allows an AP to use beamforming to create isolated spatial streams. However, for MU-MIMO to work, the users must be spatially diverse (e.g., one user at the 12 o'clock position and another at 4 o'clock). If users are clumped together, the AP cannot mathematically resolve the spatial nulls required to separate the signals, and it reverts to Single-User MIMO.
Conclusion: The Efficiency First Mindset
Success in high-density wireless networking is found in Airtime Fairness and Management Frame Optimization. By disabling old protocols (802.11b/g), aggressively reusing 20MHz channels in the 5GHz/6GHz bands, and using directional containment, engineers can build wireless fabrics that scale to tens of thousands of users without collapse.