LoRaWAN

LoRaWAN is a networking specification for the Internet of Things that trades bandwidth for extraordinary range and battery life. It is the media-access and network layer built on top of LoRa, a long-range radio modulation, and it is governed by the LoRa Alliance, an industry body that maintains the specification and runs certification. The LoRa Alliance describes LoRaWAN as “a Low Power, Wide Area (LPWA) networking specification designed to wirelessly connect battery operated ‘things’ to the internet.”

The standout property is range. Operating in unlicensed radio bands, LoRaWAN can “reach distances up to 15 km in rural areas,” far beyond what Wi-Fi, Bluetooth, or Zigbee can manage. That reach comes paired with extreme frugality: the Alliance says the design enables “10+ years of uninterrupted usage” on a single battery. The cost of these gains is throughput. LoRaWAN carries small, infrequent payloads at low data rates, which suits meters, environmental sensors, asset trackers, and agricultural monitors, but rules out anything resembling streaming.

The architecture is a “star-of-stars topology.” Battery-powered end devices broadcast their messages, and any gateway within range relays them onward to a central network server, which deduplicates and routes the data. Because end devices do not associate with a single gateway, the network is simple and resilient: a device just transmits, and whichever gateways hear it forward the message. The specification supports bidirectional communication and multicast, allowing servers to send commands or firmware updates down to fleets of devices.

Security is built in rather than bolted on. The Alliance describes “robust encryption protocols, advanced authentication mechanisms, and well-vetted algorithms,” with LoRaWAN using AES-based encryption keyed separately at the network and application layers, so the network operator routing the traffic cannot read the application payload.

LoRaWAN is positioned as “the leading open global standard for secure, carrier-grade IoT LPWAN connectivity,” and it has been approved by the ITU as an international standard. It completes a spectrum of IoT radio choices: where Zigbee builds dense short-range meshes inside a building, LoRaWAN spreads a thin, long-reach net across a city or farm, connecting devices that are too remote and too power-starved for any other option.

Sources

Last verified June 8, 2026