@inproceedings{20755,
  abstract     = {{We consider the problem of computing shortest paths in \emph{hybrid networks}, in which nodes can make use of different communication modes. For example, mobile phones may use ad-hoc connections via Bluetooth or Wi-Fi in addition to the cellular network to solve tasks more efficiently. Like in this case, the different communication modes may differ considerably in range, bandwidth, and flexibility. We build upon the model of Augustine et al. [SODA '20], which captures these differences by a \emph{local} and a \emph{global} mode. Specifically, the local edges model a fixed communication network in which $O(1)$ messages of size $O(\log n)$ can be sent over every edge in each synchronous round. The global edges form a clique, but nodes are only allowed to send and receive a total of at most $O(\log n)$ messages over global edges, which restricts the nodes to use these edges only very sparsely.

We demonstrate the power of hybrid networks by presenting algorithms to compute Single-Source Shortest Paths and the diameter very efficiently in \emph{sparse graphs}. Specifically, we present exact $O(\log n)$ time algorithms for cactus graphs (i.e., graphs in which each edge is contained in at most one cycle), and $3$-approximations for graphs that have at most $n + O(n^{1/3})$ edges and arboricity $O(\log n)$. For these graph classes, our algorithms provide exponentially faster solutions than the best known algorithms for general graphs in this model.
Beyond shortest paths, we also provide a variety of useful tools and techniques for hybrid networks, which may be of independent interest.
}},
  author       = {{Feldmann, Michael and Hinnenthal, Kristian and Scheideler, Christian}},
  booktitle    = {{Proceedings of the 24th International Conference on Principles of Distributed Systems (OPODIS)}},
  publisher    = {{Schloss Dagstuhl - Leibniz-Zentrum für Informatik}},
  title        = {{{Fast Hybrid Network Algorithms for Shortest Paths in Sparse Graphs}}},
  doi          = {{10.4230/LIPIcs.OPODIS.2020.31}},
  year         = {{2020}},
}

@misc{18066,
  author       = {{Skowronek, Michael}},
  publisher    = {{Universität Paderborn}},
  title        = {{{Approaches for Competetive Routing through Intersections of Hole Abstractions in Hybrid Communication Networks}}},
  year         = {{2020}},
}

@misc{18648,
  author       = {{Guggenmos, Andreas}},
  publisher    = {{Universität Paderborn}},
  title        = {{{Algorithmen für selbststabilisierende Skip+-Delaunaygraphen}}},
  year         = {{2020}},
}

@article{16902,
  abstract     = {{The maintenance of efficient and robust overlay networks is one
of the most fundamental and reoccurring themes in networking.
This paper presents a survey of state-of-the-art 
algorithms to design and repair overlay networks in a distributed
manner. In particular, we discuss basic algorithmic primitives
to preserve connectivity, review algorithms for the fundamental
problem of graph linearization, and then survey self-stabilizing
algorithms for metric and scalable topologies. 
We also identify open problems and avenues for future research.
}},
  author       = {{Feldmann, Michael and Scheideler, Christian and Schmid, Stefan}},
  journal      = {{ACM Computing Surveys}},
  publisher    = {{ACM}},
  title        = {{{Survey on Algorithms for Self-Stabilizing Overlay Networks}}},
  doi          = {{10.1145/3397190}},
  year         = {{2020}},
}

@phdthesis{15631,
  author       = {{Feldkord, Björn}},
  title        = {{{Mobile Resource Allocation}}},
  doi          = {{10.17619/UNIPB/1-869}},
  year         = {{2020}},
}

@misc{15770,
  author       = {{Warner, Daniel}},
  publisher    = {{Universität Paderborn}},
  title        = {{{On the complexity of local transformations in SDN overlays}}},
  year         = {{2020}},
}

@inproceedings{15169,
  author       = {{Castenow, Jannik and Kolb, Christina and Scheideler, Christian}},
  booktitle    = {{Proceedings of the 21st International Conference on Distributed Computing and Networking (ICDCN)}},
  location     = {{Kolkata, Indien}},
  publisher    = {{ACM}},
  title        = {{{A Bounding Box Overlay for Competitive Routing in Hybrid Communication Networks}}},
  year         = {{2020}},
}

@article{13770,
  author       = {{Karl, Holger and Kundisch, Dennis and Meyer auf der Heide, Friedhelm and Wehrheim, Heike}},
  journal      = {{Business & Information Systems Engineering}},
  number       = {{6}},
  pages        = {{467--481}},
  publisher    = {{Springer}},
  title        = {{{A Case for a New IT Ecosystem: On-The-Fly Computing}}},
  doi          = {{10.1007/s12599-019-00627-x}},
  volume       = {{62}},
  year         = {{2020}},
}

@inproceedings{7636,
  abstract     = {{Self-stabilizing overlay networks have the advantage of being able to recover from illegal states and faults. 
However, the majority of these networks cannot give any guarantees on their functionality while the recovery process is going on. 
We are especially interested in searchability, i.e., the functionality that search messages for a specific node are answered successfully if a node exists in the network. 
In this paper we investigate overlay networks that ensure the maintenance of monotonic searchability while the self-stabilization is going on. 
More precisely, once a search message from node u to another node v is successfully delivered, all future search messages from u to v succeed as well.
We extend the existing research by focusing on skip graphs and present a solution for two scenarios: (i) the goal topology is a super graph of the perfect skip graph and (ii) the goal topology is exactly the perfect skip graph.
}},
  author       = {{Luo, Linghui and Scheideler, Christian and Strothmann, Thim Frederik}},
  booktitle    = {{Proceedings of the 2019 IEEE 33rd International Parallel and Distributed Processing Symposium (IPDPS '19)}},
  location     = {{Rio de Janeiro, Brazil}},
  title        = {{{MultiSkipGraph: A Self-stabilizing Overlay Network that Maintains Monotonic Searchability}}},
  year         = {{2019}},
}

@inproceedings{8534,
  abstract     = {{We propose two protocols for distributed priority queues (denoted by 'heap' for simplicity in this paper) called SKEAP and SEAP. SKEAP realizes a distributed heap for a constant amount of priorities and SEAP one for an arbitrary amount. Both protocols build on an overlay, which induces an aggregation tree on which heap operations are aggregated in batches, ensuring that our protocols scale even for a high rate of incoming requests. As part of SEAP we provide a novel distributed protocol for the k-selection problem that runs in time O(log n) w.h.p. SKEAP guarantees sequential consistency for its heap operations, while SEAP guarantees serializability. SKEAP and SEAP provide logarithmic runtimes w.h.p. on all their operations. 
SKEAP and SEAP provide logarithmic runtimes w.h.p. on all their operations with SEAP having to use only O(log n) bit messages.}},
  author       = {{Feldmann, Michael and Scheideler, Christian}},
  booktitle    = {{Proceedings of the 31st ACM Symposium on Parallelism in Algorithms and Architectures (SPAA)}},
  pages        = {{287----296}},
  publisher    = {{ACM}},
  title        = {{{Skeap & Seap: Scalable Distributed Priority Queues for Constant and Arbitrary Priorities}}},
  doi          = {{10.1145/3323165.3323193}},
  year         = {{2019}},
}

@inproceedings{8871,
  author       = {{Augustine, John and Ghaffari, Mohsen and Gmyr, Robert and Hinnenthal, Kristian and Kuhn, Fabian and Li, Jason and Scheideler, Christian}},
  booktitle    = {{Proceedings of the 31st ACM Symposium on Parallelism in Algorithms and Architectures}},
  pages        = {{69----79}},
  publisher    = {{ACM}},
  title        = {{{Distributed Computation in Node-Capacitated Networks}}},
  doi          = {{10.1145/3323165.3323195}},
  year         = {{2019}},
}

@inproceedings{10586,
  abstract     = {{We consider the problem of transforming a given graph G_s into a desired graph G_t by applying a minimum number of primitives from a particular set of local graph transformation primitives. These primitives are local in the sense that each node can apply them based on local knowledge and by affecting only its 1-neighborhood. Although the specific set of primitives we consider makes it possible to transform any (weakly) connected graph into any other (weakly) connected graph consisting of the same nodes, they cannot disconnect the graph or introduce new nodes into the graph, making them ideal in the context of supervised overlay network transformations. We prove that computing a minimum sequence of primitive applications (even centralized) for arbitrary G_s and G_t is NP-hard, which we conjecture to hold for any set of local graph transformation primitives satisfying the aforementioned properties. On the other hand, we show that this problem admits a polynomial time algorithm with a constant approximation ratio.}},
  author       = {{Scheideler, Christian and Setzer, Alexander}},
  booktitle    = {{Proceedings of the 46th International Colloquium on Automata, Languages, and Programming}},
  keywords     = {{Graphs transformations, NP-hardness, approximation algorithms}},
  location     = {{Patras, Greece}},
  pages        = {{150:1----150:14}},
  publisher    = {{Dagstuhl Publishing}},
  title        = {{{On the Complexity of Local Graph Transformations}}},
  doi          = {{10.4230/LIPICS.ICALP.2019.150}},
  volume       = {{132}},
  year         = {{2019}},
}

@inproceedings{12870,
  author       = {{Feldkord, Björn and Knollmann, Till and Malatyali, Manuel and Meyer auf der Heide, Friedhelm}},
  booktitle    = {{Proceedings of the 17th Workshop on Approximation and Online Algorithms (WAOA)}},
  pages        = {{120 -- 137}},
  publisher    = {{Springer}},
  title        = {{{Managing Multiple Mobile Resources}}},
  doi          = {{10.1007/978-3-030-39479-0_9}},
  year         = {{2019}},
}

@inproceedings{15627,
  author       = {{Augustine, John and Hinnenthal, Kristian and Kuhn, Fabian and Scheideler, Christian and Schneider, Philipp}},
  booktitle    = {{Proceedings of the Fourteenth Annual ACM-SIAM Symposium on Discrete Algorithms}},
  isbn         = {{9781611975994}},
  pages        = {{1280--1299}},
  title        = {{{Shortest Paths in a Hybrid Network Model}}},
  doi          = {{10.1137/1.9781611975994.78}},
  year         = {{2019}},
}

@proceedings{14829,
  editor       = {{Scheideler, Christian and Berenbrink, Petra}},
  isbn         = {{978-1-4503-6184-2}},
  publisher    = {{ACM}},
  title        = {{{The 31st ACM Symposium on Parallelism in Algorithms and Architectures, SPAA 2019, Phoenix, AZ, USA, June 22-24, 2019}}},
  doi          = {{10.1145/3323165}},
  year         = {{2019}},
}

@article{13873,
  author       = {{Feldkord, Björn and Meyer auf der Heide, Friedhelm}},
  journal      = {{ACM Transactions on Parallel Computing (TOPC)}},
  number       = {{3}},
  title        = {{{The Mobile Server Problem}}},
  doi          = {{10.1145/3364204}},
  volume       = {{6}},
  year         = {{2019}},
}

@inproceedings{13942,
  author       = {{Markarian, Christine and Meyer auf der Heide, Friedhelm}},
  booktitle    = {{Proceedings of the 8th International Conference on Operations Research and Enterprise Systems}},
  pages        = {{315--321}},
  publisher    = {{SciTePress}},
  title        = {{{Online Algorithms for Leasing Vertex Cover and Leasing Non-metric Facility Location}}},
  doi          = {{10.5220/0007369503150321}},
  year         = {{2019}},
}

@article{13946,
  author       = {{Abu-Khzam, Faisal N. and Li, Shouwei and Markarian, Christine and Meyer auf der Heide, Friedhelm and Podlipyan, Pavel}},
  journal      = {{Theoretical Computer Science}},
  pages        = {{2--12}},
  title        = {{{Efficient parallel algorithms for parameterized problems}}},
  doi          = {{10.1016/j.tcs.2018.11.006}},
  volume       = {{786}},
  year         = {{2019}},
}

@inproceedings{14539,
  author       = {{Castenow, Jannik and Kolb, Christina and Scheideler, Christian}},
  booktitle    = {{Proceedings of the 26th International Colloquium on Structural Information and Communication Complexity (SIROCCO)}},
  location     = {{L'Aquila, Italy}},
  pages        = {{345--348}},
  title        = {{{A Bounding Box Overlay for Competitive Routing in Hybrid Communication Networks}}},
  doi          = {{10.1007/978-3-030-24922-9\_26}},
  year         = {{2019}},
}

@inproceedings{13182,
  abstract     = {{We consider congestion control in peer-to-peer distributed systems. 
The problem can be reduced to the following scenario: Consider a set $V$ of $n$ peers (called \emph{clients} in this paper) that want to send messages to a fixed common peer (called \emph{server} in this paper).
We assume that each client $v \in V$ sends a message with probability $p(v) \in [0,1)$ and the server has a capacity of $\sigma \in \mathbb{N}$, i.e., it can recieve at most $\sigma$ messages per round and excess messages are dropped.
The server can modify these probabilities when clients send messages.
Ideally, we wish to converge to a state with $\sum p(v) = \sigma$ and $p(v) = p(w)$ for all $v,w \in V$.	

We propose a \emph{loosely} self-stabilizing protocol with a slightly relaxed legitimate state.   
Our protocol lets the system converge from \emph{any} initial state to a state where $\sum p(v) \in \left[\sigma \pm \epsilon\right]$ and $|p(v)-p(w)| \in O(\frac{1}{n})$. 
This property is then maintained for $\Omega(n^{\mathfrak{c}})$ rounds in expectation.
In particular, the initial client probabilities and server variables are not necessarily well-defined, i.e., they may have arbitrary values.

Our protocol uses only $O(W + \log n)$ bits of memory where $W$ is length of node identifiers, making it very lightweight.
Finally we state a lower bound on the convergence time an see that our protocol performs asymptotically optimal (up to some polylogarithmic factor).
}},
  author       = {{Feldmann, Michael and Götte, Thorsten and Scheideler, Christian}},
  booktitle    = {{Proceedings of the 21st International Symposium on Stabilization, Safety, and Security of Distributed Systems (SSS)}},
  pages        = {{149--164}},
  publisher    = {{Springer, Cham}},
  title        = {{{A Loosely Self-stabilizing Protocol for Randomized Congestion Control with Logarithmic Memory}}},
  doi          = {{https://doi.org/10.1007/978-3-030-34992-9_13}},
  year         = {{2019}},
}

