Which LoRaWAN activation method is generally recommended for production deployments?
B — OTAA (Over-The-Air Activation) — credentials negotiated at pairing
OTAA is the recommended method for production because the end device and the Network Server exchange a Join Request and Join Accept at start-up and derive the session keys dynamically; session keys can be rotated on a rejoin, and downlink security is stronger. A (ABP) hard-codes DevAddr, NwkSKey and AppSKey at manufacturing — it is simpler for lab testing but the session keys never change, which is a long-term vulnerability and prevents network migration. C (no activation) is impossible: LoRaWAN frames are always authenticated by AES-CMAC, so a device without keys cannot participate. D (WPA2) is a Wi-Fi security protocol completely unrelated to LoRaWAN, which uses AES-128 in CMAC/CTR modes instead.
If you absolutely must use ABP for legacy reasons, plan a frame-counter management strategy from day one — losing frame counters across a Network Server reboot is the most common reason an ABP fleet stops working.
- A.ABP (Activation By Personalization) — hard-coded credentials
- B.OTAA (Over-The-Air Activation) — credentials negotiated at pairing✓
- C.No activation at all
- D.WPA2
LoRaWAN bank in preparation
The full LoRaWAN bank isn't available yet. Drop your email to get notified at launch and grab an early-bird discount.
Join the waitlist →See the 9 other LoRaWAN practice questions
Related questions
- A LoRaWAN architecture comprises four entities: End Devices (LoRa sensors and actuators), Gateways (bidirectional radio relays), a Network Server (which centralises traffic and handles ADR and security) and an Application Server (which carries the business logic and exposes the data to end users).1. Architecture · LoRaWAN-Architektur
- Which frequency band is used by LoRaWAN in Europe?2. Frequencies · Regionen
- In Europe (EU868), the ETSI EN 300 220 regulation typically limits the duty cycle to 1 % per hour on the main sub-band, which caps the number of frames an end device can transmit (from a few dozen to more than two hundred per hour depending on the spreading factor).2. Frequencies · Duty Cycle
- Which LoRaWAN class offers the lowest latency for downlink messages (Network Server to end device) but also the highest energy consumption?3. Classes · Class A, B, C
- More than 90 % of LoRaWAN end devices in the field run in Class A: battery-powered sensors (water meters, GPS trackers, weather stations, level probes), periodic uplinks (every 10 minutes to 24 hours depending on the use case) and 5-10 years of autonomy on an AA or lithium cell.3. Classes · Class A typisch