From 20d9de524f8d4e5c9934413f5d7c5e0c42c79422 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Thu, 8 May 2008 23:08:12 +0000 Subject: [PATCH] reorganize a bit [Imported from Trac: page Bibliography, version 19] --- Bibliography.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/Bibliography.md b/Bibliography.md index f63f25b..c01104a 100644 --- a/Bibliography.md +++ b/Bibliography.md @@ -1,18 +1,6 @@ Here are some papers that are potentially of interest. -[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 - -[Non-Transitive Connectivity and DHTs](http://srhea.net/papers/ntr-worlds05.pdf) -- practical lessons in dealing with not-fully-connected DHTs that theoreticians learned in deployment - -[POST: A Secure, Resilient, Cooperative Messaging System](http://citeseer.ist.psu.edu/mislove03post.html) -- use a DHT for messaging; includes a suggestion to ameliorate the confidentiality problems of single-instance store by adding random bits to small text messages - -[A brief history of Consensus, 2PC and Transaction Commit.](http://betathoughts.blogspot.com/2007/06/brief-history-of-consensus-2pc-and.html) -- a web page summarizing the evolution of the academic theory of decentralized, reliable systems. - -[Measurement and Analysis of TCP Throughput Collapse in Cluster-based Storage Systems](http://www.cs.cmu.edu/~dga/papers/incast-fast2008-abstract.html) -- Hm... Could this happen to us? - ## Crypto ### Symmetric Primitives @@ -39,6 +27,20 @@ Here are some papers that are potentially of interest. [eXplode: A lightweight, general approach for finding serious errors in storage systems](https://www.stanford.edu/~engler/explode-osdi06.pdf), a follow-on by the authors of "Using Model Checking to Find Serious File System Errors", compares ext2, ext3, reiserfs, reiser4, jfs, xfs, msdos, vfat, hfs, and hfs+ to see if you sync them and then crash them if your allegedly synced data is actually recoverable (impatient: page 11) +## P2P / Distributed Systems / Decentralization + +[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 + +[Non-Transitive Connectivity and DHTs](http://srhea.net/papers/ntr-worlds05.pdf) -- practical lessons in dealing with not-fully-connected DHTs that theoreticians learned in deployment + +[POST: A Secure, Resilient, Cooperative Messaging System](http://citeseer.ist.psu.edu/mislove03post.html) -- use a DHT for messaging; includes a suggestion to ameliorate the confidentiality problems of single-instance store by adding random bits to small text messages + +[A brief history of Consensus, 2PC and Transaction Commit.](http://betathoughts.blogspot.com/2007/06/brief-history-of-consensus-2pc-and.html) -- a web page summarizing the evolution of the academic theory of decentralized, reliable systems. + +[Measurement and Analysis of TCP Throughput Collapse in Cluster-based Storage Systems](http://www.cs.cmu.edu/~dga/papers/incast-fast2008-abstract.html) -- Hm... Could this happen to us? + ## See Also This page is inspired by [flud](http://flud.org)'s [Related Papers](http://flud.org/wiki/index.php/RelatedPapers) page, which is well worth reading.