From: Zooko O'Whielacronx Date: Mon, 21 Jan 2008 22:19:25 +0000 (-0700) Subject: doc: add an overview to about.html X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=20aaefc3f0eaa911657c355ccc7dba1e61e68d9d;p=tahoe-lafs%2Ftahoe-lafs.git doc: add an overview to about.html Hopefully this overview has the right combination of generality and precision to satisfy The Norm Hardy Request: http://allmydata.org/pipermail/tahoe-dev/2007-November/000222.html --- diff --git a/docs/about.html b/docs/about.html index e2e9ada9..86c664dc 100644 --- a/docs/about.html +++ b/docs/about.html @@ -1,5 +1,4 @@ - - + Welcome To Tahoe @@ -15,12 +14,24 @@

See the web site for information, news, and discussion:

http://allmydata.org

+

Overview

+

A "storage grid" comprises a number of storage servers. A storage server has local attached storage (typically one or more SATA hard disks). A "gateway" uses the storage servers and provides to its clients a filesystem over a standard protocol such as HTTP(S), FUSE, or SMB.

+

Users do not rely on storage servers to provide confidentiality nor integrity for the data -- instead all of the data is encrypted and integrity checked by the gateway, so that the servers are not able to learn anything about the data nor to alter it.

+

Users do rely on the storage servers for availability -- the ciphertext is erasure-coded and distributed across N different storage servers (the default value for N is 12) so that it can be recovered from any K of these servers (the default value of K is 3). Therefore only the simulaneous failure of N-K+1 (with the defaults, 10) servers to make the data unavailable. Phrasing this in terms of reliance, we say that the users rely on the gateway for the confidentiality and integrity of the data, and on any 3 of the 12 severs for the availability of the data.

+

The typical deployment mode is that each user runs her own gateway on her own machine. This way she needs to rely only on her own machine for the confidentiality and integrity of the data, and she can take advantage of tighter filesystem interfaces such as FUSE and SMB.

+

An alternate deployment mode is that the gateway runs on a remote machine and the user connects to it over HTTPS. This means that the operator of the gateway can view and modify the user's data (the user relies on the gateway for confidentiality and integrity), but it means that the user can access the filesystem with a client that doesn't have the gateway software installed, such as an Internet kiosk or cell phone.

+

A user who has read-write access to a file or directory can give another user read-write access to that file or directory, or can give another user read-only access to that file or directory. A user who has read-only access to a file or directory can give another user read-only access to it.

+

When linking a file or directory into a parent directory, you can use a read-write link or a read-only link. If you use a read-write link, then anyone who has read-write access to the parent directory can gain read-write access to the child, but anyone who has read-only access to the parent directory can gain only read-only access to the child. If you use a read-only link, then anyone who has either read-write or read-only access to the parent directory can gain read-only access to the child.

+

There are two kinds of files: immutable and mutable. Immutable files have the property that once they have been uploaded to the storage grid they can't be modified. Mutable ones can be modified.

+

For much more technical detail, please see The Doc Page on the Wiki, and the other files in the docs directory of the source tree.

+

Installing

To install Tahoe, please see install.html.

- +

Licence

You may use this package under the GNU General Public License, version 2 or, at your option, any later version. See the file COPYING.GPL for the terms of the GNU General Public License, version 2.

-

You may use this package under the Transitive Grace Period Public Licence, version 1.0, or, at your option, any later version. The Transitive Grace Period Public Licence says that you may distribute proprietary derived works of Tahoe without releasing the source code of that derived work for up to twelve months, after which time you are obligated to release the source code of the derived work under the Transitive Grace Period Public Licence. See the file COPYING.TGPPL.html for the terms of the Transitive Grace Period Public Licence, version 1.0.

-

(You may choose to use this package under the terms of either licence, at your option.)

+

You may use this package under the Transitive Grace Period Public Licence, version 1.0, or, at your option, any later version. The Transitive Grace Period Public Licence says that you may distribute proprietary derived works of Tahoe without releasing the source code of that derived work for up to twelve months, after which time you are obligated to release the source code of the derived work under the Transitive Grace Period Public Licence. See the file COPYING.TGPPL.html for the terms of the Transitive Grace Period Public Licence, version 1.0.

+

(You may choose to use this package under the terms of either licence, at your option.)

+