Results 1 to 3 of 3

Thread: BitTorrent for Linux

  1. #1

    I wish u were Beer

    Join Date
    May 2003
    Location
    In the Heart of the Evil Empire
    Posts
    1,126

    BitTorrent for Linux

    This article is excerpted from the newly published book A Practical Guide to Linux Commands, Editors, and Shell Programming . The BitTorrent protocol implements a hybrid client/server and P2P file transfer mechanism. BitTorrent efficiently distributes large amounts of static data, such as installation ISO images. It can replace protocols such as anonymous FTP, where client authentication is not required. Each BitTorrent client that downloads a file provides additional bandwidth for uploading the file, reducing the load on the initial source. In general BitTorrent downloads proceed more rapidly than FTP downloads. Unlike protocols such as FTP, BitTorrent groups multiple files into a single package called a torrent. For example, you can typically download several installation ISO images as a single torrent. Like other P2P systems, BitTorrent does not use a dedicated server. Instead, the functions of a server are performed by the tracker, peers, and seeds. The tracker allows clients to communicate with each other. A client -- called a peer when it has downloaded part of the torrent and a seed once it has downloaded the entire torrent -- acts as an additional source for the torrent. As with a P2P network, each peer and seed that downloads a torrent uploads to other clients the sections of the torrent it already has. There is nothing special about a seed: It can be removed at any time once the torrent is available for download from other seeds. After you download and install BitTorrent, the first step in downloading a torrent using BitTorrent is to locate or acquire a .torrent file. A .torrent file contains the information about the torrent, such as its size and the location of the tracker. You can use a .torrent file using its URI or you can acquire it via the Web, an email attachment, or other means. The next step is for the BitTorrent client to connect to the tracker to learn the locations of other clients that it can download the torrent from. Once you have downloaded a torrent, it is good manners to allow BitTorrent to continue to run so other clients can upload at least as much information as you have downloaded. 

    Read the complete article

  2. #2
    ducttapeBigSexy's Avatar

    w00t!

    Join Date
    Oct 2003
    Location
    Over by those boxes
    Posts
    1,018
    I know for a fact that Mandriva includes the official Bittorrent program on their DVD - you can install it via urpmi

    But, that doesn't mean that you can't run other Bittorrent programs in Linux - pretty much any of them that have been written in python (including Bittornado) run just fine (the official client was also written in python), and Azureus works great (provided that you have Java installed)

    I personally only download torrents in Linux - it's very helpful to have a stable OS to run torrents for days on end :)

  3. #3
    ivand67's Avatar

    Zeropaid Noob

    Join Date
    May 2004
    Posts
    116
    ducttapeBigSexy, I hate Microsoft but I have to say that most clients on Windows XP have no trouble running torrents for days on end.

Similar Threads

  1. Improve BitTorrent Download Speeds
    By Malicious Intent in forum BitTorrent
    Replies: 349
    Last Post: June 30th, 2009, 02:48 AM
  2. Hollywood could not kill bittorrent
    By cuplatnum in forum BitTorrent
    Replies: 18
    Last Post: March 8th, 2007, 07:06 AM
  3. Anatomic P2P - Decentralised BitTorrent
    By crackerjacker in forum General Discussion
    Replies: 1
    Last Post: May 18th, 2005, 01:50 AM
  4. BitTorrent gives Hollywood a headache
    By MikeHunt in forum News
    Replies: 5
    Last Post: December 10th, 2004, 05:01 PM
  5. BitTorrent: Getting started and FAQ
    By Malicious Intent in forum BitTorrent
    Replies: 0
    Last Post: July 2nd, 2004, 01:17 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •