1 / 12

Habitat Monitoring with Sensor Networks

한국기술교육대학교 컴퓨터 공학 김홍연. Habitat Monitoring with Sensor Networks. Contents. Abstracts. Network Architecture. Verification Network. Routing. Extensible Sensing System (ESS) & TinyDB . Duty cycling. CSMA & TDMA. Network health monitoring. Abstracts. Habitat utilization.

jemma
Download Presentation

Habitat Monitoring with Sensor Networks

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 한국기술교육대학교컴퓨터 공학 김홍연 Habitat Monitoring with Sensor Networks DKE

  2. Contents. • Abstracts. • Network Architecture. • Verification Network. • Routing. • Extensible Sensing System (ESS) & TinyDB. • Duty cycling. • CSMA & TDMA. • Network health monitoring.

  3. Abstracts. • Habitat utilization. • Climatic and behavioral variables being extrapolated from a few or even individual measurement sites. • Ranging in size from tens to potentially thousands of nodes. • Survey. • The components of a complete habitat-monitoring system. • Showing how they (sensor nodes) fit into a unified architecture. • Deriving our data and conclusions from several case studies.

  4. Network Architecture. • Figure 1. • System architecture for habitat monitoring. • The samples originate at the sensor nodes, which typically involve heterogeneous sensing capability, processing power, and storage. • They are typically deployed in dense patches, where each patch corresponds to a particular slice of the habitat of interest. • Sensor nodes are small battery-powered devices installed in the areas of interest. (MIPS + RAM)

  5. Verification network. • Scientific validity. • The data produced by the sensor network gains scientific validity through a process of verification and corroboration. • Verification networks. • If often consists of fewer but more-established sensing devices. • If needs to provide the data quickly, so scientists, as well as net-work administrators, can adjust the function of the sensor patch, eliminate faulty sensors, and perform maintenance. • If needs to exhibit failure modes independent of the sensor patch, a property often achieved automatically, as networks employ different sensing and networking technologies.

  6. Routing. • The routing service. • The routing service in habitat-monitoring networks delivers the queries to the sensor nodes and reports the data of interest. • Streaming and Triggered. • The service copes with poor-quality links, dynamic topology changes, and potentially arbitrary termini (sink) for data. • In many cases the actual deployment simplifies the general routing problem. • Communication pattern. • Triggered data requires low latency. • Streaming data provides opportunities for efficient use of band-width across multiple hops. • Query delivery addresses the problems of scalable, reliable dissemination.

  7. Query syntax. • Query syntax. • The query syntax has tremendous influence on routing design, defining how to name the data, how often to sample it, and what type of processing to apply to the data stream. • For example, • Extensible Sensing System (ESS). • ESS executes aggregate queries across multiple sensors, detects changes like rising edges, and triggers sampling based on event detection. • TinyDB. • TinyDB defines a SQL variant as the query language and an associated interpreter running on sensor nodes.

  8. Duty cycling. • Duty cycling. • Because habitat-monitoring applications operate for month or years at a time with limited-capacity batteries, • A node spends most of its time asleep, then periodically wakes up to sample, compute, and communicate. • Achieve the low duty-cycle operation.

  9. CSMA & TDMA - 1. • CSMA (Carrier-Sense Multiple Access). • If a node detects incoming energy on the channel, it stays awake to receive the packet. • Because the transmitter might repeatedly send its packet, the receiver must be awake during at least one transmission of the packet. • Low Power Listening (LPL). • The node’s duty cycle using LPL depends on the number of its neighbors, as well as the application and sensor sampling rate. • TDMA (Time-Division Multiple Access). • TDMA divides the channel into slots that are used by each transmitter to send data. • To achieve low duty cycles, nodes sleep when slots are not assigned.

  10. CSMA & TDMA – 2. • The downside of TDMA. • Downside is its complexity in multi-hop environments where it requires time synchronization, organization, schedule derivation, and other distributed tasks. • Combination of LPL and TDMA. • LPL may be used for in-frequent triggered communication. • TDMA may be used for periodically collecting data at specific sampling intervals. • LPL can intercept signaling traffic to achieve time synchronization to initialize a TDMA schedule.

  11. Network health monitoring. • Network health monitoring. • Because sensor nodes operate in exposed environments, they are affected by local environmental conditions. • The health data used within the network to perform self-maintenance. • The health monitoring system. • This system relies on explicit and implicit signals. • Explicit health signals come from sensors dedicated to health measurement and are designed into the system. • It can be collected just like any other sensor data. • Implicit health signals are computed from analysis of available sensor readings. • This analysis can range from a simple threshold to identifying outliers from a complex, multimodal regression.

  12. Sought-After Advances. • To reduce processing and bandwidth demand, • Individual nodes should be designed to sense changes and trigger subsequent processing both locally and in neighboring nodes. • Compression. • Compression within and aggregation between devices can reduce the volume of information being communicated.

More Related