TY - JOUR AU - Derakhshandeh, Zahra AU - Gmyr, Robert AU - W. Richa, Andrea AU - Scheideler, Christian AU - Strothmann, Thim Frederik ID - 1814 JF - Theor. Comput. Sci. TI - Universal coating for programmable matter ER - TY - CONF AU - J. Daymude, Joshua AU - Gmyr, Robert AU - W. Richa, Andrea AU - Scheideler, Christian AU - Strothmann, Thim Frederik ID - 1815 T2 - Algorithms for Sensor Systems - 13th International Symposium on Algorithms and Experiments for Wireless Sensor Networks, ALGOSENSORS 2017, Vienna, Austria, September 7-8, 2017, Revised Selected Papers TI - Improved Leader Election for Self-organizing Programmable Matter ER - TY - CONF AB - We initiate the study of network monitoring algorithms in a class of hybrid networks in which the nodes are connected by an external network and an internal network (as a short form for externally and internally controlled network). While the external network lies outside of the control of the nodes (or in our case, the monitoring protocol running in them) and might be exposed to continuous changes, the internal network is fully under the control of the nodes. As an example, consider a group of users with mobile devices having access to the cell phone infrastructure. While the network formed by the WiFi connections of the devices is an external network (as its structure is not necessarily under the control of the monitoring protocol), the connections between the devices via the cell phone infrastructure represent an internal network (as it can be controlled by the monitoring protocol). Our goal is to continuously monitor properties of the external network with the help of the internal network. We present scalable distributed algorithms that efficiently monitor the number of edges, the average node degree, the clustering coefficient, the bipartiteness, and the weight of a minimum spanning tree. Their performance bounds demonstrate that monitoring the external network state with the help of an internal network can be done much more efficiently than just using the external network, as is usually done in the literature. AU - Gmyr, Robert AU - Hinnenthal, Kristian AU - Scheideler, Christian AU - Sohler, Christian ID - 105 T2 - Proceedings of the 44th International Colloquium on Automata, Languages, and Programming (ICALP) TI - Distributed Monitoring of Network Properties: The Power of Hybrid Networks ER - TY - CONF AB - Searching for other participants is one of the most important operations in a distributed system.We are interested in topologies in which it is possible to route a packet in a fixed number of hops until it arrives at its destination.Given a constant $d$, this paper introduces a new self-stabilizing protocol for the $q$-ary $d$-dimensional de Bruijn graph ($q = \sqrt[d]{n}$) that is able to route any search request in at most $d$ hops w.h.p., while significantly lowering the node degree compared to the clique: We require nodes to have a degree of $\mathcal O(\sqrt[d]{n})$, which is asymptotically optimal for a fixed diameter $d$.The protocol keeps the expected amount of edge redirections per node in $\mathcal O(\sqrt[d]{n})$, when the number of nodes in the system increases by factor $2^d$.The number of messages that are periodically sent out by nodes is constant. AU - Feldmann, Michael AU - Scheideler, Christian ID - 125 SN - 978-3-319-69083-4 T2 - Proceedings of the 19th International Symposium on Stabilization, Safety, and Security of Distributed Systems (SSS) TI - A Self-Stabilizing General De Bruijn Graph VL - 10616 ER - TY - CONF AB - We study the consensus problem in a synchronous distributed system of n nodes under an adaptive adversary that has a slightly outdated view of the system and can block all incoming and outgoing communication of a constant fraction of the nodes in each round. Motivated by a result of Ben-Or and Bar-Joseph (1998), showing that any consensus algorithm that is resilient against a linear number of crash faults requires $\tilde \Omega(\sqrt n)$ rounds in an n-node network against an adaptive adversary, we consider a late adaptive adversary, who has full knowledge of the network state at the beginning of the previous round and unlimited computational power, but is oblivious to the current state of the nodes. Our main contributions are randomized distributed algorithms that achieve consensus with high probability among all except a small constant fraction of the nodes (i.e., "almost-everywhere'') against a late adaptive adversary who can block up to ε n$ nodes in each round, for a small constant ε >0$. Our first protocol achieves binary almost-everywhere consensus and also guarantees a decision on the majority input value, thus ensuring plurality consensus. We also present an algorithm that achieves the same time complexity for multi-value consensus. Both of our algorithms succeed in $O(log n)$ rounds with high probability, thus showing an exponential gap to the $\tilde\Omega(\sqrt n)$ lower bound of Ben-Or and Bar-Joseph for strongly adaptive crash-failure adversaries, which can be strengthened to $\Omega(n)$ when allowing the adversary to block nodes instead of permanently crashing them. Our algorithms are scalable to large systems as each node contacts only an (amortized) constant number of peers in each communication round. We show that our algorithms are optimal up to constant (resp.\ sub-logarithmic) factors by proving that every almost-everywhere consensus protocol takes $\Omega(log_d n)$ rounds in the worst case, where d is an upper bound on the number of communication requests initiated per node in each round. We complement our theoretical results with an experimental evaluation of the binary almost-everywhere consensus protocol revealing a short convergence time even against an adversary blocking a large fraction of nodes. AU - Robinson, Peter AU - Scheideler, Christian AU - Setzer, Alexander ID - 3422 KW - distributed consensus KW - randomized algorithm KW - adaptive adversary KW - complexity lower bound SN - 978-1-4503-5799-9/18/07 T2 - Proceedings of the 30th ACM Symposium on Parallelism in Algorithms and Architectures (SPAA) TI - Breaking the $\tilde\Omega(\sqrt{n})$ Barrier: Fast Consensus under a Late Adversary ER - TY - CONF AB - In this paper we present two major results: First, we introduce the first self-stabilizing version of a supervised overlay network (as introduced in~\cite{DBLP:conf/ispan/KothapalliS05}) by presenting a self-stabilizing supervised skip ring. Secondly, we show how to use the self-stabilizing supervised skip ring to construct an efficient self-stabilizing publish-subscribe system. That is, in addition to stabilizing the overlay network, every subscriber of a topic will eventually know all of the publications that have been issued so far for that topic. The communication work needed to processes a subscribe or unsubscribe operation is just a constant in a legitimate state, and the communication work of checking whether the system is still in a legitimate state is just a constant on expectation for the supervisor as well as any process in the system. AU - Feldmann, Michael AU - Kolb, Christina AU - Scheideler, Christian AU - Strothmann, Thim Frederik ID - 1163 KW - Topological Self-stabilization KW - Supervised Overlay KW - Publish-Subscribe System T2 - Proceedings of the 32nd IEEE International Parallel & Distributed Processing Symposium (IPDPS) TI - Self-Stabilizing Supervised Publish-Subscribe Systems ER - TY - CONF AB - We propose a distributed protocol for a queue, called Skueue, which spreads its data fairly onto multiple processes, avoiding bottlenecks in high throughput scenarios. Skueuecan be used in highly dynamic environments, through the addition of join and leave requests to the standard queue operations enqueue and dequeue. Furthermore Skueue satisfies sequential consistency in the asynchronous message passing model. Scalability is achieved by aggregating multiple requests to a batch, which can then be processed in a distributed fashion without hurting the queue semantics. Operations in Skueue need a logarithmic number of rounds w.h.p. until they are processed, even under a high rate of incoming requests. AU - Feldmann, Michael AU - Scheideler, Christian AU - Setzer, Alexander ID - 1164 T2 - Proceedings of the 32nd IEEE International Parallel & Distributed Processing Symposium (IPDPS) TI - Skueue: A Scalable and Sequentially Consistent Distributed Queue ER - TY - JOUR AU - J. Daymude, Joshua AU - Derakhshandeh, Zahra AU - Gmyr, Robert AU - Porter, Alexandra AU - W. Richa, Andrea AU - Scheideler, Christian AU - Strothmann, Thim Frederik ID - 1796 IS - 1 JF - Natural Computing TI - On the runtime of universal coating for programmable matter ER - TY - CONF AU - Gmyr, Robert AU - Hinnenthal, Kristian AU - Kostitsyna, Irina AU - Kuhn, Fabian AU - Rudolph, Dorian AU - Scheideler, Christian AU - Strothmann, Thim Frederik ID - 5764 T2 - Proceedings of the 24th International Conference on DNA Computing and Molecular Programming TI - Forming Tile Shapes with Simple Robots ER - TY - GEN AB - In this paper, we investigate the use of trusted execution environments (TEEs, such as Intel's SGX) for an anonymous communication infrastructure over untrusted networks. For this, we present the general idea of exploiting trusted execution environments for the purpose of anonymous communication, including a continuous-time security framework that models strong anonymity guarantees in the presence of an adversary that observes all network traffic and can adaptively corrupt a constant fraction of participating nodes. In our framework, a participating node can generate a number of unlinkable pseudonyms. Messages are sent from and to pseudonyms, allowing both senders and receivers of messages to remain anonymous. We introduce a concrete construction, which shows viability of our TEE-based approach to anonymous communication. The construction draws from techniques from cryptography and overlay networks. Our techniques are very general and can be used as a basis for future constructions with similar goals. AU - Blömer, Johannes AU - Bobolz, Jan AU - Scheideler, Christian AU - Setzer, Alexander ID - 5820 TI - Provably Anonymous Communication Based on Trusted Execution Environments ER -