TY - JOUR AU - Jacob, Riko AU - W. Richa, Andrea AU - Scheideler, Christian AU - Schmid, Stefan AU - Täubig, Hanjo ID - 1858 IS - 6 JF - J. ACM TI - SKIP*: A Self-Stabilizing Skip Graph ER - TY - CONF AU - Derakhshandeh, Zahra AU - Dolev, Shlomi AU - Gmyr, Robert AU - W. Richa, Andrea AU - Scheideler, Christian AU - Strothmann, Thim Frederik ID - 1863 SN - 978-1-4503-2821-0 T2 - 26th ACM Symposium on Parallelism in Algorithms and Architectures, SPAA'14, Prague, Czech Republic - June 23 - 25, 2014 TI - Brief announcement: amoebot - a new model for programmable matter ER - TY - CONF AB - This paper considers the problem of how to efficiently share a wireless medium which is subject to harsh external interference or even jamming. While this problem has already been studied intensively for simplistic single-hop or unit disk graph models, we make a leap forward and study MAC protocols for the SINR interference model (a.k.a. the physical model). We make two contributions. First, we introduce a new adversarial SINR model which captures a wide range of interference phenomena. Concretely, we consider a powerful, adaptive adversary which can jam nodes at arbitrary times and which is only limited by some energy budget. The second contribution of this paper is a distributed MAC protocol which provably achieves a constant competitive throughput in this environment: we show that, with high probability, the protocol ensures that a constant fraction of the non-blocked time periods is used for successful transmissions. AU - Ogierman, Adrian AU - Richa, Andrea W. AU - Scheideler, Christian AU - Schmid, Stefan AU - Zhang, Jin ID - 446 T2 - Proceedings of the 33rd Annual IEEE International Conference on Computer Communications (INFOCOM) TI - Competitive MAC under adversarial SINR ER - TY - CONF AB - In this survey article, we discuss two algorithmic research areas that emerge from problems that arise when resources are offered in the cloud. The first area, online leasing, captures problems arising from the fact that resources in the cloud are not bought, but leased by cloud vendors. The second area, Distributed Storage Systems, deals with problems arising from so-called cloud federations, i.e., when several cloud providers are needed to fulfill a given task. AU - Kniesburges, Sebastian AU - Markarian, Christine AU - Meyer auf der Heide, Friedhelm AU - Scheideler, Christian ID - 459 T2 - Proceedings of the 21st International Colloquium on Structural Information and Communication Complexity (SIROCCO) TI - Algorithmic Aspects of Resource Management in the Cloud ER - TY - JOUR AB - Topological self-stabilization is an important concept to build robust open distributed systems (such as peer-to-peer systems) where nodes can organize themselves into meaningful network topologies. The goal is to devise distributed algorithms where nodes forward, insert, and delete links to neighboring nodes, and that converge quickly to such a desirable topology, independently of the initial network configuration. This article proposes a new model to study the parallel convergence time. Our model sheds light on the achievable parallelism by avoiding bottlenecks of existing models that can yield a distorted picture. As a case study, we consider local graph linearization—i.e., how to build a sorted list of the nodes of a connected graph in a distributed and self-stabilizing manner. In order to study the main structure and properties of our model, we propose two variants of a most simple local linearization algorithm. For each of these variants, we present analyses of the worst-case and bestcase parallel time complexities, as well as the performance under a greedy selection of the actions to be executed. It turns out that the analysis is non-trivial despite the simple setting, and to complement our formal insights we report on our experiments which indicate that the runtimes may be better in the average case. AU - Gall, Dominik AU - Jacob, Riko AU - Richa, Andrea W. AU - Scheideler, Christian AU - Schmid, Stefan AU - Täubig, Hanjo ID - 464 IS - 1 JF - Theory of Computing Systems TI - A Note on the Parallel Runtime of Self-Stabilizing Graph Linearization ER - TY - CONF AB - A fundamental problem for peer-to-peer systems is to maintain connectivity while nodes are leaving, i.e., the nodes requesting to leave the peer-to-peer system are excluded from the overlay network without affecting its connectivity. There are a number of studies for safe node exclusion if the overlay is in a well-defined state initially. Surprisingly, the problem is not formally studied yet for the case in which the overlay network is in an arbitrary initial state, i.e., when looking for a self-stabilizing solution for excluding leaving nodes. We study this problem in two variants: the Finite Departure Problem (FDP) ) and the Finite Sleep Problem (FSP). In the FDP the leaving nodes have to irrevocably decide when it is safe to leave the network, whereas in the FSP, this leaving decision does not have to be final: the nodes may resume computation if necessary. We show that there is no self-stabilizing distributed algorithm for the FDP, even in a synchronous message passing model. To allow a solution, we introduce an oracle called NIDEC and show that it is sufficient even for the asynchronous message passing model by proposing an algorithm that can solve the FDP using NIDEC. We also show that a solution to the FSP does not require an oracle. AU - Foreback, Dianne AU - Koutsopoulos, Andreas AU - Nesterenko, Mikhail AU - Scheideler, Christian AU - Strothmann, Thim Frederik ID - 393 T2 - Proceedings of the 16th International Symposium on Stabilization, Safety, and Security of Distributed Systems TI - On Stabilizing Departures in Overlay Networks ER - TY - CONF AB - We present a factor $14D^2$ approximation algorithm for the minimum linear arrangement problem on series-parallel graphs, where $D$ is the maximum degree in the graph. Given a suitable decomposition of the graph, our algorithm runs in time $O(|E|)$ and is very easy to implement. Its divide-and-conquer approach allows for an effective parallelization. Note that a suitable decomposition can also be computed in time $O(|E|\log{|E|})$ (or even $O(\log{|E|}\log^*{|E|})$ on an EREW PRAM using $O(|E|)$ processors). For the proof of the approximation ratio, we use a sophisticated charging method that uses techniques similar to amortized analysis in advanced data structures. On general graphs, the minimum linear arrangement problem is known to be NP-hard. To the best of our knowledge, the minimum linear arrangement problem on series-parallel graphs has not been studied before. AU - Scheideler, Christian AU - Eikel, Martina AU - Setzer, Alexander ID - 397 T2 - Proceedings of the 12th Workshop on Approximation and Online Algorithms (WAOA) TI - Minimum Linear Arrangement of Series-Parallel Graphs ER - TY - CONF AB - In this paper we present and analyze HSkip+, a self-stabilizing overlay network for nodes with arbitrary heterogeneous bandwidths. HSkip+ has the same topology as the Skip+ graph proposed by Jacob et al. [PODC 2009] but its self-stabilization mechanism significantly outperforms the self-stabilization mechanism proposed for Skip+. Also, the nodes are now ordered according to their bandwidths and not according to their identifiers. Various other solutions have already been proposed for overlay networks with heterogeneous bandwidths, but they are not self-stabilizing. In addition to HSkip+ being self-stabilizing, its performance is on par with the best previous bounds on the time and work for joining or leaving a network of peers of logarithmic diameter and degree and arbitrary bandwidths. Also, the dilation and congestion for routing messages is on par with the best previous bounds for such networks, so that HSkip+ combines the advantages of both worlds. Our theoretical investigations are backed by simulations demonstrating that HSkip+ is indeed performing much better than Skip+ and working correctly under high churn rates. AU - Feldotto, Matthias AU - Scheideler, Christian AU - Graffi, Kalman ID - 412 T2 - Proceedings of the 14th IEEE International Conference on Peer-to-Peer Computing (P2P) TI - HSkip+: A Self-Stabilizing Overlay Network for Nodes with Heterogeneous Bandwidths ER - TY - JOUR AU - W. Richa, Andr{\'{e}}a AU - Scheideler, Christian AU - Schmid, Stefan AU - Zhang, Jin ID - 1868 IS - 3 JF - Distributed Computing TI - Competitive throughput in multi-hop wireless networks despite adaptive jamming ER - TY - JOUR AU - Mohd Nor, Rizal AU - Nesterenko, Mikhail AU - Scheideler, Christian ID - 1870 JF - Theor. Comput. Sci. TI - Corona: A stabilizing deterministic message-passing skip list ER -