Publication
Building Fault-Tolerant Overlays With Low Node Degrees for Topic-Based Publish/Subscribe
Chen Chen / Roman Vitenberg / Hans-Arno Jacobsen
IEEE Transactions on Dependable and Secure Computing, 2022 · Journal Article
Abstract
We present a new approach for designing reliable and scalable overlay networks to support topic-based pub/sub communication. We propose the problem parameterized by : use the minimum number of edges to create a k-topic-connected overlay() for pub/sub systems, i.e., for each topic, the sub-overlay induced by nodes interested in the topic is -connected. We prove the NP-completeness of and show a lower-bound for the hardness of its approximation. For , we present GM2, the first polynomial-time algorithm with an approximation ratio. For , where , we propose HararyPT, a simple and efficient heuristic that aligns nodes across different sub-overlays. We experimentally demonstrate the scalability of GM2 and HararyPT with regards to overlay quality under representative pub/sub workloads. GM2 outputs with an empirically insignificant increase in the average node degree, e.g., an increase by 4 in a 1000-node network, as compared to the baseline produced by the best-known algorithm. Moreover, GM2 reduces the topic diameters by around 50 percent with respect to those in .