2015-10-07 19:11:04 +00:00
## Gossip
2014-10-29 05:02:33 +00:00
If you only read one of these papers, start with the classic Demers, et al paper:
2017-03-27 10:31:57 +00:00
* [Epidemic Algorithms for Replicated Database Maintenance ](http://bitsavers.informatik.uni-stuttgart.de/pdf/xerox/parc/techReports/CSL-89-1_Epidemic_Algorithms_for_Replicated_Database_Maintenance.pdf )
2014-10-29 05:02:33 +00:00
# Peer sampling services
Briefly, a peer sampling service is a system that maintains a restricted set (partial view) of the all machines participating in a gossip system.
* [The Peer Sampling Service: Experimental Evaluation of Unstructured Gossip-Based Implementations ](http://infoscience.epfl.ch/record/83409/files/neg--1184036295all.pdf )
2016-03-22 05:21:38 +00:00
* [HyParView: a membership protocol for reliable gossip-based broadcast ](http://asc.di.fct.unl.pt/~jleitao/pdf/dsn07-leitao.pdf )
2019-08-07 22:55:33 +00:00
* [SWIM: Scalable Weakly-consistent Infection-style Process Group Membership Protocol ](http://www.cs.cornell.edu/info/projects/spinglass/public_pdfs/swim.pdf )
2014-10-29 05:02:33 +00:00
# Epidemic broadcast
* [Large-Scale Newscast Computing on the Internet ](http://www.soc.napier.ac.uk/~benp/dream/dreampaper17.pdf )
* [Bimodal Multicast ](http://www.csl.mtu.edu/cs6461/www/Reading/Birman99.pdf )
2016-03-22 05:21:38 +00:00
* [Efficient Reconciliation and Flow Control for Anti-Entropy Protocols ](http://www.cs.cornell.edu/home/rvr/papers/flowgossip.pdf )
2014-10-29 05:02:33 +00:00
* [Epidemic Broadcast Trees ](http://www.gsd.inesc-id.pt/~ler/reports/srds07.pdf )
# Failure Detectors
2017-03-28 18:18:16 +00:00
* [A Gossip-Style Failure Detection Service ](https://ecommons.cornell.edu/bitstream/handle/1813/7341/98-1687.pdf )
2018-05-07 17:10:35 +00:00
* [The ϕ Accrual Failure Detector ](https://dspace.jaist.ac.jp/dspace/bitstream/10119/4784/1/IS-RR-2004-010.pdf )
2014-10-29 05:02:33 +00:00