tahoe-lafs/docs/proposed
2022-07-20 11:42:01 -04:00
..
accounting-overview.txt remove code details 2019-06-23 11:12:55 -06:00
denver.txt docs: move files that are about future plans into docs/proposed/, to clearly separate them from descriptions of the present codebase 2008-06-02 23:07:02 -07:00
GridID.txt Minor updates to URLs. 2012-03-13 20:28:53 +00:00
http-storage-node-protocol.rst Handle case where requested range results in empty response. 2022-07-20 11:42:01 -04:00
index.rst Remove the obvious documentation references 2020-02-13 10:23:27 -05:00
leasedb.rst format docs for Sphinx 2016-03-30 01:26:47 -07:00
lossmodel.lyx Lossmodel updates 2009-07-28 15:44:30 -07:00
mutable-DSA.svg docs: move files that are about future plans into docs/proposed/, to clearly separate them from descriptions of the present codebase 2008-06-02 23:07:02 -07:00
mutable-DSA.txt Update hyperlinks between docs, and linkify some external references. refs #1225 2010-12-11 21:14:59 -08:00
mutsemi.svg docs: proposed mutable file crypto design with ECDSA, 96-bit private keys, and semi-private keys (from http://allmydata.org/~zooko/lafs.pdf ) 2008-09-25 14:34:57 -07:00
old-accounts-introducer.txt docs/proposed: move old accounting docs out of the way 2009-03-23 18:54:57 -07:00
old-accounts-pubkey.txt docs/proposed: move old accounting docs out of the way 2009-03-23 18:54:57 -07:00
README.lossmodel LAFS now stands for "Least-Authority File Store" rather than "Least-Authority File System". refs #2345 2017-06-06 11:20:49 +01:00

The lossmodel.lyx file is the source document for an in-progress paper
that analyzes the probability of losing files stored in a Tahoe-LAFS
file store under various scenarios.  It describes:

1.  How to estimate peer reliabilities, based on peer MTBF failure
data.

2.  How to compute file loss probabilities, based on a given set of
shares stored on peers with estimated reliabilities.  The peer
reliabilities do not have to be uniform, and the model takes into
account the file repair process.

3.  How to estimate Tahoe parameters for k (shares needed), n (shares
distributed) and A (repair interval) to achieve a file reliability
target.

4.  How to compute the estimated repair cost over time, discounted at
a fixed rate, of maintaining a file for a time period T.

Future work will also address the latter three issues in the context
of "non-aggressive" repair, where repair will only be performed if
too many shares are lost, and it will also extend the repair cost
estimation model to suggest cost functions appropriate for common
network architectures.

A PDF of the current version of the file may be downloaded from:

    http://willden.org/~shawn/lossmodel.pdf