energy-efficient forwarding strategies for geographic routing in lossy wireless sensor networks

38
ENERGY-EFFICIENT FORWARDING STRATEGIES ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS SENSOR NETWORKS Presented by Prasad D. Karnik

Upload: hakeem-garrett

Post on 31-Dec-2015

34 views

Category:

Documents


0 download

DESCRIPTION

ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS. Presented by Prasad D. Karnik. Introduction. Geographic Routing protocols are efficient in wireless networks: Nodes need to know location of direct neighbors (min state stored). - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

ENERGY-EFFICIENT FORWARDING ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in STRATEGIES FOR GEOGRAPHIC ROUTING in

LOSSY WIRELESS SENSOR NETWORKSLOSSY WIRELESS SENSOR NETWORKS

Presented by

Prasad D. Karnik

Page 2: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

IntroductionIntroduction

• Geographic Routing protocols are efficient in wireless networks:– Nodes need to know location of direct neighbors (min state stored).

– State propagation not required beyond a singe hop (conserve energy and bandwidth).

• Greedy mechanism is main component of Geographic Routing.• Greedy Algorithm can be efficient under following conditions :

– Sufficient network density

– Accurate localization.

– High link reliability.

(Link reliability is unlikely in realistic deployments).

Page 3: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

Weak-Link problemWeak-Link problem

• At each step in greedy mechanism, packet is forwarded to the neighbor closest to the destination.

• This node may have poor linkage with the current node .

• Such linkage is called weak-link and would result in high rate of packet drop.

Page 4: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

Purpose of the PaperPurpose of the Paper

• To identify and illustrate the most energy-efficient black-listing strategy.

• To study the energy and reliability trade-offs in depth, both analytically and through simulations, under a realistic packet loss model.

Page 5: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

Prior Work Prior Work Considerations/ObservationsConsiderations/Observations

• All geographic routing protocols designed assuming ideal channels.

• No prior study of schemes for lossy networks.

• Research based on idealized assumptions,– Circular radio range– Perfect coverage within that range.

• Observations– Packet reception over distance is non-uniform– The coverage area of radio is neither circular nor convex.

Page 6: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

DefinitionsDefinitions

• Delivery Rate (r) : % of packets sent by source and reached the sink

• Total no. of Transmissions (t) : total no. pf packets sent by the network to attain the delivery rate.

• Energy Efficiency (Eeff) : no. of packets delivered to the sink for each unit energy.

Page 7: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

AssumptionsAssumptions

• Node know the location and the link’s Packet Reception Rate (PRR) of their neighbors.

• Nodes are randomly distributed.

Page 8: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

LimitationLimitation

• Models do not consider– means of energy savings such as sleep/awake cycles, transmission power

control.– Sources of energy consumption like processing and sensing.– Network disconnections (problem in low-density scenarios).

Page 9: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

Design of forwarding strategiesDesign of forwarding strategies

• Distance based forwarding :- nodes need to know the distance to their neighbors.

• Reception based forwarding :- need to know the PRR of the neighbor along with the distance.

Page 10: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

Distance based forwardingDistance based forwarding

• Original Greedy : – each node forwards to the neighbor closest to the destination

• Distance-based blacklisting : – each node blacklists nodes above a certain distance.– Packet is forwarded to the node closest to destination from the remaining

neighbors.

Page 11: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

Reception-based ForwardingReception-based Forwarding

• Absolute Reception based Blacklisting :– Each node blacklists nodes that have reception rate below certain level.

• Relative Reception-based Blacklisting :– Each node blacklists node that are closer to the destination and have a

reception rate below certain threshold.

– Then the node forwards the packet to the node closest to the destination from the remaining set.

• Best Reception Neighbor : – Node forwards to the node having highest reception rate amongst the

nodes closer to the destination

Page 12: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

Reception-based ForwardingReception-based Forwarding

• Best PRR*distance :– For each neighbor closer to destination , the product of reception rate and

distance improvement is computed and the neighbor with highest value is chosen.

Distance improvement reflects how much the packet gets closer to the destination and is calculated as :

1 – d(nbr,dst) / d(node,dst)

D(nbr,dst) = distance between neighbor and destination

D(node,dst) = distance between node and destination.

Page 13: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

SimulationSimulation

• Random static networks size ranging from 100-1000 nodes having same radio range.

• Radio range is 40 ft.• Network density

– Small density ( 8 neighbors / range )– Moderate density ( 26 neighbors/range)– Very high density ( 100-200 neighbors/range)

• Node considered as neighbor if at least 1% reception rate.• 100 packets are transmitted from random source to random destination.• Results computed over an average of 100 results.• If packet is dropped response depends upon whether ARQ (Automatic

Retransmission Request) is used or not.– If ARQ used, packet is retransmitted until packet is delivered or a max count is

reached.– If ARQ not used, packet is lost.

Page 14: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

SimulationSimulation

• Performance criterion– Delivery rate– Total no. of transmissions– Energy efficiency

Page 15: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

Simulation ResultsSimulation Results

• Blacklisting Strategies:• 1000 nodes , ARQ = 10.

• Distance-based: – Delivery rate is low at low thresholds (low reception rate links cant guarantee

packet delivery).– High threshold, delivery rate decreases (greedy disconnections when all nodes

closer to destination are blacklisted).– Lower density, high possibility of greedy disconnections, optimum threshold

moves left.– Eeff decreases at high threshold, coz of multiple hops before being dropped by

greedy disconnection.

Page 16: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS
Page 17: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

Results (contd.)Results (contd.)

• Reception Based blacklisting:

• Absolute Reception-based :– very high densities, higher thresholds increase the delivery rate (possibility of

disconnections is low)– Lower densities, greedy disconnections cause delivery rate dropping low at low

threshold

Page 18: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS
Page 19: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

Results (contd.)Results (contd.)

• Relative Reception-based blacklisting– All densities, higher thresholds improve delivery rate ( no risk of greedy

disconnections).– Eeff improves (reduced retransmission overhead).

• Threshold values are not comparable (different no. of

neighbors, different neighbor distances).

Page 20: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS
Page 21: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

Comparison (contd.)Comparison (contd.)

• Delivery rate low at lower densities ( greedy failures ).

• Best Reception and PRR*distance have highest delivery rate (avoid greedy disconnections).

• PRR * distance and Absolute Reception-based are most energy efficient.

Page 22: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

Comparison (contd.)Comparison (contd.)

• Results for different distance ranges

– Delivery rate depends on traffic pattern and distance between expected source and destinations

– Study conducted by categorizing source-destination pairs.– Eeff and delivery rate studied at different distance ranges.– Fixed density of 26 neighbors/range.

Page 23: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

Comparison of Forwarding Comparison of Forwarding StrategiesStrategies

• 1000 nodes , 10 retransmissions

• Use optimum energy efficient threshold at each density (obtained from previous results)

Page 24: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS
Page 25: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

Comparison (contd.)Comparison (contd.)

• Delivery rate depends on traffic pattern and distance between expected source and destinations

• Study conducted by categorizing source-destination pairs.

• Eeff and delivery rate studied at different distance ranges.

• Fixed density of 26 neighbors/range.

Page 26: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS
Page 27: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

ResultsResults

• PRR * distance, a very effective strategy– Close to highest for delivery rate and highest for Eeff.– Slightly lower than absolute reception for small number of hops if the destination

has good reception but not highest PRR * distance value.– No density dependent

• Best Reception– High delivery rate but Eeff lower due to distance-hop tradeoff.

• Absolute reception– High Eeff (no overheads on links with low reception).– Delivery rate lower ( greedy disconnections).

Page 28: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

Effects of ARQ and Network sizeEffects of ARQ and Network size

• Comparing ARQ with 10 retransmissions, infinite transmissions and no ARQ– ARQ important for larger networks ( without ARQ, the probability of

delivering a packet over more hops decreases faster than using ARQ).

• Density = 26 neighbors/range

• Greedy method:– Delivery rate increases by using more transmissions (since neighbor has 1%

reception rate). Infinite transmissions achieve perfect delivery.– Energy efficiency degrades with more retransmissions ( extra overhead from

retransmitting on bad links)

• PRR * distance– Energy efficiency of 10 retransmissions is highest (limited overhead).– High delivery rate ( not perfect as infinite retransmissions).

Page 29: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS
Page 30: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS
Page 31: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

ConclusionConclusion

• Greedy method result in poor packet delivery rate.

• Reception based forwarding strategies are more efficient than distance-based strategies

• PRR * distance proved to be a very effective metric for making geographic forwarding decisions, particularly when ARQ is employed.

Page 32: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

Future WorkFuture Work

• Extend the model for the study of face routing in lossy networks.

• Extend the scope of study considering– the problem of inaccurate locations– Scenarios where link losses vary with time.

• Explore the usage of power control in geographic routing.

Page 33: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS

•Mathematical Model

Page 34: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS
Page 35: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS
Page 36: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS
Page 37: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS
Page 38: ENERGY-EFFICIENT FORWARDING STRATEGIES FOR GEOGRAPHIC ROUTING in LOSSY WIRELESS SENSOR NETWORKS