epistemic gossip protocols
play

Epistemic Gossip Protocols Krzysztof R. Apt CWI Based on joint - PowerPoint PPT Presentation

Epistemic Gossip Protocols Krzysztof R. Apt CWI Based on joint work with Wiebe van der Hoek and Davide Grossi Anyone who has obeyed nature by transmitting a piece of gossip experiences the explosive relief that accompanies the satisfying of


  1. Epistemic Gossip Protocols Krzysztof R. Apt CWI Based on joint work with Wiebe van der Hoek and Davide Grossi

  2. Anyone who has obeyed nature by transmitting a piece of gossip experiences the explosive relief that accompanies the satisfying of a primary need. Primo Levi Krzysztof R. Apt Epistemic Gossip Protocols

  3. Pope Francis has sharply criticised the Vatican bureaucracy in a pre-Christmas address to cardinals, complaining of “spiritual Alzheimer’s” and “the terrorism of gossip”. BBC News, 22 December 2014 Krzysztof R. Apt Epistemic Gossip Protocols

  4. Gossip Protocols Example n people, each knows a secret. How many phone calls are necessary before everybody knows every secret? In each call all secrets are exchanged. Theorem (many authors, early seventies) At least 2 n − 4 calls are needed. Krzysztof R. Apt Epistemic Gossip Protocols

  5. A solution with 4 calls for n = 4 A call: ( a , b ). A = { a , b , c , d } . Take the sequence ( a , b ) , ( c , d ) , ( a , d ) , ( b , c ). After it a , b , c , d know all the secrets. Krzysztof R. Apt Epistemic Gossip Protocols

  6. A solution with 4 calls for n = 4 A call: ( a , b ). A = { a , b , c , d } . Take the sequence ( a , b ) , ( c , d ) , ( a , d ) , ( b , c ). After it a , b , c , d know all the secrets. Note that the sequence ( a , b ) , ( b , c ) , ( c , d ) , ( d , a ) does not do the job. Krzysztof R. Apt Epistemic Gossip Protocols

  7. A solution with 2 n − 4 calls for n ≥ 4 Let A = { a , b , c , d , i 1 , . . ., i n − 4 } . Take the sequence ( a , i 1 ) , ( a , i 2 ) , . . ., ( a , i n − 4 ). After it a knows all the secrets of i 1 , . . ., i n − 4 . Follow it by the sequence ( a , b ) , ( c , d ) , ( a , d ) , ( b , c ). After it a , b , c , d know all the secrets. Follow it by the sequence ( a , i 1 ) , ( a , i 2 ) , . . ., ( a , i n − 4 ). After it all the agents know all the secrets. Note This is a centralized algorithm. Krzysztof R. Apt Epistemic Gossip Protocols

  8. Gossip Algorithms A vast area. Krzysztof R. Apt Epistemic Gossip Protocols

  9. Gossip Algorithms A vast area. (Hedetniemi, Hedetniemi and Liestman, ’88) A survey of gossiping and broadcasting in communication networks . It has 135 references. Krzysztof R. Apt Epistemic Gossip Protocols

  10. Gossip Algorithms A vast area. (Hedetniemi, Hedetniemi and Liestman, ’88) A survey of gossiping and broadcasting in communication networks . It has 135 references. Distributed gossip protocols: each agent acts autonomously, by passing on the gossips it knows and/or by soliciting gossips it does not know. Krzysztof R. Apt Epistemic Gossip Protocols

  11. Distributed Gossip Protocols based on Epistemic Logic Assumptions (Attamah, Van Ditmarsch, Grossi and Van der Hoek, ’14). Agents and secrets. ◮ A finite set A of at least two agents. ◮ Each agent holds a secret. ◮ Each secret is viewed a distinct propositional variable. Types of calls. ◮ ab − : every agent c � = a , b noted that a called b , ◮ ab 0 : every agent c � = a , b noted that some call took place, though not between whom, ◮ ab + : every agent c � = a , b noted that possibly some call took place, though not between whom. In all three cases no agent c � = a , b learns the contents of the call. Intuition. The superscript indicates the degree of privacy of the call: − < 0 < +. Krzysztof R. Apt Epistemic Gossip Protocols

  12. Our Setup Type of calls. ab : no agent c � = a , b noted that the call between a and b took place. Modes of Communication ◮ push, ⊲ , ◮ pull, ⊳ , ◮ push-pull, ab or ( a , b ). In [ADGH14] only push-pull was considered. Krzysztof R. Apt Epistemic Gossip Protocols

  13. Syntax Epistemic formulas φ ::= F a p | ¬ φ | φ ∧ φ | K a φ, where a is an agent and p a secret. Intuition. F a p is a primitive formula: agent a is familiar with (knows) secret p . Krzysztof R. Apt Epistemic Gossip Protocols

  14. Syntax, ctd (modelled after CSP [Hoare ’78]) Component program for an agent a : ∗ [[] m j =1 φ j → S j ] , where each φ j is an epistemic formula, each S j is a call in which agent a is the caller. Distributed protocol: a parallel composition of component programs. Krzysztof R. Apt Epistemic Gossip Protocols

  15. Example Protocol Consider the agents 1 , 2 , . . ., n arranged in a ring, where n ≥ 3. Program for agent i : ∗ [ ¬ K i F i ⊕ 1 I ⊖ 1 → ( i , i ⊕ 1)] . Agent i calls his successor, i ⊕ 1, if i does not know whether his successor is familiar with the secret of i ’s predecessor, i ⊖ 1. Krzysztof R. Apt Epistemic Gossip Protocols

  16. Example Protocol, ctd Program for agent i : ∗ [ ¬ K i F i ⊕ 1 I ⊖ 1 → ( i , i ⊕ 1)] . Krzysztof R. Apt Epistemic Gossip Protocols

  17. Example Protocol, ctd Program for agent i : ∗ [ ¬ K i F i ⊕ 1 I ⊖ 1 → ( i , i ⊕ 1)] . This protocol is not correct. Krzysztof R. Apt Epistemic Gossip Protocols

  18. Example Protocol, ctd Program for agent i : ∗ [ ¬ K i F i ⊕ 1 I ⊖ 1 → ( i , i ⊕ 1)] . This protocol is not correct. The sequence of calls ab , bc , cd , de , ea , ab results in a termination. Krzysztof R. Apt Epistemic Gossip Protocols

  19. Example Protocol, ctd Program for agent i : ∗ [ ¬ K i F i ⊕ 1 I ⊖ 1 → ( i , i ⊕ 1)] . This protocol is not correct. The sequence of calls ab , bc , cd , de , ea , ab results in a termination. However, at this point agent c does not know the secret of agent e . Krzysztof R. Apt Epistemic Gossip Protocols

  20. Semantics (modification of [ADGH14]) Gossip situation: (Q a ) a ∈ A , where ∀ a Q a ⊆ P. Intuition. Q a is the set of secrets a knows. Initial gossip situation (root): each Q a equals { A } . Intuition. Initially each agent knows only his own secret. Krzysztof R. Apt Epistemic Gossip Protocols

  21. Transformation of the Gossip Situations Each call transforms the current gossip situation by adjusting the relevant Q i relations. Krzysztof R. Apt Epistemic Gossip Protocols

  22. Transformation of the Gossip Situations Each call transforms the current gossip situation by adjusting the relevant Q i relations. ab ( G ) = G ′ , where Q ′ a = Q ′ b = Q a ∪ Q b , Q ′ c = Q c for c � = a , b , Krzysztof R. Apt Epistemic Gossip Protocols

  23. Transformation of the Gossip Situations Each call transforms the current gossip situation by adjusting the relevant Q i relations. ab ( G ) = G ′ , where Q ′ a = Q ′ b = Q a ∪ Q b , Q ′ c = Q c for c � = a , b , ( a ⊲ b )( G ) = G ′ , where Q ′ b = Q a ∪ Q b , Q ′ a = Q a , Q ′ c = Q c for c � = a , b , Krzysztof R. Apt Epistemic Gossip Protocols

  24. Transformation of the Gossip Situations Each call transforms the current gossip situation by adjusting the relevant Q i relations. ab ( G ) = G ′ , where Q ′ a = Q ′ b = Q a ∪ Q b , Q ′ c = Q c for c � = a , b , ( a ⊲ b )( G ) = G ′ , where Q ′ b = Q a ∪ Q b , Q ′ a = Q a , Q ′ c = Q c for c � = a , b , ( a ⊳ b )( G ) = G ′ , where Q ′ a = Q a ∪ Q b , Q ′ b = Q b , Q ′ c = Q c for c � = a , b . Krzysztof R. Apt Epistemic Gossip Protocols

  25. Example Consider three agents, a , b , c and the sequence of three calls bc , ac , bc . In the initial gossip situation root Q a = { A } , Q b = { B } , Q c = { C } . Krzysztof R. Apt Epistemic Gossip Protocols

  26. Example Consider three agents, a , b , c and the sequence of three calls bc , ac , bc . In the initial gossip situation root Q a = { A } , Q b = { B } , Q c = { C } . The first call transforms it into G 1 in which Q a = { A } , Q b = { B , C } , Q c = { B , C } . Krzysztof R. Apt Epistemic Gossip Protocols

  27. Example Consider three agents, a , b , c and the sequence of three calls bc , ac , bc . In the initial gossip situation root Q a = { A } , Q b = { B } , Q c = { C } . The first call transforms it into G 1 in which Q a = { A } , Q b = { B , C } , Q c = { B , C } . The second call transforms it into G 2 in which Q a = { A , B , C } , Q b = { B , C } , Q c = { A , B , C } . Krzysztof R. Apt Epistemic Gossip Protocols

  28. Example Consider three agents, a , b , c and the sequence of three calls bc , ac , bc . In the initial gossip situation root Q a = { A } , Q b = { B } , Q c = { C } . The first call transforms it into G 1 in which Q a = { A } , Q b = { B , C } , Q c = { B , C } . The second call transforms it into G 2 in which Q a = { A , B , C } , Q b = { B , C } , Q c = { A , B , C } . The third call transforms it into G 3 in which Q a = { A , B , C } , Q b = { A , B , C } , Q c = { A , B , C } . Krzysztof R. Apt Epistemic Gossip Protocols

  29. Call Sequences � C : the set of all finite call sequences. c (root): the result of iteratively applying the calls in � c to root. � In the previous example: � c = ( bc , ac , bc ), � c (root) = ( { A , B , C } , { A , B , C } , { A , B , C } ). Krzysztof R. Apt Epistemic Gossip Protocols

  30. Gossip models The gossip model captures the idea that agents are uncertain which call sequence took place. The gossip model: ( � C , ( ∼ a ) a ∈ A ), where ◮ for each a ∈ A c ′ iff agent a cannot distinguish between � c ∼ a � c and � c ′ . � c ∼ a � c ′ : A consequence of � c (root) a = � c ′ (root) a . � Krzysztof R. Apt Epistemic Gossip Protocols

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