36
COMMUNICATING VIA FIREFLIES: GEOGRAPHIC ROUTING ON DUTY-CYCLED SENSORS S. NATH, P. B. GIBBONS IPSN 2007

Model

  • Upload
    idalee

  • View
    37

  • Download
    0

Embed Size (px)

DESCRIPTION

COMMUNICATING VIA FIREFLIES: GEOGRAPHIC ROUTING ON DUTY-CYCLED SENSORS S. NATH, P. B. GIBBONS IPSN 2007. Model. A sensor network. Time is divided into discrete epochs. At each epoch, each node decides to sleep or wake up according to some decentralized sleep scheduling protocol. - PowerPoint PPT Presentation

Citation preview

Page 1: Model

COMMUNICATING VIA FIREFLIES: GEOGRAPHIC

ROUTING ON DUTY-CYCLED SENSORS

S. NATH, P. B. GIBBONS IPSN 2007

Page 2: Model

Model

• A sensor network.• Time is divided into discrete epochs.• At each epoch, each node decides to

sleep or wake up according to some decentralized sleep scheduling protocol.

• Only awake nodes can sense, process and communicate.

• A node can communicate only with its awake neighbors.

Page 3: Model

Assumptions

• Each node knows its geographic location.

• Nodes are loosely time synchronized.• The deployment of sensor nodes is

dense.

Page 4: Model

Problem

• Designing a sleep scheduling algorithm for sensor nodes which ensures good routing performance.

• Analyzing the expected increase in routing latency as the number of awake nodes decreases.

Page 5: Model

Motivation

• Why Sleep Scheduling ?– To reduce energy consumption.– And thus increase network lifetime.

• An inefficient sleep scheduling algorithm can result in disconnected networks and increase routing load 10 times.

Page 6: Model

Related Work

• Routing– Greedy– For obstacles:

• Face • Hull

• Opportunistic Routing– For link failures.– For duty-cycled networks.

Page 7: Model

Sleep Scheduling

Point/Spatial Coverage Node/Network Coverage

Page 8: Model

Sleep Scheduling

Point/Spatial Coverage Node/Network Coverage

Page 9: Model

Geographic Routing

• All nodes awake.

Page 10: Model

Geographic Routing

• All nodes awake.

Page 11: Model

Geographic Routing

• All nodes awake.

Page 12: Model

Geographic Routing

• All nodes awake.

Page 13: Model

Geographic Routing

• When some nodes are sleeping

Page 14: Model

Geographic Routing

• When some nodes are sleeping

Page 15: Model

Geographic Routing

• When some nodes are sleeping

Page 16: Model

Geographic Routing

• When some nodes are sleeping

Forward message to best awake neighbor even if the message is going in wrong direction.

Page 17: Model

Geographic Routing

• When some nodes are sleeping

Forward message to best awake neighbor even if the message is going in wrong direction.

Page 18: Model

Connected K-Neighborhood (CKN)

• The aim of the sleep scheduling algorithm is to ensure that:– Each node (sleeping or awake) has at least

k (given) awake neighbors at all epochs.– All the awake neighbors form a connected

network.– The number of awake nodes in each epoch

is minimized.– In each epoch, a different set of nodes are

awake.

Page 19: Model

Connected K-Neighborhood (CKN)

• Formulated the problem as an optimization problem

• Proved that it is NP-complete.• Gave an approximate algorithm that is

within logarithmic factor of optimal.• The algorithm is distributed with low

communication, computation and memory costs.

Page 20: Model

Algorithm

Page 21: Model

Algorithm

These ranks are assigned so that neighbors can coordinate among themselves to decide which nodes will go to sleep.

These ranks are assigned so that neighbors can coordinate among themselves to decide which nodes will go to sleep.

Page 22: Model

Algorithm

If the degree of node is <k , the node has to remain awake all the time.

If the degree of node is <k , the node has to remain awake all the time.

Page 23: Model

Algorithm

A node decides to sleep if its neighbors with lesser rank satisfy the two conditions.

A node decides to sleep if its neighbors with lesser rank satisfy the two conditions.

Page 24: Model

Example for k=2

• 6 nodes , k=2

Page 25: Model

Example for k=2

• Ranks are generated by a random generator.

1

2

3

4

5

6

Page 26: Model

Example for k=2

1

2

3

4

5

6

C = {1,5}C = {1,5}

Page 27: Model

Example for k=2

1

2

3

4

5

6

C = {1,5}C = {1,5}

C = {}C = {}

C = {1}C = {1} C = {1,2}C = {1,2}

C = {1,3}C = {1,3}

C = {1,4}C = {1,4}

Page 28: Model

1

2

3

4

5

6

C = {1,5}C = {1,5}

C = {}C = {}

C = {1}C = {1} C = {1,2}C = {1,2}

C = {1,3}C = {1,3}

C = {1,4}C = {1,4}

Example for k=2

Page 29: Model

1

2

3

4

5

6

C = {1,5}C = {1,5}

C = {}C = {}

C = {1}C = {1} C = {1,2}C = {1,2}

C = {1,3}C = {1,3}

C = {1,4}C = {1,4}

Example for k=2

Page 30: Model

1

2

3

4

5

6

C = {1,5}C = {1,5}

C = {}C = {}

C = {1}C = {1} C = {1,2}C = {1,2}

C = {1,3}C = {1,3}

C = {1,4}C = {1,4}

• Nodes 3,4 and 5 cannot sleep because Condition 2 on C is not satisfied.

Example for k=2

Page 31: Model

Another Example for k=2

• Same graph, but with different ranks.

6

2

4

3

5

1

Page 32: Model

Another Example for k=2

6

2

4

3

5

1

C = {}C = {}

C = {1,2,3,4,5}C = {1,2,3,4,5}

C = {}C = {} C = {2,3}C = {2,3}

C = {}C = {}

C = {1,3}C = {1,3}

Page 33: Model

Another Example for k=2

6

2

4

3

5

1

C = {}C = {}

C = {1,2,3,4,5}C = {1,2,3,4,5}

C = {}C = {} C = {2,3}C = {2,3}

C = {}C = {}

C = {1,3}C = {1,3}

Page 34: Model

Another Example for k=2

6

2

4

3

5

1

C = {}C = {}

C = {1,2,3,4,5}C = {1,2,3,4,5}

C = {}C = {} C = {2,3}C = {2,3}

C = {}C = {}

C = {1,3}C = {1,3}

Page 35: Model

Another Example for k=2

6

2

4

3

5

1C = {}C = {}

C = {1,2,3,4,5}C = {1,2,3,4,5}

C = {}C = {} C = {2,3}C = {2,3}

C = {}C = {}

C = {1,3}C = {1,3}

Nodes 4 and 5 cannot sleep because Condition 1 on C is not satisfied.

Page 36: Model

Theoretical Analysis

• Only the greedy forwarding part is analyzed.

• A lower bound on OPT and upper bound on CKN is used to prove that :– |CKN| <= O(ln n) |OPT|

• They show that the probability of greedy forwarding making negative progress decreases exponentially with the increase in number of neighbors.