Changes between Version 9 and Version 10 of Ticket #869


Ignore:
Timestamp:
2014-03-03T01:14:36Z (10 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #869 – Description

    v9 v10  
    1 source:docs/architecture.txt describes Tahoe as comprising three layers: '''key-value store''', '''filesystem''', and '''application'''.
     1[source:docs/architecture.rst] describes Tahoe as comprising three layers: '''key-value store''', '''filesystem''', and '''application'''.
    22
    33Most of what makes Tahoe different from other systems is in the filesystem layer -- the layer that implements a cryptographic capability filesystem. The key-value store layer implements (a little bit more than) a Distributed Hash Table, which is a fairly well-understood primitive with many implementations. The Tahoe filesystem and applications could in principle run on a different DHT, and it would still behave like Tahoe -- with different (perhaps better, depending on the DHT) scalability, performance, and availability properties, but with confidentiality and integrity ensured by Tahoe without relying on the DHT servers.