add Content-Centric Networking

[Imported from Trac: page Bibliography, version 59]
zooko 2010-12-14 05:11:11 +00:00
parent 3b57476325
commit df53c9e2e8

@ -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