LeKnight said:
Whats the diff between p2p and file lockers. I understand the mechanics, but isnt it the same thing?
Nah.
"File locker"/"file hosting" type sites work like this:
1: Uploader uploads a file to the server.
2: Uploader publishes link to file.
3: Downloaders download the file from the single server.
P2P (peer-to-peer) works like this: (I'll use Bittorrent as an example)
1: Uploader shares file, uploads a .torrent file to a tracker site. .torrent file contains details of how to connect to the tracker and details about the file to be shared. Uploader is called a "seeder" because they are seeding the file. We'll call him Seeder1.
2: Downloader1 visits the tracker, downloads the .torrent file. His software looks at the details and then connects to the seeder and starts downloading the file. As Downloader1 obtains more and more bits of the file, his software starts sharing those bits, therefore becoming Seeder2.
3: Downloader2 visits the tracker, downloads the .torrent file. His software looks at the details and then connects to both Seeder1 and Seeder2 and starts downloading the file. He then becomes Seeder3.
Rinse and repeat many many times over. In downloading a file via bittorrent, no one central source hosts any of the file, it's totally distributed over all the users who downloaded it.
Is it the same thing? Yes and no.Yes, it's all copyright infringement somewhere along the line, just in the first example only the file host server is distributing copyright materiel, in the P2P example, EVERYONE is distributing copyright materiel. That used to be an important distinction because rights holders generally only went after the distributors, but now they go after everyone.