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).
True
End Devices are battery-powered IoT nodes such as temperature sensors, GPS asset trackers or water meters, which transmit toward the gateways over LoRa. Gateways are radio receivers that backhaul received packets to the Network Server over Ethernet, Wi-Fi or cellular. The Network Server performs multi-gateway deduplication, manages Adaptive Data Rate (ADR) and owns the network session keys (FNwkSIntKey and others in 1.1). The Application Server decodes the application payload and exposes the data through APIs such as HTTP or MQTT. In practice the Network Server and Application Server are frequently co-located in the same software stack (ChirpStack, TTN Stack, etc.).
Remember that only the Network Server sees frame headers and MAC commands; the Application Server alone holds AppSKey and therefore alone can decrypt the user payload — this split is the foundation of LoRaWAN's privacy-by-design model.
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
- 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
- Which LoRaWAN activation method is generally recommended for production deployments?4. Activation · OTAA vs ABP