Scenario: You’re designing Wi-Fi coverage for a 5,000 m² warehouse. Should you deploy a mesh network or traditional multiple access points with controller management?
Requirements:
- Coverage area: 5,000 m² (100m × 50m warehouse)
- Devices: 80 wireless sensors (temperature, vibration) + 20 security cameras (1080p)
- Environment: Metal shelving creates RF shadows and multipath
- Existing infrastructure: Ethernet drops every 30m along perimeter walls
- Budget: $8,000 hardware + $2,000 installation
Technology Comparison:
Option A: Wi-Fi Mesh Network
Architecture:
- 1 root node (wired to internet)
- 7 mesh relay nodes (wireless backhaul)
- Total: 8 nodes covering 625 m² each
Pros:
- ✅ Easier deployment: No Ethernet needed to every node
- ✅ Self-healing: Automatic rerouting if node fails
- ✅ Single SSID: Seamless roaming for mobile devices
- ✅ Expandable: Add nodes without pulling cables
Cons:
- ❌ Wireless backhaul bottleneck: Cameras share bandwidth with client traffic
- ❌ Multi-hop latency: Edge sensors 3-4 hops from root
- ❌ Bandwidth degradation: ~50% throughput loss per wireless hop
- ❌ Power constraints: All relay nodes need mains/PoE (no battery option)
Cost Breakdown:
8× Enterprise mesh nodes: 8 × $450 = $3,600
Installation (wireless): 8 nodes × $100 = $800
Configuration: $400
──────────────────────────────────────
Total: $4,800
Bandwidth Analysis:
20 cameras × 4 Mbps = 80 Mbps total camera traffic
80 sensors × 50 Kbps = 4 Mbps total sensor traffic
Total demand: 84 Mbps
Mesh with 3-hop average:
Root node: 84 Mbps (all traffic)
Hop 2 nodes: 60 Mbps (relaying edge traffic)
Hop 3 nodes: 20 Mbps (own clients only)
Wireless backhaul capacity (5 GHz, 80 MHz):
Theoretical: 866 Mbps
Practical: 350 Mbps (40% efficiency)
Per-hop available:
Root: 350 Mbps (24% utilized) ✓ GOOD
Hop 2: 350 / 2 = 175 Mbps (34% utilized) ✓ ACCEPTABLE
Hop 3: 350 / 3 = 117 Mbps (17% utilized) ✓ GOOD
Conclusion: Mesh CAN support load, but utilization is inefficient
Option B: Controller-Managed Multiple APs
Architecture:
- 8 standalone APs (all wired to switch)
- 1 wireless controller (cloud or on-premise)
- Each AP covers ~625 m² with wired backhaul
Pros:
- ✅ No backhaul bottleneck: Every AP has dedicated Gigabit Ethernet
- ✅ Predictable performance: No multi-hop bandwidth degradation
- ✅ Lower latency: All devices 1 hop to wired network
- ✅ Unified management: Single pane for all APs
- ✅ Better for cameras: High bandwidth guaranteed
Cons:
- ❌ Infrastructure dependency: Requires Ethernet to every AP location
- ❌ Higher installation cost: Cable pulling, conduit, labor
- ❌ Less flexible: Moving AP requires re-cabling
- ❌ No self-healing: Controller failure affects management (but APs continue forwarding)
Cost Breakdown:
8× Enterprise APs: 8 × $300 = $2,400
1× Wireless controller: $800 (or $0 cloud)
Ethernet installation: 8 runs × $300 = $2,400
Configuration: $400
──────────────────────────────────────
Total: $6,000
Bandwidth Analysis:
Each AP has dedicated 1 Gbps uplink
Total available: 8 × 1 Gbps = 8 Gbps backhaul
Total demand: 84 Mbps
Utilization: 84 / 8,000 = 1.05% per AP ✓ EXCELLENT
No wireless hop penalty:
Camera throughput: Full 4 Mbps per stream
Sensor latency: <10ms to server
Roaming handoff: <50ms with 802.11r
Decision Matrix:
| Bandwidth Efficiency |
40% (multi-hop) |
100% (wired) |
30% |
Wired APs |
| Deployment Cost |
$4,800 |
$6,000 |
20% |
Mesh |
| Installation Speed |
2 days |
5 days (cable) |
10% |
Mesh |
| Long-term Reliability |
95% (self-heal) |
99% (wired) |
20% |
Wired APs |
| Scalability |
Easy (wireless) |
Hard (re-cable) |
10% |
Mesh |
| Camera Support |
Marginal (3-hop) |
Excellent |
10% |
Wired APs |
Weighted Scores:
- Mesh: (5×0.30) + (9×0.20) + (9×0.10) + (7×0.20) + (9×0.10) + (6×0.10) = 7.0/10
- Wired APs: (10×0.30) + (6×0.20) + (4×0.10) + (9×0.20) + (5×0.10) + (10×0.10) = 7.7/10
Recommendation: Wired APs
Why wired wins for this scenario:
- Ethernet already available every 30m (minimal additional cabling)
- Camera bandwidth critical (mesh’s 3-hop penalty would degrade video)
- Only $1,200 more ($6K vs $4.8K) for 2.5× better bandwidth efficiency
- Industrial environment favors reliability over flexibility
- 10-year TCO favors wired (no mesh node replacements, fewer interference issues)
When Mesh Would Win Instead:
Scenario adjustments that flip the decision:
| No Ethernet drops |
Cabling cost → $8,000 |
Mesh wins ($4.8K vs $11.2K) |
| Temporary deployment |
Need to relocate |
Mesh wins (no re-cabling) |
| Only sensors (no cameras) |
Low bandwidth (<10 Mbps) |
Mesh wins (sufficient capacity) |
| Historic building |
Cannot pull cables |
Mesh wins (only option) |
| Rapid expansion |
Add 50 devices/year |
Mesh wins (easier scaling) |
Hybrid Approach (Best of Both Worlds):
For warehouse with SOME Ethernet:
4× Wired APs (perimeter walls, near cameras)
4× Mesh nodes (interior aisles, sensors only)
- Mesh nodes use wired APs as backhaul
- Cameras connect to wired APs
- Sensors connect to nearest node (wired or mesh)
Cost: (4 × $300 wired) + (4 × $450 mesh) + $2K install = $5,000
Benefits: Camera reliability + sensor flexibility
Key Decision Rules:
Choose Wi-Fi Mesh when:
- ✅ No existing Ethernet infrastructure AND cabling cost > $5K
- ✅ Temporary or frequently-reconfigured deployment
- ✅ Bandwidth demand < 20 Mbps total
- ✅ Flexibility more important than performance
- ✅ Self-healing critical (unstaffed remote sites)
Choose Wired APs when:
- ✅ Ethernet already available OR cabling cost < $3K
- ✅ High-bandwidth applications (cameras, video streaming)
- ✅ Permanent installation (10+ year lifecycle)
- ✅ Reliability more important than flexibility
- ✅ Predictable performance required (SLA guarantees)
Key Insight: Wi-Fi mesh solves an infrastructure problem (no Ethernet), not a performance problem. For deployments with existing Ethernet or affordable cabling, wired APs deliver 2-5× better throughput and lower latency. The $1-2K premium for cabling pays back within 1-2 years through better performance and lower troubleshooting costs. Mesh shines in temporary deployments, retrofit installations, or low-bandwidth sensor networks where infrastructure flexibility outweighs bandwidth efficiency.