Amnesiac flooding explained
In distributed computing amnesic flooding is a stateless distributed flooding algorithm that can be implemented as a broadcast protocol in synchronous distributed networks without the need to store messages or flags between communication rounds.[1] The algorithm is simple:
When a node receives a message, it forwards it to all of its neighbours it did not receive the message from. To initiate a broadcast on a network, a node simply sends the message to all of its neighbours.
The algorithm has been shown to terminate when the message begins at any subset of the network nodes [2] [3] or any sequence thereof.
For
a subset of the nodes of a graph
, then
the time until an amnesiac flood terminates when started from
is known to obey the following bounds:
if
is
-bipartite and
if it is not, where
is the eccentricity of
and
is the
diameter. A graph is
-bipartite, if the
quotient graph of
with
contracted to a single node is
bipartite. This termination time is optimal for
-bipartite graphs and is asymptotically optimal for single node initialisation on non-bipartite graphs.
This termination is robust with respect to the loss of edges and nodes, however it fails with delays on edges or the addition of new edges.
Variants of Amnesiac Flooding
Since its introduction, several variants of and related problems to amnesiac flooding have been studied. For example, a modified variant requiring the initial set to retain their knowledge of this membership and the message for a single round, but always requiring
rounds has been proposed.
[4] A dynamic version of amnesiac flooding has been introduced considering the case where there are multiple different messages in the system and where each node can only send one message per round. This has been shown to terminate in the partial send case (
sends an arbitrary message to its neighbours that didn't send it any message last round) and the ranked-full send case (
sends the highest ranked message
to all of its neighbours that did not send it
last round). However, the unranked-full send (
sends an arbitrary message
to all of its neighbours that did not send it
last round) does not necessarily terminate without additional stored information (such as the diameter of the graph
[5]).
Notes and References
- Hussak . Walter . Trehan . Amitabh . 2023-06-01 . Termination of amnesiac flooding . Distributed Computing . en . 36 . 2 . 193–207 . 10.1007/s00446-023-00448-y . 1432-0452. free .
- Hussak . Walter . Trehan . Amitabh . Paul . Christophe . Bläser . Markus . On the Termination of Flooding . 10.4230/LIPICS.STACS.2020.17 . 17:1–17:13 . Schloss Dagstuhl - Leibniz-Zentrum für Informatik . LIPIcs . 37th International Symposium on Theoretical Aspects of Computer Science, STACS 2020, March 10-13, 2020, Montpellier, France . 154 . 2020. free .
- Book: Turau, Volker . 2021. Springer International Publishing . 978-3-030-67731-2 . Bureš . Tomáš . Lecture Notes in Computer Science . 12607 . Cham . 59–73 . en . Amnesiac Flooding: Synchronous Stateless Information Dissemination. 47th International Conference on Current Trends in Theory and Practice of Computer Science, SOFSEM 2021, Bolzano-Bozen, Italy, January 25–29, 2021, Proceedings . 10.1007/978-3-030-67731-2_5 . Dondi . Riccardo . Gamper . Johann . Guerrini . Giovanna . Jurdziński . Tomasz . Pahl . Claus . Sikora . Florian . Wong . Prudence W.H. . 231705141.
- Book: Turau, Volker . 2020 . Structural Information and Communication Complexity . Springer International Publishing . 978-3-030-54921-3 . Richa . Andrea Werneck . Lecture Notes in Computer Science . 12156 . Cham . 183–199 . en . Stateless Information Dissemination Algorithms . 10.1007/978-3-030-54921-3_11 . Scheideler . Christian . https://link.springer.com/chapter/10.1007/978-3-030-54921-3_11.
- Book: Bayramzadeh . Zahra . Weak Amnesiac Flooding of Multiple Messages . Kshemkalyani . Ajay D. . Molla . Anisur Rahaman . Sharma . Gokarna . 2021 . Networked Systems: 9th International Conference, NETYS 2021, Virtual Event, May 19–21, 2021, Proceedings . Springer International Publishing . 978-3-030-91014-3 . Echihabi . Karima . Lecture Notes in Computer Science . Cham . 88–94 . en . 10.1007/978-3-030-91014-3_6 . Meyer . Roland . 244818918.