From df53c9e2e8bc4692bdad3900f2909eb76756d235 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Tue, 14 Dec 2010 05:11:11 +0000 Subject: [PATCH] add Content-Centric Networking [Imported from Trac: page Bibliography, version 59] --- Bibliography.md | 2 ++ 1 file changed, 2 insertions(+) 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