Brahms: Byzantine Resilient Random Membership Sampling.
Source:
ACM PODC, Toronto, Canada (2008)
Keywords:
Random sampling, gossip, membership, Byzantine failures
Abstract:
We present Brahms, an algorithm for sampling random nodes in a
large dynamic system prone to malicious behavior. Brahms stores
small membership views at each node, and yet overcomes Byzantine
attacks by a linear portion of the system. Brahms is composed
of two components. The first one is a resilient gossip-based membership
protocol. The second one uses a novel memory-efficient
approach for uniform sampling from a possibly biased stream of ids
that traverse the node. We evaluate Brahms using rigorous analysis,
backed by simulations, which show that our theoretical model captures
the protocol’s essentials. We study two representative attacks,
and show that with high probability, an attacker cannot create a
partition between correct nodes. We further prove that each node’s
sample converges to a uniform one over time. To our knowledge,
no such properties were proven for gossip protocols in the past.