-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTRAIN_00450.eml
27 lines (20 loc) · 960 Bytes
/
TRAIN_00450.eml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
NoneNone> "Files can be cached on multiple systems randomly scattered around the
> Internet, as with Napster or Freenet. In fact, the caching in XDegrees is
> more sophisticated than it is on those systems: users with high bandwidth
> connections can download portions, or "stripes," of a file from several
> cached locations simultaneously. The XDegrees software then reassembles
> these stripes into the whole file and uses digital signatures to verify that
> the downloaded file is the same as the original. A key component of this
> digital signature is a digest of the file, which is stored as an HTTP header
> for the file."
This "more sophisticated than [Napster or Freenet]" part seems
to be the same behavior implemented in many other P2P CDNs,
such as:
- Kazaa
- EDonkey/Overnet
- BitTorrent
- Gnutella (with HUGE extensions)
- OnionNetworks WebRAID
...though the quality of the "digest" used by each system varies
wildly.
- Gordon