Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
ISO/IEC 29182-6 focuses on the application layer of the Sensor Network Reference Architecture, providing guidance on how sensor network capabilities are exposed to and consumed by applications. Unlike traditional communication networks where the application is a separate concern, sensor networks are inherently application-driven — the network’s purpose, topology, and operational parameters are strongly influenced by the application domain. Part 6 provides a framework for mapping domain requirements to SNRA capabilities.
The standard identifies several application domains that benefit from the SNRA: environmental monitoring, industrial automation, smart agriculture, healthcare, smart buildings, transportation, and defence. For each domain, Part 6 provides guidance on typical deployment patterns, data characteristics, and quality-of-service requirements. This domain-specific guidance helps architects select the appropriate configurations from the generic SNRA framework.
Part 6 defines three fundamental interaction patterns between applications and sensor networks. The “Pull Pattern” involves the application querying the sensor network for specific data, suitable for on-demand monitoring. The “Push Pattern” involves the sensor network proactively sending data to the application, appropriate for continuous monitoring and event detection. The “Hybrid Pattern” combines both, with scheduled push for routine data and on-demand pull for detailed investigations.
| Interaction Pattern | Data Flow | Latency Requirement | Typical Applications |
|---|---|---|---|
| Pull (Polling) | Application → Network → Application | Seconds to minutes | Historical data analysis, compliance reporting, manual inspection |
| Push (Event-Driven) | Network → Application | Milliseconds to seconds | Alarm detection, real-time monitoring, threshold alerts |
| Hybrid (Scheduled + On-Demand) | Bidirectional | Variable | Predictive maintenance, smart agriculture, building management |
| Streaming (Continuous) | Network → Application | Sub-milliseconds to milliseconds | Industrial process control, audio/video monitoring, vibration analysis |
For environmental monitoring, the standard recommends low-power wide-area network (LPWAN) technologies combined with a push pattern for periodic data upload and a pull pattern for configuration changes. Smart agriculture applications benefit from the hybrid pattern, with soil moisture sensors pushing data every hour and the application pulling high-resolution weather forecasts on demand. Industrial automation demands the streaming pattern with strict real-time guarantees, often implemented over Time-Sensitive Networking (TSN) or industrial Ethernet.
The standard also covers application-level security, privacy, and data sovereignty. Healthcare applications must comply with patient data protection regulations, requiring fine-grained access control and audit trails. Smart building applications may need to separate public data (temperature, humidity) from private data (occupancy patterns, personal preferences). Part 6 provides a data classification framework that maps application data types to security and privacy controls.