1 Introduction
Quorums are a basic construction in many distributed systems. They can be used as building blocks (or at least as design pattern) in solving various fundamental problems such as Consensus [16], distributed dictionaries and location services [12], distributed storage [2], [25], etc. While most implementations of quorum systems are deterministic, some works have suggested the use of probabilistic quorums as a way of improving their resilience, efficiency, and scalability [27].