Which LoRaWAN class offers the lowest latency for downlink messages (Network Server to end device) but also the highest energy consumption?
C — Class C
Class C devices keep their receiver permanently open (RX2 window always active), which gives near-instant downlink latency but draws roughly 10–50 mA continuously depending on the silicon and therefore requires mains power. A (Class A) is the lowest-power class but only opens two short RX windows after each uplink, so downlink is only possible right after the device transmits — battery life is typically 5-10 years but downlink latency can equal the uplink period. B (Class B) is a compromise: synchronised ping slots open periodically (typically every 1 s to 128 s) thanks to a beacon, giving medium latency at the cost of 1-2 year battery life. D (Class D) does not exist in the LoRaWAN specification.
Reserve Class C for mains-powered actuators (street-lighting controllers, EV-charging gateways) and never quote a Class C battery lifetime to a customer — continuous listening alone will flatten a typical battery in a few weeks.
- A.Class A
- B.Class B
- C.Class C✓
- D.Class D
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
- 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
- Which LoRaWAN activation method is generally recommended for production deployments?4. Activation · OTAA vs ABP