Title :
Rapid rumor ramification: approximating the minimum broadcast time
Author_Institution :
Dept. of Comput. Sci., Princeton Univ., NJ, USA
Abstract :
Given an undirected graph representing a network of processors, and a source node containing a message that must be broadcast to all the nodes, find a scheme that accomplishes the broadcast in the minimum number of time steps. At each time step, any processor that has received the message is allowed to communicate the message to at most one of its neighbors in the network, i.e. can communicate via a telephone call to a neighbor. This has been termed the minimum broadcast time problem under the telephone model and is known to be NP-complete. The minimum broadcast time in a graph is closely related to the poise of the graph. The poise of a tree is defined to be the quantity (maximum degree of any node in the tree+diameter of the tree). The poise of a graph is the minimum poise of any of its spanning trees. Computing the poise of a graph is shown to be NP-hard and an algorithm for computing a spanning tree of approximately minimum poise is derived. This algorithm is then used to derive an O(log2n/log log n)-approximation for the minimum broadcast time problem on an n-node graph. Our algorithm extends to many generalizations of the problem such as the multicast problem, a telephone model allowing conference calls, and to the closely related minimum gossip time problem
Keywords :
computational complexity; computational geometry; parallel algorithms; NP-complete; NP-hard; conference calls; minimum broadcast time approximation; minimum broadcast time problem; minimum gossip time problem; multicast problem; rapid rumor ramification; telephone model; undirected graph; Approximation algorithms; Broadcasting; Call conference; Clocks; Communication networks; Computer science; Multicast algorithms; Telegraphy; Telephony; Tree graphs;
Conference_Titel :
Foundations of Computer Science, 1994 Proceedings., 35th Annual Symposium on
Conference_Location :
Santa Fe, NM
Print_ISBN :
0-8186-6580-7
DOI :
10.1109/SFCS.1994.365693