19 Mobile Wireless: Comprehensive Quiz
19.1 Learning Objectives
By the end of this chapter, you will be able to:
- Differentiate electromagnetic wave properties (wavelength, frequency, energy) and their impact on wireless IoT propagation
- Calculate free space path loss using the FSPL formula for realistic deployment planning scenarios
- Evaluate licensed versus unlicensed spectrum trade-offs including duty cycle, QoS, and total cost of ownership
- Justify optimal Wi-Fi channel selection in congested 2.4 GHz environments using interference analysis
- Design an agricultural IoT deployment by selecting the appropriate frequency band, protocol, and network topology
19.2 Prerequisites
Required Chapters:
- Cellular Network Architecture - Technology selection
- Scenario-Based Analysis - Trade-off reasoning
- Mobile Wireless Technologies Basics - Core concepts
Recommended Preparation:
- Review link budget calculations
- Understand frequency band characteristics
- Know regulatory differences (EU vs US)
Estimated Time: 45 minutes
- Cellular IoT Performance Parameters: Latency (round-trip time), throughput (bits/second), coverage (signal level), and power consumption metrics
- NB-IoT Coverage: Up to 20 dB better coverage than GPRS, enabling underground and deep indoor deployments
- LTE-M (Cat-M1) Features: Handover support for mobility, voice over LTE capability, 1 Mbps uplink/downlink, PSM and eDRX power saving
- eDRX (Extended Discontinuous Reception): Cellular feature extending paging cycle up to 10+ minutes for IoT power optimization
- LoRaWAN Regulatory Compliance: Regional duty cycle limits (1% in EU), EIRP limits, and ADR interaction with regulations
- LPWAN Capacity Planning: Gateway throughput limits, duty cycle per device, spreading factor impact on airtime
- Handover Types: Intra-frequency, inter-frequency, and inter-RAT handovers; NB-IoT lacks mobility support
- Signal Quality Metrics: RSRP (reference signal received power), RSRQ (quality), SINR for LTE; RSSI and SNR for LoRaWAN
19.3 For Beginners: Quiz Strategy
How to approach this quiz:
- Read each question carefully - details matter
- Eliminate obviously wrong answers first
- Calculate when formulas are provided
- Consider real-world implications
What’s being tested:
- Understanding of electromagnetic properties
- Ability to calculate path loss
- Knowledge of spectrum regulations
- Technology selection reasoning
19.4 Quiz 1: Comprehensive Review
19.5 Quiz 2: Optional Practice Questions
Sammy Sensor: “Think of this quiz like a radio scavenger hunt! Each question is a clue about how radio waves work. Low frequencies are like a deep voice that carries far, and high frequencies are like a whistle that fades fast!”
Lila the Light Sensor: “Remember, picking a wireless channel is like choosing a lane on the highway. If one lane has too many cars (networks), switch to a less crowded one!”
Max the Motion Detector: “When you see path loss calculations, just remember: every time you double the distance, the signal gets weaker by about 6 dB. Walls and floors make it even worse!”
Bella the Button: “The biggest takeaway? There is no single ‘best’ wireless technology – it all depends on what you need: long range, fast speed, or long battery life!”
19.6 Cellular IoT Technologies Comparison
After completing the quiz, review this comparison of cellular IoT options:
Cellular IoT Technologies:
- NB-IoT: Best for stationary sensors with deep indoor penetration needs
- LTE-M: Optimal for mobile applications requiring voice support and handover
- 5G (NR profiles): Emerging options (e.g., RedCap) and slicing/capacity features; many massive-IoT deployments still use LTE-M/NB-IoT today
19.7 Visual Reference Gallery
Cellular networks divide coverage areas into cells, each served by a base station. As devices move between cells, handoff mechanisms maintain connectivity seamlessly, enabling mobility across wide areas.
Cellular IoT technologies span a range of capabilities from ultra-low-power NB-IoT for sensors to higher-throughput LTE-M and emerging 5G NR profiles. Selection depends on payload size, mobility needs, power budget, and coverage requirements.
Handoff ensures continuous connectivity as mobile devices move between cells. The network monitors signal strength and triggers handoff to the stronger cell while maintaining the active connection.
The Error: Developers see “sub-GHz has 9 dB advantage over 2.4 GHz” and assume sub-GHz networks always perform better, then are surprised when 2.4 GHz outperforms sub-GHz in real deployments.
Example Failure:
A smart city deployment in 2023 chose 868 MHz LoRaWAN for parking sensors based purely on the “9 dB path loss advantage” without considering the complete system requirements:
Expected (based on path loss alone):
868 MHz advantage: ~9 dB better link budget than 2.4 GHz
Prediction: LoRaWAN sensors will have superior coverage and reliability
Reality:
LoRaWAN (868 MHz):
- 15-minute reporting interval (duty cycle limitation)
- 3-5 second latency for "real-time" updates
- Manual gateway placement and maintenance
- 30% packet loss during peak hours (duty cycle + congestion)
Zigbee (2.4 GHz):
- 1-second reporting interval possible
- 100 ms latency
- Mesh self-healing (no manual gateway placement)
- 5% packet loss (good channel selection)
Outcome: 2.4 GHz Zigbee provided better user experience despite "worse" path loss
Why This Happens:
Developers focus on one metric (path loss) and ignore system-level factors:
Factor 1: Duty Cycle Regulations
European 868 MHz: 1% duty cycle limit
Transmission time allowed: 36 seconds per hour
At 5 seconds per transmission: 7 packets/hour maximum
For 100 parking spaces:
Each sensor can transmit once every 14 minutes
"Real-time" availability updates impossible
2.4 GHz (ISM): No duty cycle restriction
Sensors can transmit every second if needed
True real-time updates possible
Factor 2: Data Rate Impact
868 MHz LoRa (SF7): 5.5 kbps
100-byte packet: 145 ms on-air time
2.4 GHz Zigbee: 250 kbps
100-byte packet: 3.2 ms on-air time
Network capacity difference: 250/5.5 = 45x more capacity for 2.4 GHz
Factor 3: Ecosystem Maturity
LoRaWAN issues in deployment:
- Gateway placement required manual RF survey ($5,000)
- Firmware bugs in early LoRa chipsets
- Limited diagnostic tools
- Vendor lock-in (gateway + server)
Zigbee advantages:
- Mature ecosystem (15+ years)
- Self-forming mesh (no gateway placement)
- Extensive debugging tools
- Multi-vendor interoperability
The Complete Decision Matrix:
| Factor | 868 MHz LoRaWAN | 2.4 GHz Zigbee | Winner |
|---|---|---|---|
| Path loss | 71 dB at 100m | 80 dB at 100m | LoRaWAN (+9 dB) |
| Data rate | 5.5 kbps | 250 kbps | Zigbee (45x) |
| Duty cycle | 1% limit | None | Zigbee |
| Latency | 3-5 seconds | 100 ms | Zigbee (30x faster) |
| Update rate | 1/15 min max | 1/second | Zigbee |
| Range | 2-5 km | 50-100 m | LoRaWAN (20-50x) |
| Infrastructure | Gateways needed | Mesh self-forming | Zigbee |
| Deployment cost | $500/gateway × 10 | $30/router × 5 | Zigbee |
When Sub-GHz IS the Right Choice:
Scenario 1: Rural agriculture (200 hectares)
- Range: 2 km needed → LoRaWAN advantage critical
- Update rate: 1/hour acceptable → duty cycle not limiting
- Infrastructure: 1 gateway covers entire farm vs 50+ Zigbee routers
Scenario 2: Remote asset tracking
- Battery life: 10 years needed → LoRaWAN ultra-low power wins
- Latency: Minutes acceptable for location updates
- Coverage: Global cellular fallback options
When 2.4 GHz IS the Right Choice:
Scenario 1: Dense urban deployments (parking, lighting)
- Range: 50m sufficient with mesh routing
- Update rate: Real-time (< 1 second) needed
- Duty cycle: Cannot tolerate 1% limit
- Infrastructure: Mesh eliminates gateway placement
Scenario 2: Interactive applications (building automation)
- Latency: < 100 ms for light switches
- Throughput: High sensor density needs 250 kbps
- Interference: Manageable with proper channel planning
Correct Decision Framework:
Step 1: Identify limiting factor
- If range > 500m and updates < 1/hour → sub-GHz likely wins
- If latency < 1 second or updates > 1/minute → 2.4 GHz likely wins
- If interference-free spectrum critical → sub-GHz wins
- If no infrastructure budget → 2.4 GHz mesh wins
Step 2: Validate against regulations
- Europe 868 MHz: Can application tolerate 1% duty cycle?
- Check if your region allows the chosen frequency
- Verify power limits (EIRP) are sufficient
Step 3: Calculate total cost of ownership
- Don’t just compare module cost
- Include gateway infrastructure (sub-GHz) vs mesh routers (2.4 GHz)
- Account for RF survey and commissioning effort
Step 4: Prototype and measure
- Never rely on theory alone
- Deploy 10-unit pilot in actual environment
- Measure packet loss, latency, battery life under real conditions
Real-World Example: Smart Building
Initial choice (wrong): 868 MHz LoRaWAN - Reasoning: “9 dB advantage means better penetration through concrete floors” - Reality: 1% duty cycle couldn’t support 500 sensors with 1-minute updates
Corrected choice: 2.4 GHz Thread - Mesh routing handled floor penetration - No duty cycle limits - Real-time lighting control possible - Self-healing reduced maintenance
Key Takeaway:
The “9 dB sub-GHz advantage” is real and important, but it’s just one of many factors. A good engineer considers: 1. Path loss (sub-GHz advantage) 2. Duty cycle regulations (2.4 GHz advantage) 3. Data rate needs (2.4 GHz advantage 45x) 4. Latency requirements (2.4 GHz advantage 30x) 5. Update frequency (duty cycle may limit sub-GHz) 6. Infrastructure cost (mesh vs gateway trade-off) 7. Ecosystem maturity (2.4 GHz has 15+ year head start)
The 9 dB advantage matters most when:
- Range is the dominant constraint
- Update rates are low (minutes to hours)
- Operating in interference-free sub-GHz spectrum
- Regulatory duty cycle allows your application
When to ignore the 9 dB advantage:
- Dense deployments where mesh provides coverage
- Real-time applications (< 1 second latency needed)
- High-frequency updates (duty cycle becomes limiting)
- Interference is manageable through channel planning
Bottom line: Don’t let a single impressive-sounding number (9 dB) drive your entire technology choice. Analyze your complete requirements systematically.
Common Pitfalls
LTE uses RSRP (Reference Signal Received Power) as the primary coverage metric, not RSSI. RSRP measures only the reference signal power (-140 to -44 dBm). RSSI measures total received power including interference and noise. Using RSSI thresholds designed for RSRP (or vice versa) mischaracterizes LTE coverage.
Adaptive Data Rate increases spreading factor for distant devices, increasing their airtime. At SF12, one transmission takes 2.5 seconds — consuming 2.5× more gateway capacity than SF7 (0.1 seconds). Networks that enable ADR without controlling maximum SF can have gateways saturated by a few distant devices.
NB-IoT has latency of 1-10 seconds for a single uplink. PSM devices may take 30+ seconds to wake and transmit. NB-IoT is designed for infrequent, non-latency-critical reporting (hourly meter reads, daily status updates). Applications needing sub-second response require LTE-M or traditional LTE instead.
Cellular IoT devices roaming on foreign operator networks incur significantly higher data costs than domestic rates. A fleet tracker transmitting 1 MB/day domestically at $0.10/MB spends $3/month; roaming at $1/MB the same device costs $30/month. Always negotiate global IoT roaming agreements before scaling international deployments.
19.8 Summary
This comprehensive quiz chapter tested advanced understanding of wireless communication for IoT:
Key Topics Covered:
- Electromagnetic properties: Frequency, wavelength, and propagation characteristics
- Path loss calculations: FSPL formula and practical indoor/outdoor applications
- Spectrum trade-offs: Licensed vs unlicensed, duty cycle constraints, regional regulations
- Channel selection: Avoiding overlap, coexistence strategies, interference mitigation
- Technology selection: Matching requirements to LoRaWAN, NB-IoT, LTE-M, Wi-Fi, Zigbee
Core Principles:
- Smart agriculture deployments often use sub-GHz LPWAN for long battery life and multi-kilometer coverage
- 2.4 GHz channel planning must account for Wi-Fi/802.15.4 coexistence
- Regional spectrum regulations vary by geography with differing power and duty-cycle constraints
- Link budget analysis determines viability by accounting for transmit power, path loss, and fade margins
- Practical deployment scenarios require balancing range, data rate, power consumption, cost, and regulatory compliance
19.9 Further Reading
Books:
- “Wireless Communications: Principles and Practice” by Theodore S. Rappaport
- “RF and Microwave Wireless Systems” by Kai Chang
Standards:
- FCC Part 15: Radio Frequency Devices (US regulations)
- ETSI EN 300 220: Short Range Devices (European regulations)
- ITU Radio Regulations: International spectrum allocation
Online Resources:
- RF Wireless World: Frequency band tutorials
- Electronics Notes: Comprehensive wireless technology guides
- National Instruments: RF fundamentals
19.10 What’s Next
| If you want to… | Read this |
|---|---|
| Explore scenario-based technology analysis | Mobile Scenario Analysis |
| Review cellular architecture | Cellular Architecture for IoT |
| Study Wi-Fi standards in depth | Wi-Fi Standards Index |
| Learn LoRaWAN fundamentals | LoRaWAN Fundamentals |
| Compare LPWAN technologies | LPWAN Comparison and Review |