Computing and Updating the Process Number in Trees

  • Authors:
  • David Coudert;Florian Huc;Dorian Mazauric

  • Affiliations:
  • Mascotte, INRIA, I3S, CNRS, University of Nice Sophia Antipolis, France;Mascotte, INRIA, I3S, CNRS, University of Nice Sophia Antipolis, France;Mascotte, INRIA, I3S, CNRS, University of Nice Sophia Antipolis, France

  • Venue:
  • OPODIS '08 Proceedings of the 12th International Conference on Principles of Distributed Systems
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

The process number is the minimum number of requests that have to be simultaneously disturbed during a routing reconfiguration phase of a connection oriented network. From a graph theory point of view, it is similar to the node search number, and thus to the pathwidth, however they are not always equal. In general determining these parameters is NP-complete. We present a distributed algorithm to compute these parameters and the edge search number, in trees. It can be executed in an asynchronous environment, requires n steps, an overall computation time of O (n logn ), and n messages of size log3 n + 2. Then, we propose a distributed algorithm to update these parameters on each component of a forest after addition or deletion of any tree edge. This second algorithm requires O (D ) steps, an overall computation time of O (D logn ), and O (D ) messages of size log3 n + 3, where D is the diameter of the new connected component.