1 / 11

Energy Efficient Data Management in Sensor Networks

Energy Efficient Data Management in Sensor Networks. Sanjay K Madria Web and Wireless Computing Lab (W2C) Department of Computer Science, Missouri University of Science and Technology, Rolla, MO www.mst.edu/~csweddb. Introduction.

ramya
Télécharger la présentation

Energy Efficient Data Management in 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. Energy Efficient Data Management in Sensor Networks Sanjay K Madria Web and Wireless Computing Lab (W2C) Department of Computer Science, Missouri University of Science and Technology, Rolla, MO www.mst.edu/~csweddb

  2. Introduction • Energy challenges in WSN motivates to devise algorithms which require least energy to make the sensors network last longer. • Power consumption due to excessive wireless communication and computation, therefore, need to minimize both. • Example: Data Aggregation helps in minimizing the number of wireless transmissions in a multi hop communication scenario. • Counter Example: Secure data aggregation can drain energy saved by data aggregation and introduce delays and therefore, need better energy efficient solutions.

  3. OBJECTIVE • Adaptive watermarking-like techniques to provide confidentiality and integrity verification of high speed sensor data streams. • Tailored towards energy efficiency to enhance lifetime, minimal computational overhead to enhance availability, while simultaneously being adaptive in order to meet application demands on desired security and compression levels. • Homomorphic encryption and additive digital signature schemes (using public key cryptography) for providing confidentiality of sensor data during aggregation in WSNs • Algorithm to allow aggregate encrypted data in Wireless Sensor Networks and a digital signature scheme to preserve data integrity.

  4. Implementation on Two Platforms

  5. Energy Efficeint Compression for WSN: TinyPackNumeric - Temporal Locality

  6. TinyPack NumericMethods • TP-Initial • Static delta codes • Fast, efficient, good compression ratio • TP-Dynamic Frequencies • Huffman style delta codes over window • More processing and RAM, better compression • TP-Running Statistics • Approximate frequencies by data statistics • Similar compression, less RAM

  7. TinyPack Numeric Results (compared with two existing methods)

  8. TinyPack Numeric Results (compared with two existing methods)

  9. TinyPack XMLResults (compared with three existing methods) PAQ requires prohibitive amounts of memory and time and is included as a benchmark

  10. Decentralizing CompressionImplementation for Real Time Sensor Networks • Spatio-temporal correlation • Data can be approximated to increase correlation • Group sensors with similar data – Distinct grops • Choose a base signal • Transmit ratio signals (scalar multiple of base signal) • Ratio signals have high compressibility • Compressed Sensing

  11. Decentralizing CompressionImplementation for Real Time Sensor Networks • Decentralization • Define groups at sinks and cluster heads • Choose base signal with leader selection • Compression • Lossless • Compress ratio signals using TinyPack • Lossy • Set maximum tolerated error • Compress with TinyPack and run length encoding

More Related