Distributed algorithm for a color assignment on asynchronous rings

  • Authors:
  • Gianluca De Marco;Mauro Leoncini;Manuela Montangero

  • Affiliations:
  • Dipartimento di Informatica e Applicazioni, Università di Salerno, Baronissi, SA, Italy;Dipartimento di Ingegneria dell'Informazione, Università di Modena e Reggio Emilia, Modena, Italy and Istituto di Informatica e Telematica, CNR, Pisa, Italy;Dipartimento di Ingegneria dell'Informazione, Università di Modena e Reggio Emilia, Modena, Italy and Istituto di Informatica e Telematica, CNR, Pisa, Italy

  • Venue:
  • IPDPS'06 Proceedings of the 20th international conference on Parallel and distributed processing
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

We study a version of the β-assignment problem [3] on asynchronous rings: consider a set of items and a set of m colors, where each item is associated to one color. Consider also n computational agents connected by an asynchronous ring. Each agent holds a subset of the items, where initially different agents might hold items associated to the same color. We analyze the problem of distributively assigning colors to agents in such a way that (a) each color is assigned to one agent and (b) the number of different colors assigned to each agent is minimum. Since any color assignment requires that the items be distributed according to it (e.g. all items of the same color are to be held by only one agent), we define the cost of a color assignment as the amount of items that need to be moved, given an initial allocation. We first show that any distributed algorithm for this problem on the ring requires a communication complexity of Ω(n ċ m) and then we exhibit a polynomial time distributed algorithm with message complexity matching the bound, that determines a color assignment with cost at most (2 + Ε) times the optimal cost, for any 0