Locating and repairing faults in a network with mobile agents

  • Authors:
  • Colin Cooper;Ralf Klasing;Tomasz Radzik

  • Affiliations:
  • Department of Computer Science, Kings College London, London WC2R 2LS, UK;LaBRI, Université Bordeaux 1, CNRS, 351 cours de la Libération, 33405 Talence cedex, France;Department of Computer Science, Kings College London, London WC2R 2LS, UK

  • Venue:
  • Theoretical Computer Science
  • Year:
  • 2010

Quantified Score

Hi-index 5.23

Visualization

Abstract

We consider a fixed, undirected, known network and a number of ''mobile agents'' which can traverse the network in synchronised steps. Some nodes in the network may be faulty and the agents are to find the faults and repair them. The agents could be software agents, if the underlying network represents a computer network, or robots, if the underlying network represents some potentially hazardous physical terrain. Assuming that the first agent encountering a faulty node can immediately repair it, it is easy to see that the number of steps necessary and sufficient to complete this task is @Q(n/k+D), where n is the number of nodes in the network, D is the diameter of the network, and k is the number of agents. We consider the case where one agent can repair only one faulty node. After repairing the fault, the agent dies. We show that a simple deterministic algorithm for this problem terminates within O(n/k+Dlogf/loglogf) steps, where f=min{n/k,n/D}, assuming that the number of faulty nodes is at most k/2. We also demonstrate the worst-case asymptotic optimality of this algorithm by showing a network such that for any deterministic algorithm, there is a placement of k/2 faults forcing the algorithm to work for @W(n/k+Dlogf/loglogf) steps.