A New Broadcast Model for Several Network Topologies
Hongbo Lu, Junsung Hwang, Bernard Tenreiro, Nabila Jaman Tripti, Darren Hamilton, Yuefan Deng
TL;DR
This work introduces Broadcast by Balanced Saturation (BBS), a topology-aware, deterministic broadcast framework that maximizes edge utilization to minimize latency across arbitrary undirected network topologies. It develops a formal broadcast model, proves that a balanced solution $A^{\text{b}}$ optimizes arrival times within the continuum-limit class, and derives a practical BBS-induced algorithm (BIA) via cyclic scheduling on a colored multigraph. Theoretical bounds on initialization, steady-state, and overall broadcast times are provided, along with storage and scheduling complexity, and the approach is validated through extensive simulations on grids and higher-dimensional topologies where BBS consistently outperforms baselines, especially for large data sizes. The results suggest BBS offers a versatile, scalable framework with potential for real-world deployment and extensions to more complex topologies and collective operations.
Abstract
We present Broadcast by Balanced Saturation (BBS), a general broadcast algorithm designed to optimize communication efficiency across diverse network topologies. BBS maximizes node utilization, addressing challenges in broadcast operations such as topology constraints, bandwidth limitations, and synchronization overhead, particularly in large-scale systems like supercomputers. The algorithm ensures sustained activity with nodes throughout the broadcast, thereby enhancing data propagation and significantly reducing latency. Through a precise communication cycle, BBS provides a repeatable, streamlined, stepwise broadcasting framework. Simulation results across various topologies demonstrate that the BBS algorithm consistently outperforms common general broadcast algorithms, often by a substantial margin. These findings suggest that BBS is a versatile and robust framework with the potential to redefine broadcast strategies across network topologies.
