1 / 23

Robust Topology Control for Indoor Wireless Sensor Networks

Robust Topology Control for Indoor Wireless Sensor Networks. Greg Hackmann, Octav Chipara , and Chenyang Lu SenSys 2009 S S lides from Greg Hackmann at Washington University in Saint Louis. Motivation. Goal: reducing transmission power while maintaining satisfactory link quality

savea
Télécharger la présentation

Robust Topology Control for Indoor Wireless 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. Robust Topology Control for Indoor Wireless Sensor Networks Greg Hackmann, OctavChipara, and ChenyangLu SenSys 2009 S Slides from Greg Hackmannat Washington University in Saint Louis

  2. Motivation • Goal: reducing transmission power while maintaining satisfactory link quality • But it’s challenging: • Links have irregular and probabilistic properties • Link quality can vary significantly over time • Human activity and multi-path effects in 
indoor networks

  3. Outline • Empirical study • Algorithm • Implementation and evaluation • Conclusion

  4. Existing Empirical Studies • Many studies explore link performance at a fixed transmission power [Srinivasan 2006], [Woo 2003], [Reijers 2004], [Zhou 2004], [Lai 2003] • [Son 2004] evaluates older Chipcon CC1000 radios • [Lin 2006] uses a indoor environment with line-of-sight • Our study considers 802.15.4-compliant CC2420 radios in an office environment

  5. Related Topology Control Schemes • Many schemes based on theoretical radio properties [Li 2001], [Li 2005], [Blough 2006], [Gao 2008] • Power Control with Blacklisting (PCBL) [Son 2004] • Collect extensive PRR (packet reception rate) data over all links at all power levels during bootstrapping phase • Statically reduce TX power on high-quality links • Blacklist low-quality links • Adaptive Transmission Power Control (ATPC) [Lin 2006] • Offline, compute correlation between RSSI/LQI and PRR • Online, model impact of TX power at sender on RSSI/LQI at receiver

  6. RSSI & LQI • RSSI (Received Signal Strength Indicator) • Remaining energy in the received signal • LQI (Link Quality Indicator) • CC2420 radio provides LQI following 802.15.4 standard • Can accurately reflect the packet error rate (PER) of a channel, if measured for 100 packets

  7. -15 dBm -25 dBm 0 dBm Advantages of Topology Control Testbed Topology

  8. ... but have modest performance @ -5 dBm Insight 1: Transmission power should be set on a per-link basis to improve link quality and save energy. 3 of 4 links fail @ -10 dBm ... Is Per-Link Topology Control Beneficial? Impact of TX power on PRR

  9. Low signal strength High contention Insight 2:Robust topology control algorithms must avoid increasing contention under heavy network load. What is the Impact of Transmission Power on Contention?

  10. Is Dynamic Power Adaptation Necessary? Link 110 -> 139

  11. Insight 3: Robust topology control algorithms must adapt their transmission power in order to maintain good link quality and save energy. Can Link Stability Be Predicted? Long-Term Link Stability

  12. Are Link Indicators Robust Indoors? • Two instantaneous metrics are often proposed as indicators of link reliability: • Received Signal Strength Indicator (RSSI) • Link Quality Indicator (LQI) • Can you pick an RSSI or LQI threshold that predicts whether a link has high PRR or not?

  13. RSSI threshold = -85 dBm, PRR threshold = 0.9 4% false positive rate 62% false negative rate RSSI threshold = -84 dBm, PRR threshold = 0.9 66% false positive rate 6% false negative rate Insight 4: Instantaneous LQI and RSSI are not robust estimators of link quality in all environments. Are Link Indicators Robust Indoors? Links 106 -> 129 and 104 -> 105

  14. Summary of Insights • Set transmission power on a per-link basis • Avoid increasing contention under heavy network load • Adapt transmission power online • LQI and RSSI are not robust estimators of link quality in all environments

  15. Adaptive and Robust Topology control (ART) ART: • Adjusts each link’s power individually • Detects and avoids contention at the sender • Tracks link qualities in a sliding window, adjusting transmission power at a per-packet granularity • Does not rely on LQI or RSSI as link quality estimators • Is simple and lightweight by design • 392 bytes of RAM, 1582 bytes of ROM, often zero network overhead

  16. ART Algorithm Outline Link quality falls below threshold INITIALIZING Packet window filling STEADY Link quality within threshold Packet window full Link quality above threshold Link quality goes back below threshold TRIAL Trying a lower power Link quality stays at/above threshold

  17. Avoiding Contention • Naïve policy: When link quality falls below threshold, then increase power level • But what if this makes things worse? • Remember, higher power → more contention • Initially increase power when link quality is too low, but remember how many failures were recorded in window • If # of failures is worse than last time, then flip direction and decrease power instead

  18. Implementation Details • Implemented using TinyOS 2.1 CVS on top of the MAC Layer Architecture [Klues 07] • Sits below routing layer -> has been tested with Collection Tree Protocol [Gnawali 2008] • Deployed on Jolley Hall testbed for three experiments: • Link-level • High contention • Data collection (not presented here)

  19. Link-Level Performance • Selected 29 links at random from 524 detected in empirical study • Transmitted packets round-robin over each link in batches of 100, cycled for 24 hours (15000 packets/link)

  20. Handling High Contention • Select 10 links at random from testbed • Send packets over all 10 links simultaneously as possible (batches of 200 packets for 30 min.) • Compare again against PCBL and max-power • Also run ART without “gradient” optimization to isolate its effect on PRR

  21. 40.0% more energyefficient than max-power 50.9% more energyefficient than max-power Handling High Contention Packet Reception Rate and Energy Efficiency

  22. Handling High Contention Distribution of PRR

  23. Conclusions • Our empirical study shows important new negative results: • RSSI and LQI are not always robust indicators of link quality indoors • Profiling links even for several hours is insufficient for identifying good links • Inherent assumptions of existing protocols! • ART is a new topology control algorithm which is robust in complex indoor environments • ART achieves better energy efficiency than max-power without bootstrapping or link starvation

More Related