4.4 Zigbee Network Security Models

To satisfy a wide range of applications while maintaining low cost and power, Zigbee offers two network architectures and corresponding security models: distributed and centralized.

They differ in how they admit new devices into the network. The security model controls how a network key is distributed; and may control how network frame counters are initialized. The security model does not affect how messages are secured.

  1. Distributed Security Model:
    1. Provides a less-secured and simpler system
    2. It has two device types
      1. Routers
      2. End Devices
    3. Here, a router can form a distributed security network, when it can’t find any existing network.

    4. Each router in the network can issue network keys. As more routers and devices join the network, the router will share the network keys to the device joining the network.

    5. To participate in distributed security networks, all router and end devices must be pre-configured with a link key that is used to encrypt the network key when passing it from a router parent to a newly joined node.

    6. All the devices in the network encrypt messages with the same network key.

  2. Centralized security model :
    1. Provides higher security and is also more complicated.
    2. It includes a third device type, the Trust Center (TC), which is usually also the network coordinator.
    3. The Trust Center forms a centralized network, configures and authenticates routers and end devices to join a network.
    4. The TC establishes a unique TC Link Key for each device on the network as they join and link keys for each pair of devices as requested.
    5. The TC also determines the network key.
    6. To participate in a centralized security network model, all entities must be pre-configured with a link key that is used to encrypt the network key when passing it from the TC to a newly joined entity. Only TC can share the network key with the newly joining device.

All non coordinator ZigBee nodes must be able to join a network supporting either model and adapt to the security conditions of the network they are joining.

Figure 4-13. Zigbee Security Model

Key Exchange Process: Centralised Network

The following diagram shows how a device is allowed to join Zigbee 3.0 network via the key exchange process in a centralized security model based network :

  • The joiner device begins the join procedure by transmitting an unsecured beacon request frame (depending on whether the scan is an active or passive scan)

  • It receives beacons from nearby routers and the NWK layer primitives parameter i.e. NetworkList will indicate all of the nearby PANs.

  • The joiner device shall decide which PAN to join and shall issue an association request command to the router

  • Upon receipt of an association request command, the router shall issue an association response command to be sent to the joiner.

  • If the router is the Trust Center, it shall begin the authorization procedure by simply operating as a Trust Center. If the router is not the Trust Center, it shall begin the authorization procedure immediately by issuing an update device command request to the Trust Center.

  • The Trust Center role in the authorization procedure shall be activated upon receipt of an incoming update-device command. It shall determine whether or not to allow the device onto the network. This decision will be based on its own security policies. If it decides to allow the device onto the network, it shall send the device the active network key.

  • Once the network-level security is set-up , application-level security needs be setup for more secure communication, which is mandated in Zigbee 3.0 and will be used for all ongoing APS-layer communication.

Figure 4-14. Centralized Network

Key Exchange Process: Distributed Network

The following diagram illustrates how a device is allowed to join Zigbee 3.0 network in a distributed security model based network.

  • The joiner device begins the join procedure by transmitting an unsecured beacon request frame (depending on whether the scan is an active or passive scan)

  • It receives beacons from nearby routers and the NWK layer primitives parameter i.e. NetworkList will indicate all of the nearby PANs.

  • The joiner device shall decide which PAN to join and shall issue an association request or rejoin request command to the router

  • Upon receipt of an association request command, the router shall issue an association response command to be sent to the joiner.

  • The router itself shall begin the authorization procedure. It shall determine whether or not to allow the device onto the network. This decision will be based on its own security policies. If it decides to allow the device onto the network, it shall send the device the active network key.

  • Once the network-level security is set-up , application-level security needs be setup for more secure communication, which is mandated in Zigbee 3.0 and will be used for all ongoing APS-layer communication.

Figure 4-15. Distributed Network

For more details regarding the network security models, please refer to, the Security section of the base device behaviour specification from Zigbee Alliance Link to Base Device Behaviour Specification by Zigbee Alliance

Example Logs

Let us realize the concept of centralized network with the help of Combined Interface device (Zigbee Coordinator) and Thermostat(Zigbee router). Once the coordinator is powered-on, it forms a centralized network. The router which is powered on later, will join the already existing network. Now, the router is capable of supporting other new end devices to join the network via association process etc.

Shows the console output from a Combined Interface Application which is a Zigbee coordinator device type and a Thermostat application which is a Zigbee router device type.

The ZLO lights has the capability of forming its own network, though they are routers. If Extended Lights(Zigbee router) was powered-on earlier to the coordinator, it wouldn't be able to find any network to join. In the absence, it will create a distributed network. Any end device/router shall be able to join the network via appropriate authentication process.

Shows the console output from a Extended Light Application (Zigbee router) establishes a Distributed Network. A Color Scene controller (Zigbee end device) joins the network :