Changes between Version 19 and Version 20 of UseCases


Ignore:
Timestamp:
2012-03-11T04:48:23Z (12 years ago)
Author:
davidsarah
Comment:

update and fix #1683 by removing refs to AllMyData?

Legend:

Unmodified
Added
Removed
Modified
  • UseCases

    v19 v20  
    77||__name__||__typical number of nodes__||__administrative domains__||__node capacity__||__node availability__||__churn__||
    88||''non-RAID''||1 host, multiple nodes||one||potentially mixed||uniform||low||
    9 ||''friendnet''||2-10||many domains, but all trusted||mixed||mixed||low||
     9||''friendnet''||2-25||many domains, but all trusted||mixed||mixed||low||
    1010||''sneakernet'' (#1657)||2-10||many domains, but all trusted||mixed||low||low||
    11 ||''proprietary grid''||3-1000 servers, up to 50,000 clients||one domain for servers, many for clients||uniform||high||low||
     11||''commercial service''||1 server per customer||one domain for servers, many for clients||as required||high||low||
     12||''private grid''||2-10||one domain||mixed||mixed||medium||
    1213||''hivecache''||10-1000||one domain, but not as well controlled||somewhat uniform||high||low||
    13 ||''Allmydata plus customers''||10-10,000||many||mixed||mixed||medium||
     14||''customer-to-customer''||10-10,000||many||mixed||mixed||medium||
    1415||''global grid''||any||many||mixed||mixed||high||
    1516
    1617 * ''non-RAID'': Turn the traditional redundancy stack on its head, applying filesystem-redundancy-crypto-filesystem by running a storage node on each disk.  Has the advantages over RAID that storage is encrypted, any mix of capacities is fine, redundancy is freely selectable per file, and recovery does not require entire disks.
    1718 * ''friendnet'': You and your friends share a virtual filesystem.  It remains accessible even when some of your friends' computers are unreachable.  Your friends can't see your files by default, but you can share individual files and directories with individual friends or with all friends.
    18  * ''proprietary grid -- 1x upload'': Pay http://allmydata.com $5/month and you can store your stuff on their grid.  Or: run your own grid by buying a few servers, so that you can backup your own stuff on it.  The data is uploaded to the servers over a streaming protocol such as HTTP (using the Web API).
     19 * ''sneakernet'': see #1657
     20 * ''commercial service -- 1x upload'': Pay a company such as [https://leastauthority.com Least Authority Enterprises] $1/GB/month, say, and you can store your stuff on a grid they set up for you.
     21 * ''private grid'': Run your own grid by buying a few servers, so that you can backup your own stuff on it.
    1922 * ''hivecache'': Install a tahoe node on each of the workstations in your office, turning their unused disk space into a giant storage pool.
    20  * ''Allmydata plus customers'': Allmydata, Inc. and its customers share a storage grid including the customer's computers.
     23 * ''customer-to-customer'': A company provides a shared grid for its customers using space on the customers' computers. (This would have to overcome obstacles of firewalls and limited upload bandwidth.)
    2124 * ''global grid'': A large, diverse ecosystem of people and organizations who want a storage grid with extremely high reliability and availability.
    2225
     
    4750 * A ''Grid Manager'' does not provide storage services but controls storage server.
    4851
    49 
    50 = Deployment =
    51 
    52 == The Test Grid ==
    53 
    54 ...  Put your experience with particular configurations here ...
    55 
    56