Broadcasting under Network Ignorance Scenario.

Xiangchuan Chen,Hong An,Shirong Zheng
DOI: https://doi.org/10.1145/338407.338529
2000-01-01
Abstract:This paper focuses on the problem of disseminating information in networks whose node names, link labels, topology and even size are not known to nodes. Two different broadcasting tasks of increasing difficulty are studied. In source acknowledged broadcasting the aim is to send the source message to all nodes and inform the source about it. While in normal broadcasting, all nodes must concurrently enter the confirmed state aRer receiving the source message. We design two algorithms SAB and NB for these two tasks. They only use messages of size O(!) and O(Iog n), respectively. For any network with n nodes, SAB can work out in 2n+D-2 steps and NB can finish in 3n-D where D is the maximum vertex degree of network. By using large messages of size O(n31og D), we show that by some slight changes, algorithm SAB and NB are able to recover the whole network information on source node or on all nodes, respectively.
What problem does this paper attempt to address?