128 research outputs found
Spectral methods for efficient load balancing stragegies
von Robert ElsässerPaderborn, Univ., Diss., 200
Efficient randomised broadcasting in random regular networks with applications in peer-to-peer systems
We consider broadcasting in random d-regular graphs by using a simple modification of the random phone call model introduced by Karp et al. (Proceedings of the FOCS ’00, 2000). In the phone call model, in every time step, each node calls a randomly chosen neighbour to establish a communication channel to this node. The communication channels can then be used bi-directionally to transmit messages. We show that, if we allow every node to choose four distinct neighbours instead of one, then the average number of message transmissions per node required to broadcast a message efficiently decreases exponentially. Formally, we present an algorithm that has time complexity O(logn) and uses O(nloglogn) transmissions per message. In contrast, we show for the standard model that every distributed algorithm in a restricted address-oblivious model that broadcasts a message in time O(logn) requires Ω(nlogn/logd) message transmissions. Our algorithm efficiently handles limited communication failures, only requires rough estimates of the number of nodes, and is robust against limited changes in the size of the network. Our results have applications in peer-to-peer networks and replicated databases. Preliminary version published in the Proceedings of the 27th Annual ACM SIGACT-SIGOPS Symposium on Principles of Distributed Computing (PODC 2008)
Discrete Load Balancing in Heterogeneous Networks with a Focus on Second-Order Diffusion
In this paper we consider a wide class of discrete diffusion load balancing
algorithms. The problem is defined as follows. We are given an interconnection
network and a number of load items, which are arbitrarily distributed among the
nodes of the network. The goal is to redistribute the load in iterative
discrete steps such that at the end each node has (almost) the same number of
items. In diffusion load balancing nodes are only allowed to balance their load
with their direct neighbors.
We show three main results. Firstly, we present a general framework for
randomly rounding the flow generated by continuous diffusion schemes over the
edges of a graph in order to obtain corresponding discrete schemes. Compared to
the results of Rabani, Sinclair, and Wanka, FOCS'98, which are only valid
w.r.t. the class of homogeneous first order schemes, our framework can be used
to analyze a larger class of diffusion algorithms, such as algorithms for
heterogeneous networks and second order schemes. Secondly, we bound the
deviation between randomized second order schemes and their continuous
counterparts. Finally, we provide a bound for the minimum initial load in a
network that is sufficient to prevent the occurrence of negative load at a node
during the execution of second order diffusion schemes.
Our theoretical results are complemented with extensive simulations on
different graph classes. We show empirically that second order schemes, which
are usually much faster than first order schemes, will not balance the load
completely on a number of networks within reasonable time. However, the maximum
load difference at the end seems to be bounded by a constant value, which can
be further decreased if first order scheme is applied once this value is
achieved by second order scheme.Comment: Full version of paper submitted to ICDCS 201
X-ray monitoring of the radio and gamma-ray loud Narrow-Line Seyfert 1 Galaxy PKS 2004-447
We present preliminary results of the X-ray analysis of XMM-Newton and Swift
observations as part of a multi-wavelength monitoring campaign in 2012 of the
radio-loud narrow line Seyfert 1 galaxy PKS 2004-447. The source was recently
detected in gamma-rays by Fermi/LAT among only four other galaxies of that
type. The 0.5-10 keV X-ray spectrum is well-described by a simple absorbed
powerlaw (photon index ~ 1.6). The source brightness exhibits variability on
timescales of months to years with indications for spectral variability, which
follows a 'bluer-when-brighter' behaviour, similar to blazars.Comment: Proceedings for the 'Jet 2013' conference. Includes 3 pages, 3
figure
Population Protocols for Exact Plurality Consensus -- How a small chance of failure helps to eliminate insignificant opinions
We consider the \emph{exact plurality consensus} problem for \emph{population
protocols}. Here, anonymous agents start each with one of opinions.
Their goal is to agree on the initially most frequent opinion (the
\emph{plurality opinion}) via random, pairwise interactions. The case of opinions is known as the \emph{majority problem}. Recent breakthroughs led
to an always correct, exact majority population protocol that is both time- and
space-optimal, needing states per agent and, with high probability,
time~[Doty, Eftekhari, Gasieniec, Severson, Stachowiak, and
Uznanski; 2021]. We know that any always correct protocol requires
states, while the currently best protocol needs
states~[Natale and Ramezani; 2019]. For ordered opinions, this can be improved
to ~[Gasieniec, Hamilton, Martin, Spirakis, and Stachowiak; 2016]. We
design protocols for plurality consensus that beat the quadratic lower bound by
allowing a negligible failure probability. While our protocols might fail, they
identify the plurality opinion with high probability even if the bias is .
Our first protocol achieves this via tournaments in time using states. While it assumes an ordering on the opinions,
we remove this restriction in our second protocol, at the cost of a slightly
increased time . By efficiently pruning
insignificant opinions, our final protocol reduces the number of tournaments at
the cost of a slightly increased state complexity . This improves the time to , where
is the initial size of the plurality. Note that is at
most and can be much smaller (e.g., in case of a large bias or if there are
many small opinions)
- …