1 / 18

Sensor Networks

Sensor Networks. Purnima Chandrasekaran April 27, 2000. Why Sensor Nets?. Civilian: Embed numerous distributed devices to monitor and interact with physical world: in work-spaces, hospitals, homes, vehicles, etc. Inventory monitoring in factories.

Télécharger la présentation

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. Sensor Networks Purnima Chandrasekaran April 27, 2000

  2. Why Sensor Nets? • Civilian: • Embed numerous distributed devices to monitor and interact with physical world: in work-spaces, hospitals, homes, vehicles, etc. • Inventory monitoring in factories. • Map disaster stricken areas and coordinate recovery plans. • Monitoring traffic conditions. • Military: • Stealthy monitoring of hostile / inhospitable terrain. • Detect presence of biological agents in a battlefield. • Perimeter surveillance SensorNets

  3. Overview • Sensors : • small wireless low-power unattended sensing devices with limited communication & computation capabilities. • SensorNets: • Large scale dynamically changing robust sensor colonies. • Coordinate amongst themselves to establish a communication network and achieve a larger sensing task. • Eg: Multiple sensors work together to find the speed, direction, size, etc. of an approaching vehicle. • As sensors are distributed, sensor network applications are designed using distributed algorithms. SensorNets

  4. Constraints • Energy • Very limited (May not be recharged :-) • Avoid communication over long distances. • Self-configuring • Sheer-number of sensors make individual configuration impossible. • Sensors must reorganize when additional sensors are added or when old sensors fail. • Fault-tolerant • Sensors fail due to inhospitable environments. • SensorNets should be tolerant of node failures. • Dynamic Environments • Dynamic operating conditions • Dynamic resource availability • Dynamic tasks • Unattended and untethered operation. SensorNets

  5. Comparison with Mobile Networks SensorNets

  6. Addressing Global Vs Local Naming and Binding Clustering To efficiently coordinate local interactions to achieve global goals Information Dissemination Directed Diffusion Negotiation based Aspects of SensorNet Design SensorNets

  7. Address-Free Architecture • Applications do not address a particular sensor: • What is the temperature at sensor #89768? • Where are nodes whose temperature recently exceeded 30º? • Nodes and data are described by attributes rather than addresses. • Addressing, routing, and naming are removed from network layer to application layer. • Addresses in Internet serve two purposes: Routing and Identity • In SensorNets • nodes are not individually identified/addressed • Message routing is Application specific • Addresses do not serve the same purpose as traditional networks. SensorNets

  8. Address-Free Architecture (contd.) • Global addresses require long addresses to address individual nodes • Amount of data communicated is small, but addressing overhead is high • Power limitations impose local communication (but, sensing task is distributed) • Locally unique identifiers require far fewer bits => Address Scalability • Locally unique identifiers - ephemeral, randomly selected, probabilistically unique identifier • Conflicts are resolved by generating a new identifier • Detection of identifier collision is application-specific & is achieved by detecting inconsistencies in data (eg. Missing sequence numbers) • Identifiers provide continuity among packets that make up a logical transaction SensorNets

  9. Clustering • Clustering allows local coordination to achieve global goals. • Scales well as the number of sensors increases • Improved Robustness • Efficient resource utilization • Clustering builds hierarchical parent-child relationships • Cluster-heads (parents) summarize the sensing information of children • To conserve power, they may be the only ones performing some tasks • Clustering Algorithm: • Initially, all sensors are at level 0. • Run a link level procedure to minimize transmission power, that still provides full network connectivity. • Each sensor follows the following algorithm: SensorNets

  10. Clustering Algorithm (contd.) • Send an advertisement with a hop count ‘h’. • Advertisements include hierarchical level, parent ID, remaining power • Wait for time ‘t’ proportional to ‘h’ • Receive other sensor advertisements during ‘t’ • After ‘t’ , start a promotion timer ‘p’ • ‘p’is inversely proportional to power left and advertisements received • At the end of ‘p’, sensor promotes itself to level 1. • Advertise itself as parent to level 0 sensors. • includes a list of sensors it heard from; only they accept this as parent • Symmetric connectivity between parent and child • This process repeats at level 1, 2,... => setting up the hierarchy SensorNets

  11. Example: Triangulation • Cluster heads independently run the following algorithm: • Each sensor determines its location and the general direction of target. • If all the neighboring cluster-heads fall on the same side w.r.t. the target, the cluster-head participates in triangulation. • A and B participate, while X excludes itself. SensorNets

  12. Example 2: Adaptive Fidelity • To get a better picture, turn on more sensors. • Nodes adjust their coverage, sampling rate, communication frequency based on neighbor density, power levels, and reports from direct neighbors, etc. SensorNets

  13. Negotiation Based Protocolsfor Information Dissemination • If x is the meta-data for data X, then sizeof(x) < sizeof(X) • If data are distinguishable => meta-data should also be distinguishable • Overcome implosion, overlap and resource blindness deficiencies of classic flooding • By negotiation & resource-adaptation • Two classes of SPIN protocols- • SPIN-PP for point-to-point networks • SPIN-BC for broadcast networks • Sensor Protocols for Information via Negotiation (SPIN) • used to disseminate information in a sensor network • Data is named & negotiated using high-level descriptors - meta data • Data is also routed in application controlled & application specific ways based on data layout and state of resources at sensors • Format of meta-data is application specific SensorNets

  14. SPIN (contd.) • Messages for communication in SPIN: • ADV new data advertisement • REQ request for data • DATA data message • ADV & REQ contain only meta-data SensorNets

  15. SPIN - PP • SPIN-PP is a simple protocol • Nodes know only about 1-hop neighbors • Doesn’t involve much computation to make decisions • Changes in network topology have to travel only 1-hop • Can run in an unconfigured network with a small startup to determine 1-hop neighbors • SPIN-EC is SPIN-PP optimized for energy conservation SensorNets

  16. SPIN - BC • Improvement over SPIN-PP as it uses 1-to-many communication • Effective resource conservation by broadcast-message suppression • Nodes set a timer on receiving an ADV and send a REQ only if no other REQ is overheard for the same data. • SPIN-RL reliable version of SPIN-BC • Each node keeps track of every advertisement & re-requests if data is not received within some period of time • Re-requests a randomly picked destination from the list of neighbors that advertised the piece of data SensorNets

  17. Conclusions • Sensor Networks is a very recent technology with lots of research being carried out. • Several approaches to solving the various issues have been proposed and simulations done to study their effectiveness. • Every approach has many advantages and disadvantages and may/ many not be suitable for a particular implementation of Sensor network. SensorNets

  18. References • Jeremy Elson, Deborah Estrin, “An Address-Free Architecture for Dynamic Sensor Networks,” Under submission to SIGCOMM 2000. • Joanna Kulik, W Heinzelman, Hari Balakrishnan, “Negotiation-based Protocols for Disseminating Information in Wireless Sensor Networks,” ACM Mobicom’99. • Deborah Estrin, Ramesh Govindan, John Heidemann, Satish Kumar,“Next Century Challenges: Scalable Coordination in Sensor Networks,” ACM Mobicom’99. • William Adjie-Winoto, Elliot Schwatz, Hari Balakrishnan, “The design and implementation of an intentional naming system,” ACM SOSP ‘99. SensorNets

More Related