300 likes | 437 Vues
Opportunistic Flooding in Low-Duty-Cycle Wireless Sensor Networks with Unreliable Links. Shuo Guo, Yu Gu, Bo Jiang and Tian He University of Minnesota MobiCom09. Outline. Background Motivation Network Model and Assumption Main idea System Detail Evaluation Summary. Background.
E N D
Opportunistic Flooding in Low-Duty-Cycle Wireless Sensor Networks with Unreliable Links Shuo Guo, Yu Gu, Bo Jiang and Tian He University of Minnesota MobiCom09 Presenter: Jing He
Outline • Background • Motivation • Network Model and Assumption • Main idea • System Detail • Evaluation • Summary
Background Traffic Control Habit Monitoring Target Tracking Space Monitor Border Control Infrastructure health Monitoring • Why a low-duty-cycle WSN is needed? • Growing need for sustainable sensor networks • Slow progress on battery capacity sustainable sensor networks
Background • Sleep latency in low-duty-cycle wireless sensor networks … Sender t Receiver … t Active State Dormant State Low Duty Cycle => Long Network Lifetime
Motivation C B D C B D C D B A t A Active State Dormant State • Why is Flooding in low-duty-cycle WSNs different? • No longer consists of a number of broadcasts. • Instead, it consists a number of unicasts.
Network Model and Assumptions • Local synchronization of sensor nodes • Pre-determined working schedules shared with all neighbors. • Unreliable wireless links • The probability of a successful transmission depends on the link quality q • Flooding packets are only forwarded to a node with larger hop-count to avoid flooding loops
Design Goal B C A Two challenging issues • Redundant transmissions • Collisions Fast data dissemination: shorter flooding delay Less transmission redundancy: less energy cost
Tree-based Simple Solution • Energy-Optimal Tree • No redundant transmissions • Long flooding delay
Main Idea • Early Packets • Help reduce delay • SEND Decision Making • Late Packets • Redundant • DO NOT SEND for each neighbor • Early packets are forwarded to reduce delay • Late packets are not forwarded to reduce energy cost • Adding opportunistically early links into the energy-optimal routing tree
How to Determine Early Packets? Q1:When will B receive A’s packet? Q2:Is this time early enough? A B By the time Dp, the probability that B has received the packet is p B’s delay distribution p-quantile EPD < Dp, SEND EPD > Dp, DO NOT SEND t Dp Delay distribution that B receives packets from its parent! Early Packets’ EPD Late Packets’ EPD Flooding delay distribution (pmf) at node B Delay threshold Dp based on a threshold probability p Expected Packet Delay (EPD) : the packet delay when B receives A’s packet
How to Determine Early Packets? A B B’s delay distribution p-quantile t Dp Early Packets’ EPD Late Packets’ EPD Flooding delay distribution (pmf) at node B Delay threshold Dp based on a threshold probability p Expected Packet Delay (EPD) : the packet delay when B receives A’s packet 11
Delay Distribution Computation 0.9 0.8
How to Determine Early Packets? A √ B B’s delay distribution p-quantile t Dp Early Packets’ EPD Late Packets’ EPD Flooding delay distribution (pmf) at node B Delay threshold Dp based on a threshold probability p Expected Packet Delay (EPD) : the packet delay when B receives A’s packet 13
Expected Packet Delay Computation B’s working schedule EPD = 24 8 16 24 A’s second try to B A receives packet Active State A’s first try to B Dormant State A is expected to transmit twice! … t
How to Determine Early Packets? A √ B √ B’s delay distribution p-quantile t Dp Early Packets’ EPD Late Packets’ EPD Flooding delay distribution (pmf) at node B Delay threshold Dp based on a threshold probability p Expected Packet Delay (EPD) : the packet delay when B receives A’s packet 15
Final Decision Making Dp= 16 EPD= 24 For p = 0.8 Dp = 16< EPD = 24. A will not start the transmission to B!
How “early” an early packet should be? Delay Distribution p-quantile Dp t Late Packets’ EPD Early Packets’ EPD • Small p value: smaller Dp, fewer early packets, longer flooding delay, less energy cost => Energy-Sensitive • Large p value: larger Dp, more early packets, shorter flooding delay, more energy cost => Time-Sensitive
Decision Conflict Resolution B C A • The selection of flooding senders • Only a subset of neighbors are considered as a node’s flooding packet senders. • Flooding senders have a good enough link quality between each other. • Avoid hidden terminal problem
Decision Conflict Resolution • Link-quality based back-off scheme • Back off for a period of time when a node start to transmit • Better link quality, shorter backoff duration • Further avoids collision when two nodes can hear each other and make the same decision • Further saves energy since the node with the best link quality has the highest chance to send
Evaluation • Simulation Setup • Randomly generated network, 200~1000 nodes • Randomly generated working schedules • Duty cycle from 1%~20% • Test-bed Implementation • 30 MicaZ nodes form a 4-hop network • Randomly generated working schedules • Duty cycle from 1% to 5%
Evaluation • Baseline 1: optimal performance bounds • Delay optimal: collision-free pure flooding • Energy optimal: tree-based solution • Baseline 2: improved pure flooding • Two techniques are added to avoid collisions: • Link-quality based back-off scheme
Simulation Results Improved Pure Flooding Flooding delay vs. Duty Cycle
Simulation Results Improved Pure Flooding Improved Pure Flooding Opportunistic Flooding Flooding delay vs. Duty Cycle
Simulation Results Improved Pure Flooding Improved Pure Flooding Improved Pure Flooding Opportunistic Flooding Opportunistic Flooding Optimal Delay Bound Flooding delay vs. Duty Cycle
Simulation Results Improved Pure Flooding Energy Cost vs. Duty Cycle
Simulation Results Improved Pure Flooding 60% Opportunistic Flooding Energy Cost vs. Duty Cycle
Simulation Results Improved Pure Flooding 60% Opportunistic Flooding Optimal Energy Bound Energy Cost vs. Duty Cycle
Test-bed Performance Improved Pure Flooding Opportunistic Flooding 30% Flooding delay vs. Duty Cycle Energy Cost vs. Duty Cycle
Test-bed Performance Ratio of Opportunistically Early Packets Hop Count 2 Hop Count 4 Hop Count 1 Hop Count 3
Summary The flooding process in low-duty-cycle networks consists of a number of unicasts. This feature calls for a new solution Opportunistically early packets are forwarded outside the energy-optimal tree to reduce the flooding delay Late packets are not forwarded to reduce energy cost Evaluation reveals the proposed approaches both close to energy- and delay-optimal bounds