Title :
Estimating Reliability of Workers for Cooperative Distributed Computing
Author :
Davtyan, Seda ; Konwar, Kishori M. ; Shvartsman, Alexander A.
Author_Institution :
Dept. of Comput. Sci. & Eng., Univ. of Connecticut, Storrs, CT, USA
Abstract :
Internet supercomputing is an approach to solving partitionable, computation-intensive problems by harnessing the power of a vast number of interconnected computers. For the problem of using network supercomputing to perform a large collection of independent tasks, prior work introduced a decentralized approach and provided randomized synchronous algorithms that perform all tasks correctly with high probability, while dealing with misbehaving or crash-prone processors. The main weaknesses of existing algorithms is that they assume either that the average probability of a non-crashed processor returning incorrect results is inferior to 12, or that the probability of returning incorrect results is known to each processor. Here we present a randomized synchronous distributed algorithm that tightly estimates the probability of each processor returning correct results. Starting with the set P of n processors, let F be the set of processors that crash. Our algorithm estimates the probability pi of returning a correct result for each processor i ∈ P - F, making the estimates available to all these processors. The estimation is based on the (ε, δ)-approximation, where each estimated probability p̃i of pi obeys the bound Pr[pi(1 - ε) ≤ p̃i ≤ pi(1 + ε)] > 1 - δ, for any constants δ > 0 and ε > 0 chosen by the user. An important aspect of this algorithm is that each processor terminates without global coordination. We assess the efficiency of the algorithm in three adversarial models as follows. For the model where the number of non-crashed processors P - F is linearly bounded the time complexity T (n) of the algorithm is O(log n), work complexity W(n) is O(n log n), and message complexity M(n) is O(n log2 n). For the model where P - F is bounded by a fractional polynomial we have T(n) = O(n1-a- log n log log n), W(n) = O(n log n log log n), and M(n) = O(n log2 n log log n). For the model where P - F is bounded by a poly-logarithm we have T(n) = O(n), W(n) = O(n poly log n), and M(n) = O(n log2 n poly log n). All bounds are shown to hold with high probability.
Keywords :
Internet; computational complexity; distributed processing; polynomial approximation; probability; Internet supercomputing; approximation theory; average probability; cooperative distributed computing; crash prone processors; estimating reliability; fractional polynomial; interconnected computers; message complexity; network supercomputing; randomized synchronous algorithms; synchronous distributed algorithm; Algorithm design and analysis; Complexity theory; Computational modeling; Computer crashes; Computers; Estimation; Program processors; Distributed Computing; Internet Supercomputing; Worker Reliability Estimation;
Conference_Titel :
Parallel and Distributed Computing (ISPDC), 2013 IEEE 12th International Symposium on
Conference_Location :
Bucharest
Print_ISBN :
978-1-4799-2967-2
DOI :
10.1109/ISPDC.2013.22