Thread (networking protocol)
By Thread Group
4 radio standard, designed to connect smart-home and IoT devices without requiring a central hub to relay every message. Because each device on a Thread network gets its own IPv6 address, it can communicate directly with other devices on…
Definition
Thread is a low-power, IPv6-native wireless mesh networking protocol built on the IEEE 802.15.4 radio standard, designed to connect smart-home and IoT devices without requiring a central hub to relay every message. Because each device on a Thread network gets its own IPv6 address, it can communicate directly with other devices on the mesh or with the broader internet through a border router, and it is one of the underlying network layers used by the Matter smart-home standard.
Overview
Thread was developed to give low-power smart-home devices proper internet-protocol networking without sacrificing the battery efficiency and self-healing mesh coverage that earlier standards like Zigbee already provided, since many older low-power mesh protocols used proprietary networking layers that required a translating hub or bridge to reach the internet or interoperate with IP-based systems. Thread's designers wanted mesh devices to be first-class citizens on an IP network rather than isolated behind a gateway. Mechanically, Thread runs 6LoWPAN, a technique for carrying IPv6 packets efficiently over low-power, low-bandwidth radios, on top of the same IEEE 802.15.4 physical layer that Zigbee also uses. Every Thread device is assigned its own IPv6 address, and the network is self-healing: if one relaying device fails or moves out of range, messages automatically reroute through other nodes in the mesh without manual reconfiguration. A Thread network connects to the wider internet through a border router, a device that translates between the Thread mesh and the home's regular IP network, and unlike some mesh protocols, Thread has no single required central coordinator, which improves resilience if one device drops offline. Thread sits alongside Zigbee as a low-power 802.15.4-based mesh option but diverges by being natively IP-based rather than layering a proprietary networking scheme on the same radio hardware, which is what makes it a natural fit for Matter, a standard explicitly designed around IP networking. Thread itself, however, only defines the networking layer; it relies on an application layer like Matter to define what commands and data actually mean once delivered. In practice, Thread border routers are increasingly built into smart speakers, hubs, and routers from major smart-home platform vendors, and Thread-capable sensors, locks, and bulbs use it as their transport when the ecosystem supports Matter-over-Thread. End users rarely interact with Thread directly; it typically operates invisibly underneath a Matter-based setup experience. The main limitation is that Thread requires at least one border router present on the network to bridge the mesh to the internet, and coverage still benefits from having enough always-powered Thread devices distributed through a home to form a robust mesh, similar to Zigbee's reliance on powered router nodes. Thread adoption is also tied closely to Matter's own rollout pace, since without a widely supported application layer on top, Thread's IP-native networking advantage has limited standalone consumer value. As Matter-over-Thread device selection grows, this dependency is expected to matter less, but today it still shapes which devices a household can practically deploy on a Thread mesh.
Specification
- Assigns every device its own native IPv6 address on the mesh
- Runs 6LoWPAN over the same IEEE 802.15.4 radio layer as Zigbee
- Self-heals by automatically rerouting around failed or offline nodes
- Has no single required central coordinator, improving resilience
- Connects to the internet through a dedicated border router device
- Serves as one of the standard network transports underneath Matter
- Defines only the networking layer, relying on Matter for application logic
- Increasingly built into smart speakers, hubs, and routers
Use Cases
Alternatives
Frequently Asked Questions
From the Blog
Networking Basics for Developers
Learn the networking essentials every developer needs: IP addresses, ports, DNS, TCP, and HTTP, so you can debug connections and build reliable, robust apps.
Read More Career GrowthNetworking for Developers Who Hate Networking
Hate networking? Build real professional relationships without small talk by helping others, sharing your work, and staying in touch in introvert-friendly ways.
Read More Career GrowthNetworking Tips for Introverted Tech Professionals
Introverts can network effectively by playing to their strengths: deep one-on-one conversations, written outreach, and small-group settings over noisy events.
Read More Cloud & CybersecurityThe OSI Model Explained: 7 Layers of Networking
The OSI model is a seven-layer framework that describes how data travels from one device to another across a network, from physical cables up to the applications users interact with. This guide walks through each layer with concrete examples.
Read More