Efficient Distributed Workload (Re-)Embedding
Monika Henzinger,Stefan Neumann,Stefan Schmid +2 more
- 26 Mar 2019
- Vol. 3, Iss: 1, pp 43-44
TL;DR: This paper studies a fundamental model which captures the tradeoff between the benefits and costs of dynamically collocating communication partners on l servers, in an online manner and produces a distributed online algorithm which is asymptotically almost optimal, i.e., almost matches the lower bound on the competitive ratio of any (distributed or centralized) online algorithm.
read more
Abstract: Modern networked systems are increasingly reconfigurable, enabling demand-aware infrastructures whose resources can be adjusted according to the workload they currently serve. Such dynamic adjustments can be exploited to improve network utilization and hence performance, by moving frequently interacting communication partners closer, e.g., collocating them in the same server or datacenter. However, dynamically changing the embedding of workloads is algorithmically challenging: communication patterns are often not known ahead of time, but must be learned. During the learning process, overheads related to unnecessary moves (i.e., re-embeddings) should be minimized. This paper studies a fundamental model which captures the tradeoff between the benefits and costs of dynamically collocating communication partners on $\ell$ servers, in an online manner. Our main contribution is a distributed online algorithm which is asymptotically almost optimal, i.e., almost matches the lower bound (also derived in this paper) on the competitive ratio of any (distributed or centralized) online algorithm. As an application, we show that our algorithm can be used to solve a distributed union find problem in which the sets are stored across multiple servers.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Demand-Aware Network Design with Minimal Congestion and Route Lengths
Chen Avin,Kaushik Mondal,Stefan Schmid +2 more
- 01 Apr 2019
TL;DR: This paper presents the first bounded-degree, demand-aware network, ct-DAN, which minimizes both congestion and route lengths and is provably (asymptotically) optimal in each dimension individually.
51
•Proceedings Article
The MADP Toolbox: An Open-Source Library for Planning and Learning in (Multi-)Agent Systems.
Frans A. Oliehoek,Matthijs T. J. Spaan,Philipp Robbel,João V. Messias +3 more
- 01 Jan 2015
TL;DR: The Multiagent Decision Process (MADP) Toolbox is described, a software library to support planning and learning for intelligent agents and multiagent systems in uncertain environments that supports partially observable environments and stochastic transition models.
23
Coupling VNF Orchestration and SDN Virtual Network Reconfiguration
Nemanja Deric,Amir Varasteh,Arsany Basta,Andreas Blenk,Rastin Pries,Michael Jarschel,Wolfgang Kellerer +6 more
- 18 Mar 2019
TL;DR: This demo presents the benefits of migrating a firewall VNF to a server, which is closer to its user, at runtime and shows how the migration is supported in a virtualized SDN environment.
Efficient Distributed Workload (Re-)Embedding
Monika Henzinger,Stefan Neumann,Stefan Schmid +2 more
- 26 Mar 2019
TL;DR: This paper studies a fundamental model which captures the tradeoff between the benefits and costs of dynamically collocating communication partners on l servers, in an online manner and produces a distributed online algorithm which is asymptotically almost optimal, i.e., almost matches the lower bound on the competitive ratio of any (distributed or centralized) online algorithm.
12
•Proceedings Article
Tight Bounds for Online Graph Partitioning
Monika Henzinger,Stefan Neumann,Harald Räcke,Stefan Schmid +3 more
- 10 Jan 2021
TL;DR: An improved lower bound as well as a deterministic polynomial-time online algorithm, that is asymptotically optimal, and an upper bound of $O(\log \ell + \log k)$ on its competitive ratio and show that no randomized online algorithm can achieve a competitive ratio of less than $Omega$.
12
References
•Book
Computers and Intractability: A Guide to the Theory of NP-Completeness
Michael Randolph Garey,David S. Johnson +1 more
- 01 Jan 1979
TL;DR: The second edition of a quarterly column as discussed by the authors provides a continuing update to the list of problems (NP-complete and harder) presented by M. R. Garey and myself in our book "Computers and Intractability: A Guide to the Theory of NP-Completeness,” W. H. Freeman & Co., San Francisco, 1979.
P4: programming protocol-independent packet processors
Pat Bosshart,Daniel P. Daly,Glen Gibb,Martin J. Izzard,Nick McKeown,Jennifer Rexford,Cole Schlesinger,Daniel Talayco,Amin Vahdat,George Varghese,David Walker +10 more
- 28 Jul 2014
TL;DR: This paper proposes P4 as a strawman proposal for how OpenFlow should evolve in the future, and describes how to use P4 to configure a switch to add a new hierarchical label.
Amortized efficiency of list update and paging rules
TL;DR: This article shows that move-to-front is within a constant factor of optimum among a wide class of list maintenance rules, and analyzes the amortized complexity of LRU, showing that its efficiency differs from that of the off-line paging rule by a factor that depends on the size of fast memory.
2.5K
Network traffic characteristics of data centers in the wild
Theophilus Benson,Aditya Akella,David A. Maltz +2 more
- 01 Nov 2010
TL;DR: An empirical study of the network traffic in 10 data centers belonging to three different categories, including university, enterprise campus, and cloud data centers, which includes not only data centers employed by large online service providers offering Internet-facing applications but also data centers used to host data-intensive (MapReduce style) applications.