Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
The Internet

Researchers Create Selfish BitTorrent Client 281

An anonymous reader writes "Researchers from the computer science department at the University of Washington have released BitTyrant, a new BitTorrent client that is designed to improve download performance via strategic selection of peers and upload rates. Their results call into question the effectiveness of BitTorrent's tit-for-tat reciprocation strategy which was designed to discourage selfish users. Clients are available for Windows, OS X, and Linux."
This discussion has been archived. No new comments can be posted.

Researchers Create Selfish BitTorrent Client

Comments Filter:
  • Comment removed (Score:5, Insightful)

    by account_deleted ( 4530225 ) on Wednesday January 03, 2007 @11:50AM (#17444906)
    Comment removed based on user account deletion
  • by spellraiser ( 764337 ) on Wednesday January 03, 2007 @11:51AM (#17444916) Journal

    Hi, I'm Bill Gates, and I'm going to give you ONE MILLION DOLLARS if you send your credit card info to me.

    See the problem?

  • by jdray ( 645332 ) on Wednesday January 03, 2007 @11:54AM (#17444964) Homepage Journal
    I didn't even have to RTFA to figure that out (yay me, right?). AFAIK, most people who could (would) dediate a serious amount of bandwidth to downloading content quickly would be likely to dedicate a serious slice to uploading, therefore enriching the available bandwith for everyone.
  • Not so selfish. (Score:5, Insightful)

    by ckdake ( 577698 ) <`moc.ekadkc' `ta' `ekadkc'> on Wednesday January 03, 2007 @12:00PM (#17445042) Homepage
    RTFA. They didn't create a client that is "selfish" by trying to avoid uploading. They created a client that is selfish by first allocating more upload capacity to other clients that will send them more when they upload more, and only allocate the remaining upload capacity to clients where benefits from increased uploading are not certain. If you read their paper, they regularly bring up the effects of this on the entire network and they don't know if it's good, bad, or has any effect on the network (and not for a lack of trying)
  • Re:leechers (Score:1, Insightful)

    by Anonymous Coward on Wednesday January 03, 2007 @12:01PM (#17445044)
    Not only would that require an immense overhaul of how bittorrent works, but it's a terrible idea in the first place. Even private trackers that meticulously track your ratio don't do it on a per-torrent basis because that standard is often impossible to meet on that level. If there are too many seeders in a swarm when you join it then you cannot get a good ratio for that torrent.
  • Re:Trivial result (Score:5, Insightful)

    by simm1701 ( 835424 ) on Wednesday January 03, 2007 @12:11PM (#17445188)
    Did you actually read the paper?

    They are looking at improving download time for that user and the overall swarm by the use of their algorithm.

    The idea being that you share all the upload space you have - but you do it in such a way as to maximise what you can download in the same amount of time.

    This in turn means that when you have finished downloading the file the number of copies within the swarm will have increased - also those that shared with you more will have been able to download quicker themselves.

    A client like this will penalise selfish or greedy uploaders far more than the normal client as it rewards those that give back.

    Give a leach a block and he will have downloaded that block, teach a leach to seed and he shall have blocks for the rest of his life.
  • by simm1701 ( 835424 ) on Wednesday January 03, 2007 @12:16PM (#17445274)
    Actually this client would likely be favoured by the private tracker sites.

    The private tracker already gives you plenty of incentive to make sure your ratio is >1 - even asside from basic morals.

    The design of this client means those with higher speed uploads available will complete sooner, and thus you will end up with more high speed seeders.

    Seeders who since they are members of private trackers are probably going to stick around until ratio >1

    True I admit on piblic trackers something like this may not be as helpful or beneficial, but you can't have everything.
  • by evilviper ( 135110 ) on Wednesday January 03, 2007 @12:19PM (#17445324) Journal
    The anti-leech technology of the bittorrent protocol remains effective. Those ranting about this just haven't bothered to read... This client (despite the unfortunate name) is just smarter about how to use upload bandwidth, in an async world.

    In fact, I would say this is an IMPROVEMENT in some ways over bittorrent's default behavior, as it will dedicate more of your outgoing bandwidth to higher-speed peers. They, presumably, can then serve up more data to others than a low-speed peer reasonably could.

    Instead of being the end of bittorrent, this could really improve the health of the P2P network, increasing speeds and decreasing download times for everyone (not only those using this program).
  • Re:leechers (Score:4, Insightful)

    by PingSpike ( 947548 ) on Wednesday January 03, 2007 @12:21PM (#17445370)
    And when there's 12 seeders and no one besides you downloading...then what? Its rare, but that does happen.
  • Re:Trivial result (Score:3, Insightful)

    by Mister Whirly ( 964219 ) on Wednesday January 03, 2007 @12:38PM (#17445670) Homepage
    Responsible researchers would actually RTFA...

    Something tells me that this guy is looking for karma instead of doing good research.
  • Re:Just great (Score:5, Insightful)

    by Rogerborg ( 306625 ) on Wednesday January 03, 2007 @01:42PM (#17446700) Homepage
    And now what? You didn't do something really, really foolish, like believing the Slashdot headline before RTFAing, did you? Silly hobbit.
  • by osu-neko ( 2604 ) on Wednesday January 03, 2007 @01:42PM (#17446702)
    Actually, since this client would tend to trickle data more slowly to people who have poor upload rates, it would hurt leeches who don't upload at all. The overall effect will be to make like more difficult for leeches, while making sure people who can spool out content faster get complete copies to spool out faster. I'm having a lot of trouble understanding how this is a bad thing in any way.
  • by evilviper ( 135110 ) on Wednesday January 03, 2007 @05:35PM (#17450608) Journal
    It seems like this is just a scheme to make the rich richer and the poor poorer.

    That's far too simple a way to look at it. The analogy just doesn't hold up.

    It's giving less of an advantage to those with slow upload speeds (leeches), and high download speeds, but those with low speeds stand to benefit nearly as much as those with high-speed connections. It will take less time to have more full copies of a torrent shared, on higher speed hosts, with lots of bandwidth to spare.

    The only senario in which the low-speed clients lose out, is at the very beginning, when only one peer has a full copy, and the high-speeds are actively sharing among each other and competing for access. After that inital rush, the low speed connections should have full-speed access, and more peers with full copies to chose from. The only way that wouldn't work is if ALL the high speed connections disconnect instantly afterwards.

    It really should make bittorrent better all-around. The potential for abuse is only marginally higher. And the low-speed (leeches) only lose a little bit in certain senarios, but stand to gain even more in the end, bring them past the break-even point as well.
  • I'm seeing... (Score:2, Insightful)

    by Shaltenn ( 1031884 ) <Michael.Santangelo@gmail.com> on Wednesday January 03, 2007 @05:41PM (#17450716) Homepage
    alot of complaints about the horrible upload/download issues with bit torrent resulting in downloads that take hours when they could take minutes through a ftp. I think these people are missing the key point behind bit torrent - it's not to make your download faster but to make it easier for the distributor to ... well... distribute. To that end, this tech seems fairly useful. The more people who have the file the more people can distribute the file in the end. If these people are pure leechers then they'll be caught and IP banned by any respectable torrent site. And the cycle continues.
  • by falconx7 ( 447933 ) on Wednesday January 03, 2007 @06:41PM (#17451512)
    Except its not like this at all with Bittorrent. Bittorrent has the benefit of having a swarm per each specific torrent. Thus, the haves/haves not pool is contained to usually one file or a set of related files. Also, most bittorent clients do use some optimistic trading. Basically, a new peer they will optimistically give some credit and they will optimistically periodically give all peers a small fraction of their upload bandwidth in credit. Thus, they're not so paranoid but they meter how much free credit they give out such that if there are any free-loaders, they get a tiny fraction of the bandwidth as compared to the other ones.

    The whole point to this BitTyrant is that they took this a step further and improved Azureus's algorithm for determining which peers to send to. For efficiency most p2p clients only let so many connections be actively sending data at a time. BitTyrant optimizes this by seeking out the peers who send back to you fastest and giving them preferential treatment. I assume they didn't get rid of the already existing algorithm where 1 of the send slots is considered to be a probe slot, basically giving a client some free data in hopes to prod it into sending some back. Then periodically it looks at all the peers it is sending to and drops the least performing upload slot to try probing another peer. BitTyrant basically researched and has been testing an improved methodology of choosing the peers for those upload slots, and metering how much data it sends to each of those peers also based on how much they've given to you.

    It doesn't seem like a drastic change, but based on things I've witnessed in Azureus current behavior I see how it could improve things. I've had peers I'm getting a nice 100kb/s down from, but I'm not giving them much back because most of the bandwidth is going elsewhere. Because of that, I have an increased risk of losing that source. With BitTyrant, it might try and allocate more of my upload and possibly try and match that 100kb/s with 100kb/s of my upload to insure I keep that peer for as long as possible. Unless of course it finds peers that are offering up data even faster.

    I guess in a way BitTyrant will benefit the haves over the haves not, but in this case its not who has data or not, but who has bandwidth or not. Those of us with more upload bandwidth stand to benefit more from BitTyrant. However its not like we're getting an advantage, the system is just being more fair. Right now those above the average upload speed of a swarm tend to have far higher up:down ratios than those below the median upload speed. Thus, they were being exploited in the current algorithms. Basically, someone with 200kb/s of upload will now have much closer to 2x the download speed as someone with 100kb/s of upload than previously. This has the end effect of giving people much more encouragement to not cap their upload to low rates as it will have more of an impact on their download speed when dealing with other BitTyrant clients.

    Anyways, I think I've ranted enough and probably said the same thing 5 or 6 times now.

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...