14.5.4 Zigbee
Zigbee is a low-power wireless personal area networking technology designed for sensing, monitoring, and control applications rather than high-throughput data exchange. First standardized in 2003 and built upon the physical and MAC layers of IEEE 802.15.4, Zigbee defines upper-layer networking, security, and application frameworks for low-data-rate digital radios operating with modest power consumption.
Unlike Bluetooth, which emphasizes device-centric connectivity, Zigbee is optimized for distributed sensor and control networks in which nodes are largely static and mobility is minimal. It is therefore particularly suited to home automation, industrial monitoring, and IoT deployments.
14.5.4.1 Physical Layer And Data Rates
Zigbee operates in three primary license-exempt bands:
- 2.4 GHz ISM band: 16 channels, spaced 5 MHz apart (2 MHz occupied bandwidth), up to 250 kbps per channel.
- 915 MHz band (North America): up to 40 kbps.
- 868 MHz band (Europe) up to 20 kbps.
The 2.4 GHz band uses Offset Quadrature Phase Shift Keying (OQPSK) with direct-sequence spread spectrum (DSSS), while the 868/915 MHz bands use BPSK modulation. Spread-spectrum coding improves interference tolerance and coexistence in shared ISM bands.
Typical transmit powers range from 0 to +20 dBm (1–100 mW). Line-of-sight range is typically 10–20 m indoors (depending on obstacles and construction materials), and 50–100 m outdoors. However, Zigbee networks can extend coverage through multi-hop routing.
14.5.4.2 Network Architecture And Topology
The Zigbee network layer supports three principal topologies:
- Star networks: All devices communicate through a central coordinator.
- Tree networks: Hierarchical routing structure.
- Mesh networks: Peer-to-peer multi-hop routing.
Every Zigbee network requires:
- Zigbee Coordinator (ZC): Each Zigbee network includes only one coordinator that forms and manages the network, acts as the trust center for security, stores network and key information, and may bridge to external networks.
- Zigbee Routers (ZR): ZRs forward traffic between nodes and extend network coverage.
- Zigbee End Devices (ZED): ZEDs communicate only with a parent node (ZC or ZR) and do not relay traffic. ZEDs are often battery-powered and spend much of their time in sleep mode, enabling long operational life with minimal memory requirements.
Medium access is based on CSMA/CA. A device senses the channel before transmitting to reduce collisions. In beacon-enabled modes, time-structured superframes may also be used.
14.5.4.3 Security
Zigbee employs 128-bit symmetric encryption (AES-based) at the network layer. The coordinator typically acts as the trust center, managing key distribution and authentication. Security is integral to the protocol stack, reflecting Zigbee’s use in home automation and industrial environments.
14.5.4.4 Applications
Zigbee is widely deployed in smart lighting and home automation systems, thermostats, door locks, and security sensors, industrial monitoring and control networks, utility metering and energy management, and healthcare monitoring devices.
Its modest data rate (≤ 250 kbps), low duty cycle, and mesh capability make it ideal for large networks of static, battery-powered devices transmitting small amounts of data intermittently.
14.5.4.5 Position Within The PAN Ecosystem
Within the broader PAN landscape, Zigbee occupies a different design space from Bluetooth and UWB. Bluetooth emphasizes device-centric connectivity and moderate data rates; UWB emphasizes precise ranging; Zigbee prioritizes low power consumption, scalable mesh networking, and long battery life for sensor and control applications.
While Zigbee provides low-power mesh networking for sensor and control applications, it relies on a proprietary application framework layered over IEEE 802.15.4. A more recent development—Thread—retains the same low-power radio foundation but adopts a fully IP-based architecture, enabling direct integration with modern Internet protocols and cloud services.
Back to reading