bit dissemination problem
play

Bit Dissemination Problem F O O D ! Bit Dissemination Problem - PowerPoint PPT Presentation

Self-Stabilizing Broadcast with O(1)-Bit Messages Emanuele Natale joint work with Lucas Boczkowski and Amos Korman 4th Workshop on Biological Distributed Algorithms (BDA) July 25-29, 2016 Chicago, Illinois preprint


  1. Self-Stabilizing Broadcast with O(1)-Bit Messages ⋆ Emanuele Natale † joint work with Lucas Boczkowski ∗ and Amos Korman ∗ ∗ † 4th Workshop on Biological Distributed Algorithms (BDA) July 25-29, 2016 Chicago, Illinois ⋆ preprint at goo.gl/ETNc64

  2. Self-Stabilizing Broadcast with O(1)-Bit Messages ⋆ (Bit Dissemination) Emanuele Natale † joint work with Lucas Boczkowski ∗ and Amos Korman ∗ ∗ † 4th Workshop on Biological Distributed Algorithms (BDA) July 25-29, 2016 Chicago, Illinois ⋆ preprint at goo.gl/ETNc64

  3. Bit Dissemination Problem F O O D !

  4. Bit Dissemination Problem F O O D !

  5. Examples Flocks of birds [Ben-Shahar et al. ’10]

  6. Examples Flocks of birds [Ben-Shahar et al. ’10] Schools of fish [Sumpter et al. ’08]

  7. Examples Flocks of birds [Ben-Shahar et al. ’10] Schools of fish [Sumpter et al. ’08] Insects colonies [Franks et al. ’02]

  8. Communication Model Animal communication: • Chaotic • Passive • Anonymous • Parsimonious

  9. Communication Model Animal communication: • Chaotic • Passive • Anonymous • Parsimonious PULL ( h, ℓ ) model [Demers ’88] : at each round each agent can ? ? ? ? ? ? observe h other agents ? ? ? ? chosen independently and ? ? ? ? ? ? uniformly at random, and shows ℓ bits to her observers.

  10. Communication Model Animal communication: • Chaotic • Passive • Passive • Anonymous • Parsimonious • Parsimonious PULL ( h, ℓ ) model [Demers ’88] : at each round each agent can observe h other agents chosen independently and uniformly at random, and shows ℓ bits to her observers. 01001 01001

  11. Communication Model Animal communication: • Chaotic • Passive • Passive • Anonymous • Parsimonious • Parsimonious PULL ( h, ℓ ) model [Demers ’88] : at each round each agent can observe h other agents chosen independently and uniformly at random, and shows ℓ bits to her observers. 01001 01001

  12. Communication Model Animal communication: • Chaotic • Passive • Passive • Anonymous • Parsimonious • Parsimonious PULL ( h, ℓ ) model [Demers ’88] : at each round each agent can observe h other agents chosen independently and uniformly at random, and shows ℓ bits to her observers. 01001 01001

  13. (Probabilistic) Self-Stabilization Sources’ bits (and other agents’ states) may change in response to external environment

  14. (Probabilistic) Self-Stabilization Sources’ bits (and other agents’ states) may change in response to external environment

  15. (Probabilistic) Self-Stabilization Sources’ bits (and other agents’ states) may change in response to external environment

  16. (Probabilistic) Self-Stabilization Sources’ bits (and other agents’ states) may change in response to external environment blue vs red: 39 / 14 ≈ 2 . 8

  17. (Probabilistic) Self-Stabilization (Probabilistic) self-stabilization: S := { “correct configurations of the system” } (= consensus on source’s bit) • Convergence. From any initial configuration, the system reaches S (w.h.p.) • Closure . If in S , the system stays in S (w.h.p.) (Probabilistic) Self-stabilizing algorithm: guarantees convergence and closure w.r.t. S (w.h.p.) convergence S configuration of system closure

  18. (Self-Stab.) Bit Dissemination vs Synchronization

  19. (Self-Stab.) Bit Dissemination vs Synchronization

  20. (Self-Stab.) Bit Dissemination vs Synchronization

  21. (Self-Stab.) Bit Dissemination vs Synchronization

  22. (Self-Stab.) Bit Dissemination vs Synchronization

  23. (Self-Stab.) Bit Dissemination vs Synchronization

  24. (Self-Stab.) Bit Dissemination vs Synchronization

  25. (Self-Stab.) Bit Dissemination vs Synchronization Self-stablizing algorithms converge from any initial configuration

  26. Self-Stabilizing Clock Sync. in the PULL Model = ⇒ 2-Majority dynamics [Doerr et al. ’11]. Converge to consensus in O (log n ) rounds with high probability.

  27. Self-Stabilizing Clock Sync. in the PULL Model = ⇒ 2-Majority dynamics [Doerr et al. ’11]. Converge to consensus in O (log n ) rounds with high probability. 0 1 0 0 1 0 0 1 1 0 1 1 = ⇒ 0 0 1 0 0 1 1 1 1 0 1 1

  28. Self-Stabilizing Clock Sync. in the PULL Model = ⇒ 2-Majority dynamics [Doerr et al. ’11]. Converge to consensus in O (log n ) rounds with high probability. 0 1 0 0 1 0 0 1 1 0 1 1 = ⇒ 0 0 1 0 0 1 1 1 1 0 1 1

  29. Self-Stabilizing Clock Sync. in the PULL Model = ⇒ 2-Majority dynamics [Doerr et al. ’11]. Converge to consensus in O (log n ) rounds with high probability. 0 1 0 0 1 0 0 1 1 0 1 1 = ⇒ 0 0 1 0 0 1 1 1 1 0 1 1

  30. Self-Stabilizing Clock Sync. in the PULL Model P Public 1 0 1 0 0 1 0 1 Message Reduction Lemma Emul(P) log ℓ + 1 Public bits 0 1 1 1 Private ℓ bits 1 0 1 0 0 1 0 1

  31. Self-Stabilizing Clock Sync. in the PULL Model P Syn-Clock Public 1 0 1 0 0 1 0 1 Public 1 0 0 Message Reduction Private Lemma 0 0 0 0 Emul(P) Private log ℓ + 1 Public bits 1 0 1 0 0 0 0 0 0 1 1 1 Private · · · 1 1 0 0 1 0 1 0 Private ℓ bits 1 0 1 0 0 1 0 1

  32. Results Theorem (Clock Syncronization). Syn-Clock is a self-stabilizing clock synchronization protocol which synchronizes a clock modulo T in ˜ O (log n log T ) rounds w.h.p. using 3-bit messages. Theorem (Self-Stabilizing Bit Dissemination). There is a self-stabilizing Bit Dissemination protocol which converges in ˜ O (log n ) rounds w.h.p using 3-bit messages.

  33. Self-Stab. Bit Diss. with 1 bit: a Candidate BFS ( f, s ). Agents can boosting , 1 / 0 -frozen or 1 / 0 -sensitive . - Boosting : Update their opinion with majority of their bit and the 2 bits they pull. If they see only agents of color c for s rounds, they become c -sensitive . - c -sensitive : Turn into c -frozen if see value c . - c -frozen keep value c for f rounds before becoming boosting .

  34. Self-Stab. Bit Diss. with 1 bit: a Candidate BFS ( f, s ). Agents can boosting , 1 / 0 -frozen or 1 / 0 -sensitive . - Boosting : Update their opinion with majority of their bit and the 2 bits they pull. If they see only agents of color c for s rounds, they become c -sensitive . - c -sensitive : Turn into c -frozen if see value c . - c -frozen keep value c for f rounds before becoming boosting .

  35. Self-Stab. Bit Diss. with 1 bit: a Candidate BFS ( f, s ). Agents can boosting , 1 / 0 -frozen or 1 / 0 -sensitive . - Boosting : Update their opinion with majority of their bit and the 2 bits they pull. If they see only agents of color c for s rounds, they become c -sensitive . - c -sensitive : Turn into c -frozen if see value c . - c -frozen keep value c for f rounds before becoming boosting .

  36. Self-Stab. Bit Diss. with 1 bit: a Candidate BFS ( f, s ). Agents can boosting , 1 / 0 -frozen or 1 / 0 -sensitive . - Boosting : Update their opinion with majority of their bit and the 2 bits they pull. If they see only agents of color c for s rounds, they become c -sensitive . - c -sensitive : Turn into c -frozen if see value c . - c -frozen keep value c for f rounds before becoming boosting .

  37. Self-Stab. Bit Diss. with 1 bit: a Candidate BFS ( f, s ). Agents can boosting , 1 / 0 -frozen or 1 / 0 -sensitive . - Boosting : Update their opinion with majority of their bit and the 2 bits they pull. If they see only agents of color c for s rounds, they become c -sensitive . - c -sensitive : Turn into c -frozen if see value c . - c -frozen keep value c for f rounds before becoming boosting .

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend