Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- ArticleNovember 2006
iPlane: an information plane for distributed services
- Harsha V. Madhyastha,
- Tomas Isdal,
- Michael Piatek,
- Colin Dixon,
- Thomas Anderson,
- Arvind Krishnamurthy,
- Arun Venkataramani
OSDI '06: Proceedings of the 7th symposium on Operating systems design and implementationPages 367–380In this paper, we present the design, implementation, and evaluation of iPlane, a scalable service providing accurate predictions of Internet path performance for emerging overlay services. Unlike the more common black box latency prediction techniques ...
- ArticleNovember 2006
Experiences building PlanetLab
OSDI '06: Proceedings of the 7th symposium on Operating systems design and implementationPages 351–366This paper reports our experiences building PlanetLab over the last four years. It identifies the requirements that shaped PlanetLab, explains the design decisions that resulted from resolving conflicts among these requirements, and reports our ...
- ArticleNovember 2006
The Chubby lock service for loosely-coupled distributed systems
OSDI '06: Proceedings of the 7th symposium on Operating systems design and implementationPages 335–350We describe our experiences with the Chubby lock service, which is intended to provide coarse-grained locking as well as reliable (though low-volume) storage for a loosely-coupled distributed system. Chubby provides an interface much like a distributed ...
- ArticleNovember 2006
Distributed directory service in the Farsite file system
OSDI '06: Proceedings of the 7th symposium on Operating systems design and implementationPages 321–334We present the design, implementation, and evaluation of a fully distributed directory service for Farsite, a logically centralized file system that is physically implemented on a loosely coupled network of desktop computers. Prior to this work, the ...
- ArticleNovember 2006
Ceph: a scalable, high-performance distributed file system
OSDI '06: Proceedings of the 7th symposium on Operating systems design and implementationPages 307–320We have developed Ceph, a distributed file system that provides excellent performance, reliability, and scalability. Ceph maximizes the separation between data and metadata management by replacing allocation tables with a pseudo-random data distribution ...
- ArticleNovember 2006
Persistent personal names for globally connected mobile devices
OSDI '06: Proceedings of the 7th symposium on Operating systems design and implementationPages 233–248The Unmanaged Internet Architecture (UIA) provides zero-configuration connectivity among mobile devices through personal names. Users assign personal names through an ad hoc device introduction process requiring no central allocation. Once assigned, ...
- ArticleNovember 2006
EnsemBlue: integrating distributed storage and consumer electronics
OSDI '06: Proceedings of the 7th symposium on Operating systems design and implementationPages 219–232EnsemBlue is a distributed file system for personal multimedia that incorporates both general-purpose computers and consumer electronic devices (CEDs). Ensem-Blue leverages the capabilities of a few general-purpose computers to make CEDs first class ...
- ArticleNovember 2006
Bigtable: a distributed storage system for structured data
- Fay Chang,
- Jeffrey Dean,
- Sanjay Ghemawat,
- Wilson C. Hsieh,
- Deborah A. Wallach,
- Mike Burrows,
- Tushar Chandra,
- Andrew Fikes,
- Robert E. Gruber
OSDI '06: Proceedings of the 7th symposium on Operating systems design and implementationPages 205–218Bigtable is a distributed storage system for managing structured data that is designed to scale to a very large size: petabytes of data across thousands of commodity servers. Many projects at Google store data in Bigtable, including web indexing, Google ...
- ArticleNovember 2006
BAR gossip
OSDI '06: Proceedings of the 7th symposium on Operating systems design and implementationPages 191–204We present the first peer-to-peer data streaming application that guarantees predictable throughput and low latency in the BAR (Byzantine/Altruistic/Rational) model, in which non-altruistic nodes can behave in ways that are self-serving (rational) or ...
- ArticleNovember 2006
HQ replication: a hybrid quorum protocol for byzantine fault tolerance
OSDI '06: Proceedings of the 7th symposium on Operating systems design and implementationPages 177–190There are currently two approaches to providing Byzantine-fault-tolerant state machine replication: a replica-based approach, e.g., BFT, that uses communication between replicas to agree on a proposed ordering of requests, and a quorum-based approach, ...