6  LoRaWAN Architecture

In 60 Seconds

LoRaWAN uses a star-of-stars topology where simple end devices transmit to transparent gateways that forward all packets to a centralized network server. By moving all intelligence (deduplication, ADR, routing, security) to the cloud, end devices stay extremely simple and low-power, achieving 10-15 km range with 10+ year battery life on AA cells.

6.1 Overview

⏱️ ~8 min | ⭐⭐ Intermediate | 📋 P09.C08.U01

LoRaWAN (Long Range Wide Area Network) is a low-power, wide-area networking protocol designed for IoT applications that require long-range communication with minimal power consumption. This section provides comprehensive coverage of LoRaWAN architecture across four focused chapters.

Learning Objectives

By the end of this chapter, you will be able to:

  • Analyze the LoRaWAN star-of-stars network topology and justify why it uses centralized intelligence over mesh routing
  • Classify the four main components (end devices, gateways, network servers, application servers) by their architectural responsibilities
  • Calculate link budget margins and gateway capacity to determine deployment feasibility for a given scenario
  • Contrast LoRaWAN against NB-IoT and Sigfox to select the appropriate LPWAN technology for specific IoT use cases

Key Concepts

  • LoRaWAN: Open MAC layer protocol managed by the LoRa Alliance, built on top of LoRa physical layer, providing device management, security, and network infrastructure for IoT deployments.
  • LoRa (Physical Layer): Semtech’s proprietary Chirp Spread Spectrum (CSS) modulation enabling long-range, low-power radio communication; the physical foundation of LoRaWAN.
  • LPWAN (Low-Power Wide-Area Network): Category of wireless technologies designed for low-bandwidth, long-range communication with minimal energy consumption; includes LoRaWAN, NB-IoT, and Sigfox.
  • Chirp Spread Spectrum (CSS): LoRa modulation technique using frequency chirps that sweep across the bandwidth; provides resistance to interference and multipath fading.
  • ISM Band: License-free radio frequency bands (868 MHz Europe, 915 MHz Americas, 923 MHz Asia) used by LoRaWAN for unlicensed operation.
  • Network Server: Central LoRaWAN infrastructure component managing device authentication, ADR, deduplication, and routing between gateways and application servers.
  • Uplink/Downlink: Communication directions in LoRaWAN; uplinks (device to network) are frequent, downlinks (network to device) are constrained by duty cycle and device class.
MVU: Star-of-Stars Topology Enables Simplicity and Range

Core Concept: LoRaWAN uses a star-of-stars topology where dumb gateways simply forward all received packets to the cloud. This differs fundamentally from mesh networks where devices must route packets themselves.

Why It Matters: By moving ALL intelligence to the network server, end devices can be incredibly simple - no routing tables, no neighbor management, no mesh coordination. This simplicity translates directly to lower power consumption, lower cost, and higher reliability. When a gateway fails, messages simply reach other gateways; when a device fails, only that device is affected.

Key Takeaway: When designing LoRaWAN deployments, plan for overlapping gateway coverage (redundancy), but don’t worry about device-to-device routing. The topology’s strength is its simplicity - leverage it by keeping end devices focused solely on sensing and transmitting.

The Challenge: Long Range + Long Battery Life

The Problem: Physics works against us when designing LPWAN systems. Long range needs high power, but high power drains batteries quickly.

The Solution: LoRaWAN achieves 10-15 km range with 10+ year battery life through:

  • Chirp spread spectrum modulation with adaptive data rates
  • Star-of-stars topology where simple end devices offload complexity to the network server
  • Dual-layer encryption ensuring end-to-end security

Explore the chapters below to understand how LoRaWAN achieves this balance.

LoRaWAN’s long range comes from spreading spectrum, which trades data rate for link budget. The link budget equation shows how far signals can travel:

Friis transmission equation (simplified):

\[\text{Received Power (dBm)} = P_{\text{TX}} + G_{\text{TX}} + G_{\text{RX}} - L_{\text{path}} - L_{\text{margin}}\]

For a typical LoRaWAN link at 868 MHz:

\(P_{\text{TX}} = +14 \text{ dBm}\) (25 mW transmit power)

\(G_{\text{TX}} = 2 \text{ dBi}\) (device antenna)

\(G_{\text{RX}} = 6 \text{ dBi}\) (gateway antenna)

\(L_{\text{FSPL}}\) at 5 km: \(20 \log_{10}(5000) + 20 \log_{10}(868) - 27.55 = 105.2 \text{ dB}\)

Adding urban losses (building penetration, fading): \(L_{\text{path}} = 105.2 + 17 + 10 = 132 \text{ dB}\)

\(L_{\text{margin}} = 10 \text{ dB}\) (fade margin)

Received power: \(14 + 2 + 6 - 132 - 10 = -120 \text{ dBm}\)

LoRa demodulation threshold (SF12): -137 dBm

Link margin: \(-120 - (-137) = +17 \text{ dB}\) → communication succeeds!

At SF7 (threshold -123 dBm), the margin drops to +3 dB — still viable, but less reliable. This is why ADR dynamically selects spreading factors based on measured link quality.

Imagine you need to send text messages from sensors scattered across a farm, a city, or even a mountain range. These sensors measure things like soil moisture, parking availability, or water levels. You need two things: messages that travel VERY far (many kilometers), and batteries that last MANY years.

LoRaWAN (Long Range Wide Area Network) solves exactly this problem. It’s a wireless protocol designed specifically for the Internet of Things, where:

  • Long Range: Signals can travel 10-15 km in rural areas, 2-5 km in cities
  • Low Power: Devices can run on small batteries for 5-10+ years
  • Low Data Rate: Perfect for small messages (temperature: 22°C), not for streaming video

How does it work?

Think of LoRaWAN like a postal system for IoT:

  1. End Devices (sensors) are like people writing letters - they collect data and send messages
  2. Gateways are like post offices - they receive messages and forward them
  3. Network Server is like the postal sorting center - it organizes, deduplicates, and routes messages
  4. Application Server is like the recipient - it receives and uses the data

Unlike your home Wi-Fi where your phone connects to ONE router, LoRaWAN devices don’t “connect” to a specific gateway. They simply broadcast messages, and ANY gateway that hears the message forwards it to the cloud. This is called a star-of-stars topology.

Term Simple Explanation
LoRa The radio modulation technique (the “chirps” that carry data through the air)
LoRaWAN The network protocol on top of LoRa (addressing, encryption, network management)
Gateway A “dumb” forwarder that receives LoRa radio signals and sends them to the internet
Spreading Factor (SF) A setting that trades speed for range - higher SF = longer range but slower data
ADR Adaptive Data Rate - the network automatically optimizes each device’s settings
OTAA Over-The-Air Activation - devices join the network securely via handshake
ABP Activation By Personalization - devices have pre-programmed network credentials

Welcome to the world of LoRaWAN, where sensors can whisper across entire cities!

6.1.1 The Sensor Squad Story: The Long-Distance Messengers

Chirpy the Sensor lives on a farm, 12 kilometers from the nearest town. “I need to tell the farmer when the water tank is running low,” Chirpy says, “but I’m SO far away! Wi-Fi only reaches 50 meters, and there’s no cell phone signal out here.”

Gateway Gigi is a special listener sitting on top of the barn. “I have really good ears!” she explains. “Chirpy sends me a special singing message - it goes ‘CHIRRRRRP!’ - and even though Chirpy is far away, I can hear that chirp sound super clearly!”

Why chirps? “Normal radio messages are like shouting one word really fast,” explains Network Server Nora. “But Chirpy spreads his message across a long ‘chirrrrrp’ sound. Even if some of the sound gets lost, I can still understand the message!”

Server Nora receives messages from MANY Gigi gateways all over the farm. “Sometimes THREE gateways hear Chirpy’s message!” Nora laughs. “But don’t worry - I’m smart enough to know it’s the same message. I only pass ONE copy to the farmer’s app.”

Battery Betty is VERY happy. “Chirpy only talks when there’s something important to say, and then goes right to sleep. That’s why I can power Chirpy for TEN WHOLE YEARS without being replaced!”

6.1.2 The Star-of-Stars Secret

     🌟 Cloud Server 🌟
         /    |    \
        /     |     \
      🏠     🏠     🏠   ← Gateways (like mail collection boxes)
      / \   / | \   / \
     📱 📱 📱 📱 📱 📱 📱  ← Sensors (like people mailing letters)

“See how all the sensors talk to gateways, and all gateways talk to ONE cloud server?” explains Nora. “That’s a star-of-stars - two layers of stars! Sensors don’t need to talk to each other or remember who their neighbors are. They just shout their message, and ANY gateway that hears it will deliver it!”

6.1.3 Key Words for Kids

Word What It Means
Chirp A special singing sound that can travel very far - LoRa uses chirps to send data!
Gateway A tall listener that hears sensor chirps and sends them to the internet
Spreading Factor How long the chirp is - longer chirps go farther but carry less data
Star-of-Stars A network shape where sensors → gateways → server (like two connected stars!)

6.1.4 Try This at Home!

The Chirp Experiment: Try whispering “Hi” to a friend across a big room - hard to hear, right? Now try singing “Hiiiiiiii” in a long note. The longer sound is easier to hear! That’s like how LoRa spreads messages into chirps to travel farther.

Count the Hops: In LoRaWAN, a message goes: Sensor → Gateway → Internet → Server. That’s only 3 hops! In a mesh network (like Zigbee), a message might hop through 5-10 devices. Fewer hops = faster delivery!

6.2 LoRaWAN Star-of-Stars Architecture

The diagram below illustrates the fundamental LoRaWAN network architecture. Unlike mesh networks where devices forward packets for each other, LoRaWAN uses a simple star-of-stars topology where all intelligence resides in the network server.

LoRaWAN star-of-stars network architecture diagram showing end devices ED1 and ED2 communicating with multiple gateways GW1 and GW2, which forward all messages to a central Network Server that performs deduplication, adaptive data rate optimization, and routing to Join Server and Application Server components

Key architectural points illustrated above:

  • Multiple gateways receive the same message: Notice how ED1 reaches both GW1 and GW2. This redundancy improves reliability.
  • Gateways are transparent bridges: They simply convert LoRa radio to IP and forward everything to the Network Server.
  • Network Server handles intelligence: Deduplication, adaptive data rate, security, and routing all happen centrally.
  • Separation of concerns: Join Server handles credentials, Application Server handles business logic.

6.3 Architecture Chapters

6.3.1 1. Network Topology and Components

Learn the fundamentals of LoRaWAN’s star-of-stars architecture:

  • Network Components: End devices, gateways, network servers, and application servers
  • Star-of-Stars Topology: How it differs from mesh and cellular networks
  • Gateway Behavior: Transparent bridging and message forwarding
  • Network Server Functions: Deduplication, ADR, security, and routing

6.3.2 2. Device Classes

Understand the three device classes and their trade-offs:

  • Class A: Lowest power, device-initiated communication (ideal for sensors)
  • Class B: Scheduled receive windows via beacons (for actuators with latency tolerance)
  • Class C: Continuous reception (for mains-powered devices needing instant response)
  • Selection Guide: Flowchart for choosing the right class

6.3.3 3. Security and Joining

Explore LoRaWAN’s dual-layer security model:

  • NwkSKey and AppSKey: Network vs application encryption
  • OTAA vs ABP: Over-the-Air vs pre-provisioned activation
  • Security Trade-offs: When to use each activation method
  • Common Pitfalls: Frame counter issues, key provisioning errors

6.4 Device Class Communication Patterns

Understanding how the three device classes communicate is essential for selecting the right class for your application. The diagram below illustrates the timing patterns for each class.

LoRaWAN device class timing patterns comparison showing Class A with brief RX windows after uplink transmissions for lowest power, Class B with scheduled ping slots synchronized to network beacons for moderate power, and Class C with continuous listening except during transmission for highest power and lowest latency

Key timing differences:

  • Class A: Receive windows open only briefly after each uplink (lowest power)
  • Class B: Scheduled ping slots synchronized to network beacons (moderate power)
  • Class C: Continuous listening except during transmission (highest power, lowest latency)

6.5 LoRaWAN Message Flow

The following diagram shows how a sensor message travels through the LoRaWAN architecture, highlighting deduplication and the separation between network and application encryption.

LoRaWAN message flow diagram showing a sensor device transmitting encrypted data through two gateways to the Network Server which performs deduplication and decrypts network layer with NwkSKey, then forwards application payload to Application Server which decrypts with AppSKey to access plaintext sensor data, demonstrating dual-layer encryption and end-to-end security

Security note: The Application Server decrypts the payload, but the Network Server never sees the plaintext data - this is LoRaWAN’s end-to-end encryption model.

6.6 Quick Reference

Topic Key Concepts Chapter
Network structure Star-of-stars, gateways, deduplication Topology
Power optimization Class A/B/C, RX windows, battery life Device Classes
Encryption & keys NwkSKey, AppSKey, OTAA, ABP Security
Range & capacity Link budget, SF, ADR, duty cycle Link Budget

6.8 Gateway Capacity: How Many Devices Can One Gateway Handle?

A common question when planning deployments: “How many sensors can one gateway support?” The answer depends on spreading factors, message frequency, and collision probability.

6.8.1 Capacity Calculation

Worked Example: Single Gateway, 8 Channels, Mixed SF

Assumptions:

  • EU868 with 8 uplink channels (125 kHz each)
  • 1% duty cycle per sub-band (regulatory requirement)
  • Each device sends one 20-byte payload every 15 minutes
  • ADR distributes devices: 50% SF7, 20% SF8, 15% SF9, 10% SF10, 5% SF12

Step 1: Available airtime per channel

Each channel has 1% duty cycle = 36 seconds per hour available for transmission.

8 channels x 36 seconds = 288 seconds of total airtime per hour.

Step 2: Airtime per message by SF

SF Airtime (20-byte payload) Messages per channel per hour (1% duty)
7 51 ms 705
8 93 ms 387
9 165 ms 218
10 329 ms 109
12 1,319 ms 27

Step 3: Throughput with ADR distribution

SF % of Devices Messages/hr (8 channels) Devices (1 msg/15 min = 4 msg/hr)
7 50% 5,640 1,410
8 20% 3,096 774
9 15% 1,744 436
10 10% 872 218
12 5% 216 54
Total 100% ~2,892 devices

Step 4: Account for collisions (pure ALOHA)

LoRaWAN uses unslotted ALOHA access – devices transmit without coordination. The maximum throughput of pure ALOHA is 18.4% of channel capacity (at higher loads, collisions dominate).

At the calculated load, channel utilization is well below 1%, so collision probability is approximately:

\[P_{collision} \approx 1 - e^{-2G}\]

where \(G\) = channel utilization. At \(G = 0.005\) (0.5%), \(P_{collision} \approx 1\%\). This is acceptable.

Conservative practical estimate: A single gateway can support ~2,000-3,000 devices sending 20-byte messages every 15 minutes with 99% delivery rate when ADR is properly configured.

At higher densities (>5,000 devices per gateway), collision rates climb rapidly. At \(G = 0.1\) (10% utilization), collision probability reaches ~18%, and at \(G = 0.5\), nearly 63% of messages collide.

6.9 Cost Analysis: LoRaWAN vs Cellular for Agriculture

Worked Example: 500 Sensors, Smart Agriculture, 5-Year TCO

Deployment: 500 soil moisture sensors across a 2,000-hectare farm, reporting every 15 minutes. Compare LoRaWAN (private network with TTN Community) vs NB-IoT (cellular carrier).

LoRaWAN Deployment:

Cost Category Unit Cost Qty Year 1 Year 2-5 (annual)
Sensor nodes (custom PCB + LoRa module) $28 500 $14,000
Outdoor gateways (Kerlink, Mikrotik) $400 3 $1,200
Solar power for 1 gateway $250 1 $250
4G backhaul per gateway $15/mo 3 $540 $540
Network server (TTN Community) $0 $0 $0
Application server (AWS IoT Core) $50/mo $600 $600
Battery replacement (10% per year after Y3) $2 50/yr $100 (Y3+)
Installation labor $3,000 1 $3,000
Annual Total $19,590 $1,240
5-Year TCO $24,750

NB-IoT Deployment (Cellular):

Cost Category Unit Cost Qty Year 1 Year 2-5 (annual)
Sensor nodes (NB-IoT module) $35 500 $17,500
SIM cards (embedded) $3 500 $1,500
Cellular data plan per device $1.50/mo 500 $9,000 $9,000
No gateway needed $0 $0
Application server (AWS IoT Core) $50/mo $600 $600
Battery replacement (20% per year – NB-IoT uses more power) $2 100/yr $200
Installation labor $2,000 1 $2,000
Annual Total $30,600 $9,800
5-Year TCO $69,800

Summary:

Metric LoRaWAN NB-IoT Difference
5-Year TCO $24,750 $69,800 LoRaWAN saves $45,050 (64%)
Cost per sensor per year $9.90 $27.96 LoRaWAN 2.8x cheaper
Breakeven LoRaWAN cheaper from Day 1
Coverage dependency Self-owned gateways Carrier coverage LoRaWAN works in dead zones
Battery life 8-10 years 3-5 years LoRaWAN 2x longer

When NB-IoT wins instead: If the farm already has excellent cellular coverage, only needs 20-50 devices (gateway cost dominates at small scale), requires higher data rates (images, audio), or needs carrier-grade SLAs with guaranteed uptime.

6.10 Decision Framework: LoRaWAN vs NB-IoT vs Sigfox

Decision Factor Choose LoRaWAN Choose NB-IoT Choose Sigfox
Data volume Small payloads, 0.3-50 kbps Larger payloads up to 250 kbps Tiny payloads (12 bytes up)
Deployment control Private network required (farm, campus, factory) Carrier network acceptable Public network acceptable
Coverage No cellular coverage in deployment area Good cellular infrastructure exists Sigfox network available in region
Bidirectional needs Moderate downlink (commands, OTA updates) Heavy downlink (firmware, configuration) Minimal downlink (4 messages/day max)
Device cost target $5-15 module budget $5-10 module (SIM adds $2-3) $2-5 module (cheapest)
Scale 500+ devices (gateway cost amortized) <100 devices (no gateway needed) Any scale (no infrastructure)
Latency Seconds acceptable Sub-second possible 30+ seconds typical
Regulation EU868: 1% duty cycle limits throughput No duty cycle limits (licensed spectrum) EU868: same duty cycle as LoRaWAN

Quick decision rule: If you own the infrastructure and need >200 devices, LoRaWAN almost always wins on TCO. If you need <50 devices in a city with good cellular, NB-IoT avoids gateway investment. If you only need simple uplink (asset tracking, leak detection) with no downlink, Sigfox is the simplest and cheapest option.

6.11 LoRaWAN vs Other LPWAN Technologies

Understanding how LoRaWAN compares to other LPWAN technologies helps you make informed architecture decisions.

LPWAN technology comparison diagram showing LoRaWAN with private or public deployment, Sigfox with public-only network, and NB-IoT running on carrier cellular infrastructure, comparing their range capabilities, data rates, message sizes, bidirectional support, battery life, and device costs

Feature LoRaWAN Sigfox NB-IoT
Deployment Private or public Public only Carrier network
Range 10-15 km rural 30-50 km Cellular coverage
Data rate 0.3-50 kbps 100 bps 20-250 kbps
Message size 51-242 bytes 12 bytes up, 8 down 1,600 bytes
Bidirectional Full Limited (4/day down) Full
Battery life 10+ years 10+ years 5-10 years
Cost per device $5-15 module $2-5 module $5-10 module

6.12 Common Pitfalls

Avoid These LoRaWAN Architecture Mistakes

1. Forgetting Duty Cycle Limits

In EU868, devices must not transmit more than 1% of the time on any channel. With SF12, a single 51-byte message takes ~2.8 seconds, limiting you to approximately 1 message every 5 minutes. Plan your data rates and message sizes accordingly.

2. Using ABP in Production Without Frame Counter Management

ABP devices use incrementing frame counters for security. If a device resets (battery change, firmware update), the counter resets to zero, and the network server rejects messages as replay attacks. Solution: Use OTAA, or implement persistent frame counter storage.

3. Underestimating Gateway Capacity

While a gateway can receive on all channels simultaneously, downlink capacity is limited. With 8 channels and 1% duty cycle per channel, you can only send ~50-100 downlinks per hour. Plan for uplink-heavy architectures.

4. Ignoring the Collision Rate at Scale

Pure ALOHA access means collisions are inevitable. At 10% channel utilization, expect ~20% packet loss from collisions alone. Keep utilization below 1% for reliable networks.

5. Wrong Device Class Selection

  • Don’t use Class C for battery devices (continuous RX drains batteries in days)
  • Don’t expect instant downlinks with Class A (wait until next uplink)
  • Class B adds complexity and power cost - only use when scheduled downlinks are essential

6.13 Learning Path

Recommended Reading Order
  1. Start with Network Topology to understand the overall architecture
  2. Then Device Classes to learn communication patterns
  3. Follow with Security for encryption and joining
  4. Complete with Link Budget and ADR for practical deployment planning

6.16 Knowledge Check

Test your understanding of LoRaWAN architecture fundamentals before diving into the detailed chapters.

6.17 Worked Example: Smart Agriculture Deployment

Scenario: A farmer wants to deploy 200 soil moisture sensors across a 500-hectare vineyard. The nearest power source is at the farmhouse, 3 km from the furthest fields.

Requirements Analysis:

Requirement Value Implication
Coverage area 500 ha (5 km²) Need 2-3 gateways for redundancy
Sensor count 200 sensors Well within single-gateway capacity
Update frequency Every 30 minutes Class A sufficient
Battery life target 5+ years Use SF7-9 when possible via ADR
Terrain Rolling hills with vine rows May need elevated gateway mounting

Architecture Decision:

┌─────────────────────────────────────────────────────────────┐
│                    Network Server (Cloud)                    │
│                  TheThingsNetwork / ChirpStack               │
└─────────────────────────┬───────────────────────────────────┘
                          │ HTTPS/MQTT
           ┌──────────────┼──────────────┐
           │              │              │
     ┌─────▼─────┐  ┌─────▼─────┐  ┌─────▼─────┐
     │ Gateway 1 │  │ Gateway 2 │  │ Gateway 3 │
     │ Farmhouse │  │ Water     │  │ East Hill │
     │ (mains)   │  │ Tower     │  │ Solar     │
     └─────┬─────┘  └─────┬─────┘  └─────┬─────┘
           │              │              │
           └──────────────┼──────────────┘
                          │ LoRa (868 MHz EU)
                  ┌───────┴───────┐
                  │ 200 Sensors   │
                  │ Class A       │
                  │ SF7-12 (ADR)  │
                  └───────────────┘

Key Design Choices:

  1. Three gateways for redundancy: Even if one gateway fails, sensors can reach others
  2. Gateway placement: Elevated positions (water tower at 15m, hills) for line-of-sight
  3. OTAA activation: More secure than ABP, keys rotate on each join
  4. ADR enabled: Network optimizes SF per sensor - closer sensors use SF7 (faster, less airtime), distant sensors use SF10-12 (longer range)
  5. 30-minute reporting: Avoids duty cycle limits while providing adequate monitoring

Expected Performance:

Metric Expected Value
Packet delivery rate 99.2% (with gateway redundancy)
Average latency 1-2 seconds
Battery life (AA batteries) 6-8 years at SF7, 3-4 years at SF12
Gateway capacity ~500 messages/hour each

Cost Estimate:

Item Unit Cost Quantity Total
Soil moisture sensor nodes $45 200 $9,000
Outdoor gateways $350 3 $1,050
Solar kit (1 gateway) $200 1 $200
Network server (TTN) Free - $0
Installation $2,000 1 $2,000
Total $12,250

This deployment demonstrates LoRaWAN’s strengths: wide coverage with minimal infrastructure, long battery life for unmaintained sensors, and low ongoing costs.

6.18 Summary

This chapter introduced the LoRaWAN architecture and served as a guide to the four detailed chapters that follow.

Key Takeaways
  1. Star-of-Stars Topology: LoRaWAN uses a two-tier star topology where end devices communicate with gateways, and gateways communicate with the network server. No mesh routing, no device-to-device coordination.

  2. Dumb Gateways, Smart Server: Gateways are transparent bridges that forward all received packets. ALL intelligence (deduplication, ADR, security, routing) resides in the network server.

  3. Separation of Concerns: The architecture separates the Network Server (networking), Join Server (security credentials), and Application Server (business logic) for modularity and security.

  4. Redundancy Through Overlap: Multiple gateways receiving the same message provides spatial diversity and reliability without requiring any coordination between gateways.

  5. Long Range + Low Power: The combination of LoRa chirp spread spectrum modulation and star topology enables 10-15 km range with 10+ year battery life.

Architecture Component Primary Function Key Characteristic
End Device Sense and transmit Simple, battery-powered, no routing
Gateway Bridge LoRa to IP Transparent forwarder, no processing
Network Server Central intelligence Deduplication, ADR, security, routing
Join Server Device authentication OTAA credentials, key derivation
Application Server Data processing Business logic, integrations

6.19 Knowledge Check

6.20 What’s Next?

Direction Chapter Description
Next LoRaWAN Network Topology Deep dive into the star-of-stars architecture and component responsibilities
Next LoRaWAN Device Classes Class A, B, and C communication patterns and power trade-offs
Next LoRaWAN Security and Joining OTAA vs ABP activation, dual-layer encryption model
Next LoRaWAN Link Budget and ADR Range calculations, spreading factor optimization, and ADR
Related LoRaWAN Overview Introduction to LoRa modulation fundamentals
Related LoRaWAN Topic Review Focused topic summaries for quick review