|
|
|
|
|
by sushibowl
1118 days ago
|
|
A magnet URI is a little bit like a web link in the sense that it refers to a particular piece of data, but it doesn't point to any particular host or location. It is merely a hash of the files it describes. So in other words, the link doesn't tell you where the particular content can be found, it only tells you what the content is that it refers to. To actually find the content in question you take the link, go on a peer to peer network, and basically ask machines if they have the content in question available or know where it is. There's various ways to do that, in some cases your torrent app might know the location of some centralized "tracker" servers, and ask those servers whether they know locations for those files. Some torrents are "trackerless" and use a DHT, a type of distributed database that keeps information about where to find files. |
|