data collection and dissemination. learning objectives understand trickle – an data dissemination...

43
Data Collection and Dissemination

Upload: solomon-hill

Post on 05-Jan-2016

218 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Data Collection and Dissemination

Page 2: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Learning Objectives

• Understand Trickle – an data dissemination protocol for WSNs

• Understand data collection protocols in low-duty-cycled WSNs with unreliable links

Page 3: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Prerequisites

• Module 5

• Basic concepts of Computer Networks

Page 4: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Outline

• Data Dissemination– Estrablishing eventual consistency on a shared

variable– Trickle – Address single packet

• Data Collection– DSF

Page 5: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

[Dissemination_1] 5

Data Dissemination - Trickle

Page 6: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Simple Broadcast Retransmission

• Broadcast Storm Problem– Redundant rebroadcasts– Severe contention– Collision

Page 7: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Trickle

• Motivation– WSNs require network code propagation

• Challenges– WSNs exhibit highly transient loss patterns,

susceptible to environmental changes– WSNs network membership is not static– Motes must periodically communicate to learn

when there is new code• Periodical metadata exchange is costly

Page 8: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Trickle Requirement

• Low Maintenance

• Rapid Propagation

• Scalability

Page 9: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Trickle

• An algorithm for code propagation and maintenance in WSNs

• Based on “Polite Gossip”– Each node only gossip about new things that it has

heard from its neighbors, but it won’t repeat gossip it has already heard, as that would be rude

• Code updates “trickle” through the network

Page 10: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Trickle

• Within a node time period– If a node hears older metadata, it broadcasts the new data

– If a node hears newer metadata, it broadcasts its own metadata (which will cause other nodes to send the new code)

– If a node hears the same metadata, it increases a counter• If a threshold is reached, the node does not transmit its metadata

• Otherwise, it transmits its metadata

Page 11: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Trickle – Main Parameters

• Counter c: Count how many times identical metadata has been heard

• k: threshold to determine how many times identical metadata must be heard before suppressing transmission of a node’s metadata

• t: the time at which a node will transmit its metadata. t is in the range of [0, τ]

Page 12: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

[Dissemination_1]: Figure 3 12

Trickle Maintenance – One Example

• Assume– No packet loss– Perfect interval synchronization

• How to relax these assumptions?

Page 13: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Trickle – Impact of Packet Loss Rates

Page 14: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

[Dissemination_1]: Figure 5 14

Trickle Maintenance without Synchronization – Short Listen Problem

• Mote B selects a small t on each of its three intervals– Although other motes transmit, mote B’s transmissions are never

suppressed

• The number of transmissions per intervals increases significantly

Page 15: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Trickle – Impact of Short Listen Problem

Page 16: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Solution to Short Listen Problem

• Instead of picking a t in the range [0, τ], t is selected in the range [τ/2, τ]

Page 17: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

[Dissemination_1]: Section 5 17

Propagation• Tradeoff between different values of τ

– A large τ• Low communication overhead• Slowly propagates information

– A small τ• High communication overhead• Propagate more quickly

• How to improve?– Dynamically adjust τ

• Lower Bound τl

• Upper Bound τh

Page 18: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Trickle Complete Algorithm

Page 19: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Data Collection

Page 20: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

[Collection_2] 20

Data Collection

• Link-Quality based Data Forwarding– Wireless communication links are extremely

unreliable– ETX: to find high-throughput paths on multiple

• Sleep-Latency Based Forwarding– Duty Cycling: sensor nodes turn off their radios

when not needed• Idle listening waste much energy

Page 21: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

[Collection_2] 21

Sleep Latency in Low Duty-Cycle Sensor Networks

Sleep now. Wake up in 35 seconds

Sleep now. Wake up in 4 seconds

Sleep now. Wake up in 57seconds

Sleep now. Wake up in 13 seconds

35s latency

57s latency

4s latency13s latency

A

B

C

D

E

Page 22: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Unreliable Radio Links

90%

95%

50%

70%

A

B

C

D

E

Page 23: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

State-of-the-art Solutions: ETX

50%, 100s

50%, 100s

40%, 10s40%, 10s

ETX = 1/0.5 + 1/0.5 = 4

ETX = 1/0.4 + 1/0.4 = 5

Expected E2E delay is 400s

Expected E2E delay is 50s

A

B

C

D

Sole link quality based solutions cannot help reduce E2E delay in extremely low-duty cycle sensor networks!

ETX only considers link quality

Page 24: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

State-of-the-art Solutions: DESS

10%, 10s10%, 10s

100%, 20s

100%, 20s

DESS = 10 + 10 = 20s

DESS = 20 + 20 = 40s

Expected E2E delay is 200s

Expected E2E delay is 40s

A

B

C

DSole sleep latency based solutions cannot help reduce E2E delay in extremely low-duty cycle sensor networks!

DESS only considers sleep latency

Page 25: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

End-to-End Delay vs. Duty Cycle

• Suppose one fixed forwarding node– Suffer excessive delivery delays when waiting for

the fixed receiver to wake up again if the ongoing packet transmission fails

Page 26: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

End-To-End Delay vs. Average Link Quality

• Given bad link quality, the end to end delay increases dramatically

Page 27: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Sensor States Representation

• Scheduling Bits– (10110101)*

• Switching Rate– 0.5HZ 16s round time On

10110101

Off

Page 28: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Data Delivery Process

1 22 33 44

Sleep latency is 1

Sleep latency is 2

Sleep latency is 3

End to End (E2E) Delay is 6

(1000000000)* (0100000000)* (0001000000)* (0000001000)*

Page 29: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

1st attempt: Sleep latency is 1

Main Idea

1 22 33 44

(1000000000)* (0100000000)* (0001000000)* (0000001000)*

Sleep latency is 1

2nd attempt: Sleep latency is 1 + 10 =11ith attempt: Sleep latency is 1 + 10 * (i-1)

(0010000000)*

55

2nd attempt: Sleep latency is 1 + 1 =2

We should try a sequence of forwarding nodes instead of a fixed forwarding node!

Dynamic Switching-based Forwarding (DSF) is important in extremely low duty-cycle sensor networks.

Page 30: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Optimization Objectives

• EDR: Expected Delivery Ratio

• EED: Expected End-to-End Delay

• EEC: Expected Energy Consumption

Page 31: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Optimization Objectives(1) : EDR

1 3

4

(1000)*

(0001)*EDR = 90%

(0010)*EDR = 80%

(0100)*EDR = 70%

260%

50%

40%

EDR: Expected Delivery Ratio.

0.6*0.7

+ (1-0.6)*0.5*0.8

+ (1-0.6)*(1-0.5)*0.4*0.9=0.652

EDR for node 1 is (EDR1):

Forwarding Sequence

See Equation (3)

Page 32: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Optimization Objectives(2) : EED

1 3

4

(100000)*

(000001)*EDR = 90%, EED = 9

(000010)*EDR = 80%, EED = 12

(001000)*EDR = 70%, EED = 10

260%,2

50%, 3

40%,5

EED: Expected E2E Delay.

0.6*1/0.7 * (2 + 10) + (1-0.6) * 0.5 * 1 /0.8 * (3 + 12) + (1-0.6)*(1-0.5)*0.4*1/0.9 * (5 + 9)

EED for node 1 is (EED):

Forwarding Sequence

See Equation (4)

Page 33: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Optimizing EDR

1

3

(100)*

(001)*EDR = 80%

2 (010)*EDR = 70%

100%

100% If only node 3 is selected as forwarding node:

EDR1 = 1 * 0.8 = 0.8

We should only choose a subset of neighboring nodes as forwarding nodes!

Shall we try all available neighbors?

If both node 2 and node 3 are selected as forwarding nodes:

EDR1 = 1 * 0.7 = 0.7

Page 34: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Optimizing EDR with dynamic programming

1

2

3

4

(100)*

(100)*EDR = 90%

(001)*EDR = 80%

(010)*EDR = 70%

60%

50%

40%

Select only a subset of neighbors as forwarders

Node 4 has to be selected

Then we attempt to add more nodes into the forwarding sequence backwardly.

Try or skip

Try or skip

Try or drop

Page 35: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Distributed Implementation

• EDRb(Ø) = 1

– The sink node has no packet loss

• EEDb(Ø) = 0

– The sink node has no delay

• EECb(Ø) = 0

– The sink node has no energy consumption

Page 36: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Distributed Implementation

sink

42

1 3

EDR = 98%, EED = 2, EEC = 1

EDR = 99%, EED = 15, EEC = 2

EDR = 100%, EED = 0, EEC = 0

EDR = 97%, EED = 20, EEC = 5

EDR = 90%, EED = 90, EEC = 12

Page 37: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Complete Protocol Implementation at Node e

Page 38: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

Assignment

• 1. Please give one example to illustrate what the short-listen problem in the context of Trickle algorithms is.

• 2. How does Trickle algorithms solve the short-listen problem?

• 3. Why do not we use a constant τ in Trickle algorithm?

• 4. Why do we need to consider both link quality and the low-duty-cycle nature of wireless sensor networks when we design suitable applications?

Page 39: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

40

Project• This is a group project. Each group can have up to 3 students

• Project Description

• In this project, you will develop a multi-hop data collection tree protocol based on TinyOS 2.x. 1. Development of a multi-hop data collection tree protocol

1.1 The protocol to form a multi-hop data collection tree

The base station locally broadcast a tree construction message, which includes its own ID and its depth to be

0;a. When a node, say A, receives a tree construction message

from node B at its first time (i.e., node A has not joined the data collection tree yet), node A assigns its depth to be the depth of node B plus one, and its parent to be node B. After this, node A rebroadcasts the tree construction message.

Page 40: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

41

Project - continue

b. When a node, say A, already joins the data collection tree and receives a tree construction message from node B, node A just simply disregards the tree construction message.

c. When a node, say A, already joins the data collection tree (suppose that node A’s parent is node B and node A’s depth is n) and receives a tree construction message from node C: 1. suppose that if node A selects node C as its parent, node A’s depth is m;2. suppose m < n;node A will change its parent to node C.

Page 41: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

42

Project - continue

DBE

HA

F

G

I

Base Station

J

C

Depth = 0

Depth = 1

Depth = 2Depth = 2

Depth = 3 Depth = 3

Depth = 3

Depth = 3

Depth = 3

Depth = 3

Depth = 3

one example multi-hop data collection tree

Page 42: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

43

Project - continue

• Also see attached slide tree.ppt for a dynamic view about how to construct a multi-hop data collection tree.1.2 After the multi-hop data collection tree is formed, each node senses and transmits its light intensity to the base station every one second. For each received message, the base station displays the following information:– Node ID which originates the message;– Tree depth of the Node;– Sensed light value

Page 43: Data Collection and Dissemination. Learning Objectives Understand Trickle – an data dissemination protocol for WSNs Understand data collection protocols

44

Project - continue

• Basic Steps:Please follow the steps listed below:1. Setting up TinyOS environment - XubunTOSXubunTOS can be downloaded here:http://toilers.mines.edu/Public/XubunTOS2. Go through the TinyOS tutorials at http://docs.tinyos.net/index.php/TinyOS_Tutorials