← New search

Other meanings of Wireless sensor network

COMPUTER NETWORKS

Wireless sensor network

A wireless sensor network is a network of spatially distributed autonomous sensors communicating wirelessly to monitor physical or environmental conditions. Small sensor nodes typically combine sensing, computation, radio communication, and a battery or other energy source; gateways relay measurements to storage, analysis, or control systems. Unlike conventional networks, these systems are often designed for unattended operation, constrained power, intermittent connectivity, and changing physical conditions.1

4
core node functions
sensing, processing, radio, power
802.15.4
common radio foundation
low-rate wireless personal-area networking
multi-hop
typical topology
nodes may relay one another’s data
1

Architecture and operation

A wireless sensor network turns local measurements into a coordinated view of a physical environment. A sensor node samples variables such as temperature, vibration, pressure, light, motion, or chemical concentration, then processes or compresses the readings before transmission. Nodes may communicate directly with a sink or use multi-hop routing, in which nearby nodes forward packets toward a gateway. The gateway commonly connects the sensor field to an IP network, database, or application. This arrangement can reduce transmission distance and extend battery life, but it makes routing and time synchronization distributed problems.1

Networks may be organized as stars, trees, meshes, or hybrids. Deployment can be planned, as in a factory, or ad hoc, as after a disaster. Sampling schedules, sleep cycles, local filtering, and data aggregation are central design choices because radio communication often consumes more energy than simple sensing or computation.2

2

Protocols and design constraints

Wireless sensor networks depend on lightweight protocols that accommodate unreliable links, limited memory, and scarce energy. The IEEE 802.15.4 standard provides a widely used low-rate, low-power radio and media-access foundation, while higher-layer systems can provide routing, addressing, and application services. 6LoWPAN adapts Internet Protocol version 6 to constrained IEEE 802.15.4 links by compressing headers and fragmenting packets when necessary.3

RPL, the IPv6 Routing Protocol for Low-Power and Lossy Networks, builds routes according to an objective function that can consider hop count, delay, reliability, or energy-related costs.4 Designers must balance coverage, connectivity, latency, throughput, localization accuracy, and network lifetime; improving one can worsen another. Security adds authentication, confidentiality, key management, secure updates, and protection against node capture or false readings.

3

Applications and limitations

Wireless sensor networks support environmental monitoring, agriculture, industrial control systems, building management, transportation, healthcare, and structural health monitoring. They can measure forest conditions, irrigation needs, machine vibration, bridge strain, occupancy, or air quality without installing extensive wired infrastructure. In many deployments, sensors do not replace a control system: they supply observations to a gateway, cloud service, or edge computing platform, where alerts and models are produced.

The same properties that make these networks useful impose hard limits. Batteries may be difficult or dangerous to replace; radio interference, obstacles, weather, and electromagnetic noise can create asymmetric or intermittent links. Sensor drift, calibration differences, clock errors, and missing packets complicate interpretation. A network that reports an unusually high value must distinguish a genuine event from hardware failure, malicious injection, or a changing communication path. Reliability therefore depends on redundancy, diagnostics, maintenance, and domain-specific validation rather than connectivity alone.1

4

Lesser-known aspects

Some of the most consequential work in wireless sensor networks occurs below the visible application layer. Data fusion lets several noisy observations produce a more useful estimate, while in-network processing can discard redundant readings before they consume radio energy. Localization may be inferred from received signal strength, time differences, anchors, or GPS, but all methods have environmental and energy costs.

Sensor networks also blur the boundary between measurement and actuation. A network may trigger ventilation, irrigation, or an industrial response, creating safety requirements closer to those of a control system than a passive logging installation. Researchers have explored energy harvesting from light, vibration, heat, and radio fields, but harvested power is variable and does not eliminate storage or scheduling challenges. Tiny operating systems, time synchronization, low-power listening, and over-the-air reprogramming are specialized subfields. These details explain why a network that works in a laboratory may fail when density, interference, weather, or maintenance conditions change.2

Glossary

Sensor node
A constrained device that senses one or more physical variables and usually performs local computation and wireless communication.
Sink
A collection point that receives measurements from sensor nodes and forwards them to an external application or network.
Multi-hop routing
Forwarding data through intermediate nodes rather than sending every packet directly to a gateway.
Data fusion
Combining measurements from multiple sensors or observations to improve interpretation, reduce redundancy, or estimate an unobserved condition.
6LoWPAN
A set of adaptation mechanisms that carries IPv6 packets over low-power, low-rate IEEE 802.15.4 networks.

Wireless sensor network is used here in the distributed sensing sense, not as a general synonym for every wireless network or Internet of Things deployment.