1 / 7

Sections 4.4, 4.5, 5, and 5.1

Trickle: A Self-Regulating Algorithm for Code Propagation and Maintenance in Wireless Sensor Networks. Sections 4.4, 4.5, 5, and 5.1. Load Distribution. Which Motes are sending/Receiving Packets? Evenly Distributed?. Random. Pattern. Empirical Study. Motes on a small table

sadie
Download Presentation

Sections 4.4, 4.5, 5, and 5.1

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. Trickle: A Self-Regulating Algorithm for Code Propagation and Maintenance in Wireless Sensor Networks Sections 4.4, 4.5, 5, and 5.1

  2. Load Distribution • Which Motes are sending/Receiving Packets? • Evenly Distributed? Random Pattern

  3. Empirical Study • Motes on a small table • Low transmission signal strength (multi-hop) • Results: Similar to scaling by TOSSIM-bit (should it have compare TOSSIM-packet?) • Redundancy of 1.1 vs. 1.3 (very close)

  4. Propagation • Gossip interval (τ) determines overhead • High τ value means fewer broadcasts; higher delay • Low τ value means more broadcasts; lower delay • Dynamic Scaling of τ • Lower/upper bounds • When τ expires, double it; otherwise reset it • Best of both worlds: • rapid propagation • Low overhead

  5. Trickle Pseudocode • When There’s Nothing New to Say, Gossip Infrequently

  6. Mate, a Trickle Implementation • Allows users to build VMs on TinyOSsesnors • Language + Events + Primitives • Each routine is within 30 bytes • Vector used to keep track of routines • Trickle Implementation: When mote hears an old Vector, it rebroadcasts newer routines three times

  7. Mate (Visual)

More Related