Results 1 -
4 of
4
Wide-area cooperative storage with CFS
, 2001
"... The Cooperative File System (CFS) is a new peer-to-peer readonly storage system that provides provable guarantees for the efficiency, robustness, and load-balance of file storage and retrieval. CFS does this with a completely decentralized architecture that can scale to large systems. CFS servers pr ..."
Abstract
-
Cited by 999 (53 self)
- Add to MetaCart
provide a distributed hash table (DHash) for block storage. CFS clients interpret DHash blocks as a file system. DHash distributes and caches blocks at a fine granularity to achieve load balance, uses replication for robustness, and decreases latency with server selection. DHash finds blocks using
A Cooperative File System
- MASTER’S THESIS, MASSACHUSETTS INSTITUTE OF TECHNOLOGY (MIT
, 2001
"... The Cooperative File System (CFS) is a new peer-to-peer read-only storage system that provides provable guarantees for the efficiency, robustness, and load-balance of file storage and retrieval. CFS does this with a completely decentralized architecture that can scale to large systems. CFS servers p ..."
Abstract
-
Cited by 17 (2 self)
- Add to MetaCart
provide a distributed hash table (DHash) for block storage. CFS clients interpret DHash blocks as a file system. DHash distributes and caches blocks at a fine granularity to achieve load balance, uses replication for robustness, and decreases latency with server selection. DHash finds blocks using
Decentralized Multi User Read /Write Peer To Peer File Systems
"... File system is main concept of any distributed system implementation. Shared read/write file systems pose a number of challenges. Major one is multiple distributed writer make maintenance of consistent file systems Meta data difficult. In this project a multi user read/write peer-peer file system is ..."
Abstract
- Add to MetaCart
messages it generates, and thus optimizing replica retrieval. DHash distributes and caches blocks at a fine granularity to achieve load balance, uses replication for robustness, and decreases latency with server selection. We are implementing this file system over peer to peer look up service. A