Gossiping and broadcasting versus computing functions in networks
β Scribed by Martin Dietzfelbinger
- Book ID
- 104294199
- Publisher
- Elsevier Science
- Year
- 2004
- Tongue
- English
- Weight
- 346 KB
- Volume
- 137
- Category
- Article
- ISSN
- 0166-218X
No coin nor oath required. For personal study only.
β¦ Synopsis
In the theory of dissemination of information in interconnection networks (gossiping and broadcasting) one assumes that a message consists of a set of distinguishable, atomic pieces of information, and that one communication pattern is used for solving a task. In this paper, a close connection is established between this theory and a situation in which functions are computed in synchronous networks without restrictions on the type of message used and with possibly di erent communication patterns for di erent inputs. The following restriction on the way processors communicate turns out to be essential:
( * ) "Predictable reception": At the beginning of a step a processor knows whether it is to receive a message across one of its links or not. We show that if ( * ) holds then computing an n-ary function with a "critical input" (e.g., the OR of n bits) and distributing the result to all processors on an n-processor network G takes exactly as long as performing gossiping in G. Further we study the complexity of broadcasting one bit in a synchronous network, assuming that in one step a processor can send only one message, but without assuming ( * ), and broadcasting one bit on parallel random-access machines (PRAMs) and distributed memory machines (DMMs) with the ARBITRARY access resolution rule.
π SIMILAR VOLUMES
Given integers n β₯ 7 and a, b, c with 1 β€ a, b, c β€ n -1 such that a, na, b, nb, c, nc are pairwise distinct, the (undirected) triple-loop network TL n (a, b, c) is the degree-six graph with vertices 0, 1, 2, . . . , n -1 such that each vertex x is adjacent to x Β± a, x Β± b, and x Β± c, where the oper
## Abstract We present an __O__(__n__ log^4^__n__)βtime randomized algorithm for gossiping in radio networks with unknown topology. This is the first algorithm for gossiping in this model whose running time is only a polylogarithmic factor away from the optimum. The fastest previously known (determ