diff --git a/Bibliography.md b/Bibliography.md index d965211..a010fad 100644 --- a/Bibliography.md +++ b/Bibliography.md @@ -69,6 +69,8 @@ isn't as fast as Rizzo's implementation, but the tutorial is nice. ## P2P / Distributed Systems / Decentralization +[Networking Named Content](http://conferences.sigcomm.org/co-next/2009/papers/Jacobson.pdf) -- "Content-Centric Networking" is decentralized storage as envisioned by networking experts + [Dynamo: Amazon's Highly Available Key-value Store](http://s3.amazonaws.com/AllThingsDistributed/sosp/amazon-dynamo-sosp2007.pdf) -- sophisticated distributed hash table polished by extensive high-performance practical usage; An excellent paper! [Fixing the Embarrassing Slowness of OpenDHT on [PlanetLab](PlanetLab) (2005)](http://citeseer.ist.psu.edu/rhea05fixing.html) -- practical lessons in DHT performance that theoreticians learned by deployment