2002
DOI: 10.1007/s00446-002-0078-0
|View full text |Cite
|
Sign up to set email alerts
|

An efficient distributed algorithm for constructing small dominating sets

Abstract: The dominating set problem asks for a small subset D of nodes in a graph such that every node is either in D or adjacent to a node in D. This problem arises in a number of distributed network applications, where it is important to locate a small number of centers in the network such that every node is nearby at least one center. Finding a dominating set of minimum size is NP-complete, and the best known approximation is logarithmic in the maximum degree of the graph and is provided by the same simple greedy ap… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4
1

Citation Types

2
153
0

Year Published

2004
2004
2011
2011

Publication Types

Select...
5
2
2

Relationship

0
9

Authors

Journals

citations
Cited by 143 publications
(155 citation statements)
references
References 22 publications
2
153
0
Order By: Relevance
“…While these algorithms have provable theoretical asymptotic bounds on performance on arbitrary graphs, their actual average performance on a random geometric graph is undetermined. We implemented in simulation two algorithms described by Jia et al [13] and Kuhn et al [16], however neither of them had comparable performance to even the simple Node-degree or Node-ID algorithms under our particular simulation conditions. We speculate that the relatively poor performance of these algorithms in simulation may be due to the fact that they are designed for arbitrary graphs while dedicated clustering algorithms are optimized for random geometric graphs.…”
Section: Related Workmentioning
confidence: 94%
“…While these algorithms have provable theoretical asymptotic bounds on performance on arbitrary graphs, their actual average performance on a random geometric graph is undetermined. We implemented in simulation two algorithms described by Jia et al [13] and Kuhn et al [16], however neither of them had comparable performance to even the simple Node-degree or Node-ID algorithms under our particular simulation conditions. We speculate that the relatively poor performance of these algorithms in simulation may be due to the fact that they are designed for arbitrary graphs while dedicated clustering algorithms are optimized for random geometric graphs.…”
Section: Related Workmentioning
confidence: 94%
“…For instance, Jia et al [16] propose an algorithm with O(log n log Δ) running time, while Kuhn et. al.…”
Section: Modelmentioning
confidence: 99%
“…The major drawback of a cluster formation approach is its relatively slow convergency, which takes O(n) rounds in the worst case. In DS formation approaches [13,15,18,28], the set of clusterheads may not be a MIS. The best DS formation algorithm takes O(1) rounds, but the DS size is unbounded in the worst case.…”
Section: Related Workmentioning
confidence: 99%
“…For a general graph, Jia et al [15] proposed a randomized algorithm to compute a DS, which finishes in O(log n log ∆) rounds with high probability, where ∆ is the maximal node degree, and has an expected O(log n) approximation ratio. Kuhn and Wattenhofer [18] proposed another…”
Section: Related Workmentioning
confidence: 99%