Optimal Collision/Conflict-free Distance-2 Coloring in Synchronous Broadcast/Receive Tree Networks
Davide Frey, Hicham Lakhlef, Michel Raynal

TL;DR
This paper introduces a novel distributed distance-2 coloring algorithm for tree networks in synchronous broadcast/receive systems, achieving optimal color usage and collision/conflict avoidance with efficient runtime.
Contribution
It presents the first distributed distance-2 coloring algorithm for broadcast/receive models that is collision-free, conflict-free, color-optimal, and does not require unique initial identities.
Findings
Uses Δ + 1 colors, matching the lower bound for degree Δ.
Operates in O(d Δ) time, efficient for tree depths and degrees.
Ensures collision and conflict-free communication in the model.
Abstract
This article is on message-passing systems where communication is (a) synchronous and (b) based on the "broadcast/receive" pair of communication operations. "Synchronous" means that time is discrete and appears as a sequence of time slots (or rounds) such that each message is received in the very same round in which it is sent. "Broadcast/receive" means that during a round a process can either broadcast a message to its neighbors or receive a message from one of them. In such a communication model, no two neighbors of the same process, nor a process and any of its neighbors, must be allowed to broadcast during the same time slot (thereby preventing message collisions in the first case, and message conflicts in the second case). From a graph theory point of view, the allocation of slots to processes is know as the distance-2 coloring problem: a color must be associated with each process…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Advanced Graph Theory Research · Interconnection Networks and Systems
