Slashdot Mirror


Mark Cuban Calls on ISPs to Block P2P

boaz112358 writes "Mark Cuban, Dallas Mavericks owner, HDNet CEO, and noted gadfly is publishing on his blog that Comcast and other ISPs should block all P2P traffic, because as he says, "As a consumer, I want my internet experience to be as fast as possible. The last thing I want slowing my internet service down are P2P freeloaders." He complains that commercial content distributors instead of paying for their own bandwidth, are leeching off consumers who are paying for the bandwidth. As an alternative distribution method (at least for audio and video), he suggests Google video."

463 comments

  1. One way to solve this by CRCulver · · Score: 5, Interesting

    A major ISP in the city I resided in in Romania help alleviate demands on bandwidth to and from the outside world by just setting up a DC++ server for their customers where they could share music and movies with other people in the same city. Seems easier to do than trying to ban all manner of P2P traffic. Too bad that sort of thing would never fly in the U.S.

    1. Re:One way to solve this by Enoxice · · Score: 5, Interesting

      Sounds like what happens at various US universities. Students set up DC hubs, the IT dept. looks the other way, everybody wins. The hub keeps file-sharing traffic internal to the school, meaning the heavy traffic is on the intranet (where the school's infrastructure can handle it better than saturating their external pipe) and since no students are using KaZaa, there are no lawsuits.

      --
      Anyone else think the comments just weren't rendering right before they turned off ABP and saw ads?
    2. Re:One way to solve this by Anonymous Coward · · Score: 0

      wowww... Mark Cuban is another IT guru :)

    3. Re:One way to solve this by Antony-Kyre · · Score: 1

      I'd rather see universities do bandwidth priorization, where file sharing receives the lowest priority amongst all traffic.

    4. Re:One way to solve this by Anonymous Coward · · Score: 3, Insightful

      How do you prioritize among lots of anonymous encrypted bitstreams?

    5. Re:One way to solve this by Kadin2048 · · Score: 1

      A major ISP in the city I resided in in Romania help alleviate demands on bandwidth to and from the outside world by just setting up a DC++ server for their customers where they could share music and movies with other people in the same city. Seems easier to do than trying to ban all manner of P2P traffic. Too bad that sort of thing would never fly in the U.S. Yeah, that would never fly in the U.S., sadly, but I wonder if there are types of caching systems that would work, if they operated on the lower network levels and didn't care what type of traffic they were caching.

      Maybe you could put together some system that was more general than HTTP caching proxies like Squid, that analyzed outgoing requests on all ports and protocols and the subsequent responses, and cached both. If you got multiple requests going out for the same piece of content, it could intercept and swap in the cached content. (I wonder what kind of stuff this might break...)

      Just seems like perhaps there's some way to create a general "network cache" that would be protocol-agnostic, and would let a university or other organization reduce the bandwidth demands of P2P, porn, and other services that they can't be seen as supporting, while preserving their plausible deniability.
      --
      "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
    6. Re:One way to solve this by PHPfanboy · · Score: 4, Funny

      Like you I also work for an internet QoS hardware manufacturer and I think this is definitely the right way to go...

      --
      29 mpg. YMMV.
    7. Re:One way to solve this by Anonymous Coward · · Score: 0

      when you say 'everyone wins', you mean the artists too right? who still get paid right?
      or am I forgetting that its groupthink here to say "fuck the artists" still? despite the fact you can buy DRM free music from itunes, you guys still wont even pay a dollar.

    8. Re:One way to solve this by darthflo · · Score: 1

      IANAL, but building such a proxy might be very illegal. Comcast recently injected TCP RST packets into their users' BitTorrent traffic which was, IIRC, illegal because those replies were, of course, forged. Again, I'm not familiar enough with the U.S. legislation to judge if this may or may not be grounds for a lawsuit, but several seemingly insightful people thought it was.
      Apart from those legal issues I doubt the possibility of implementing a protocol-agnostic proxy. Firstly, a huge amount of AI would need to be spent on analyzing and predicting entire streams of communication. Before doing any work, the proxy would probably need to gather enough data on each and every stream to be 99.9% (or something to that extent) sure what actions a given cacheable request generates. It'd also need to be able to identify if any given request would introduce a state change on whatever system it was sent to. Without very deep understanding of each individual protocol I highly doubt this to be possible. Don't forget about the possibilities of screwing up, either. If such a proxy was to mix up e.g. POP3 data (bad example; POP3 is too common and would surely be filtered. Just making an example here, bear with me) and supply you with the contents of somebody else's inbox, bad things (i.e. lawsuits) would happen.
      Secondly, IPSec, https, imaps and encrypted BitTorrent traffic are experiencing large surges. Even if a proxy was able to supply "normal" traffic out of it's caches, it'd need to break various encryptions to do so effectively if encrypted traffic continues to grow. If you believe in conspiracies, various government organizations have the processing power to decrypt most comms streams in real-time, but we're probably talking about hundreds of megabytes or a few gigs per day at max. That's what large ISPs have flowing thru their pipes any given second of any given day, so I highly doubt a private held, profit-oriented entity could afford ninety thousand times the processing power of a GO with next to none limitations in financing (as long as The War Against Terror (love the acronym, btw.) continues).

      The best shot universities and co. have in reducing P2P filesharing traffic would thus probably be a few standard nodes gathering information about what's being shared by non-encrypting nodes, then picking said files up themselves and sharing locally at great speeds. Combined with very selective traffic shaping (i.e. after a torrent (or part of it) is available on the local node, outside connections for said torrent are throttled to a sensitive yet low bandwidth, "soft-forcing" the client to pull most everything from the local cache), this might be the easiest solution. It'd require a seperate solution for each known P2P network and be faced with problems if it can't extrapolate all of the required data by sniffing what's going around (Can a complete .torrent be regenerated by just listening to traffic?) or too many connections were encrypted.

    9. Re:One way to solve this by unlametheweak · · Score: 2, Insightful

      Mark Cuban is talking about corporate broadcasters using P2P bandwidth. One would hope these corporations pay the artists what they deserve for their hard work. Yes group-think does suck, especially when you are on the wrong side of it.

      Some facts:
      Real fans pay for music.
      Poor fans won't pay for music whether it is easily available or not.
      And if there wasn't any demand, then there wouldn't be any supply.
      The market will work itself out despite DRM and the like.

    10. Re:One way to solve this by Antony-Kyre · · Score: 1

      I'm not exactly sure what you mean by that.

      Here is the way I see it. College universities can set it up so filesharing, and other heavy bandwidth activities, get lower prioritization. I don't know how this is done, if some universities do it by port number.

      Of course, there isn't a catch-all sort of thing. Of course some will figure out a way around prioritizations. For the most part, if a university does have that kind of policy and filters set up, I would hope students respect their decision. Either that or get their own Internet access and get off the school's network.

    11. Re:One way to solve this by Anonymous Coward · · Score: 0

      He's saying that your comment is motivated by... financial insentives

    12. Re:One way to solve this by Simple-Simmian · · Score: 5, Insightful

      I use bandwidth for P2P and a lot of it. I also pay for the top tier plan that my ISP offers. If it's not enough to pay for the bandwidth I use they need to charge me more. This clown is out of his depth.

      --
      If you don't like what I write don't be a CS and mod it down. Refute it.
      Yea I can't spell. So what is your point?
    13. Re:One way to solve this by CRCulver · · Score: 2, Insightful

      All the excuses in the world won't change the fact that if I get my music for free and don't go to concerts, the artists don't get a penny.

      FWIW, with the sort of music I listen to (modern-classical music), the performers don't usually get royalties, and the labels--even if they sold all copies of a CD--still wouldn't turn a profit without funding from state arts ministries. That changes the situation significant. The ethical dilemma of downloading the works of a rock band is not the same as in other genres.

      Then there are cases in the popular music world where the artist, because of some contract issue, no longer gets royalties on his albums at all I believe that that is the case with Robin Guthrie of the Cocteau Twins, for example. If not a penny goes to the artist anymore, what is the difference between downloading and buying?

    14. Re:One way to solve this by Seumas · · Score: 3, Insightful

      I'll buy music when it's a reasonable price. No song is worth a dollar. It's just music. And a dollar for much lower quality music compared to the uncompressed CD format? What a rip off.

      I'm all for supporting artists, but I won't support the RIAA and bullshit business tactics to do it. I stick to music from people I know or discover and that I can buy directly from them or an outlet similar to CDBaby.

    15. Re:One way to solve this by Fuzzypig · · Score: 1

      I too used to rip stuff off, loads of rare metal bands, then it dawned on me, these guys get very little anyway being in a niche market. So I too simply stopped knocking it off. I now only pull down demos and free CDs from mags and I pick and choose carefully, what i want to spend the money on.

      The biggest problem for me was I would pull down bucket loads of MP3s and listen to 30 secs, then throw it in the pile, it lost all it's value. Now I buy carefully and I actually listen to the stuff I buy and I enjoy it ten times more. I'm not preaching for everyone to change, but it works for me. You can have too much of a good thing sometimes, to the point where it's worth nothing.

      --
      Windows guys please stop pissing on everyone and the Linux guys stop pissing in the wind, hoping to hit Windows guys!
    16. Re:One way to solve this by Anonymous Coward · · Score: 0

      Here in France my ISP just doesn't filter the binary newsgroups, it's akin to put a cache on all "p2p" traffic ;)

    17. Re:One way to solve this by Pvt_Ryan · · Score: 1

      What a load of rubbish..

      1. They are not "freeloading" off his bandwidth as long as he doesnt use p2p.
      2. By so called "freeloading" it is making his downloads faster as there is a greater overall bandwidth available.

      I think he needs to sit down and think before he speaks..

    18. Re:One way to solve this by tommertron · · Score: 1

      Alleluia brother! Your story mirrors mine almost perfectly. Although in my own narrative, eMusic and Amie Street, with their great web-interfaces and no-DRM, have also stepped up alongside Amazon. Between the three of those sites, I tend to find everything I want in a guilt-free way. If I can't, well, then I'll download it off BitTorrent. I know that my argument isn't really ethically justified, but I kind of want to support labels that provide DRM-free, reasonably priced music, and not support those who don't. Hopefully they'll come around.

      --
      Random rants about technology: http://technorants.blogspot.com
    19. Re:One way to solve this by budgenator · · Score: 5, Interesting

      Mark Cuban owns a NBA basketball team and has a flashcraptic web site that distributes video clips. These Pro sports owners think if you pay $50 bucks to sit in the stadium and take a picture of the game you infringing on their copyrights; he'd gladly sacrifice the ability of 100 starving artists to make a buck so his team could get an 8 cent advertising impression. A profession sports team owner is hardly an unbiassed opinion on P2P and network utilization.

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    20. Re:One way to solve this by db32 · · Score: 2, Interesting

      That's funny. I'm pretty sure those pay to play music boxes in bars and stuff have been charging .25 to .50 for a single play and have been doing quite well.

      --
      The only change I can believe in is what I find in my couch cushions.
    21. Re:One way to solve this by untaken_name · · Score: 5, Insightful

      Either that or get their own Internet access and get off the school's network.

      They should not use the access they're paying for, but instead should go pay another internet provider also? That sounds fair. And by fair, I mean utterly stupid. It's not like you get to choose not to pay your inet fee - most schools either require it or bury it in other fees anyway, so even if you DO pay for your own inet access, you're just double or triple-paying. How about when you pay for internet access, you get to... I know this is crazy... access the internet? If it's too slow for Mark Cuban, he's welcome to run his own, faster network and put whatever policies he wants in to place to govern it. He has enough money. But he, you, and everyone else can stay the fuck out of my internet usage, thank you.

    22. Re:One way to solve this by cavtroop · · Score: 1

      I've come to the conclusion that .25$ is my sweet spot. I'd buy alot of music at that price. .99$ is too steep - to fill my iPod would be 5k or so.

    23. Re:One way to solve this by Anonymous Coward · · Score: 0

      Actually Yes, I still "pirate" (Yarr!) and I even violently record illegal bootlegs at concerts I attend. I'm after Acoustic covers of songs that you cant buy. Also most concert or Live albums suck compared to my recordings. I use binaural microphones near my ears with my placement in the crowd and recording gear that makes the best live album suck big time. If you put on headphones on my recordings and close your eyes you feel like you are there when the crowd goes nuts it's amazing. Plus I record at HD audio quality.

      I trade the recording of artists that support what I do. (Tragically Hip for example)

      Will I change my evil ways? nope. Not unless the recordings I am after are for sale. and after doing this for over 15 years I can say without a doubt that they never will.

      So I personally will never quit being the scourge of society violently stealing music. I proudly STEAL music. I will never stop. and I will help encourage others to STEAL music the way I do.

      If they refuse to sell it to me, then I am forced to steal it. and EVERY artist I have talked to says what I am doing is ok by them. Yes I have talked to many big and small artists. only the asshat tools speak out against it.

    24. Re:One way to solve this by turly · · Score: 1

      And then Amazon came along, and you know what...? They actually made what I wanted available for purchase. And now I'm a paying customer again.
      Jeff! Is that you?
      --
      IX CCXLIX XVII II CLVII CXVI CCXXVII XCI CCXVI LXV LXXXVI CXCVII XCIX LXXXVI CXXXVI CXCII
    25. Re:One way to solve this by Anonymous Coward · · Score: 0

      I don't think it is a good idea to ban/block P2P traffic from ISP level. P2P prototols are not *only* used for public filesharing!! What would happend if BitTorrent protol gets banned everywhere? Another protocol will come down the road and replace the older banned one.

      And the wheel will spin again the same way: newer protocols for P2P, people trying to get rid of them.. and an other one will replace it...

      Think of it: at first it was Napster who got the first big slap in the face, then it was Kazaa.. and so on.. But now it's the BitTorrent that gets the slap? Common people!! There's no way ISPs will be able to permentaly get rid of filesharing over the net. P2P is a worldwide issue.

      I personaly think that P2P stimulates the economy on every level.

      http://www.marketingcharts.com/interactive/study-p2p-music-downloads-increase-music-cd-sales-2287/

      http://www.technologyreview.com/blog/post.aspx?bpid=15918

    26. Re:One way to solve this by Seumas · · Score: 1

      The fact of the matter is that I'm not willing to spend a dollar for a song or ten bucks for an album. Most certainly not digital versions since I can get the full physical copy for not a lot more. Why would I pay that much for a lower quality non-physical version?

      And I don't care what the value of your music is to you or anyone else's music is to them. I'm not your employer. I am a customer. A consumer. And if I don't want to buy your album, because I don't feel your music is worth my money, then I'm not going to buy it. When you reduce it to a price I consider worthwhile to me, then I will buy it.

      Why are you suggesting that music is any different than any other product? By your logic, I should go to a restaurant that charges $100 for a meal, because it's worth $100 to the hard working chef. Maybe it's not worth $100 to *me*.

      Your logic also fails in comparing what I'm willing to pay an artist for their music and what someone is willing to work for with an employer. By your logic, a better analogy would be if I worked for a boss who told customers "my software is worth a thousand dollars and you must buy it, because I worked hard to produce it!" and then potential customers said "sorry, I'd rather go without your software than pay $1,000 for it". If the customer doesn't think your product is worth buying, why should they be obligated to do so?

      I suppose that you also feel anyone performing their music or other art for free or giving it away in some manner is fucking over every other artist by "devaluing" their products in the market place?

      Your disregard for my choice to buy or not buy your product and decide at what price I will find myself willing to buy your product to be insulting. Especially since, as I mentioned, I very often buy music. I just don't buy it from the RIAA. I buy it from real musicians with real talent who are often also producing their own physical media and distributing it online and at shows. Sorry if I find it worth my while to spend $10 on an unsigned or small-label artist who is stuck working small venues and trying to book any gig they can get, but not spending $20 on some Epic / Universal / BMI signed band.

    27. Re:One way to solve this by cheater512 · · Score: 1

      At my old Uni, everything had gigabit and boy did we milk it for all it was worth.
      They had a solid backbone and consequently they didnt mind.

      If people stop trying to provide the bare minimum service, everyone will be a lot happier and the amount of money saved from not having any bullshit would be massive.

    28. Re:One way to solve this by Seumas · · Score: 1

      Concert tickets often go for $500 or more per seat. How does that justify placing the value of a CD at $500, too?

    29. Re:One way to solve this by Anonymous Coward · · Score: 0

      A profession sports team owner is hardly an unbiassed opinion on P2P and network utilization.


      What does bias have to do with anything? We're all biased.

      Just because you're biased doesn't make you wrong. You can be biased and right. (Though that's not the case here.)
    30. Re:One way to solve this by neo8750 · · Score: 1

      bias or not he has money and that means he has more say then you or i the matter.

    31. Re:One way to solve this by spyrochaete · · Score: 1

      As an amateur musician I disagree with you. I've written about 20 songs over the years and I've always given them away for free. To me, music is nice but not necessary. I write music or DJ when I get home from my real job.

      Music is art. Artists should be thrilled that people are interested in enjoying their art. That enjoyment should be enough. A physical piece of art is worth money because the consumer can hold the materials in his hand. A concert is worth money because consumers pay the performers to work for them live and in real time. However, bits may be duplicated infinitely which renders them absolutely valueless.

    32. Re:One way to solve this by Seumas · · Score: 2, Insightful

      That seems like a reasonable price. I'd also buy a lot more music. The question is whether or not the movement artists are slowly making to get away from the major distribution labels and moving into self-distribution (thanks, intarweb!), will result in artists dropping the price of their product significantly, while still managing to raise the amount they would receive from royalties with a corporate label? Or will they decide that if record labels can charge $20 for a CD and give them a buck, they should be able to charge $20 and keep it all?

      See, here is the thing. How much is music worth? Well, it is worth whatever the artist is paid. The idiot anonymous coward who posted elsewhere here in reply to me suggesting that I am somehow obligated to buy music I don't even line for whatever value corporations place on them is completely off base.

      How much does a VERY successful band get from a single $20 CD? A buck. Maybe two bucks if they are lucky. Therefore, the music is worth one or two dollars for an entire album of content. The other $18 is the price of advertising, distribution, lawyers, music videos, corporate revenue building. It has nothing to do with the value of the actual music to me as a consumer. Those are all added expenses by other people to get the music to me. It isn't needed anymore. Especially since I don't find out about music on the radio or television, but through friends and the internet. If a band is paid $2 for the royalty on each album, then $2 is what the album itself is worth. Do away with the middle man and sell me the product for $2. Or charge $4 if you like, as the artist.

      So until the artist is the one dictating the price of their product, people like that anonymous coward who want CORPORATIONS to dictate the price of an artist's product can suck it.

    33. Re:One way to solve this by Seumas · · Score: 1

      I don't see that there's anything wrong with an artist wanting monetary compensation for owning digital bits of their performances. The question is who is setting the price? The artist should be setting the price for their product, based on what they believe it is worth to consumers. If you think your album is worth $10 and I think your work is fucking fantastic, I'll probably buy it for $10 from you. Even if it's just digital. But for some lame ass corporation to tell me what your music is worth, based on the kind of profit *they* want and in relation to all *their* expenses which are completely unrelated to the actual art itself? Fuck that and fuck them. I'm a fan of artists; not labels.

    34. Re:One way to solve this by Naturalis+Philosopho · · Score: 1

      In fact, Cuban's flash site is sucking bandwidth that I could be using to make my P2P connection faster. Since I don't go to his team's website, his connections should be throttled so that I can have the best internet experience possible. (pleeease note that that's irony, and not an argument against Net Neutrality, more an argument over why it's stupid- screw fairness, I don't want people with money to make their craptastic sites the only things you can access on the net- it would be like cable TV today)

    35. Re:One way to solve this by Anonymous Coward · · Score: 0

      Then somebody brought up the "what about the artists?" argument, and I thought about it, and ya know... they were right. All the excuses in the world won't change the fact that if I get my music for free and don't go to concerts, the artists don't get a penny.


      Actually, if you pay $20 for a CD, a penny is probably all the actual artist is getting.
    36. Re:One way to solve this by cavtroop · · Score: 1

      Very well reasoned, I've never thought about it this way before. I wish there were some way we - the paying public - could definitively know what the artists are paid per CD sold - though I'm sure it varies a bit from artist to artist. I'd happily pay $4 for a cd-worth of music (say, 10-12 tracks), if the money went straight to the artists. I'm OK with some money going for distribution and marketing - that happens in every industry. Just not 90% of the cost. Frankly, I'm getting sick of the music in my collection now (all ripped from CD's I own, or downloaded music for CD's I own). I haven't bought a CD in close to 8 years, and have purchased a grand total of 2 albums from iTunes (what a PIA it was to convert from m4p to mp3, so I could use the music that I paid for). So basically, they have lost my as a consumer until such time as the prices are reasonable. But the don't seem to care, so neither do I.

    37. Re:One way to solve this by prelelat · · Score: 1

      I agree, I download music a lot, but I will still go out and buy a CD if it's a band I really like. I'll go to their concerts. I go to the theater more than most people do and I sometimes will buy dvds. But I doubt that I will ever stop downloading, it's hard to find some of the old movies or weird sci-fi movies from the 60's and 70's or the old classic horror movies that are all black and white.

      The other thing is format, it's easier to download a divx movie and throw it on my creative zen then it is to go out and buy the dvd spend 1-3 hours to encode it to a format I can use. Then I'm still apparently breaking the law according to some people in the MPAA and RIAA.

      The next figure is cost, I still go to the movies cause I enjoy it and I have the money, but when I was in highschool and university there was no way I could afford to go through the front doors of a theater to see more than a couple movies a summer. Now for the whole experience your paying about 15-20 bucks to go and thats if your not taking a date.

      DVD and CD sales are interesting I find your paying a huge markup on that printed CD or DVD. I would get into it but if you don't know anything about the lawsuits on overpriced CDs and such your probably already stopped reading.

      It comes down to the fact that costs for producing these media haven't gone up a lot(theaters might have to go digital so I will accept that they are trying to recoup the cost but I doubt it will go down after they do recoup it) but the end product seems to have. Tapes were decently priced, yet CDs have never fallen to the same price as tapes. I could be wrong but I doubt that it's harder to produce a group of CDs then a group of tapes.

      Anyways I will pirate stuff until the day they make it accessible in multi format and lower their prices so that I'm not getting screwed over.

      so I agree with parent.

    38. Re:One way to solve this by Anonymous Coward · · Score: 0

      You'd think that would work out well... It did for us at Ohio University until the RIAA came in and said they wanted our hub shut down. My university provided computer was hosting it and it was moved off campus about 10 minutes before it would have been an expellable offense.

      RIP OU DC++ Hub

    39. Re:One way to solve this by spyrochaete · · Score: 1

      Your idea is definitely viable. I prefer the methodology taken by Radiohead and smaller indie artists like DJ Amber from San Francisco. Amber gives many recordings away for free on her website, and gives you the option to buy a cheap CD, to be delivered to your front door. I respect artists who ask for but don't demand money. I blogged about this if you're interested.

    40. Re:One way to solve this by Wildclaw · · Score: 1

      "And if there wasn't any demand, then there wouldn't be any supply."

      This is the best one. As long as music keeps being manufactured and sold, I won't listen to anyone crying wolf. Obviously it is still profitable, because otherwise any sane businessman would move to another business.

      I specifically disagree with the US constitution on this issue. Promoting Science & Arts isn't useful. If the free market has tought us anything, it is that having people decide what they want to pay for creates a far more efficent market.

    41. Re:One way to solve this by Fallen+Seraph · · Score: 1

      The University where I went to had, at one point, what was believed to be one of the top 10 largest internal P2P hubs in the world. A student accidentally mentioned it off-hand to one of the professors, who then logged a complaint with IT Services on campus, who had looked the other way up till then. Now that someone had complained though, they were begrudgingly forced to take action and shut down the hub and its operators. The end result was that within a week, when everyone realized it wasn't coming back anytime soon, the external pipe went down as it was flooded with P2P traffic from students who had, until then, simply been using the internal hub, but were now forced to use torrents and other methods. There was no internet on campus for several days, and they were forced to upgrade their equipment and lease more bandwidth from the fiber loop going through the city.

      The moral of the story is that sometimes, keeping things internal and quiet is an easier solution... In the long run though, we setup Tor servers all over campus and used that to connect to the new hub :)

    42. Re:One way to solve this by greed · · Score: 1

      Similarly, my ISP offers two plans for the same price: a "low latency" package with a 100GB monthly transfer cap, and an "unlimited" package where they don't guarantee the latency. Choose your poison. (And, since they're reasonably competent, the two packages link to different bulk providers. I'm not dealing with a telephone or cable company.)

    43. Re:One way to solve this by db32 · · Score: 1

      What bands do you listen to? Barbara Streisand? I have been to TONS of concerts and haven't paid more than $50, with the most common price being $10-20. In fact, I don't think I have ever been to a concert that didn't include at LEAST 2 bands for the price of the ticket. Surprisingly enough that is also the same price range for the CDs of the bands I saw in concert. Even outside of that you are talking the difference between a one time live performance and listen whenever you want recording. Those fancy music boxes in the bar don't have tiny live bands in them...its a one time recording played in a noisy bar for $.50 vs a listen whenever you want in any environment .mp3 for $0.99. I think the $0.99 is clearly the better deal.

      --
      The only change I can believe in is what I find in my couch cushions.
    44. Re:One way to solve this by wasabii · · Score: 1

      Geeze. What a completely morally bankrupt loser. Did you not consider "not buying/pirating music" way up front during the Napster days? Of course not. To you it's simply about getting what you want. You'll either take it or buy it, which ever is easier... but that doesn't change the fact that you're a leech without ethics.

    45. Re:One way to solve this by Attila+Dimedici · · Score: 1

      That seems like a reasonable price. I'd also buy a lot more music. The question is whether or not the movement artists are slowly making to get away from the major distribution labels and moving into self-distribution (thanks, intarweb!), will result in artists dropping the price of their product significantly, while still managing to raise the amount they would receive from royalties with a corporate label? Or will they decide that if record labels can charge $20 for a CD and give them a buck, they should be able to charge $20 and keep it all?

      See, here is the thing. How much is music worth? Well, it is worth whatever the artist is paid. The idiot anonymous coward who posted elsewhere here in reply to me suggesting that I am somehow obligated to buy music I don't even line for whatever value corporations place on them is completely off base.

      How much does a VERY successful band get from a single $20 CD? A buck. Maybe two bucks if they are lucky. Therefore, the music is worth one or two dollars for an entire album of content. The other $18 is the price of advertising, distribution, lawyers, music videos, corporate revenue building. It has nothing to do with the value of the actual music to me as a consumer. Those are all added expenses by other people to get the music to me. It isn't needed anymore. Especially since I don't find out about music on the radio or television, but through friends and the internet. If a band is paid $2 for the royalty on each album, then $2 is what the album itself is worth. Do away with the middle man and sell me the product for $2. Or charge $4 if you like, as the artist.

      So until the artist is the one dictating the price of their product, people like that anonymous coward who want CORPORATIONS to dictate the price of an artist's product can suck it. So, you only find out about music from friends and the internet, how do your friends find out about new music? There is value added by marketing and distribution, not as much as the record companies are trying to get for it, but there is value added. As for what the album itself is worth, that depends on what people are willing to pay. For example, I think that most current pop music is worth negative dollars... that is you would need to pay me to own it, if you gave it to me I would throw it away. On the other hand there is music that I would pay as much as $20 for an entire CD. However, for most of the music I listen to the price point is between $10 and $15 for a CD. Of course that is where is gets kind of tricky, because I would probably spend more money total on music at $5 for a CD, than at $10 (If I would buy 5 CD's at $10, I would probably buy 15 at $5).
      The point I am making is that the value of music is what people are willing to pay for it compared to the price at which people are willing to make it available. This is something that people seem to forget, if the price people are willing to pay is less than the cost to make it available, the product will not be available. The record companies seem to think that if the product is not available for less than they are willing to sell it for, people will pay that for it. What they don't seem to understand is that if the product is not available for less than people are willing to pay, people won't buy it (they may however attempt to steal it). Right now the latter attitude seems to play a larger role in the problems of music distribution than the former.
      --
      The truth is that all men having power ought to be mistrusted. James Madison
    46. Re:One way to solve this by Ron_Fitzgerald · · Score: 1

      If a band is paid $2 for the royalty on each album, then $2 is what the album itself is worth. Do away with the middle man and sell me the product for $2. Or charge $4 if you like, as the artist. I couldn't agree more. It has always seemed to me that people bought the $18-$20 CDs because they had to. That led to a 'revolution' if you will (I know that people steal just to steal). Proces are way too high at $20 per. That price has nothing to do with me as the consumer.

      ~ I pay for the bandwidth on the Internet.
      ~ I paid for the DVD which the music is on the soundtrack
      ~ I bought the game which the video is on the soundtrack and now sometimes as a poster on the wall.
      ~ I bought the gas to drive to a friends house to hear the music he bought (Avenged Sevenfold)
      ~ I Logged into MySpace (or whatever) and saw it there.

      There is no more reason for the consumer to pay the ridiculous fees anymore used to http://en.wikipedia.org/wiki/Payolagreasing DJ's, research and development or whatever. Sure, there was a time when we had no choice but not anymore and the record companies just can't get past that.
      --
      ~ Ron Fitzgerald
    47. Re:One way to solve this by Anonymous Coward · · Score: 0

      [ profession sports team owner is hardly an unbiassed opinion on P2P and network utilization.]
      So is a music pirate.

      I got an idea, pay for what YOU use...

      Sal

    48. Re:One way to solve this by FLEB · · Score: 1

      The "middle man" does provide a service, though. It provides a service to the artist, in that it helps to raise their work above the noise threshold of unsigned bands, and provide infrastructure and existing relationships to distribute product. It's not directly a service to you, but it has to be paid from somewhere (if that service is desired). If not from the buyer directly, then the artist would just be paying from their increased revenue.

      The direct sales idea is interesting, but I don't see it working on a significant scale outside the ranks of artists who have already established themselves through traditional means. An established band doesn't need the marketing or advertising support, since they're already recognized-- the music press and the radio already knows them, the public has already heard of them and heard their music. On the other hand, some just-outta-local band has little chance, short of self-driven publicity stunts, of growing on a decent level without some sort of promotion and backing.

      As for direct listener benefit, there is some: Remember mp3.com? It was pretty much useless, because anyone who could record and audio file could be listed, without any sort of quality control. It wasn't worth sifting through the crapflood to find the brilliant band sitting at #232 on the charts. Buying from a label guarantees some level of quality control, and often can be an indicator of what to expect.

      Of course, we all know the horrors of the major label, and I'm not saying that's the best or the right solution, but that some sort of a label with a support structure, existing respect, and promotion needs to be there, and paying the "middlemen" is part of the price of being heard.

      --
      Information wants to be free.
      Entertainment wants to be paid.
      You just want to be cheap.
    49. Re:One way to solve this by Sancho · · Score: 1

      You had me up until, ".... were now forced to use torrents ..."

      That's when I realized that you were one of those entitlement bitches, and I discounted your post entirely.

    50. Re:One way to solve this by Anonymous Coward · · Score: 0

      That's funny. I'm pretty sure those pay to play music boxes in bars and stuff have been charging .25 to .50 for a single play and have been doing quite well.

      They also do well charging $4.00 for an 80-cent bottle of beer. It probably has to do with the temporary brain impairment their customers experience as a result of alcohol consumption and/or trying to get laid.

    51. Re:One way to solve this by DustyShadow · · Score: 0

      make all encrypted traffic low priority?

    52. Re:One way to solve this by Anonymous Coward · · Score: 0

      Your argument there relies on the fact that you pirated music INSTEAD of going to concerts. Honestly, who does that? I pirate a lot of music, but I also go to a *ton* of concerts. Pretty much any band I'm interested in that comes close to town I check out. And when I'm there, I buy merchandise. Not just t-shirts and whatnot, but CDs. You know why? Because *all* of that money goes straight to the band. Literally every cent of it. It's a win-win situation, really. I get cheaper CDs and shirts than Best Buy or Hot Topic would have, but the artist isn't getting just a fraction of a percent of the profits, so they're making much more money off of it.

      So it sounds like you didn't just pirate, you were intentionally a parasite on the industry. If you're not going to go to a concert, at least buy some stuff off the band's website.

      -Moses

    53. Re:One way to solve this by Libertarian001 · · Score: 1

      I used to buy CDs after hearing one song on the radio that I liked. Now I have a lot of CDs that I don't like except for that one song. I don't buy CDs anymore.

      Every radio I've ever had included a tapedeck that let me record right off the air. My local public library frequently has music that I like available for free, so yes, sometimes I dub it. And I don't feel bad about in the least, nor do I care about the artist (who I'll gladly pay to see in a live performance).

      Call me whatever names you want. You're like the guy that installed the garage door opener at my house and is now pestering me to throw him a nickel every time I use it.

    54. Re:One way to solve this by Fallen+Seraph · · Score: 1

      Not everything comes out on DVD you know. This was, for instance, before the Daily Show archives were online, and a lot of students enjoy watching that. I like how you presume I felt we were entitled to illegal content though, purely by my saying "were forced to use torrents", because I couldn't have meant "were forced to use torrents if they wanted to keep using P2P" right? Of course not!

      Get off your high horse. My post had nothing to do with the content itself and everything to do with the result of blocking local DC++ use on a university campus. If you want to take issue with what I was actually talking about, go ahead. Otherwise, shut up.

    55. Re:One way to solve this by toddestan · · Score: 1

      It's pretty obvious what computers are running P2P, from the multiple simultaneous connections to random computers all over the place, the fact that the computer in question is accepting incoming connections, and the sheer amount of traffic. It may be hard to seperate the P2Per's "legit" traffic (like browsing the web) from the P2P traffic, but it would be easy to identify the computers running P2P and low prioritize all their traffic.

    56. Re:One way to solve this by budgenator · · Score: 1

      But remember some of that money is tied up in popularity, a little bit of trollishness is good by keeping the names in the public eye, too much and the goodwill of the public diminishes along with the revenues generated by being popular and mainstream. Has Ted Turner recovered from being too political, probably not and I don't See Mark Cuban as being as astute as Ted. Still it's Joe's like us that pay the cable bill and suffer through the commercials that help pay the TV contracts that means the Mavericks can make money whether they win or not, we get pissed at Mark, sooner or later it hits their wallets

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    57. Re:One way to solve this by Sancho · · Score: 1

      Honestly, you show all the sighs of feeling entitled. Even in this post, you're suggesting that you're entitled to watch old episodes of The Daily Show, and if they won't put it out on DVD or an online archive, you'll just trade them around your P2P network.

      And yeah, I'm slightly threadjacking. I'm pointing out the mentality of today's youth. "I deserve it, and I'm going to take it any way I can." The effects of blocking local filesharing are largely unimportant--in fact, it will probably just lead to an escalation of blocking/circumventing that will ultimately lead to an extremely locked down network.

      Back when I was at University, it was the same thing. People were on Napster and KaZaA and whatnot, completely eating up the bandwidth. All traffic (including non-P2P traffic) was extremely slow, despite a fairly beefy connection. Any controls put in place to try to curb P2P were circumvented, over and over, until the residence networks were simply rate-limited. The entire dorm network was limited to 10mbps. If you wanted to do anything that wasn't P2P, you basically just went to the computer lab. It was a compromise--the rest of campus wasn't punished for a few jackasses, but the dorm network was effectively worthless for low-latency Internet usage.

      High horse? Yeah. I guess I just feel sorry for the kids who can't use the network for legitimate reasons. Get off your entitlement horse.

    58. Re:One way to solve this by Kadin2048 · · Score: 1

      Or will they decide that if record labels can charge $20 for a CD and give them a buck, they should be able to charge $20 and keep it all? Well, they're welcome to try and sell it for whatever they think people will pay. I don't think that $20 an album is really going to be a viable price point, though, but if they want to try, by all means go for it.

      What I think will happen in the long term, if self-publishing or microlabels really take off, is that the price will slowly drop to a more reasonable level. Although music isn't a fungible good (it's not like people really shop for new artists based on price; ten tracks of artist X's music aren't worth the same to everyone as ten tracks of artist Y's), consumers are somewhat price sensitive. Success is going to be met by the artists who understand their fans, and deliver to them the music they want at a price they're willing to pay.

      I agree that about $0.25/song is pretty reasonable for a digital download; that still means that your iPod represents a substantial investment in music, but I think it's something that people would be willing to pay, bought slowly over the course of years.
      --
      "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
    59. Re:One way to solve this by X-Dopple · · Score: 1

      The VPN users will be very happy with you.

    60. Re:One way to solve this by Culture20 · · Score: 1

      Amazon got into the MP3 game, and ALL their tracks were DRM-free and available via a one-click download directly from my browser.
      Almost as if the one click method were an obvious method that everyone should be allowed to use...
    61. Re:One way to solve this by neomunk · · Score: 1

      I disagree, and I'll explain like so....

      Purchasing a music track from the internet.....$0.99

      Seeing a concert with a friend.................$100.00

      Forcing a bunch of drunken Merle Haggard and
      Hank Williams Jr. rednecks to listen to three
      System of a Down CDs in a row..................priceless

      Gotta love those new hard drive based jukeboxes and their incredible selections.

    62. Re:One way to solve this by boriquajake · · Score: 0

      I think a lot of people don't understand the way ISPs make their money. They buy bandwidth and then resell it at prices that are determinded by "average" user rates. P2P throws the math all out of wack. I mean, if the ISP buys say 45 megs/second they then turn around and offer like 2500 people 1 meg connections. That works because lots of people use the internet for occasional downloads, surfing, maybe some skype, and email. All things that only use the full advertised speed only once in a while. P2P, on the other hand, can eat up the full advertised speed all the time. In effect, instead of reselling the 45 meg connection 2500 times ISPs could give 1 or so 50 heavy P2P users essentially dedicated connections. Of course the ISPs should just be more up-front about their pricing and usage policy but people that want to do things that require business class connections should pay for one.

      --
      I only scored 35% on the Nerd Test, I'm sorry.
    63. Re:One way to solve this by db32 · · Score: 1

      I still think $0.99 for a non DRM mp3 is worth it. But your explanation is certainly hard to refute.

      --
      The only change I can believe in is what I find in my couch cushions.
    64. Re:One way to solve this by boriquajake · · Score: 0

      Wow, should I have spell checked and "previewed" that crap.

      --
      I only scored 35% on the Nerd Test, I'm sorry.
    65. Re:One way to solve this by erikharrison · · Score: 1

      I realize this story is way down on the front page, but for posterity, I thought I'd mention this, even if it's tangential to your point.

      Musicians don't make 10 cents on the dollar when you buy a CD. In general, a recording contract offers 9-12% of the cost of a CD to the artist, AFTER enough units are sold to recoup the label's costs. "Costs" are defined in the contract in such a way that it really means "Makes a moderate amount of profit." Also any upfront payment the artist received counts against the artist's royalties.

      In other words, for a majority of CDs produced (80% seems to be a widely accepted number) the artist never makes a penny if you buy the damn disk.

      Now, this could be misleading. Most people pirate popular music that has already crossed the profitability threshold for the artist, and artists who teeter on the brink of profitability are also hurt by piracy - it can prevent their CD from hitting critical mass. But regardless, this is why concerts are so damn valuable to the artist, as they receive 100% of the profits. And a successful CD (for everyone but the Beatles and The Rolling Stones) is really just a damn good ad for the tour.

    66. Re:One way to solve this by zymano · · Score: 1

      Mark Cuban owns an HD channel. The internet is really starting to gain marketshare of peoples tv time and they are worried.

      There is now a push for HD on the internet and therefore Mark Cuban is saying all his stupid rants.

      Don't trust him

    67. Re:One way to solve this by Fallen+Seraph · · Score: 1

      First of all, you once again failed to miss my point, but I'll get to that in just a second.

      I wanted to point out the fact that we had cable in our dorms, something which I felt extremely lucky to have. That being said, we got Comedy Central, and, if I sat down at the proper time, I could watch it. The issue is that you can't plan your life around television. If I had to work on a project late, and miss an episode, and couldn't catch the encore, should I just say "oh well" and walk away? Why? If they had, at the time, a way for me to watch it whenever I wanted to, I wouldn't care about the commercials or other things. I just couldn't always sit down to watch it on "their time" so to speak. I don't feel "entitled" to watch it, as you imply, but the cable cost is coming out of my tuition, so I'm kind of paying for it one way or another aren't I?

      In the same vein, broadcasters understand this, and agree as shown by more and more cable providers offering "On Demand" TV shows and movies for certain channels. Nowadays, if I want to watch Dexter, or an HBO special, or anything like that, I have a legal option, that I am paying for, and I gladly use it.

      Getting back on the topic though, my point was that localizing P2P is the most efficient method of conserving global bandwidth and indeed, saving money for everyone involved (well, except the content producers, assuming you believe that the people downloading it would also buy it). Additionally, ending such an infrastructure can often have unforeseen ramifications. For instance, all our papers and projects were submitted online, and since the entire network crumbled when they shut down the hub, a lot of papers and projects were pushed back because we couldn't actually submit them for about 3 days. To say that blocking local filesharing is unimportant is simply being naive, because it has a ripple effect on the actions of the users.

      PS- Caps are not the answer. While at my Uni, I was working on development for a Sourse Engine mod, and would often have to download and upload several hundred megabytes in the process. This is all content that my friends and I had legally made. Would you argue that we had no right to use the campus network for this? Especially since it was actually directly related to my field of academic study? I'll give you one better: The Computer Science House (a section of the dorms) on campus had their own dedicated T1 line because of similar reasons.

      The fact is that the system worked when we had a local filesharing source. Not only that, but it worked well, and no one complained for about 5 years until 1 person said the wrong thing, and the end result was a network shutdown for 3 days, and countless other side-effects. And after all that the local hub was reinstated anyway.

    68. Re:One way to solve this by Anonymous Coward · · Score: 0

      I guarantee that no matter how much you pay for music the artists get next to nill. Half of them are dead anyway. Take a step back and think of how foolish the idea of mass-marketing a thought is. Next, join your local Pirate Party.

    69. Re:One way to solve this by piojo · · Score: 1

      If not a penny goes to the artist anymore, what is the difference between downloading and buying? This is somewhat similar to the patent situation. In the situation you describe, the artist has already been paid. The company that paid him did so to gain some return on investment. Mass piracy => no return on investment (well, that's a different debate. let's assume it's true). If that happens, the record company will not stay in the market, and future artists will not be paid.

      You could argue, "Sure, but better deals for new artists will come along," but that's little consolation to an artist *now* that can't find work.
      --
      A cat can't teach a dog to bark.
    70. Re:One way to solve this by Damarkus13 · · Score: 1
      I think I'll raise the bar a little.

      I would, without argument, pay $10 (hell, maybe even $15 if I really liked the cd) a cd if, I knew that the artist was getting 1/4 of it. And I don't mean getting 25% of it and then having all the production costs deducted from their share. 25% to the artist, then subtract costs (mark-up, marketing, recording and production) and the label gets the rest.

      That's all I want the labels to do and I will buy music again.

    71. Re:One way to solve this by Blkdeath · · Score: 1

      They also do well charging $4.00 for an 80-cent bottle of beer. It probably has to do with the temporary brain impairment their customers experience as a result of alcohol consumption and/or trying to get laid.

      If you've ever wanted to see a nerd's take on social behaviour you've just found it. Priceless.

      --
      BD Phone Home!

      Shameless plug. Like you weren't expecting it.

    72. Re:One way to solve this by falconwolf · · Score: 1

      I'd rather see universities do bandwidth priorization, where file sharing receives the lowest priority amongst all traffic.

      And what if shared files are for classes?

      Falcon
    73. Re:One way to solve this by falconwolf · · Score: 1

      Here is the way I see it. College universities can set it up so filesharing, and other heavy bandwidth activities, get lower prioritization.

      And what if the files being shared are for classes?

      Falcon
    74. Re:One way to solve this by tepples · · Score: 1

      Every radio I've ever had included a tapedeck that let me record right off the air. It did not segment the recording into clean tracks without the DJ talking over it. Nor did it reproduce the recording in such a way that the recording never wears out per play and can be duplicated to millions of identical recordings.
    75. Re:One way to solve this by falconwolf · · Score: 1

      theaters might have to go digital so I will accept that they are trying to recoup the cost but I doubt it will go down after they do recoup it

      That's something that puzzles me about what Mark Cuban is doing. Cuban owns the arthouse theatre chain Landmark Theaters, and though I haven't found it again a few years ago I read how Landmark was delivering movies to the various theatres digitally via the net. From one location they could distribute movies to all of the theatres showing the movie without having to deal with producing film copies then sending them via roads. Delivering movies this way takes less than an hour versus the days it takes to deliver film. Using the net to deliver movies like this is actually cheaper.

      Falcon
    76. Re:One way to solve this by totally+bogus+dude · · Score: 3, Insightful

      I think it's more that people don't care how ISPs make their money. It's not my problem if an ISP offers a product which they're unable to make a profit on, any more than it's my problem if a store mis-prices an item and sells it a loss.

      ISPs have been telling everyone that bandwidth is cheap, by selling X mbit at Y$ per month. "Use it as much as you want and that's all you'll pay", they say. Now they're complaining that their customers actually think their $Y per month entitles them to X mbit of bandwidth. Gee, I wonder why that is?

      If you sell an internet connection as an unlimited service, people are going to use it as an unlimited service. If you can't actually provide that, then don't sell it! IMHO, if an ISP that sells you an unlimited X mbit connection and then tells you you're using it too much, it should be an open-and-shut case of false advertising. They're entering into a contract with you without being able to fulfil their side of it.

      In the internet backwaters of Australia, ISPs used to offer unlimited access plans on dialup. The low bandwidth of dialup meant that this was kind of feasible, because there's only so much you can download at 56k. When ADSL started coming out, they went to a quota system, because even a couple of hundred kilobits per second can add up to a crapload of data if left going 24/7, and data from overseas costs a lot.

      So now I'm paying for 40 gigs of traffic on an ADSL2 link at ~ 19mbit down, 1mbit up. Sure, it's only 40 gigs, but they're my 40 gigs. I can do whatever I want with that and not worry about being throttled because my ISP doesn't approve of particular types of traffic.

      There are ISPs here which offer cheaper prices for a much higher quota (and even some offering unlimited quotas at low speeds, i.e. 256kbit). I'm with a more expensive ISP because the cheaper ones heavily oversubscribe and that means you often get poor performance during peak periods. I don't have a problem with ISPs providing such a service; there's people who want to download a lot but don't really care if sometimes (or often) websites are slow to load. It's only a problem if they try to hide the fact that they do this.

    77. Re:One way to solve this by eric76 · · Score: 1

      This approach could cause problems for ISPs in the United States.

      As I understand it, the safe harbor for ISPs does not apply if the ISP stores data in this manner instead of just being a conduit.

      If so, any ISP who started doing this could, conceivably, be held liable for any copyright infringements stored on their servers.

    78. Re:One way to solve this by eric76 · · Score: 1

      P2P traffic is a batch mode of traffic that should be given a lower priority.

    79. Re:One way to solve this by Anonymous Coward · · Score: 0
      Sounds like what happens at various US universities.

      Sounds like this cocksucker should have to keep his goddamned car in his garage. When us taxpayers with Maseratis want to get somewhere, we shouldn't have to be slowed down by pricks like him.

      Mark Cuban ought to shove a Cuban cigar up his asshole -- it'll help him relax.

      You could look it up -- before the use of anesthesia was widespread, doctors who had to reset a broken leg on very strong people could sometimes not pull hard enough against the patient's leg muscles to correctly reset a fracture. So they'd shove a cigar up the guy's butt -- the nicotine relaxed the leg muscles enough to allow the doctor to do his work.

      It is well known that many drugs, including alcohol, are very rapidly absorbed through the lining of the large intestine. I leave it to your imagination to dwell on the usual techniques used for this purpose.

    80. Re:One way to solve this by untaken_name · · Score: 1

      I understand oversubscription just fine. However, as another poster already said, I don't care. It isn't my job to help you sustain your business model. If you cannot provide the service you are selling, don't sell it. If you're going to give me internet access, give me internet access. If you're going to give me a limited connection, tell me about it up front. If you want my money, I want my internet access.

    81. Re:One way to solve this by Fourier404 · · Score: 1

      If it's for a class any competent university could set up a local server for the professors to host files on. If it's student generated and he/she isn't willing to put the file up on the server, the file's academic honesty is quite doubtful.

    82. Re:One way to solve this by Antony-Kyre · · Score: 1

      I think you took what I said out of context. I don't know if it was intentional on your part.

      I am saying students should respect the school's PRIORITIZATION when it comes to different types. Priorizing doesn't mean preventing or halting. It means that if there are other things ahead, filesharing would get throttled or slown down until those other things are finished.

      Imagine if you will, a highway. And on that highway are vehicles. Those vehicles represent data. Take cars to be faster vehicles, whereas semi-trucks tend to be slower vehicles. Imagine a semi going down a highway, and that semi is holding a bunch of cars up behind. That semi could continue on its path, or simply pull over for a moment, and allow the 5 or 6 cars behind to pass him/her up. The semi will eventually reach its destination, but to pull over from time to time, allows the other traffic to get there faster. In other instances, I would imagine gaming is like emergency vehicles. For these vehicles to go slow causes problems. The lag experienced in online gaming. However, these vehicles, although important in the game play, yet few in numbers, it would be okay to give them a higher priority over other traffic.

    83. Re:One way to solve this by untaken_name · · Score: 1

      I understand what you are saying, but I don't agree with it. In your analogy, there's only one lane. Your solution is to micromanage each vehicle. My solution would be to add more lanes. However, I'd be ok with your solution if it were stated up front, but it isn't. Especially in universities. They're kind of a special case, because most universities require some sort of fee for network access, so you really don't have much choice in what you get. However, this prioritization is happening in retail ISPs also, and if a retail ISP promises 'unlimited access', it does not seem reasonable to place limits on that access. But they're still raking in the cash promising 'unlimited access'. Now, I understand that there will ALWAYS be a limiting factor. However, I'm not the one marketing ISPs. It's like selling an "all-you-can-eat for 10 bucks" platter, then refusing to serve seconds by saying, "Well, one plate is all you CAN eat for 10 bucks."

    84. Re:One way to solve this by rizzo420 · · Score: 1

      college and universities already do this. they use packetshaping and QoS. the P2P gets throttled the most, generally to the speed of a modem and generally during the day. at night, they open it up a bit, but still keep it low enough so that people using the network for legit activity can do so (and yes, i know that P2P can be used for legitimate stuff, but 99% of the time, it's used to illegally download music and movies). by doing this, we can say we don't block any ports even though the P2P stuff can barely connect.

      the students bitch when the internet stops working or gets really slow. they say silly things like "i'm paying $40k to go here, you'd think the internet would work". i tell them that if they're paying that much for an internet connection, they might as well leave the college so that things like classes don't get in the way (yes, i work in college IT). however, most students are actually only paying $200-400 per year in technology fees. this covers the cost of their in room internet connection, the computer labs that get upgraded every 2 years, the software we provide, their email account, their domain account, their in-room cable tv, their local telephone service, the free computer support we provide (there is no laptop program at the college where i work, so the computers are the students), the wireless access points we're putting up all over campus, and part of the salaries of the IT workers who support the students and these technologies. they're actually not paying much for all of this when you think about it. if they had to get their computers fixed by geek squad every time they got a virus or spyware infection, they'd be broke.

      --
      please me, have no regrets.
    85. Re:One way to solve this by Dun+Malg · · Score: 1

      You could argue, "Sure, but better deals for new artists will come along," but that's little consolation to an artist *now* that can't find work. You speak as if "work for hire/one time payment" is the only business model right now. If that model became unprofitable, you really think the record labels would suddenly curl up and die, leaving thousands of starving artists? Please.
      --
      If a job's not worth doing, it's not worth doing right.
    86. Re:One way to solve this by piojo · · Score: 1

      You could argue, "Sure, but better deals for new artists will come along," but that's little consolation to an artist *now* that can't find work. You speak as if "work for hire/one time payment" is the only business model right now. If that model became unprofitable, you really think the record labels would suddenly curl up and die, leaving thousands of starving artists? Please. I worded my thoughts badly. What will happen (in the short run, at least) is that the job market will become worse for musicians.

      --
      A cat can't teach a dog to bark.
    87. Re:One way to solve this by zajal · · Score: 1

      I recall you saying you stopped downloading originally because "the artists weren't being paid." Hello? The artists have not been paid for 40 years and counting. I'm one of them, 2 albums on Columbia, several more on smaller labels, not a penny in royalties, not ever. ALL that money goes to the companies, period. I'm a small fish. They only pay people who can afford to sue them, like the Dixie Chicks. C'mon people, this "artists' royalties" issue is simply RIAA PR. The companies have no moral standing whatever (and if anyone were to assemble a class-action lawsuit, they'd have no legal standing. I asked an entertainment attorney what it would take for me to recover the approximately $200,000 in royalties unpaid since 1967, and he said, a substantial retainer for the firm, just to get to the point of writing a letter of demand, a huge fee to a CPA to examine records now nearly half a century old, let's say $50K. And then we'd come up against all the legal obfustications SONY would trot out, one at a time (starting with, it's not our problem, it's Columbia's, and we don't have access to their artists' records). So recovery is by no means certain, it would take years, and a lot of money, and because Columbia never sent me royalty reports, I have no way of knowing how much they really owe me. So: $50K (which I don't have) to see if maybe, just possibly, I can get a chance to look at royalty records? I think not.

    88. Re:One way to solve this by SpiritSniper · · Score: 0

      Don't universities get government subsidies of anykind?

      Do students get a choice to not pay for services they don't use? If not, that sounds to me like the college is stuffing in services they know most students won't use, and forcing them to pay for those. Essentially most students would be subsidising a handful that use the local telephone service. Most students that don't want or call out computer support are having to pay for the few that do. Most students are paying for the IT Staff that would otherwise be redundant if they didn't make themselves look busy by "support" they provide to the handful of students that call for it.

      Seems unfair to the majority of the students to me...

    89. Re:One way to solve this by rizzo420 · · Score: 1

      funny... most students also prefer to not leave campus to get their computers fixed or to not pay $200 to have a virus removed. most students do use the service that the college provides for computer support.

      as for the local phone, it's a small portion of it. the college where i work doesn't even offer long distance anymore because 99% of students have cell phones. it saves the students money in the long run. students also have the option to not go to college.

      the students do not get a choice to pay the $200 technology fee. in the grand scheme of things, saving $200 off a $35,000 bill isn't going to do a whole lot. and that $200 gets them wireless all over campus, which is something the students have been wanting for a long time, as well as a completely overhauled email system, computer labs, and support for their computers. ask any sudent if they would prefer to pay the $200 up front of pay individually for each individual service and i'd be willing to bet they'd take the former. it would save them money in the long run if they had to pay for computer service (especially for some of them who i see over and over again).

      consider it like paying for insurance. if you never use it, you don't get to reap the benefits and end up spending money for nothing, yet it's required by your state.

      --
      please me, have no regrets.
    90. Re:One way to solve this by Seumas · · Score: 1

      Word of mouth. Flyers. Other fans. Not every great band or musician is on MTV and sponored by some craptastic mafioso label. There is a wealth of greater talent out there doing their own marketing and letting their fans spread the world. Some, like Anders Manga, even start their own label to produce their own stuff instead of going out to a traditional record label. And because of their self-garnered fanbase and popularity, they get other marketing allotted to them -- such as magazine articles and interviews on television and website features.

      And all of this, without Epic Records, Wal-Mart or Sam Goody being involved. More fervent fanbases, more control of one's own destiny and 500% more profit off of every record than if they went with a major label.

      The artist can afford to sell their content cheaper (especially the digital versions), which means they benefit and so do their fans. The only thing the big labels provide is a larger revenue growth FOR THEMSELVES on the artist's back. So what if the label gets them out ot every twelve year old on TRL? If you're a successful band and then you get major backing so that your audience suddenly grows by a thousand percent, but then you only get one point on every $20 CD -- you are doing no better than you were when you had a tenth of the audience and were able to sell the content directly to them for a tenth of the price. Except now you're paying more of your own expenses (wiping out most of any supposed profit) and probably losing most of the control of your own marketing, branding and copyrights.

      It is a misnomer that the major record labels do anything but secure revenue for themselves. That is their only goal in life. They *might* get your name out there and get your CDs in more stores, but at what cost to you and your fans? And if you can be your own distribution and marketing system and make five times more for your efforts, why would you waste your time with Arista?

    91. Re:One way to solve this by Attila+Dimedici · · Score: 1

      I didn't say that a band needs to be on a record label. I actually don't think that the record labels bring that much to the table. However, that being said, if a band wants to be successful they need to spend money on marketing. Those flyers you referred to cost money to print. For most bands, they will get more by paying someone else to do the marketing for them. I think that the price that the record labels charge for the various services they offer is excessive.
      The poster I was replying to suggested that since the bands currently get $2 for a CD (his number, not mine), that is all that a CD of music is worth. I was suggesting that there is value added above and beyond just making the music. I did not mean to suggest that the record companies were worth what they add to the cost of a CD. I happen to believe that as late as the 80's, the record companies were adding most of the value to most CD's. Sometime in the 90's this stopped being true.

      --
      The truth is that all men having power ought to be mistrusted. James Madison
    92. RE: One Way to Solve This by Anonymous Coward · · Score: 0

      There are also some new technologies, most notably P2P caching, that can help ISPs accommodate P2P traffic while improving service for all their subscribers. Check out http://www.peerapp.com/blog/blog.aspx?blgID=1&Year=2007&Month=10. ISPs in Central America and Asia are using P2P caching to accelerate delivery of P2P content (which is very popular with their subscribers for obtaining content from the US and Europe) while saving money on expensive international transit links. One wonders when US ISPs will catch up.

  2. Mark, by Chris+Tucker · · Score: 0, Offtopic

    Bite my shiny metal ass!

    --
    Guaranteed! This comment 100% Anthrax free!
    1. Re:Mark, by phillips321 · · Score: 1
  3. hold on a sec... by timmarhy · · Score: 5, Insightful

    .. so this assholes logic is his traffic is better then mine? I pay just the same as he does for the service and as long as i use it inside the terms of my agreement he has no right to say anything.

    --
    If you mod me down, I will become more powerful than you can imagine....
    1. Re:hold on a sec... by CoolVibe · · Score: 4, Insightful

      Amen. This asshole isn't paying for my bandwidth, so he should shut the hell up. Arrrr.

    2. Re:hold on a sec... by Anonymous Coward · · Score: 0

      So this tells me a lot about Marc Cuban -

      1) He is an arrogant tool who likes to spout off about how he thinks the world should work.

      2) He fundamentally does not understand how the internet works. The idea that somehow consumers are footing more of the bill for the internet than a company like google or another corporation that sinks gigabytes of traffic a second onto the net shows he doesn't understand the very basics of how bandwidth is paid for and the different way that consumers pay vs. content creators and traffic generating sites.

    3. Re:hold on a sec... by Anonymous Coward · · Score: 1, Insightful

      Kudos for whoever tagged this 'fucktard'. He had it coming.

    4. Re:hold on a sec... by rhizome · · Score: 1

      IN OTHER NEWS: "Liquor Store Owner Calls for Shutdown of Bars."

      --
      When I was a kid, we only had one Darth.
    5. Re:hold on a sec... by Seumas · · Score: 5, Interesting

      By his logic, we shouldn't be using the internet for VoIP, either. Or watching videos. Or listening to streaming radio stations. Or watching and listening to podcasts. After all, those all consume a lot of bandwidth, even if it's not over P2P. And of course, EVERYONE who uses P2P is a massive multinational corporation that can afford massive bills. Does he not realize that P2P allows a downloader to receive content in return for a small payment of bandwidth to help redistribute the same content to other users, instead of monetary compensation? P2P allows a significant number of small-time content producers to get their content out to a lot of people. Otherwise, they could never afford it and only the big guys would get to play the game.

      And really, if you are only using the internet for shell access and to get your email account and refresh drudgereport, then what the hell are you bitching and moaning about needing high speed for in the first place?!

      And really, if an internet provider wants to give HTTP, POP, IMAP and shell traffic top priority, that's fine with me. That way those packets will not be affected should a heavy load of other use throttle the connection -- and at the same time, a bunch of people just using HTTP and shell accounts isn't going to slow down your P2P or streaming activities by any noticeable amount.

      I don't see why all of this is a big deal. And I don't see why my solution isn't good enough. It allows the content of the supposed majority of users to always get through unimpeded while allowing all other content to cross the wires as the remaining bandwidth (which is supposedly the other 90% of traffic) allows.

      Cuban is a hot-headed little prick.

    6. Re:hold on a sec... by MickDownUnder · · Score: 1

      I think it is good he's made these statements, because now no one will take him seriously. He doesn't seem to understand that the internet is decentralised, and that should he actually be taken seriously it would simply make mean the US would be cut off from all the current and future innovations P2P technology has/is delivering. P2P isn't just about sharing Metallica MP3's, how about Skype, Wuala, or Seti@home for example.

    7. Re:hold on a sec... by Jackie_Chan_Fan · · Score: 5, Informative

      I think what he meant to say was that companies distributing products via the internet, using P2P are using the users bandwidth for free. That is not a choice of the user, but instead a dictated protocol by lets say a movie distribution company.

      I'm not quite sure he meant that it isn't a users right to use P2P if they chose... but instead he wishes to prevent companies from using your bandwidth for free, for their monetary gain.

      The attack on all P2P i think was a unintended target and just poor wording on his case.

      I might be wrong on this.

      My view is that P2P is a users right. They can do what they want with the bandwidth they pay for. But companies that charge you to download again lets say movies from them through a P2P system, should not expect to use my bandwidth for free, so that they can in return profit, and charge me for it.

    8. Re:hold on a sec... by Tuoqui · · Score: 1

      Not withstanding this asshole probably has a direct SONET fiber optic line connected straight to his house and is connected close to the internet backbone with the amount of cash he probably has. I think this guy should STFU and RTFM.

      Clearly this is just him being a supporter of IP laws and wanting to join the MAFIAA party line.

      --
      09F911029D74E35BD84156C5635688C0
      +2 Troll is Slashdot's way of saying groupthink is confused
    9. Re:hold on a sec... by Seumas · · Score: 1

      Of course, his point is still stupid, because companies are not getting "free bandwidth". They are trading content for bandwidth, so they can then in turn further distribute said content.

      Besides, what are they whining about? They only give users a maximum 768kbps upstream (and that's if you pay the extra $10/mo -- other wise I think it's 256kbps). It's not like you're going to be taking out whole nodes on that pittance.

    10. Re:hold on a sec... by Anonymous Coward · · Score: 2, Interesting

      No. Read his article. He wans ALL p2p traffic blocked, and he doesnt't mantion any exceptions.

      He clearly doesnt't specialise in clear thinking though. He seems to think that blocking p2p would improve his own internet experience (at the expense of many other perople's of course, but that doesn't bother him). He seems to think that his own improved experience will come about because blocking p2p will reduce the amount of traffic flowing through the internet. The fact that all that p2p traffic is people downloading, and that if they can't download it p2p style that they will _all_ have to download it from a big server somewhere, and that the amount of traffic flowing over the internet would be THE SAME doesn't seem to have dawned on him.

      Of course, if you had to get your downloads from a great big server, someone would have to run that great big server, and that costs money. This provides excellent entry barriers to content distribution and represents an excellent way for the encumbent providers like the RIAA and multinationals to extend their stranglehold over the internet the same way they have over all other content distribution mechanisms. The limited number of distribution servers would all make fairly easy pickings for future moves to extend their control, like legislating well, any kind of restriction they want really. I see it as rather like bus companies trying to ban private cars from the road system, trying to re-establish the kind of monopoly over transport (and the economy as a whole) that the railways once enjoyed. I think this is his real agenda - gaining control of the internet for the big corporations.

      Actully, there is one problem I can think of with current p2p aplications - I don't think they make any attempt to favour local peers over wildly remote peers. It really would help the internet as a whole if p2p applications could show a preference for nearby peers. Perhaps measuring hop-count could be built into future p2p protocols?

    11. Re:hold on a sec... by pipatron · · Score: 1

      he doesn't understand the very basics of how bandwidth is paid for

      I don't either, but I would like to be enlightened. Do you have any pointers?

      More specifically, it would be nice to know how much my ISP have to pay for each byte I send to someone else, and stuff like that.

      --
      c++; /* this makes c bigger but returns the old value */
    12. Re:hold on a sec... by canUbeleiveIT · · Score: 1

      I think it is good he's made these statements, because now no one will take him seriously. Maybe a bit of an overstatement. Maybe his stature might be diminished here on slashdot, but most of the rest of the world couldn't care less. Besides being the chairman of HDNet and owning an NBA franchise he has a shitload of money--which, right or wrong, is usually enough to make most people listen.

      Is he an arrogant prick? Probably, but since when has that stopped anyone from being an authority in the public's eyes?
    13. Re:hold on a sec... by zotz · · Score: 1

      "I'm not quite sure he meant that it isn't a users right to use P2P if they chose... but instead he wishes to prevent companies from using your bandwidth for free, for their monetary gain."

      Sure, but it is a bogus argument in any case.

      What do the free market people tell you:

      If you stop the companies from using p2p distribution, their costs will go up and they will pass them along to the consumer.

      So, by letting the companies use my bandwidth, I get a better price. Wow.

      Now if it doesn't work this way in practice, could that be because goods protected by the monopoly plays of copyright and patents do not behave according to Free Market principals?

      all the best,

      drew

      I went down to the Free Market the other day but everyone was trying to sell me stuff!

      --
      FreeMusicPush If you want to see more Free Music made, listen to Free
    14. Re:hold on a sec... by Anonymous Coward · · Score: 0, Troll

      He clearly doesnt't specialise in clear thinking though.

      And you obviously don't specialize in clear writing.

    15. Re:hold on a sec... by walshy007 · · Score: 1

      I have no idea on the regard of costs, would depend on your isp of course, however the cost per byte would vary greatly depending on who you were sending the data to, for instance someone on the same isp as you, in your area for instance, would still be on the isp's network, and besides the initial outlay for them to put the backbones in etc, it would cost them nothing, now compare that to overseas traffic, the cost is significantly higher due to the higher costs of running the cable through oceans etc etc.

      basically cost per byte is directly proportional to cost to lay lines to where it's going.

    16. Re:hold on a sec... by Eddi3 · · Score: 1

      It's even worse then that. This is more like: "Liquor Store Owner 'A' Calls for Shutdown of Liquor Store Owner 'B'"

    17. Re:hold on a sec... by FlynnMP3 · · Score: 1

      You know, I had a long and eloquent response to this and when I went to post it got lost in the Internet ether. I am not typing it again.

      1) This guy does have a right to say what he wants with a couple restrictions. Read up on the Bill of Rights and keep up on current events. Then, if applicable, vote in the next election for somebody who supports your ideal of how to deal with P2P traffic. It is cloaked somewhat in the net neutrality issue as well.
      2) In almost any society, and especially America's, the golden rule applies here. "Those who have the gold make the rules." Main stream media is a slave to this rule. But it happens in other areas too. Again, if these things matter to you, vote for change if you can.

      -Mike

    18. Re:hold on a sec... by PatPending · · Score: 1

      You've got my vote for the best reply!

      --
      What one fool can do, another can. (Ancient Simian Proverb)
    19. Re:hold on a sec... by spyrochaete · · Score: 1

      You're taking things a little far. Cuban is just being a greedy old fuddy duddy, not a totalitarian warmonger. This old timer is simply confused about what the internet is really for. He thinks that servers should be the only things unicasting bits over the internuts, and that applications that make clients act like servers are somehow filling the narrow tubes with sludge, not unlike the buttery paste clogging his arteries. I can understand how someone who lives in an ivory tower would want to preserve the internet for his fellow economic bobbleheads so that they may dictate whatever they wish to the unwashed masses.

    20. Re:hold on a sec... by HexaByte · · Score: 1
      No, this prick's logic is that he's too cheap to buy an OC3 line, even tho' he has the money to do so. THAT would speed up his internet!



      Imagine someone on the Autobahn who could easily buy a Ferrari or Lamborghini complaining that there are too many VW's clogging the road, and they want them banned so that his VW can go faster. If you want greater internet spped, pay for a friggin' bigger pipe. If you're too cheap to do so, quit complaining that others are using the service they paid for in a manner consistent with the Terms of Agreement of their ISP.

      --
      HexaByte - he's a square and a half!
    21. Re:hold on a sec... by budgenator · · Score: 1

      Most ISP's purchase bandwidth from a tier 1 or tier 2 or tier 3 provider for a set monthly rate that allows a certain amount of traffic each month and for a specified bandwidth. If the ISP doesn't utilize all of the bandwidth it doesn't rollover, and if they go over they either get charged a premium or the traffic don't go through. ISPs will generally attempt to become tier 2 or even tier 1 through peering with other ISP to reduce costs. How much any bit costs varies depending on how much or if they pay a tier 1 or 2 for bandwidth and how efficiently they use the bandwidth. Transferring a 1/2 GB at 3 or 4 am is probably at no additional cost for the ISP because the bandwidth would just be going down the drain anyways, but the same amount at 7 or 8 pm could be at premium rates and very expensive for the ISP because that's when everybody is online; in short even the ISP don't really know what a given byte costs to transfer, they just know the averages.

      The biggest conflict here is that the ISP's especially Comcast are encouraging the comsumers with advertisements suggesting high speed, unlimited internet access and the consumers are taking them at their word and behaving as if they are a tier 1 provider giving them a pipe capable of pumping 7Mbs down and 256kBs up 24/7/365 when in reality they are an under-provisioned tier 3. They are getting by simply because they are the best of the worst and can pick off less than mainstream protocols like bittorrent to take up the slack; but sooner or later there are going to be too many Grandmas pissed off because they can't use their "Unlimited Hi-Speed" to connect their high Definition webcam to their grandchildren, then you'll see the fur fly.

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    22. Re:hold on a sec... by Jackie_Chan_Fan · · Score: 1

      I think what you've said is interesting. I dont at all believe that by letting them use our bandwidth, that we'll get a better price.

      I still think buying the discs are the best option in quality and delivery. I do hope that process continues to be the norm.

    23. Re:hold on a sec... by saintsfan · · Score: 1

      i don't think i even understand his point, if there is one. ars hit it on the head, it doesn't matter which protocol you use to download. for that matter, BT is more efficient and might actually use less bandwidth overall than http between more stable connections and sophisticated download resume options. AND it's safer if you trust the hash. for that matter, he's a billionaire right?? dude, get a t1 if you need an SLA to surf the freekin web and watch google video

    24. Re:hold on a sec... by ewhenn · · Score: 1

      Yup. It's because he's a self-centered prick.

      Instead of bing mad at corporations over selling their service, he's mad at people using what they paid for. It's the same thing as getting mad at the people at an all you can eat buffet when the restaurant runs out of chicken, insead of being mad at the restaurant for selling all you can eat chicken to 100 people when they only started with 50 pieces of chicken.

      Money doesn't make you smart, it just makes you rich. For this guy to propose limiting personal freedom because a corporation oversold it's product jsut show what kind of a morally bankrupt character he really is.

    25. Re:hold on a sec... by Anonymous Coward · · Score: 0

      I've got an obvious solution:
      Nobody watch ANY Dallas Mavericks footage or coverage of anything about his sports team, as it's wasting internet bandwidth at the expense of other uses. That should make him happy in so many ways.

    26. Re:hold on a sec... by zotz · · Score: 1

      Indeed, it may not, but if not, I would lay the blame primarily on the copyright protections in the mix (or other monopoly plays) which prevent others from competing in the market.

      I will tell you what p2p can mean from my perspective, it can mean you can get stuff from people who cannot afford to give it to you via more traditional methods.

      all the best,

      drew

      --
      FreeMusicPush If you want to see more Free Music made, listen to Free
    27. Re:hold on a sec... by chartreuse · · Score: 1

      Same with Clearwire. When they don't traffic-shape (and who knows, maybe spoof, like Comcast), they cut your bandwidth to dialup speeds without warning, a bargain at $40/month. Their customer service could more accurately be called customer punishment. STAY AWAY.

    28. Re:hold on a sec... by scarboni888 · · Score: 1

      If the consumer's right to publish onto the internet via serving up - oh I don't know let's say a Linux distribution .ISO via P2P for example - then the internet becomes nothing more than a useless marketing channel of mainstream drivel.

    29. Re:hold on a sec... by Tamerz · · Score: 1

      They aren't using my bandwidth for free. I am requesting the information they are sending.

      P2P doesn't steal bandwidth from anybody. It is the ISP selling bandwidth they don't have that is the issue. If using bittorrent at the rate I am paying for slows someone else down on the network, they need to upgrade their network.

  4. Who wants to bet he likes getting a tax cut? by damburger · · Score: 0, Troll

    Most people with 'CEO' before their name lean Republican. He probably thinks government should get off his back, and on to everyone elses.

    --
    If we can put a man on the moon, why can't we shoot people for Apollo-related non-sequiturs?
  5. P2P is only int its infancy by Basje · · Score: 4, Insightful

    The same argument can be applied to voip and more recently internet television. But it's a logic stance for an established player with enough capital: they have the means to provide enough bandwidth to things in a traditional client-server way.

    P2P is only in its infancy. More and more applications are being found for it. Joost is one example, where p2p is used in a way to allow a relatively small player to operate. New uses even bring bandwidth use down, keeping it local.

    It would be stupid to kill these opportunities for the benefit of a few big players.

    --
    the pun is mightier than the sword
    1. Re:P2P is only int its infancy by crowcroft · · Score: 1

      there's LOADS of commercial pay-per-view p2ptvservices - this guy is a moron - not only is there money in this (ask zattoo) but also it reduces net load compared with server based content distribution - and p2p can be eevn more efficient than CDNs like akamai so ISPs should embrace them once people get this senior in a company, they lose touch with reality. many ISPs are looking to partner with p2p and own content value chain and cut out other folks from that market - i dunno, where do people get an education these days:)

    2. Re:P2P is only int its infancy by Sique · · Score: 1

      The problem goes deeper:

      The amount of traffic to send remains nearly same, for a centralized model or for a P2P-model. P2P just has some additional traffic for organisation, but it is not so much that you could call P2P administrative traffic the bandwidth hog to end all Internet.

      So if Mark Cuban gets his way, and all traffic is only mail and http, then still his Internet Tubes[tm] are clogged by people downloading... just this time it's from YouPorn or AllOfMP3's granddaughter.

      When my university had only an E1 uplink (2 MBit/sec), it was the same with FTP. FTP was clogging the bandwidth, because people were downloading as crazy from funet.fi or uni-stuttgart.de. So the admins at the university were setting up a gigantic FTP mirror and mirroring everything the students wanted to be mirrored. Then there came HTTP, and suddenly FTP was no longer the problem, but HTTP was clogging the Internet Tubes[tm].

      Now it's supposed to be P2P. For some reason people seem to confuse the fact, that others will download, with the details about the protocols used to download.

      --
      .sig: Sique *sigh*
    3. Re:P2P is only int its infancy by Anonymous Coward · · Score: 0

      Exactly. That's nice that he wants a fast internet; I'm sure we all do. How about we ditch high-def/standard movie streaming instead? Even better, why don't we ditch Comcast's cable TV and use THAT bandwidth for a faster internet. :)

  6. Freeloaders? by melted · · Score: 5, Interesting

    Excuse me? $46 a month for my Comcast connection is not exactly "free". In fact as far as I'm concerned, that's about $20 too much. Now if I had a free (as in beer) connection, I might give up my torrent rights, but as long as I pay for it (and pay dearly, including through taxes) I insist that I should be able to use it in whatever way I deem necessary. Whether I want to download the latest Fedora DVD, or a gig of porn - I've paid for the privilege.

    1. Re:Freeloaders? by Enoxice · · Score: 2, Informative

      Ummm... Mark Cuban != Mark Shuttleworth

      Just FYI.

      --
      Anyone else think the comments just weren't rendering right before they turned off ABP and saw ads?
    2. Re:Freeloaders? by Whiney+Mac+Fanboy · · Score: 0, Redundant

      Hmmmmmmn, clearly I'm on crack - or it could have been the large number of beers I consumed earlier this evening preventing me from RTFS...

      I mean its not like Mark's a common name or anything! At least I can go back to respecting Shuttleworth (for the most part) again.

      --
      There are shills on slashdot. Apparently, I'm one of them.
    3. Re:Freeloaders? by HybridJeff · · Score: 1

      This article is about Mark Cuban, not Mark Shuttleworth.

    4. Re:Freeloaders? by Anonymous Coward · · Score: 0

      Ironically, one of Shuttleworth's own companies use p2p to distribute content - the fastest way to download an Ubuntu image is to grab the torrents. What does Mark Shuttleworth have to do with this? The article is about Mark Cuban, the douche that funded Redatcted and was on Dancing With the Stars.

    5. Re:Freeloaders? by Nicholas+Evans · · Score: 5, Insightful

      Then, is it the customer's fault that his ISP is grossly overselling their capacity?

    6. Re:Freeloaders? by aussie_a · · Score: 4, Insightful

      Perhaps the ISP shouldn't oversell their bandwidth? It would result in higher prices, but it would be more honest.

    7. Re:Freeloaders? by Anonymous Coward · · Score: 2, Insightful

      Next we should disable people's cars who drive more often than the grandma next door. And what about those people who use the city parks every day?! I mean clearly everyone should behave *exactly* the same as everyone else. Who do these leechers think they are?

    8. Re:Freeloaders? by Kadin2048 · · Score: 4, Insightful

      They should get their gig of porn, too. In fact, gigs of porn all around.

      Or at least to whomever's ISPs promised them service. That's the real problem here, the overselling of backhaul capacity and quoting of mindless 'burst' speeds rather than average or continuous transfer. What everyone is doing with their connection is irrelevant. If I'm downloading porn or watching YouTube, the effect on my neighbors is going to be basically the same (witness most recent 'imminent death of the net' story, which IIRC blamed video).

      We need a little more truth in advertising in internet access. Let's make them advertise two separate figures, one for speed and one for transfer, for starters. And if they're going to do QoS or prioritize traffic, that needs to be disclosed, too -- not just that they're going to do it, but on what basis they're going to do the QoS and a breakdown of what traffic is going to get what priority over what else.

      --
      "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
    9. Re:Freeloaders? by jackharrer · · Score: 5, Interesting

      And that's the reason why instead of whining about p2p traffic they should finally invest in infrastructure.

      Do you know how long it takes to download film in Sweden? 15-30min. Why? Because somebody invested in fiber to homes and fast switches. That's the reason they have ethernet straight to home. Yes, ethernet socket at home, 10/10Mb, upgradeable to 100/100.

      And of course everybody knows that if your infrastructure is designed properly most of the traffic will stay local - p2p client usually prefer local fast nodes.

      So you pay for your 'net connection - it gives you possibility to download whatever you want, everybody can. You can download newest Fedora, but your neighbour probably sits 12 hours a day watching youtube. Same IMHO.

      --

      "an experienced, industrious, ambitious, and often, quite often, picturesque liar" - Mark Twain
    10. Re:Freeloaders? by eiapoce · · Score: 1

      Air Transportation Companies are already fined automatically if they overbook. Why shouldn't Telecom Providers be fined as well?

      Can you imagine the staff at the check in of a airport complaining with the passengers because they are freeriding the plane? I can't. This Cuban guy is against the consumer and in any way he shouldn't be elected to any public position (and I am thinking about the rubbish collector industry)

      Enrico

    11. Re:Freeloaders? by rtb61 · · Score: 1
      The problem with that is the new definitions, and clauses contract becomes like a dictionary, in fact very much like a dictionary as the redefine words in common use to their version of contract language. It is far better to come up with common definition that they have to adhere to and at random intervals and across random locations they are tested. Based upon actual deliverables versus marketed offerings they are then forced to credit every customer for the discrepancy for that month.

      Deregulations for corporations is just an invitation to act in a fraudulent corrupt manner. The only truth you can find in modern corporate marketing is when you know their revised corporate marketing version of the English language and words like best, quality, traditional, fast, reliable, stable and secure, and based upon the way they keep using them, those words obviously no longer mean what we think they mean.

      --
      Chaos - everything, everywhere, everywhen
    12. Re:Freeloaders? by wwmedia · · Score: 1

      try paying 5000$ / month for bandwidth for 12 servers...

    13. Re:Freeloaders? by Opportunist · · Score: 1

      Bet he thinks we downloaded our internet connection for free, too.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    14. Re:Freeloaders? by MobileTatsu-NJG · · Score: 1

      "Perhaps the ISP shouldn't oversell their bandwidth? It would result in higher prices, but it would be more honest."

      Mmm.. though I agree, I think he has a point... although his approach didn't quite nail it. It all comes down to a matter of whether or not it's 'abuse'. I don't really see P2P downloading as abuse, but I could see how beancounters could interpret it that way. Their infrastructure wasn't built to support it. So, people are working outside of the bounds they set, and it's interferring with them. (Ermmm.. Alledgedly, I should say. My bad.) Suppose the next great bandwidth sharing really saturates the pipe, what then?

      Anyway, I'm not saying I agree with his point, I'm just having a little fun entertaining it. This sort of system really cannot be built in such a way to prevent unintended usage. We can expect bs mumblings like this as new technologies become ubiquitous. It's sad, but I doubt it's preventable.

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    15. Re:Freeloaders? by woot+account · · Score: 1

      Anyone who is piggybacking on unsecured wireless?

    16. Re:Freeloaders? by Anonymous Coward · · Score: 0

      nobody gives a fuck why you used the wrong name. stfu and get on with it.

    17. Re:Freeloaders? by Seumas · · Score: 1

      Don't feel bad. I confuse the two sometimes, too -- and I certainly know the difference.

      For those who can't keep track, Mark Cuban is the pissy little asshole who owns some basketball team and goes ballistic on the sidelines all the time and looks like a pudgy slightly pudgy little troll. He's also the guy that funded some Robert Redford Iraq "war" movie recently that tanked (I don't have any political opinion on the movie either way -- just saying...).

      You know what the solution is to the whole cry-me-a-river-over-evil-p2p-ers thing? Give people more options than an expensive 8mbps/768kbps connection and give everyone fiber to the home. I think they currently get about 30mbps (bi-directional?!) for less money than Comcast charges for 8mbps/768kbps. What's more, I think we just had an article this week suggestiong that Verizon might soon be offering fiber in the range of 60mbps or more -- or something like that. For only a little more than what Comcast currently charges.

      Or, if nothing else, at least offer me another fucking tier. You're the only god damn game in town. If ISPs offered a "bandwidth hog" service for double the price and no monthly transfer caps and you left me the hell alone and quit whining about how I'm wasting all this bandwidth downloading 600mb podcasts every day, I'd sure as hell drop the $120/mo on it. But you don't offer that. You offer a one size fits all solution and then tell me "no, 8mbps is just for super fast email access and you aren't supposed to use it for anything else!".

    18. Re:Freeloaders? by dwater · · Score: 1

      > Yes, ethernet socket at home, 10/10Mb,

      They have this in China too. I've yet to hear of a 100Mbps connection though.

      Of course, if you follow the wire, it goes straight into a 10Mbps hub, together with several others, and that hub is plugged into another one/etc/etc. It works fine if you use it during the day :)

      It doesn't sound like your ethernet plug has quite the same infrastructure behind it though...(having said that, I heard they are laying fibre along every road now, as a rule).

      Max.

      --
      Max.
    19. Re:Freeloaders? by locofungus · · Score: 1

      Then, is it the customer's fault that his ISP is grossly overselling their capacity?

      And if their customer wants to download web pages in seconds but doesn't want to download GB of porn/p2p whatever?

      The problem ISPs are having is that they don't want to impose hard limits on how much their customers can download each month because (almost) everybody's usage varies from month to month. A customer (me) who might download 2Gb/month usually might then suddenly download 5Gb in a few hours (new Debian release)

      I even try and push as much of my usage as possible into the early hours.

      The problem is commonly known as tradegy of the commons

      It will make very little difference to me, or to most internet subscribers, if ISPs start imposing hard limits on the amount people can download.

      Tim.

      --
      God said, "div D = rho, div B = 0, curl E = -@B/@t, curl H = J + @D/@t," and there was light.
    20. Re:Freeloaders? by unlametheweak · · Score: 1

      One could use the analogy of buying a car, (which seems to be less abstract for people to understand) . Two people buy the same car. One person drives it only on the weekends, one person drives it everyday. The car costs the same amount of money. One could ask is this fair? Maybe not, but how one decides to use their vehicle is up to them. If they didn't want to take full advantage of their car and the freeways, then they could take public transit (i.e. dial-up Internet), or they could just buy a cheaper car or a bike (i.e. slow speed DSL). Chances are the people buying the sports cars are paying premium because they want to drive fast and take advantage of the features. If you don't want the features don't pay for them. And if there are too many cars on the road, then just widen the road.

      I hope that gives you a new perspective.

    21. Re:Freeloaders? by Martian_Kyo · · Score: 1

      chances are that my next door neighbor needs the bandwidth to do the exact same thing, download gig of porn.

    22. Re:Freeloaders? by Anonymous Coward · · Score: 0

      Perhaps the ISP shouldn't oversell their bandwidth? It would result in higher prices, but it would be more honest.
      I can think of very few shared resources that aren't being oversold. If everyone spent 24 hours a day, seven days a week, driving their car and using their phone, both the roads and the telephone lines would probably clog up pretty quickly. In my apartment, I get "free" water as a part of the montly rent, but I'm sure my landlord would get upset if I used this as a pretext to turn my kitchen sink into a hydroelectric power plant.
    23. Re:Freeloaders? by Squalish · · Score: 1

      You do not have a business relationship with your neighbor, and have no responsibilities towards them in this regard.

      You have a business relationship with the ISP, who has a responsibility to provide you (and your neighbor) with the service you pay both for. How they achieve that is none of your business, and certainly not on your conscience. If they can't provide a service that's up to standard (such as putting you on separate backbone switches if necessary), then they shouldn't offer said services, and people shouldn't pay them to.

      --
      People in Soviet Russia, however, appear to be afflicted with amusing juxtapositions of the aforementioned situation
    24. Re:Freeloaders? by smallfries · · Score: 2, Funny

      What you really need to do is come to some sort of understanding, perhaps an agreement amongst gentlemen, or peers even. Then you could somehow work together to download your gigs of porn. It would be like a distributed network of peers, a peer-to-peer network even. If only there was some kind of snappy name for this system. Sorry I have to go, I need to call Mark 'fuckwit' Cuban and describe my latest invention to him. He's gonna love it!

      --
      Slashdot: where don knuth is an idiot because he cant grasp the awesome power of php
    25. Re:Freeloaders? by Anonymous Coward · · Score: 0

      you do what you want legally. but i have fuck all sympathy if that gig of content is copyrighted and you haven't paid for it. that's called leeching off of the honest majority, and its done by scumbags.

    26. Re:Freeloaders? by Martian_Kyo · · Score: 1

      I'd stick to calling it p2p...which would in this case stand for porn-2-porn network ...or perv-2-perv network.

    27. Re:Freeloaders? by bstone · · Score: 2, Insightful

      >>Perhaps the ISP shouldn't oversell their bandwidth? It would result in higher prices, but it would be more honest.

      Or perhaps they should sell their bandwidth differently. Some people want a really high-speed connection for instant response time and occasional large transfers, others want to use all the bandwidth they can get 24/7. The two could be charged differently for their usage. Sell different plans with the same connection speed but different limits on maximum monthly usage. When someone goes over the limit, either throttle their connection to a much lower speed or bill the extra usage at a premium rate. The ISPs could actually offer higher speeds at much cheaper rates to the 'normal' users, and make extra bucks off the high volume users. Users would pay for what they use, and as people moved to high volume use, the ISP could add the bandwidth without having to gripe about it. They could even shape their traffic if they wanted to, offering lower rates during off hours for high volume use.

      A side benefit would be that they wouldn't have to oversell bandwidth by anywhere near as much since they would know how much real bandwidth they need by the type of account.

    28. Re:Freeloaders? by MadMidnightBomber · · Score: 1

      Has anyone seen them in the same room together?

      --
      "It doesn't cost enough, and it makes too much sense."
    29. Re:Freeloaders? by ptte · · Score: 2, Interesting

      Where I live, if you live in an apartment, you will mostly have the possibility to have 100/100mbps internet connection. That said, your own regular netgear wireless router will probably only have a throughput of 20-40 mbps, whatever the manual said. But that aint the ISP's fault anyway... I can assure you the connection is working, even during "primetime" and not only at 5 in the morning. And where I live, we are considered far behind most medium cities with their own city-net where you in some rare cases can get 1 / 1 gbps. And I live in Sweden, not China.

    30. Re:Freeloaders? by dwater · · Score: 1

      Sorry, I didn't mean to sound as if I were doubting what you said. I was just comparing what you describe with what we have here.

      --
      Max.
    31. Re:Freeloaders? by nikanj · · Score: 2, Interesting

      Finland is also installing fiber. I think we can finally lay the "sparse population" argument to rest :)

    32. Re:Freeloaders? by Lumpy · · Score: 1

      ME!

      I cracked Mark Cubans WEP key a month ago and have been running at least 20 torrents at a time through his wireless accesspoint. I think a WEP key of 01010101010101010101010101 was a bad choice on his part.

      The comment he made is my fault. Sorry everyone.. My bad!

      --
      Do not look at laser with remaining good eye.
    33. Re:Freeloaders? by budgenator · · Score: 1

      The problem isn't even close to a "backbone switch" the problem is the neighborhood sub-net is grossly under-provisioned by the same people selling "unlimited High-speed internet". What's happening is like buying a car and being told it will go 70MPH but when you get it you find that after going 70MPH for 5 minutes, you have to stop and let the engine cool off for an Hour, then have the dealer tell you your a maniac that should be banned from the roads for even trying to drive 70MPH and having him install a speed actuated kill switch on the car on the car engine against your wishes.

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    34. Re:Freeloaders? by Paradise+Pete · · Score: 1
      It will make very little difference to me, or to most internet subscribers, if ISPs start imposing hard limits on the amount people can download.

      Unless of course that hard limit is lower than the amount you download. This is a bit like driving. Anybody who drives slower is an idiot, and anybody who drives faster is a maniac. This is true for all drivers no matter what speed they go.

    35. Re:Freeloaders? by mugnyte · · Score: 1


        But they're not. They're purposefully slicing their total capacity to accommodate large market players at the expense of the home consumer. Right now, the lack of "last mile fiber" is acting in their favor: They'd rather ask you to pay for the bandwidth that crowds their lines and essentially bloat out rather than upgrade the infrastructure.

        That, and the vendor lock-in of the local cable companies ensures that the US is going to lag behind the rest of the western world on the bandwidth/cost scale.

        Metro WiFi was a cheap way to try and beat that, and cold still work, but for now even that infrastructure is too expensive, so usage is low and service is poor. WISPs could particularly answer that, but the upstream costs need to normalize, or it just bumps the problems to the ISP level.

    36. Re:Freeloaders? by Khaed · · Score: 1

      Because it's not my fault the ISP is stupid.

      My ISP actually has a set kb up/down. I am paying for these speeds. If I am using 100% of my upstream and say it's (something low like:) 128kb/s, and this kills my neighbor's connection?

      Then my ISP has fucked up royally and it's not my fault.

    37. Re:Freeloaders? by Anonymous Coward · · Score: 0

      It works quite well during the evening as well, thankyouverymuch.

      Here, I'll try it out for you. It's currently ~22:00, on a friday granted, but it's still prime-time as far as usage is concerned.

      There, I'm suddenly downloading American Gangster at ~8Mib/s, from one of the many nice 10mbit DC-hubs available. I'm going to have to stop the download, or it'll probably be finished by the time I'm done writing this post and I have no interest in watching a screener.

      Damnit, it's done, I took too long writing that before actually cancelling it! :D

      Anyway, I think we can safely rule out oversold capacity. Yay Sweden!

    38. Re:Freeloaders? by falconwolf · · Score: 1

      I don't really see P2P downloading as abuse, but I could see how beancounters could interpret it that way. Their infrastructure wasn't built to support it. So, people are working outside of the bounds they set, and it's interferring with them.

      It doesn't or shouldn't matter how the bandwidth is used, 1 gigabyte is 1 gigabyte whether it's html, ftp, gopher, or P2P. As for how much the infrastructure can handle, it's the providers' own fault they haven't built out the last mile. Cablecos and telcos were given subsidies to build out but they didn't. Instead they used them to cushion their bottom lines.

      Falcon
    39. Re:Freeloaders? by falconwolf · · Score: 1

      > Yes, ethernet socket at home, 10/10Mb,

      They have this in China too. I've yet to hear of a 100Mbps connection though.

      "A Broadband Utopia"

      "A municipally owned network in Utah is poised to offer 100 megabits per second--and that's just to start"

      TFA is about 1 1/2 years old.

      Falcon
    40. Re:Freeloaders? by dwater · · Score: 1

      Is Utah in China?

      I didn't think so.

      --
      Max.
    41. Re:Freeloaders? by falconwolf · · Score: 1

      Is Utah in China?

      I didn't think so.

      You said, and I quote, " I've yet to hear of a 100Mbps connection though."

      Falcon
    42. Re:Freeloaders? by Fourier404 · · Score: 1

      They may not have to sell it strictly as total bandwidth/# of customers, but as people start using more they can by themselves more bandwidth and increase the prices. Electricity is technically unlimited, but if people start using more the electric companies start charging more. On a side note, with my window size the two instances of ", but ** people start using more the*" lined up to the character in this reply form, reminds me of an xkcd.

    43. Re:Freeloaders? by dwater · · Score: 1

      Is Utah in China?



      I didn't think so.



      You said, and I quote, " I've yet to hear of a 100Mbps connection though."



      Falcon Nicely taken out of context, which was internet connections *in China*.

      --
      Max.
    44. Re:Freeloaders? by falconwolf · · Score: 1

      Nicely taken out of context, which was internet connections *in China*.

      You didn't say "I've yet to hear of a 100Mbps connection in China though." A 100Mbs connection could be applied anywhere if not stated where, and that's what I took it to mean.

      Falcon
    45. Re:Freeloaders? by dwater · · Score: 1

      The context of my whole post was about internet connections in China. Even the sentence before said that. That was clear to anyone with half a brain.

      In any case, I haven't seen a 100Mbps connection in Idaho either ... or where ever it was you said - can't be bothered to look back. This is tiresome. Le Fin.

      --
      Max.
    46. Re:Freeloaders? by teebob21 · · Score: 1

      There should be no sales taxes on your internet access. Didn't we just see that particular topic drift though the front page? But I agree with you wholeheartedly that ISP's should have to actually provide the service they advertised and sold. GASP! Then they'd be like every other non-telecom business!

      --
      khasim (12/9/06): In a blind taste test, more people preferred Coke over the Pepsi that I had previously pissed in.
    47. Re:Freeloaders? by Itninja · · Score: 1

      Yeah. And the Government Run ISP in Sweden gets it money from where? Oh yeah, there's that whole 60% tax rate thing....

      --
      I judt got a nre Kinesis keybiartf so please excusr ant egregiou typos.
    48. Re:Freeloaders? by MobileTatsu-NJG · · Score: 1

      "It doesn't or shouldn't matter how the bandwidth is used, 1 gigabyte is 1 gigabyte whether it's html, ftp, gopher, or P2P."

      A gigabyte going up is not the same as a gigabyte going down. It's also worth noting that there's a lot more individual connections going on with P2P traffic than with standard downloads via HTTP or FTP.

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    49. Re:Freeloaders? by falconwolf · · Score: 1

      A gigabyte going up is not the same as a gigabyte going down.

      And here all this tyme I though 1 gigabyte was 1 gigabyte (1024 bytes) just like 1 byte was 1 byte no matter where it was, where it was going, or how it got there.

      Falcon
    50. Re:Freeloaders? by MobileTatsu-NJG · · Score: 1

      "And here all this tyme I though 1 gigabyte was 1 gigabyte (1024 bytes) just like 1 byte was 1 byte no matter where it was, where it was going, or how it got there."

      Heh. The byte itself, sure. The expense at it getting there, no. Most connections are a lot faster at downloading than uploading. Then there's another problem of how many connections it takes to actually retrieve that data, and the fact that the number can only be finite. So, yes, how it got there is important, no matter how many times a byte at one end of the connection ends up to be identical to the byte at the other end when the computer recieves that. If you upload a megabyte to recieve 100 megabytes and it takes 200 connections to other peers to get it, that's not the same as uploading a kilobyte to recieve 100 megabytes using only one connection. ISPs are serving multiple customers at a time. Because of the nature of the internet, their customers can abuse that line no matter what type of infastructure they have in place.

      So, no, it's not as simple as you're saying. Sorry.

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    51. Re:Freeloaders? by falconwolf · · Score: 1

      Most connections are a lot faster at downloading than uploading.

      It's my understanding, which may be wrong, that net speeds are asymmetric with download speeds being faster because when the web became open to the populace most people downloaded a lot more than they uploaded. Most uploading was done by browsers requesting connections to websites, sending email, and posting in newsgroups. Many people didn't even create and post their own websites, now however even children post websites, or at least webpages, on social networking websites. Dialup connections being slow, this was fine but with broadband available more people are uploading as well as downloading. Heck my niece, who's almost 4 years old, have her own website registered in her own name. Of course it's her parents who actually create, upload, and maintain it.

      Fact is though is that connection speeds can boosted quite a lot if the FCC got out of the way and the cablecos and telcos either build out broadband they have already been paid to build out or got out of the way of others building out the infrastructure. One region in the US is working on an infrastructure that could offer speeds of 100Mbs. In Northeastern Utah a group of cities and communities have joined together to create a Broadband Utopia. While it's being build by the local governments that's all they are doing basically. They allow any entity, whether a business or not, to sale services it is capable of delivering whether it be net access, cable tv, or phone service. As of April 2006 "users can get 8-15Mbps symmetrical fiber for $35-$45 dollars through AT&T or providers like MStar." Because of the competition Comcast was forced to offer "broadband, digital cable, and VoIP service for $90 a month".

      So speeds are not so much a limiting factor anymore as the lack of competition is the limiting factor.

      Falcon
    52. Re:Freeloaders? by MobileTatsu-NJG · · Score: 1

      Ah, I get what you're saying now. I think this was a case of me thinking really small while you're thinking big picture. Sorry if I was confusing.

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

  7. Paying Customer? by jythie · · Score: 5, Insightful

    Ok... so now paying customers who buy a service as it is advertised are freeloaders?

    This is getting silly..... ISPs should NOT be advertising services they can not actually provide and then blaming groups of their own customers for their lack of infrastructure.

    1. Re:Paying Customer? by shark72 · · Score: 2, Insightful

      "Ok... so now paying customers who buy a service as it is advertised are freeloaders?"

      He means this in the sense that while you might pay Comcast a monthly fee for bandwidth, you're using that bandwidth to get free movies, games and music that are otherwise being offered for sale. Yes, I'm aware that some people use BitTorrent only for legitimate purposes, but he's addressing the other 99%.

      "This is getting silly..... ISPs should NOT be advertising services they can not actually provide and then blaming groups of their own customers for their lack of infrastructure."

      Agreed. Since Comcast is a virtual monopoly in many localities, they could simply drop the "unlimited" plan and start selling monthly bandwidth alotments in tiers. This wouldn't be a popular decision among BitTorrent fans, but it would be more equitable.

      --
      Sitting in my day care, the art is decopainted.
    2. Re:Paying Customer? by aussie_a · · Score: 2, Interesting

      He complains that commercial content distributors instead of paying for their own bandwidth, are leeching off consumers who are paying for the bandwidth. Sounds to me like he's complaining about that 1% actually.
    3. Re:Paying Customer? by Seumas · · Score: 1

      That doesn't seem to be what Cuban is saying at all. He seems to be saying that companies are investing in P2P as a distribution method for their content in an effort to pawn the bandwidth expense onto the users (and, then, the ISP) rather than paying the bandwidth costs for direct content transfers (via http, etc).

      Of course, what about people who have high quality podcasts that come out to about 600mb, but they aren't a massive corporation? Does Mark Cuban think that only the big guys should get to have podcasts and create content on the internet? Because if you take P2P away, that's what is going to happen. Some guy with a popular podcast in high quality isn't going to be able to pay for the bandwidth to get 10,000 copies transferred at a total of six terabytes. But, break that six terabytes over about 10,000 connections and suddenly it's not a big deal for him and it has only a small impact on the individual ISP. Besides, they *already* throttle the hell out of uploads for everyone. 8mbps down and only 768kbps up? Damn.

    4. Re:Paying Customer? by budgenator · · Score: 1

      Mark Cuban is a content provider, NBA team, HD content he even funded the DNC propaganda movie "Redacted", why would he want anything that increases competetion? He a Ted Turner wannabe!

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    5. Re:Paying Customer? by Anonymous Coward · · Score: 0

      Nice troll. Don't you have some strikers to go run over?

  8. Internet Experience by easyTree · · Score: 3, Funny

    Block HTTP, FTP, NNTP too, that way the tubes will be nice and clear so that you can have a better internet experience. I'd be happy to forgo internet altogether; use my share to build him his own private intarweb.

    1. Re:Internet Experience by digitalsushi · · Score: 1

      Comcast already partially blocks NNTP. I moved in with a friend this month. We live off the same cable modem head end because I got my old IP after I moved my router in. I didnt abuse my NNTP feed and was getting 8 megabits per second, almost evenly. He pirates movies all the time, claimed to be at 400 gig for the month already. And sure enough, my NNTP feed never gets about 1.5, maybe 2.0 megabits per second. It's comtastic! And I did this because they block bittorrent.

      --
      slashdot: where everyone yells sarcastic metaphors to themselves to understand the issue
  9. How exactly ? by HuguesT · · Score: 2, Insightful

    Sure one can probably block BT, but then how does one block TOR? other P2P protocols to come that will cleverly hide behind innocuous-looking web servers and use port 80 or 22 for traffic ? What about all the legal content delivered via P2P ?

    This is a battle that cannot be won, unless the whole Internet is shut down. Most people in the content business would like to regulate P2P like TV or shut it down like unregulated radio, but unlike these media, P2P doesn't require more equipment or knowledge than ordinary citizen already possess in order to be able to broadcast.

    The cat is out of the bag, and the clever ones will take advantage of it. The others will fight to the bitter end and lose, as always.

    1. Re:How exactly ? by Kpt+Kill · · Score: 1

      I know how, and I also fear it will become implemented... Severely throttle all encrypted traffic.

    2. Re:How exactly ? by Kadin2048 · · Score: 2, Insightful

      Possible, but that's not trivial. In fact, it can be quite hard to tell an encrypted bitstream from a heavily compressed one of some unknown format (say, the Flash video codec-of-the-week). It wouldn't be hard to take encrypted data and encapsulate it in some other format, making it appear to casual inspection to be streaming video or VoIP or something else entirely.

      They could make life on ports 22 and 443 and using conventional protocols like HTTPS and SSH really obnoxious, but you can't just ban all encrypted content, at least not easily and at very high speeds.

      --
      "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
    3. Re:How exactly ? by Cheesey · · Score: 1

      Because P2P can be disguised as other protocols, the only way to wipe it out completely is to centrally control the applications on every Internet-connected computer. The technology could be implemented incrementally over many years. Widespread use of free software is a good way to fight this, but widespread piracy just helps to motivate the political case for the "trusted Internet"

      --
      >north
      You're an immobile computer, remember?
    4. Re:How exactly ? by budgenator · · Score: 1

      Comcast seems to be getting pretty good at canceling upstream connections that last too long, that would kill Tor as well as BT or any other P2P I can think of

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    5. Re:How exactly ? by UnderCoverPenguin · · Score: 1

      I thought BT was supposed to work by DLing small segments through many connections to different peers, so I would think BT would be able to cope with this. (But then, I don't use any P2P, so I could be wrong.) As for other long duration connections, so far, I have had no trouble using SSH to access my clients' servers for hours at a time. But then, it is a very low bandwidth usage, so Comcast likely doesn't care.

      --
      Don't try to out wierd me, three-eyes. I get stranger things than you, free with my breakfast cereal. --Zaphod Beeblebr
    6. Re:How exactly ? by smellotron · · Score: 1

      s for other long duration connections, so far, I have had no trouble using SSH to access my clients' servers for hours at a time. But then, it is a very low bandwidth usage, so Comcast likely doesn't care.

      Correct. The network engineers at Comcast doesn't give a hoot what you're downloading. The (il)legality of your network activities don't impact the quality of service other users on the same infrastructure get—just the volume of traffic. If your SSH connection generated gigabytes of data, the story would probably be a bit different.

  10. obligatory by sam.thorogood · · Score: 5, Insightful

    As a consumer, I want my P2P experience to be as fast as possible. The last thing I want slowing my internet service down are regular downloading freeloaders, only getting content from one source, and clogging up the tubes, rather than downloading different parts of my final file from a whole bunch of different (and potentially local) sources. Seriously.

    1. Re:obligatory by mapkinase · · Score: 1

      That reply certainly beats the silliness of "In Soviet Russia..." reversals.

      --
      I do not believe in karma. "Funny"=-6. Do good and forbid evil. Yours, Oft-Offtopic Flamebaiting Troll.
    2. Re:obligatory by msormune · · Score: 1

      So then you would agree if ISPs only blocked illegal warez downloads, so you would get a better P2P experience :) ?

    3. Re:obligatory by Anonymous Coward · · Score: 0

      You just don't get it. P2P distributed downloading can route around bottlenecks much more effectively than any distributed server model, so it helps to reduce bottlenecks. And it effectively takes up less bandwidth because part of the content will be available in the neighborhood.

    4. Re:obligatory by mapkinase · · Score: 1

      That is true. The problem is that that P2P content itself consists most exclusively of illegal file-sharing, which would not be possible in the distributed server model.

      The bottleneck is network infrastructure which is not catching up with higher demands for bandwidth (including legit ones). Had P2P less stigma of illegitimacy, it could be used easier to push ISP's for better service. But right now Cuban will have a lot of supporters from the rest of us that are not used to concept of illegal downloading.

      By the way, "neighborhood" includes last mile.

      "Normal" users are commuters that go from exclusively residential areas through 3-4 traffic lights on surface streets then zip to another city via freeways, then pass 3-4 traffic lights to exclusively business areas (technoparks).

      Imagine now drug dealers setting up their "shops" all over the residential area with users and drug dealers transporting the stuff to and fro. That is "extra" load on the neighborhood quite green streets with speed bumps, don't you think?

      --
      I do not believe in karma. "Funny"=-6. Do good and forbid evil. Yours, Oft-Offtopic Flamebaiting Troll.
  11. Good problem, bad solution. by UberFlop · · Score: 1

    From what I gathered, he's basically saying that a commercial company shouldn't have to force their consumers to use up their own bandwidth to download that company's product. It's slowing down the consumer's connection so that the company can save a few bucks. I can't really gleam whether he's trying to include noncommercial or personal P2P use in there, as he only states commercial or business use, but I don't see him pushing it that far. It's a good idea, but blocking all P2P traffic isn't the right step.

    1. Re:Good problem, bad solution. by IBBoard · · Score: 1

      The problem with that side of his argument is that even if the companies do pay for the bandwidth then how does it get to the consumer's PC? You've still got to pay for an ISP (or struggle for hours/days on 'free' local rate dial-up) so you're still leaving the consumer to pay for it in part.

      Also, even if they hosted it on websites rather than getting it redistributed for free by consumers then you're suddenly either going to get a load of extra content on You Tube/Google Videos and the like (which will require more servers to share the load) or they set up their own sites (which will need servers to run on). Either way it'd shrink the IPv4 pool faster than it already is.

    2. Re:Good problem, bad solution. by Anonymous Coward · · Score: 0

      if i understand it correctly, he isnt bothered with the fact that the consumers use their downstream bandwidth to receive the commercial data (as you said, this is pretty much unavoidable). I think his point is that by using a P2P protocol, the company lets their customers do some of their serving, using the UPSTREAM bandwidth of the customer, thereby saving expenses, as they have to pay for only a fraction of the bandwidth needed to distribute the content themselves.

      Basicly, companys uses the client upstream to be able to use cheaper dataplans on their servers.

      Now the main problem i have with this fact is this: Most consumers use some sort of asynchronous connection, be it ADSL (ever looked up the price for SDSL?) or an asynchronous cable connection. Now i admit i havent tried this in a while, but back when i still lived at my dads, uploading at a rate of 20 kb/s would also mean that the downloadrate would slump from near the 1mbit back to 128 kbit, severely limiting download speeds whenever any uploading other then HTTP requests was going on.

      whenever i torrent something these days (new ubuntu images mostly), i find that if my client starts uploading at significant rates (> 20 kb/s) my downloadspeed suffers. This could be down to some kind of bandwidth shaping going on, but i put it down to some kind of quirk with asynchronous connection

      if cuban is saying that companys should pay up for their own upstream bandwidth instead of abusing mine, i agree. I have no problem donating some upstream bandwidth to the ubuntu community, but uploading content for a large corporation without proper compensation, while suffering lower downloadrates is something else.

      if he is saying all you damn downloaders need to stop warezing because his webpages would load 0.1 sec faster, for all i care he can stick his ADSL connection where the sun dont shine

    3. Re:Good problem, bad solution. by falconwolf · · Score: 1

      From what I gathered, he's basically saying that a commercial company shouldn't have to force their consumers to use up their own bandwidth to download that company's product.

      I don't see where he says anything about any commercial company. Can you provide a quote?

      Falcon
  12. Asshole by Anonymous Coward · · Score: 0

    These assholes don't deserve the Internet. They forget that if it was up to them, none of this would exist. Who really is the freeloader?

    1. Re:Asshole by easyTree · · Score: 1

      Now now, language plz. You forget that we only exist to consume his product. Anything which interferes with that is wrong and we should be ashamed.

  13. Freeloaders? by Anonymous Coward · · Score: 0

    I pay for my internet connection just like this CEO does.

  14. As a billionaire... by SolitaryMan · · Score: 1

    As a billionaire, he is always right.

    --
    May Peace Prevail On Earth
    1. Re:As a billionaire... by Vskye · · Score: 1

      As a billionaire, he is always right.
      Have to mod this parent up. The guy is a "billionaire" ok? First off, I know that if I was worth that much I would have some serious bandwidth coming into my house, and wouldn't even bother with "cable" speeds. This guy is a jerk, cheap, getting payed to saying this for profit / attention, OR? (insert theory here)
      --
      Life was hell, then I discovered Linux...
  15. Wow.. by jcr · · Score: 1

    I had assumed that Mark Cuban had to have at least two brain cells to rub together to strike it rich like he did with a dot com, but I guess it really was a matter of luck.

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
  16. P2P vs speed? by Kenoli · · Score: 1

    What effect, if any, would there be on Mark Cuban's internet speed after blocking all P2P traffic?
    I sort of assume he gets whatever speeds he pays for, regardless of the load other people are putting on their connections.

  17. Let me be the first to say... by Loibisch · · Score: 0
    ...wtf has this guy been smoking?

    He complains that commercial content distributors instead of paying for their own bandwidth, are leeching off consumers who are paying for the bandwidth. Last time I checked it was everyone's personal choice how to use their bandwidth and if you don't use P2P then your personal bandwidth won't be wasted for those "leeching commercial content distributors". Also last time I checked I wasn't sharing a DSL line with my neighbor so what he or she does does not concern me in terms of bandwidth.

    He "might" be complaining that if he wants something from those "leeching commercial content distributors" he has to bite the bullet and share some of his precious traffic with others...well, tough shit for you I'd say. How about instead of crying about crippling everyone's internet just because you don't like a service you go about complaining with the company that "forces" you to use P2P...or even better just ignore them and get your stuff somewhere else.

    Also I find it amusing that this guy complains about other people wasting his paid/for bandwidth and then suggests to upload videos to google video instead...essentially suggesting wasting THEIR bandwidth...

    He's high I say...
  18. Depends on the country... by femto · · Score: 4, Informative

    Here in Australia most plans are for so many bits each month. They are my bits as I paid for them. If I choose to use the 480Gbits I have purchased from my ISP for running a P2P protocol that's my business, not Cuban's, my ISP's or anybody else's.

    1. Re:Depends on the country... by Boronx · · Score: 2, Funny

      It's the same in America, you just have to download 24 hours a day at the fastest speed in order to get all your bits.

    2. Re:Depends on the country... by Kadin2048 · · Score: 1

      Sadly here in America we like to play a Minesweeper-ish game with our bandwidth limits. It's out there somewhere, but you don't know quite where it is. So all you can do is download more and more, until eventually you hit it and get throttled or disconnected. Boom -- game over.

      Even within a particular company there's no consistency; some people have been bumped or throttled by Comcast at 80GB/mo, but other people can do twice that forever and don't get into trouble. It's all based on factors that you as the consumer have no access or insight into, except perhaps indirectly (are you the only person in your neighborhood to have cable internet?).

      --
      "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
    3. Re:Depends on the country... by Opportunist · · Score: 2, Funny

      We have a similar system in use. Called "fair use policy". Or, as we customers like to call it, "russian bandwidth roulette". You download and then suddenly you get angry letters and throttling. Next month, you do exactly the same, nothing. Then you are on vacation for a month, don't download anything, and you come home to be greeted by one of those letters in your inbox and your bandwidth slow enough to greet every bit and call it by name on arrival.

      My guess is that this happens totally at random.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    4. Re:Depends on the country... by HexDoll · · Score: 1

      The fine print: *offer applies to the zeroes of the binary data stream only.

    5. Re:Depends on the country... by Ant+P. · · Score: 1

      I get 640 gigabytes of bandwidth a month. Sounds like a lot, but that's because it's what google's calculator says 2mbps*1mo is. The actual amount is usually less than that since my ISP's dns servers seem to go down every 49.7 days.

    6. Re:Depends on the country... by chartreuse · · Score: 1

      Yeah, I had a neighbor who has Comcast (broadband only, no cable or phone) who maxes out his bandwidth 24-7 with no trouble. I signed up with Clearwire, where what you're allowed changes from location to location and day to day, and customer "service" is arbitrary and punitive. An email titled "IMMEDIATE RESPONSE REQUIRED - SERVICE INTERRUPTION IMMINENT" isn't much of a warning if they interrupt the service BEFORE sending it...

  19. Google video requires no bandwidth by beef3k · · Score: 4, Insightful

    Moving to Google Video... yeah I guess that'd help a lot. Let's centralize everything and see how well that works out for everyone.
    Or wait... why was it that this P2P concept was invented again? "Distribute load" or something... difficult concept.

    Try again Mark.

    1. Re:Google video requires no bandwidth by LiquidCoooled · · Score: 1

      Is google video centralised into one specific server or do you obtain video from one of a number of points around the internet?

      --
      liqbase :: faster than paper
    2. Re:Google video requires no bandwidth by G-News.ch · · Score: 1

      Google video will do very little for commercial P2P providers, such as Blizzard for their WoW updates. This Cuban guy apparently thinks P2P is only for illegal piracy downloads. Tough luck, Sir, it isn't.

    3. Re:Google video requires no bandwidth by noidentity · · Score: 1

      Try again Mark.

      Unfortunately when people like this "try again" they generally try the exact same thing again, with the same result, because by god they are entitled to have things work they way they always have!

  20. If he wants a faster connection... by fugu · · Score: 1

    let him pay for the next tier of service. So I paid for my 1.5 Mbit connection, and he's complaining because I'm fully utilizing the resource and not letting him take advantage of my unused bandwidth? Who's the freeloader?

  21. Freeloaders? by pembo13 · · Score: 1

    Which of you p2p users don't pay your ISPs?

    --
    "Thanks for all the money you paid to us. We've used it to buy off ISO among other things" -Microsoft
  22. Surprise, surprise by Anonymous Coward · · Score: 0

    Typical liberal asshole, clueless and willing to enforce his cluelessness through fascism.

    1. Re:Surprise, surprise by anagama · · Score: 0, Troll

      The left does not have a monopoly on fascism. The right is just as bad.

      --
      What changed under Obama? Nothing Good
  23. Too Bad by WizADSL · · Score: 1

    It's a shame that it has to come to this, but FUCK HIM....

    1. Re:Too Bad by Opportunist · · Score: 1

      You can't pay me enough to do that.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  24. Nonsensical by _Hellfire_ · · Score: 4, Funny

    Well personally I think the Dallas Mavericks need to improve their front line ball-running and trade players in and out of the game more often if they are to be in with a chance this season. Also, if the Captain Maverick was placed in the middle instead of the front during the offensive plays, they could ensure more runs on the board by getting more stoppages in their favor.

    Who are the Dallas Mavericks?

    Indeed - maybe he should stick to whatever the hell he's good at, and leave the ISP stuff up to those that actually know what they're talking about.

    --
    "And then I visited Wikipedia ...and the next 8 hours are a blur..."
  25. Wtf is P2P? by El_Muerte_TDS · · Score: 1

    Last time I checked I also establish a peer to peer connection when I view a webpage, send an email, play a online game, etc.
    P2P isn't just distributed content distribution (like bittorrent). And in fact, things like bittorrent improve the over internet "speed". Image if everybody was downloading their content from only a select few locations. That would slow everything down.

    1. Re:Wtf is P2P? by Anonymous Coward · · Score: 0

      P2P does not equal Client-Server Connection

  26. The irony... by cioxx · · Score: 1

    Broadcast.com slowed down my internets back in '99. I wasn't a user, but whoever was downloading 128k audio streams was being subsidized by my dollars.

  27. So your team is on a 5 game winning streak by XNine · · Score: 1

    and that makes you the internet god? Yeah, okay. Hey, buddy, try winning a championship and then come talkin.... jerk.

    --
    Never monkey with another monkey's monkey.
  28. As a consumer... by arodland · · Score: 1

    I want my torrent downloading experience to be as fast as possible.

  29. Who cares? by EjectButton · · Score: 1

    Can someone explain to me why anyone should care about what Mark Cuban says? The guy lucked out during the dot-com boom when Yahoo stupidly gave him billions for a now defunct website.
    He took that money and bought a bunch of toys, a basketball team, and appeared in some crappy tv. How this makes him an expert in technology is beyond me.

    A troll trolling is by definition not news.

    1. Re:Who cares? by jcr · · Score: 2, Insightful

      Can someone explain to me why anyone should care about what Mark Cuban says?

      Sorry, I'm still trying to figure out why anyone should care what Bill Gates says...

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
  30. Somebody block that guys mail. by leuk_he · · Score: 1

    Because mail is peer to peer as well. And somebody is clogging the pipes with spam and really bad jokes. But hey, he is billionaire, so he should be right. And they should block your tube as well, because it is is clogging the pipes as well.

    Internet was so great before 1993.

  31. fuck mark cuban by Anonymous Coward · · Score: 0

    fuck mark cuban

    1. Re:fuck mark cuban by Peter+Nikolic · · Score: 1

      Insert dick into 240 volt AC mains outlet insert Gas outlet into ass turn on Gas wait 5 turn on 240 volts end result Baboooma Deader .. :-)

      --
      Karma :Terrible I seriously like this cus at least i aint affraid of barking Caution i BITE (your a
  32. The Star Fleet View by jflo · · Score: 1

    This Mark Cuban guy should really talk to the people down at Star Fleet headquarters about his inability to coincide with the rest of the human race. Maybe Counselor Troi should hook him up the same way she did Lt. Barkley

    --
    WWPD - What Would Picard Do?
  33. What he suggests is theoretically possible... by mark-t · · Score: 1

    If all ISP's essentially "NAT'ted" every residential subscriber with no port forwarding. Receiving data on a TCP stream would work just fine, since you would initiate that, as would receiving data via UDP when it's on a port that the host computer made a previous recent request on (and most likely also only from the same IP).

    Subscribers that need "direct net" connections would have to pay commercial rates, which would probably radically cut into how much P2P sharing goes on.

    It wouldn't totally stop it, of course, but it would probably take a big bite out of it, as long as all the broadband providers did it so that switching ISP's wouldn't change things.

    1. Re:What he suggests is theoretically possible... by Ash-Fox · · Score: 1

      If all ISP's essentially "NAT'ted" every residential subscriber with no port forwarding. Receiving data on a TCP stream would work just fine, since you would initiate that, as would receiving data via UDP when it's on a port that the host computer made a previous recent request on (and most likely also only from the same IP).
      Doesn't stop hole punching and any decent NAT system these days has something similar to uPnP.

      Subscribers that need "direct net" connections would have to pay commercial rates, which would probably radically cut into how much P2P sharing goes on.
      Not that you would need "direct net" connections for peer to peer connections.

      It wouldn't totally stop it, of course, but it would probably take a big bite out of it,
      I guess it would take a month for all the bittorent software to all implement hole punching...
      --
      Change is certain; progress is not obligatory.
    2. Re:What he suggests is theoretically possible... by Opportunist · · Score: 1

      Then say good bye to things like IMs, internet telephony, a wide variety of online games and other neat toys that we got used to and like so much and that require you to not only initiate connections but also to receive.

      Of course you could place a server in between where both have to sign in to be present, but first of all this would definitly increase traffic (and if I got that person correctly, that's his main concern, because it would cut into his precious traffic) and, well, servers cost money.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    3. Re:What he suggests is theoretically possible... by mark-t · · Score: 1

      Hole punching only works if both sides are using the same third party IP address to forward packets through, which means they could theoretically be blocked. Symmetric NAT'ting would get around that... which would as a side-effect also make it impossible to reliably connect to any remote machine strictly by IP address, without at some point getting it by name first. This should not negatively the home user who just uses their net connection to surf the web, collect email, or play games or chat online (as long as they use a common central server), which would be the lowest common denominator to which such residential subscriptions would be catering.

  34. Bad title by dotancohen · · Score: 1

    Did anyone else read the title as meaning that in order to block P2P, ISPs would need to mark calls to Cuba?

    --
    It is dangerous to be right when the government is wrong.
  35. Apology by Anonymous Coward · · Score: 0

    Dear Mr. Cuban,

    Sir, sorry to hear about your troubles. Apologies for slowing down your internet connection. Did not realize porn torrents were interfering with your browsing experience. Will be more considerate in the future and look for alternate sources of hot girl-on-girl action.

    Sincerely,
    The rest of internet

  36. meanwhile by lordvalrole · · Score: 2, Interesting

    cuban has thought of the fact that these telecos have squander all of our money away and have yet updated internet service. I find it funny that America is suppose to be the biggest badass country in the world and we lack on just about everything technology wise (except for when it comes to military needs). Other countries have way better internet than we do and we are so lagging behind.

    Americans just don't care. They don't see what we "could" have and suffice what we do have. Cable, DSL, FIOS are all better than dialup 56k so we must not complain. worthless I I tell you.

    For once I would love somebody from a corporation do something for the public and not for their own self interest. when will companies figure out that helping your customers out only attracts more people to their company and because of that you gain more business. They always seem to want to screw over the consumer as much as possible.

    I don't know but a lot of issues can be solved but no one wants to put the effort into solving it.

    1. Re:meanwhile by geekoid · · Score: 1

      Most Americans don't complain because it's not that important to them.

      "For once I would love somebody from a corporation do something for the public and not for their own self interest."

      That happens quite often. Of course when they do people like you refuse to believe it.

      This isn't an issue. For may people 768/256 is enough...for now. That number will increase with time. As it become important to them.

      Of course, if the government could wire everybody for a billion dollars, we would probably get it, but America is quite large.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  37. Mr. Cheapskate asks for more. by thej1nx · · Score: 2, Insightful
    Actually it is not the paying customers who are the freeloaders.



    All ISPs offer a "shared bandwidth" plan where they tell you that you will be sharing the bandwidth at the last mile, with your neighbors. And if you want to have fast guaranteed unshared access, they offer a dedicated "bandwidth connection" for a premium fee, where only you get the full bandwidth and if it is any lower than promised average, you can actually complain to the ISP and get it fixed, or even possibly sue them for not providing service as promised.



    Mr. cheapskate bigshot CEO opted for the shared bandwidth option, where he was aware that his neighbors would share the bandwidth and thus his connection quality was dependent on their usage. He chose not to go for the premium dedicated line in order to save a few dollars.



    And now the Greedy Bastard is complaining about why he is not getting the features of the *premium* dedicated service on his cheap shared bandwidth connection. And then he calls *others* freeloaders!!!

    1. Re:Mr. Cheapskate asks for more. by Buelldozer · · Score: 1

      Nice rant but do you realize that DSL is not a shared connection over the last mile?

    2. Re:Mr. Cheapskate asks for more. by thej1nx · · Score: 1
      Nice red herring, but most ISPs do make you share the bandwidth.

      Or maybe you have an alternative offer for the term "dedicated connection"?

      Perhaps it doesn't exists in the schizoid alternate reality you live in?

    3. Re:Mr. Cheapskate asks for more. by falconwolf · · Score: 1

      Nice red herring, but most ISPs do make you share the bandwidth.

      Or maybe you have an alternative offer for the term "dedicated connection"?

      "DSL History and science
      "DSL service was first provided over a dedicated "dry loop", but when the FCC required the incumbent local exchange carriers ILECs to lease their lines to competing providers such as Earthlink, shared-line DSL became common."

      Falcon
    4. Re:Mr. Cheapskate asks for more. by Buelldozer · · Score: 1

      I don't know why you are being so nasty about it but the term "last mile" specifically refers to the line connection between the DSL providers DSLAM and the end user. That line is is a copper loop dedicated to the subscriber and that is most definetly NOT shared in any normal DSL configuration.

      Now I could be wrong, but to the best of my understanding what I've lined out above is accurate.

  38. Isn't Ironic....? by TiggertheMad · · Score: 1

    In a related story: "TiggertheMad, snarky nobody, and noted gadfly h8er is publishing on his blog that Comcast and other ISPs should block all Dallas Mavericks owner traffic, because as he says, "As a consumer, I want my internet experience to be as fast as possible. The last thing I want slowing my internet service down are Dallas Mavericks owner freeloaders." ZING!

    --

    HA! I just wasted some of your bandwidth with a frivolous sig!
    1. Re:Isn't Ironic....? by budgenator · · Score: 1

      As a consumer, I want my internet experience to be as fast as possible. The last thing I want slowing my internet service down are Dallas Mavericks owner freeloaders, so to improve my internet experience I uninstalled flash, which lets the official website of the mavericks load a hell of a lot faster and I don't get " slow script in Flash movie" warnings!

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
  39. Just imagine how fast the internet would be... by Chrisq · · Score: 5, Funny

    Just imagine how fast the internet would be if there were no content to view. After P2Ps gone, get rid of all these freeloading websites, emails, etc. and it will be blisteringly fast.

    1. Re:Just imagine how fast the internet would be... by Kadin2048 · · Score: 5, Funny

      Are we allowed ICMP ping, so we can tell how fast it is?

      Nothing else, just ping.

      There's part of me that would pay for that.

      --
      "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
    2. Re:Just imagine how fast the internet would be... by darthflo · · Score: 1

      How long, do you think, would it take for people to use ICMP echo's payload as a means of communicating actual information (as oppossed to just "abcdefg" as it seems to be common now)?

      Actually, I kinda like that idea. If traffic shaping is in place, ICMP probably would be in the low-latency, low-throughput group; perfect for "tunneling" IRC, IM protocols and the like.

    3. Re:Just imagine how fast the internet would be... by cyriustek · · Score: 2, Informative
      Actually, it has already been done.

      From the ISS X-Force Database...

      LOKI is a client/server program published in the online publication Phrack. This program is a working proof-of-concept to demonstrate that data can be transmitted somewhat secretly across a network by hiding it in traffic that normally does not contain payloads. The example code can tunnel the equivalent of a Unix RCMD/RSH session in either ICMP echo request (ping) packets or UDP traffic to the DNS port. This is used as a back door into a Unix system after root access has been compromised. Presence of LOKI on a system is evidence that the system has been compromised in the past. http://xforce.iss.net/xforce/xfdb/1452
    4. Re:Just imagine how fast the internet would be... by Antique+Geekmeister · · Score: 1

      Or even easier, if we blocked all Flash unless people authorize it specifically for specific sites. That will not only save a lot of wasted bandwidth, but it will slap down the badly designed dancing bear websites so common to, oh my let's see: Football teams like this man's?

    5. Re:Just imagine how fast the internet would be... by Anonymous Coward · · Score: 0

      I don't know why but that was the funniest thing I have read in this entire post. I guess we should limit all web pages and web servers to plain text Tahoma 8 point font, because in his world 12 point font is bigger and would suck up more bandwidth through the Internet Tubes. All web sites should be limited to 3 pages of no more than two lines of 8 point or lower text. This guy should go work for Senator Ted Stevens, they would get along wonderfully.

    6. Re:Just imagine how fast the internet would be... by Anonymous Coward · · Score: 0

      he owns a basketball team, dumbass

  40. "I want my internet experience ...." by Kvasio · · Score: 1

    I think that if he could afford owning a sports team, he could easly afford a good quality high speed connection.

    Also, if the guy removed all trojans and stopped contributing to Storm botnet, his experience could be better.

  41. My ISP by endemoniada · · Score: 4, Informative
    My ISP (here in Sweden) has this to say about P2P:

    P2P-nätverk
    Vi har inga synpunkter på att du använder abonnemanget för fildelning via P2P-nätverk. Våra tjänster fungerar mycket bra för detta. Om du laddar från andra datorer som också finns i Bredband2:s nät får du maximal prestanda. Om du vill kan du använda förkortningen [BB2] för att visa att du sitter i Bredband2:s nät. Tänk på upphovsrättslagen när du tar del av andras filer och själv delar ut.


    (in english):

    P2P Networks
    We have no objections to you using your connection to share files over P2P networks. Our services work very well for this. If you connect to other computers that are also in the Bredband2 network you will get maximum performance. If you like, you can use the prefix [BB2] to show others that you are using the Bredband2 network. Please respect copyright laws when you download and share your files.


    And it's dirt cheap too. 100mbit both directions, full duplex for 200SEK a month, or ~$15.

    Why yes, I AM a bastard :D
    --
    Blog -
    1. Re:My ISP by Hanners1979 · · Score: 1

      Bredband2 - Is that some kind of yeast-based network?

    2. Re:My ISP by delt0r · · Score: 1

      I'm green with envy.

      Here in Austria we have similar prices to the USA. However by all accounts the bit torrent traffic is not throttled.

      Unfortunately I cannot get connected because the previous tenant at my flat did not pay his bill. So they say they will connect us up once we pay the 500EU outstanding, but don't worry you get 300EU back when you return the modem and router! So wanky ISP is not just a USA thing.

      --
      If information wants to be free, why does my internet connection cost so much?
    3. Re:My ISP by dp3n3tr8 · · Score: 1

      Correction - you ARE swedish bastard!

    4. Re:My ISP by Anonymous Coward · · Score: 0

      Damn, I need to move to Sweden!

    5. Re:My ISP by endemoniada · · Score: 1

      Yeah, there are more than enough wanky ISPs in Sweden as well. I'm just fortunate not to have to deal with any of them.

      Since I'm renting my apartment second hand, I got whatever internet connection was there previously. Thankfully, this is a "city network" that covers just the area I live in, but runs mostly through fiber and cat5 LANs. The fact that my entire building is on the same subnet means that I can't share folders or printers between my computers though. I get 5 IP addresses through DHCP, so a router would do nothing but slow down my connection.

      When I turned on my printer a few weeks after we moved in, there was already a job in the queue. Someone had sent a text file with the message "You should probably consider not sharing your printer with the entire building, and putting some passwords on your user accounts". Cheeky bastard... But helpful :)

      --
      Blog -
    6. Re:My ISP by Anonymous Coward · · Score: 0

      How's the immigration policy for Sweden?

    7. Re:My ISP by Anonymous Coward · · Score: 0

      Yes the swedes love the idea of leeching entertainment content from people elsewhere in the world. your country is basically full of freeloaders. we know that. tell us something new.

    8. Re:My ISP by Anonymous Coward · · Score: 1, Informative

      Well, in all fairness, 200 SEK is actually about $30 rather than $15 :-)

    9. Re:My ISP by obi · · Score: 1

      You don't need a router to block your printer/filesharing. You need a firewall. Better get used to it too - with ipv6 we'll probably need to change our habits to use firewalls to delineate our "trusted networks" instead of using ip's in a private address space.

    10. Re:My ISP by Anonymous Coward · · Score: 0

      more like $32.

    11. Re:My ISP by Anonymous Coward · · Score: 0

      When I turned on my printer a few weeks after we moved in, there was already a job in the queue. Someone had sent a text file with the message "You should probably consider not sharing your printer with the entire building, and putting some passwords on your user accounts". Cheeky bastard... But helpful :)


      Hey, that's awesome. Over here in the US I left printer sharing in its default configuration while in a dorm and in the middle of the night the printer kicked on and left me a little present. There's nothing quite as unnerving as a 3am Goatse portrait.
    12. Re:My ISP by alexo · · Score: 1

      Well, in all fairness, 200 SEK is actually about $30 rather than $15 :-)
      He did say that it was symmetrical so it's probably $15 for each direction.
    13. Re:My ISP by Duncan+Blackthorne · · Score: 1
      And it's dirt cheap too. 100mbit both directions, full duplex for 200SEK a month, or ~$15.

      Can I come live with you? :D

    14. Re:My ISP by chartreuse · · Score: 1

      Just wait. We're making great strides in that direction.

    15. Re:My ISP by Zontar+The+Mindless · · Score: 1

      ...100mbit both directions, full duplex for 200SEK a month, or ~$15. How did you manage this? I'm also a B2 customer, live in Stockholm, and I get 20 Mb down, 3 up for 349 kr/month. Now I guess I understand why they sounded so apologetic when they told me this was the best I could get in my neighbourhood, and said they'd make it up to me by tossing in a free modem/router, free phone line, free installation, and my first 2 months service free.

      Which, now that I think of it, is 12 times faster than what I had in Australia, at 25% of the cost, and no bandwidth cap.

      Guess I'll live. ;)
      --
      Il n'y a pas de Planet B.
  42. He's right in his complaint, but wrong conclusion by Opportunist · · Score: 3, Informative

    Yes, the complaint is valid. I do want to get the bandwidth I pay for. But guess what? So does everyone else too. Whether you're streaming porn from xtube or sharing P2P, everyone has the damn same right to use the bandwidth.

    What's wrong here is that ISPs want to sell you some fat pipe (to somehow justify being quite expensive for often very little service), but don't want you to use it. They expect you to be a "burst" user. Download a page in 2 seconds, then look at the page for 5 minutes, then flip to the next... and so on. Yes, that's 10mbit you get. For two seconds. And you get it because everyone else is also expected to do that.

    They don't expect you to use those 10mbit constantly, permanently, 24/7. But that's as what it is being sold. They promise you 10mbit, but they don't want you to use it.

    They're overselling by magnitudes, and of course that doesn't work out in the long run when people actually (gasp!) use what they're being sold. How dare they!

    So instead of telling people how to use their internet connection (what makes your traffic more important than mine, btw?), how about telling ISPs to sell only what they got?

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  43. Will the real Mark Cuban, please stand up? by vivaoporto · · Score: 2, Insightful

    That makes no sense. One day, he is venting against Youtube, calling it "cockroach in the kitchen" and telling everybody knows it is a safe harbor for copyright infringement; and now, he is suggesting that people should be using Google Video (that is, Youtube sister site). IMHO, he should get the Dvorak trolling award for every now and then stirring up the hornets nest for whatever reason he does it. Lame.

  44. Internet fame, the Dvorak way by Opportunist · · Score: 1

    I think he's learning from the master. Be someone on the net, then get forgotten, then make some outragous claims and presto, instant fame again.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  45. My Thoughts on P2P by punxit · · Score: 1

    Being a Dallasite, I've followed Cuban both on the Interwebs and on TV during his DWTS stint. I saw his posts about P2P a couple days ago, and wrote my own rebuttal. Read it here. It's a little too long to post here in comments.

    1. Re:My Thoughts on P2P by Anonymous Coward · · Score: 0

      That is a complete load of drivel.

  46. Hmm. by Anonymous Coward · · Score: 0

    Thats funny. Last time I checked its called the Internet. Not Mark Cubans Internet.

  47. Maybe not all wrong by Mike+McTernan · · Score: 1

    Thats right, P2P content distributors are nothing more than freeloaders.

    I've tried both 4od and the BBC iPlayer, to find that these apps silently start a P2P service (Kontiki) on my computer and will use that to distribute their content, eating as much bandwidth as it can take. Notably this service has no dialog, task tray icon or any other obvious control mechanisms, and always auto starts at boot, re-enabling itself when 4od is launched if it is disabled..

    So, if this is what Cuban means by P2P content distributors, I think he's right. Channel 4 is funded through advertising, and forces me to watch ads before any programs I download, while I pay a license fee for the BBC. And I pay for my bandwidth, which is also capped at 20GB/month, so neither unlimited nor free.

    Personally I think these video player apps are nothing more than Trojan horses, which undoubtedly are going to cause both consumers and ISPs problems as they wonder where all their bandwidth has gone, or how they managed to exceed their bandwidth cap.

    --
    -- Mike
  48. the tagging system by Bootle · · Score: 1

    The level of accuracy shown by tagging this article 'fucktard' truly indicates that it's now time to come out of beta!

  49. amaizing way to escape obligations by Anonymous Coward · · Score: 0

    customer signs up for lets say 5mb download & 1 mb upload plan.
    as a customer that person purchases equivalent of MAX amount of data which can be transfered per month at those speeds.
    there is no good, objective reason why isp should declare that customer should not use this service continuously to the most extent possible.
    otherwise it would be like buying tv subscription with cable company telling you - yeah even though you purchased this plan our infrastructure would collapse if all our clients would be to use tv 24/7 so we ask you to watch it less...

    phriking ridiculous isn't it - corps covering up for the lack in infrastructure and selling you a service they know from the beginning can not be utilized 100%...

  50. Re:He's right in his complaint, but ... by TheReaperD · · Score: 1

    "They're overselling by magnitudes, and of course that doesn't work out in the long run when people actually (gasp!) use what they're being sold. How dare they!"

    This reminds me of the issue with the telcos in the mid 90s. They had oversold their networks because they expected someone to pick up the phone, maybe once or twice a day, for 5-30 minutes and then hang up. Possibly for the rest of the day. Then, this thing called the Internet took off and suddenly, large quantities of people were using the telephone line for several hours every day. If that wasn't bad enough, this new breed of phone user demanded that the signal be clean and good. The industry had gotten into the habit of associating maintenance fees with profit. They hadn't upgraded most of their lines in the last 40 or so years, so why start now?.

    Of course the customer won but, not until after telling stories of the doom of the telephone lines, accusations of "freeloading" sending threating letters to customers, excessive billing, canceling service and other fun stuff monopolies love to unleash on their users and the public before considering to change. It's nice to know some things never change.

    Ah sweet nostalgia... Hey you, kid!... GET OFF MY LAWN!!!

    --
    "Be particularly skeptical when presented with evidence confirming what you already believe." -
  51. No, by DiSKiLLeR · · Score: 1

    About about No.

    P2P is being used more and more, Blizzard uses bittorrent to distribute every wow patch and has done so for years now.

    If anything, we need more real world legitimate reasons for P2P to prove its crazy to shut it down.

    --
    You can tell how powerful someone is by the magnitude of the crime they can commit and be able to get away with.
  52. ALL p2p traffic? by Healyhatman · · Score: 1

    I'm near-certain I don't need to say this on this website BUT..... This poor fool has no idea does he? ALL p2p traffic? How about legitimate uses? Quakewars patches are available via bittorrent, the Anarchy Online client, all sorts of people who upload their own content that can't afford server bandwidth on their own service or through download websites. Sorry guy-I've-never-heard of, but who the hell are you and why does your malformed opinion mean something to me.

  53. Freeloaders like the BBC, Channel 4, and BSkyB by Anonymous Coward · · Score: 0

    Yes, block all those nasty freeloaders who have paid a fortune to Verisign for the Kontiki P2P client.

  54. I have an open letter too by kegon · · Score: 1

    If I was a Comcast customer, I would tell them, as I am now telling all the services I am a customer of:

    BLOCK MARK CUBAN, PLEASE

    As a consumer, I want my internet experience to be as fast as possible. The last thing I want slowing my internet service down are people like Mark Cuban who have no clue. Thats right, Mark Cuban is a clueless person who thinks he is able to tell us how we should use our paid for bandwidth.

    Does anyone really think that ANYONE is online for free ? That all the bandwidth is consumed by a few people distributing illegal warez and content by P2P ? P2P is used by many individuals and organizations, not just pirates and waremongerers. Consumers have the right to use their Internet connection the way they see fit. P2P users are NOT subsidized by commercial entities (who pay no extra for hogging backbones and high capacity links and usually have gratuitous Flash animations on their websites).

    Thats not to say there isnt a place for whiney dolts. There is. Comcast, Time Warner, etc should charge a premium to those users who want to act as gods and prattle on about taking away other peoples rights. After all, that is why P2P is used, right ? It reduces the load on content providers who already avoid significant bandwidth and hosting charges. The proven fact is those people who download MP3s buy more CDs than non-downloaders. Removing P2P will have a negative effect on the music industry.

    Yes, getting rid of dolts is a good thing. That will speed up my internet connection.

    So unless your service improves Comcast, I hope you file for bankruptcy.

  55. DSL by xbmodder · · Score: 1

    Why doesn't anyone ever consider DSL in these cases? In most metros there are at least 2-3 ISPs. Unlike cable the last mile for DSL is a dedicated loop. Meaning that as long as you have enough bandwidth from the ATM termination area to the ISP's backbone you're fine. Even with AT&T in the bay area we don't have any problems. This means lower ping times, higher bandwidth, and more consistent bandwidth. If you guys don't want throttled move to DSL, you are less likely to experience this because the last-mile is yours, not shared between you and everybody else in the neighborhood.

  56. both sides of the Atlantic by RavenMaster · · Score: 1

    As a matter of fact there are great differences on how we understand constitutional right and lack of freedom in the US and the EU. I dont really now if ppl in the US notice what the rest of the globe takes for granted, by thus meaning that there is a great lack of freedom in your country, Or you just used to it. In this topic, to be more exact there are no legal disclaimers that can prohibit a use of the internet and i do pretty much agree with anything said before. But the example of Sweden canot be easily adopted by other countries. The landscape and the demographics of a country play significant role in what kind of network can be established. In Greece for example where I live optical fibers would be out of the question except for 2 or 3 major cities.

    1. Re:both sides of the Atlantic by Anonymous Coward · · Score: 0

      Totally off topic. Please point out any real human rights AKA freedom we are lacking here?

    2. Re:both sides of the Atlantic by RavenMaster · · Score: 1

      It wasn'y my intention to flame the conversation or anything like that. You may indeed be right that the first part of my comment wasn't that close to the subject as it should be though I insist that there are great differences in the way you perceive some things in contrast to the way some European would. Although we're getting pretyt much out-of-topic here I'll give you an answer; there's a general acceptance of things being prohibited or ill-presented to the public. For example the mass media. I think you would agree-as a human who has the ability and knowledge to access information through the Internet- that the presentation of facts in general but also your national matters in TV are pretty much a disgrace for any so-called journalist. I'm not trying to be offensive or anything, it's just a matter a differences that I'm pointing out.

  57. please don't feed the trolls by burris · · Score: 2, Informative

    This one is rich coming from a guy that invested in a BitTorrent wanna-be that was recently purchased by Akamai. I heard Cuban made most of his money back on that one.

  58. Someone call Mark Cuban by bjoeg · · Score: 1

    Someone should call Mark and tell him what P2P is.

    It is not a term for content, but a protocol for data transfer (aka mechanism)

    Several games including the kiddie famous World of Warcraft uses P2P (more specific Bittorrent) for distributing patches to the players.

    Why should providers take the load and traffic when 1000 or millions wants/needs an exact copy of the same data, when the load could be distributed worldwide.

    Next Mark Cuban wants to ban Youtube for hogging the backbone of ISPs and say people should use Google Video instead?!?

  59. What a surprise by jakeroberts · · Score: 1

    What a surprise some rich prick is more or less against net neutrality.

  60. Well.. by Narc · · Score: 1

    If you're not leeching lots p2p related wares, why do you need a fast internet tube? Face it, broadband was invented for sharing files be they legal or not. :p

  61. So no TCP/IP then? by MasterOfMagic · · Score: 3, Insightful

    Mark Cuban is an idiot. You'd think that someone that made most of their money sending media over the Internet would at least understand how it works. TCP/IP itself is a "peer-to-peer" technology. Despite how many ISPs run their service, one of the overarching ideas of TCP/IP is that any machine can connect to any other machine, and if the other machine accepts the connection, can communicate. TCP/IP does not care which machine is the client or the server, and in some cases for some protocols, it is the server that connects to the client. So really, Mark Cuban is against the Internet as a whole, has shown that he is a crackpot, and can rightfully go back to obscurity where he belongs.

    1. Re:So no TCP/IP then? by Anonymous Coward · · Score: 0

      Exactly. I wish he would just shut up and go back to getting fined for yelling at the ref's. I hate these guys that think
      they know what is going on but don't. He could have been a pioneer with his mouth and ideas but now he is just an idiot
      crying about how he can't make more money. Gesh, you have enough money jackass, how about changing things for the better?
      Get rid of RIAA, give back to the musicians, get radio to play more variety, open up the cell phone, and help US broadband
      penetration, better yet, help drop health care costs for all, get the educational system back on track, get rid of lobbyists,
      do something with your money than sit there with your righteousness and complain how bad life is since these damn P2Per's are
      waisting his internet experience.

  62. Dead right by PinkyDead · · Score: 1

    As everyone knows the Internet was set up for Business People and Sports Fans.

    Once this is successful, the ISPs should go after the scientists using the Internet. What the hell are they doing? Computer Geeks should get the boot too. What do they know about 'puters.

    --
    Genesis 1:32 And God typed :wq!
  63. Re:He's right in his complaint, but wrong conclusi by turing_m · · Score: 1

    "They're overselling by magnitudes, and of course that doesn't work out in the long run when people actually (gasp!) use what they're being sold. How dare they!"

    Fair point. I've got an idea though. It's not original though, just a patch on another fraudulent system.

    How about every ISP is required to join a national ISP. This ISP doesn't sell bandwidth to the public, just to individual ISPs. Let's call it the Federal Reserve Bandwidth ISP. But that doesn't mean it is owned by the government, it should be owned by Comcast, AOL and a few other member ISPs.

    If there is a flood of p2p users on one ISP, the Federal Reserve Bandwidth ISP steps in and lends enough bandwidth to sate the users. In this way, we would prevent runs on ISPs from happening, shore up Fractional Reserve Internet Service Providing System, and all the sheeple would contendedly bleat away content with their constant 10mbit connections that they can use any time they wish.

    If after a few years they start forcing you to use 28.8k modems with a mysterious all seeing eye logo... just shut up and download your porn, citizen, only terr'rists ask those sort of questions. You wouldn't want people to think you were un-American, would you?

    --
    If I have seen further it is by stealing the Intellectual Property of giants.
  64. Cos google video is great for archives by Nodamnnicknamesavial · · Score: 1

    "As an alternative distribution method (at least for audio and video), he suggests Google video."

    This is the most amazingly stupid statement I've seen on /. for quite some time - which honestly says a lot.

    So I'll look for my debian images etc on youtube... yessir.

    Other than that, who is freeloading? As a consumer I pay for my bandwidth, I can do with it what I want. If I want to use P2P that is MY CHOICE, and this fucktard shouldn't be worrying about it. If he wants faster intarweb, pay more. Dumbass.

    --
    I have spoken'eth.
  65. Intertubes by Mathness · · Score: 1

    Mark Cuban is clearly a subscriber to the intertubes idea, as he don't understand anything about the internet.

    Even if the ISPs could block all P2P traffic (good luck doing that on a global scale), it would just mean that the traffic would find other forms, encrypted trafic, ftp, IRC, usenet etc.
    The only way to stop "illegal" data over the internet is to force everybody to use DRM, unencrypted data, have all date traffic monitored and verified to be "pure". Congratulation you just killed the internet (and made the data find other ways to spread that you can't control, radio, dark nets, snail mail etc.).

    --
    Carbon based humanoid in training.
  66. Pricelles Tags by Anonymous Coward · · Score: 0

    censorship, internet, fucktard, clueless, trolling (tagging beta)

    OK, I guess I get slashdot's opinion about this...

  67. Interesting comment... by SerpentMage · · Score: 4, Insightful

    Hmmm, do you really want this? Think hard about this... It's a slippery slope...

    What you are referring to is breaking of network neutrality (http://en.wikipedia.org/wiki/Network_neutrality).
    ******
    The principle of net neutrality and regulations designed to support the neutrality of the Internet have been subject to fierce debate in various forums. Since the early 2000s, advocates of net neutrality rules have warned of the danger that broadband providers will use their power over the "last mile" to block applications they oppose, and also to discriminate between content providers (e.g. websites, services, protocols), particularly competitors.
    ******

    So if universities do priorization, why not corporations, why not ISP's?

    A slippery slope....

    --

    "You can't make a race horse of a pig"
    "No," said Samuel, "but you can make very fast pig"
    1. Re:Interesting comment... by childprey · · Score: 1, Troll

      Did you know that's my favourite logical fallacy?

      --
      Everything clever I considered putting here I got from other slashdot sigs.
    2. Re:Interesting comment... by untaken_name · · Score: 2, Funny

      Yes, of course I did.
      Now, ask me if I care.
      Actually, you shouldn't ask me that. It starts out harmless enough, but soon you'll be asking me much worse things. It's inevitable!

    3. Re:Interesting comment... by ArcherB · · Score: 2, Insightful

      So if universities do priorization, why not corporations, why not ISP's?

      Because a university is a private network. Same with a business. Your house is also a private network.
      So if I do priorization in my own home, why not corporations, why not ISP's?

      Do you want the government telling you that you can't prioritize you WOW session over you daughters MySpace traffic?
      When there is only one choice of ISP in a given area, that ISP becomes a public utility, not a private university, company or home. This is where net nutrality rules will apply. Once that traffic is delivered to the ISP's customers, it becomes private data and is not governed by Internet rules.

      --
      There is no "I disagree" mod for a reason. Flamebait, Troll, and Overrated are not substitutes.
    4. Re:Interesting comment... by Mugsy69 · · Score: 1

      Where have you been for the last 5 years? Universities and corporations already do traffic prioritization. They're running private networks for the use of their employees/staff/students NOT public Internet access services. They also, depending on their internal policies, (*GASP*) block and filter traffic. This has no more to do with net neutrality than you choosing to prioritize VOIP traffic coming out of your house so your phone calls don't suffer because you've got a bittorrent session going downloading a movie.

  68. What about legitimate P2P sites? by MichaelCrawford · · Score: 2, Insightful
    I'm not talking warez and pr0n - what about all the Free and Open Source software projects that distribute their installers via BitTorrent?

    And not just software - p2p is critical to the ability of independent musicians to distribute downloads of their music. For example, Jamendo offers Creative Commons music from thousands of artists via BitTorrent and eMule.

    I'm such a musician - I offer BitTorrent downloads of my music. If (Heaven forbid!) I got slashdotted, the torrents would keep me from being bankrupted by bandwidth bills, as would be the case if I only offered HTTP downloads.

    --
    Request your free CD of my piano music.
  69. The Free Market Can Handle This by fishdan · · Score: 1

    You're exactly right. Comcast should either not bother to filter any specific traffic or charge for all. Maybe a charge of $0.01 per MB either uploaded or downloaded would be more fair? Or you could adjust a price structure that affects p2p more -- All the download you want, and 0.05/mb uploaded. Of course up includes requests for web pages, filling out forms, etc.

    The thing is, if this were lucrative, Comcast would have done it by now. The market can take care of itself on things like this. I can guarantee that if Comcast went to "less than unlimited" access to the internet, Verizon DSL and FIOS would see an ENORMOUS jump in traffic.

    If you're going to attack traffic on the internet, be prepared to attack VOIP, gaming and video conferencing, because they too are significantly impacting your bandwidth, and becoming more and more prevalent.

    Fortunately for you Mark Cuban, you are in a position to test your theory. Open up an ISP in Dallas that specifically blocks P2P. See how it does. If it's as good a business model as you suggest, I suspect, you quickly be a wealthy man. :)

    --
    Nothing great was ever achieved without enthusiasm
  70. Also FYI by TubeSteak · · Score: 2, Interesting

    Mark Cuban = Part owner/founder of HD Net*

    He isn't gunning for P2P because he actually thinks it's a bad thing, but because it has the potential to bring high definition programming to anyone with a net connection... which would directly compete with his HD cable network offerings.

    It's be vastly cheaper to offern HD content over a 'secure' P2P application instead of building up the infrastructure or business relations in order to offer it through traditional channels.

    *"The first all-high definition national television network"

    --
    [Fuck Beta]
    o0t!
  71. Actually, that's exactly his point... by Anonymous Coward · · Score: 0

    Anarchy Online, by providing their client download via bittorrent is freeloading on their users bandwidth to distribute their commercial product, rather than paying for their own bandwidth.
    Blizzard does the same thing with their World of Warcraft patches, the patch downloader is based on Bittorrent, and it's solely to save Blizzard money by using their customers bandwidth instead of their own.

  72. Proof you don't have to be smart to be rich by hyades1 · · Score: 1

    If more proof were needed that being rich doesn't make you intelligent, ethical or even more aware of your surroundings than your average flatworm, here it is. The best thing to do about a jackass like this is simply ignore him.

    --
    I've calculated my velocity with such exquisite precision that I have no idea where I am.
    1. Re:Proof you don't have to be smart to be rich by falconwolf · · Score: 1

      The best thing to do about a jackass like this is simply ignore him.

      No, because he has money, and politicians listen to people with money, what people need to do is point out the flaws in his argument and tell the truth about the net.

      Falcon
    2. Re:Proof you don't have to be smart to be rich by hyades1 · · Score: 1

      I meant "we" in the larger context, actually.

      The way you took it (which also makes sense), your response is 100% on the money. And it's not as though his argument is lacking flaws, either.

      --
      I've calculated my velocity with such exquisite precision that I have no idea where I am.
  73. Dearest Mark Cuban by Anonymous Coward · · Score: 0

    fuck you, go crawl in a hole and die

  74. Comment removed by account_deleted · · Score: 5, Interesting

    Comment removed based on user account deletion

  75. Paying for and using != freeloading by Anonymous Coward · · Score: 0

    I pay for 24 GB per month. The form that 24 GB takes is my business.

  76. .sig by Morosoph · · Score: 1

    GPLv3 is a tool for IBM to dominate the market. Any freedoms it ensures are merely side-effects.
    And what side-effects! I wouldn't choose to use the word "merely".

    Niether intensionalism, not consequentialism are enough to form a complete moral judgement.

    Didn't Richard Stallman's outfit have something to do with it as well?

  77. I agree with him... by Hymer · · Score: 1

    ...but this should only be the blocking of commercial P2P like Joost, WoW etc.

  78. by protocol? by Filik · · Score: 1

    Let's block all the http freeloaders also! Wasting my bandwidth!

  79. It's the users fault... by gpn · · Score: 1

    As with most things it's the users fault. In an ideal world users wouldn't be able to use anything, therefore they couldn't break anything. Lets ban people from using the internet, that will make it faster and more reliable. P.S. That's a joke.

  80. Make bigger tubes! by charlieman · · Score: 1

    Just make bigger tubes!

  81. Make P2P mandatory by wikinerd · · Score: 1

    p2p is a legitimate technology, but it is used in the wrong way by some people and this makes it look as a liability from the ISP's standpoint. The solution to end the discrimination against P2P is only one: To make P2P mandatory. For example, we could use a P2P overlay over HTTP rather than the normal HTTP/1.1 to make the Web P2P as well. This would shut off the mouth of everyone criticising P2P. I don't just say to camouflage P2P as HTTP - I suggest to make every Internet technology P2P-based. If you think a bit about it, it's really stupid to host anything on a central server and not use the power of the crowds to disseminate your Web site files or your new GNU/Linux distro. We really don't use the Internet at its full potential without P2P. In fact if everyone used P2P for disseminating webpages and ordinary Internet traffic, the Internet would feel much more speedy than it is now.

  82. Pardon? by downix · · Score: 1

    I'd note, he is not "sharing" his bandwidth with anyone else. P2P does not "magically" appear on his system. If his bandwidth is beig utilized, it is because he chose to opt-in.

    So this guy is against any form of p2p promotions, such as downloadable (if you pay for it) movies (I purchased 300 in just this manner from the distributor, best $5 I've ever spent) music (indie bands rock my world) and even games (WARCRAFT! I want my Night Elf Mowhawk!) so this guy, with as much money as he has, hasn't a clue of how big P2P is. It is the future.

    --
    Karma Whoring for Fun and Profit.
  83. Put his thing down, flip it and reverse it by billcopc · · Score: 2, Interesting

    In other news,

    P2P users call on ISP2 to block Mark Cuban.

    Seriously, this guy reminds me of an opposition party. Whatever the majority says, he contradicts for the sole reason of getting attention. The dumber his statements, the more we flame over it.

    Wasn't this asshat pushing P2P not so long ago with yet another stupid browser plugin called "Red Swoosh" ?

    --
    -Billco, Fnarg.com
  84. Man, you got me all excited... by Anonymous Coward · · Score: 2, Informative

    It's not expensive. The quality is good (256kbit vbr mp3's). And they have everything from my favorite band: the relative unknown The Flower Kings.
    But it's not for me, because I don't live in the USA, but in the Netherlands. So I am not allowed to download anything from them.

  85. Only one way to handle idiots like this by Kylere · · Score: 1

    Mark Cuban, Dallas Mavericks owner, HDNet CEO Okay, do not support his team, do not support his firms, do not give him a single dollar of your money. This child also claims to be libertarian (he is NOT). Amazing to me how many poor and ignorant people equate acquistion of wealth with intelligence.

  86. As A Consumer by Anonymous Coward · · Score: 0

    "As a consumer, I want my internet experience to be as fast as possible. The last thing I want slowing my internet service down are P2P freeloaders."

    Mr. Cuban,

    As a consumer, and I bet, an user of the Internet for a lot longer time than you (since 1988, like many on Slashdot), I would like to see people like you regulated from using your name and cash flow to ruin every piece of innovative and useful technology to ever be developed for the benefit of mankind.

    While we're at it, since you are able to voice my opinions for me and get heard by a greater audience of people than I ever will, I'd also like to see the RIAA disbanded, the wait time on movie releases to DVDs drop to nothing (my home theater equipment is better than any damn multiplex), USENET to return to its place of glory as in the past, the Undernet to actually scale their service even more so I can chat even easier nowdays, and of course, the ability to actually work with an understanding set of sys admins at my local ISP who actually know how a DNS server works, how to set up sendmail with appropriate spam filters, and to work at a company where it isn't located across the street from a state university in Ohio where all the comp sci graduates think that Micro$erf products are all that have ever been in the wonderland of computers.

    Finally, I want everyone to stop fighting over religion - Listen - everyone is wrong, okay? I want intelligent politicians (if there is such a concept) who are doing something more to help mankind than employ another illegal servant because they voted themselves a pay raise last week. I want the RIAA and the MPAA to let me watch whatever the hell I want whenever I want. I don't want to watch 'a Movie on Demand' and have to sit through three minutes of commercials before it starts. I want decent frozen pizza available again which has real pepperoni on it, not this 'I think it's made of chicken with pork flavorings injected'. I want decent healthcare, cheap; cheap petrol, the ability to do everything that Dennis Learhy spouts off about not being able to do in Demolition Man without everyone on the planet raising a fuss, and I'd actually like to go into work today and not have to listen to everyone there go on about the big crowds at the early bird sales.

    So, Mr. Cuban, if you can make all this stuff happen with little fuss, I suspect that someone out there will agree with you and maybe some of us can curb our use of bandwidth for P2P traffic on the Internet.

  87. Re:hold on a sec... BINGO!!! by zotz · · Score: 3, Insightful

    "P2P allows a significant number of small-time content producers to get their content out to a lot of people. Otherwise, they could never afford it and only the big guys would get to play the game."

    And this would make the big guys very happy. I wonder if our Mr. Cuban is a big guy or a small guy these days...

    all the best,

    drew

    --
    FreeMusicPush If you want to see more Free Music made, listen to Free
  88. Okay, how does $500 a month sound? by walterbyrd · · Score: 2, Informative

    I think that's about what T1 costs. If you want honest, unlimited, 1.5mbs, then isn't that what you should pay?

    1. Re:Okay, how does $500 a month sound? by Opportunist · · Score: 2, Interesting

      Fine with me.

      The point is not that I want 500mbit for 5 bucks a month and if you can't do that go to hell because we want it. What I want is honesty. I want ISPs to sell what they can sell.

      Our ISPs currently outbid each other with promises of bandwidth. 2m, 4m, 8m... but what you really get is less and less every time. I had 2mbit, and I could use 2mbit. Then I was promised 4mbit, and I got 1.5mbit actually. Now we're at 8mbit and on a good day, I get 1mbit. I fear when they promise 16mbit, I can't get a connection at all anymore.

      I'm fine with having 256kbit when I can have those 256kbit. I want to get what I buy. Else the promised bandwidth doesn't mean jack.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    2. Re:Okay, how does $500 a month sound? by falconwolf · · Score: 1

      I think that's about what T1 costs. If you want honest, unlimited, 1.5mbs, then isn't that what you should pay?

      Higher speeds can be had for less:

      Comcast Versus Broadband Utopia"
      "Forced to offer $90 bundle in fiber-fed region"

      "Utopia is one of the nation's largest wholesale muni-fiber deployments - via which users can get 8-15Mbps symmetrical fiber for $35-$45 dollars through AT&T or providers like MStar. The project has put Comcast in the unfamiliar position of having to truly compete, resulting in rare price reductions. According to this local ad[.zip], Comcast is now offering broadband, digital cable, and VoIP service for $90 a month in all of Utopia's footprint."

      Falcon
  89. In light of his position... by zotz · · Score: 3, Interesting

    "Mark Cuban, Dallas Mavericks owner, HDNet CEO, and noted gadfly is publishing on his blog that Comcast and other ISPs should block all P2P traffic,


    In light of that perhaps we should conclude that all free thinking people should boycott his wonderful Dallas Mavericks and any of his other businesses.

    It is a wonder he can't afford his own T3 or at least T1.

    The big boys don't like it too much when the little boys get to play the game at all. They don't want the advantage their wealth brings them, they want the game all to themselves. No thanks.

    all the best,

    drew
    --
    FreeMusicPush If you want to see more Free Music made, listen to Free
    1. Re:In light of his position... by Skapare · · Score: 1

      Good broadband is faster than T1. Mark Cuban most certainly can afford his own personal T3 or even better than that. If I had the money he has, I would definitely have a couple OC-3's at home. He probably does.

      But it is not about that. His complaint is that he doesn't like the "unfair" competition from video distributors that make use of P2P so they don't have to invest in a massive concentration of bandwidth that is capable of delivering video to all who want it, all from the several distribution points they would use. That, and he doesn't like the fact that his own videos would get distributed on P2P without him getting a cut of the action through fees charged and/or ads presented.

      His complaints with regard to distribution reserved by copyright ownership is legitimate. But he's asking for all P2P to be blocked, not just that distributing content that is a copyright infringement. All he will end up doing is driving P2P to be more hidden (via IPsec, for example) and indistiguishable from other traffic.

      --
      now we need to go OSS in diesel cars
    2. Re:In light of his position... by zotz · · Score: 1

      His complaint is that he doesn't like the "unfair" competition from video distributors that make use of P2P so they don't have to invest in a massive concentration of bandwidth that is capable of delivering video to all who want it, all from the several distribution points they would use.


      Right, he doesn't like the Free Market. He likes monopoly plays. it is not enough that his large amounts of money already give him an advantage, he wants to rig the game to keep the little guy from playing even when he is at a disadvantage.

      And let me just add this in closing...

      I am far from an expert here, but I would venture that we could have a far better, less expensive, and more efficient internet if we could disregard copyright issues all together in the design of the protocols and such.

      all the best,

      drew
      --
      FreeMusicPush If you want to see more Free Music made, listen to Free
    3. Re:In light of his position... by falconwolf · · Score: 1

      In light of that perhaps we should conclude that all free thinking people should boycott his wonderful Dallas Mavericks and any of his other businesses.

      Unfortunately it would be hard for me to boycott all of his businesses. I love to watch foreign and art movies that's aren't typically shown in regular movie theatres but his Landmarket Theatres is the only one in my area that shows them.

      Falcon
    4. Re:In light of his position... by zotz · · Score: 1

      I know how hard things can be. Sometimes we just do the best we can and look to improve as we go along.

      all the best,

      drew

      --
      FreeMusicPush If you want to see more Free Music made, listen to Free
  90. Highways too! by MrBlic · · Score: 1

    You know what I really hate, is all these roads filled up with people who can drive from anywhere to anywhere else!

    If we restrict people to only driving out of major cities, then we can transform every highway to both sides coming out of the city! Imagine how fast we could go, and how under-capacity all the roads would be!

    --
    Celebrate Excellence!
  91. Who should pay? by DeanFox · · Score: 1


    Turn it around. If he wants a dedicated online expirience why doesn't he pay extra? Why penalize P2P users for using what they've already paid for: Unlimited access. Why not make all these complainers pay extra for dedicated preferential connections?

  92. You've moved up on my shitlist, Cuban. by urcreepyneighbor · · Score: 2, Informative

    You earned your initial spot on my shitlist by financing Redacted. You've bumped up a rung by this stunt.

    --
    "The fight for freedom has only just begun." - Geert Wilders
  93. fine...then clarify two points by Danathar · · Score: 1

    1. Define P2P that is clear. So far nobody (that I've seen) has been able to do it in a way that everybody can agree.

    2. As long as ISP's use the word "Unlimited" in their sales pitches I'll continue to bitch about caps transferred bytes.

  94. Re:He's right in his complaint, but wrong conclusi by MikeBabcock · · Score: 1

    I hate to go against the grain here, but ISPs also sell 10Mbit dedicated feeds -- read the fine print -- a regular high speed link is rated in peak throughput, not average or minimum. The ISP doesn't have to guarantee you any level of service, but you can pay for an SLA if you want. If you need or want to pay for a dedicated high speed link, call your ISP and tell them, and they'll give you an appropriate pricing scheme.

    Honestly, I don't care if you want to saturate your $40/mo home bandwidth every second of the day, I do too, but when it doesn't work out that way, I consider how much money I'm saving by having a regular link instead of paying for dedicated.

    --
    - Michael T. Babcock (Yes, I blog)
  95. So what should be an Internet experience??? by u-235-sentinel · · Score: 1

    "As a consumer, I want my internet experience to be as fast as possible. The last thing I want slowing my internet service down are P2P freeloaders.",

    This has been a point of contention between me and Comcast this last year. When people say P2P is bad and impairs the other customers experience. What exactly does that include then? Are we at the point where we have to state what services are available over the Internet and all other's are "bad"?

    Do we need a "Internet Bill of Rights"? I thought the FCC already had made a statement on what customers are entitled to from ISP's. Which means Comcast (and other's filtering P2P) are in violation of the FCC's declaration.

    --
    Has Comcast disconnected your Internet account? Same here. You can read about it at http://comcastissue.blogspot.com
  96. Does P2P really slow down 'internet service' ? by jsbthree · · Score: 1

    He said he didn't want P2P "slowing my internet service down". How would it do this? In fact couldn't the opposite be true depending on how its implemented. My point is that from the posts I've scanned no one has questioned whether it in fact is the case. I don't know. I tend to doubt it really. I mean on the net in general rather than the local network it would have a small effect on the users experience.

    1. Re:Does P2P really slow down 'internet service' ? by Skapare · · Score: 1

      For every bit of traffic sent over P2P, that's actually TWO traffic handling bits of cost in the last mile space. Someone somewhere was sending a bit, and someone else somewhere was was receiving that bit. That would not affect things when technology with separate-but-equal lanes exist for each direction (such as a T1, OC-3, etc). Broadband, however, does not have this. While there are separate lanes in most parts, it is not equal. The upstream lanes are quite constrained. Imagine a highway with 3 well paved lanes heading west and a dirt road heading east. That's what we have now.

      And we have that because the cable companies, telcos (because they want a piece of the action the cable companies have), and people like Mark Cuban, think strictly in terms of producer/provider vs. consumer/sheep in the model of communications. They don't want to see the community model ever be allowed to work because that means they are nothing more than equal to us when that happens.

      --
      now we need to go OSS in diesel cars
  97. That guy's just got it by 4D6963 · · Score: 1

    That guy's just got what was the issue with the Internet nowadays. Because legitimate websites like YouTube or Google Video don't weight down on the network's bandwidth use, it's illegitimate uses that do so! It's so simple, it makes me wonder why people don't understand that, it's not legitimate uses of the Internet that clogs it, it's only the illegitimate ones.

    Or, to put more simply, P2P = piracy = illegal = bad = the root of all issues! Ever heard of Occam's Razor? It's the simplest explanation that always wins! Why can't you people just accept that?

    --
    You just got troll'd!
    1. Re:That guy's just got it by DragonTHC · · Score: 1

      the simplest explanation happens to be that the Internet is broken at the moment you tried streaming google video.

      I have comcast. I use bit torrent. I have a legal right to do so. Especially since I'm downloading and seeding Linux torrents. Comcast does not have a Legal right to tell me that I can't use bit torrent when I have a contract that denotes unlimited use and no blocking of anything. I don't need shit from comcast. There are plenty of ISPs who want my business.

      --
      They're using their grammar skills there.
    2. Re:That guy's just got it by cdrguru · · Score: 1

      I seriously doubt you have any sort of contract with Comcast. If you do, I further doubt that you have anything that promises any quality of service, lack of anything being blocked and certainly doesn't promise "unlimited" anything except perhaps access.

      Too bad. It would be nice if you could get "unlimited use" from an ISP instead of just "unlimited access".

    3. Re:That guy's just got it by falconwolf · · Score: 1

      That guy's just got what was the issue with the Internet nowadays. Because legitimate websites like YouTube or Google Video don't weight down on the network's bandwidth use, it's illegitimate uses that do so! It's so simple, it makes me wonder why people don't understand that, it's not legitimate uses of the Internet that clogs it, it's only the illegitimate ones.

      Thing is is he says P2P and nothing about anything illegal, so he's wrong.

      Falcon
  98. Such a Loon by Nom+du+Keyboard · · Score: 1
    How such a loon actually got that rich will be forever one of the great mysteries (and inequities) of life. Both ends of an Internet transaction pay for their bandwidth. Nobody freeloads. And if Mr. Cuban isn't filesharing/downloading himself, just what is running too slow for him now?

    Definitely a Maroon Loon.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
  99. Re:hold on a sec... BINGO!!! by ElBeano · · Score: 1

    And this is why why we need Internet connections that are more symmetrical, networks that are more open and a much more community centered, as opposed to a corporation centered approach to the next generation Internet. We have only scratched the surface of the possibilities.

  100. Charge by GB by Anonymous Coward · · Score: 0

    The obvious solution is to have a low monthly connection fee, and then charge (a reasonable and small amount) per GB above a certain level. This is basic Economics - if you have an "all you can eat" price structure, there will be some people that will eat all that they can.

  101. Seriously, this has to stop. by Matt867 · · Score: 1
    Has anyone else been noticing how an idiotic celebrity has been jumping up deciding he doesn't want P2P around anymore these days? Also how much attention he is getting? Take for example, this guy, he is clearly a stuck up ass who is complaining because he doesn't think his connection is fast enough and he's looking for the first person to blame rather than admit hes an idiot who has no idea whats going on. Also what in the hell makes him think his connection is more valuable than mine??? We probably pay the same price. Comcast advertises a certain connection speed and if I'm going to pay their outrageous premium than by god I'm going to use my connection when I want and as long as I want for whatever I want and I'll be damned before I let someone tell me I'm using my "unlimited usage" connection too much.

    Furthermore what the hell can this dumbass possibly know about networks? I mean come on, he can probably barely manage to turn a computer on much less understand the complexity of networks and systems to a point where he would even be qualified to say "OOH BLOCK P2P EVERYTHING WILL BE BETTER!". I wish some major company would realize the potential of P2P as a money saving alternative to dedicated servers and start endorsing it so these crumby ISP's looking to save a few dollars will start hurting like they should be.

    Theres my ranting for the month.

  102. Figures by RogueWarrior65 · · Score: 1

    This is precisely what I expect from a commie pinko jackoff 9/11 conspiracy moron. Rot in hell you cockbreath!!!

  103. Proper elocution please! by Chas · · Score: 1

    "This clown is out of his depth."

    Nonono. It is pronounced "ass clown".

    But I agree. Heaven forbid there are people out here actually, y'know, PAYING for their own bandwidth.

    --


    Chas - The one, the only.
    THANK GOD!!!
    1. Re:Proper elocution please! by Paradoks · · Score: 1

      "This clown is out of his depth."

      Nonono. It is pronounced "ass clown".
      Oh, please; Cuban is just worried about the trucks delivering his e-mail, and how his e-mail gets delayed when the tubes are full.
  104. It isn't about piracy. by LWATCDR · · Score: 1

    I use P2P to download Linux ISOs and a bunch of other FOSS software.
    So unless he is willing to host every ISO and a SUPER fast server for free he can take a flying leap at a rolling doughnut.
    Oh and Comcast must stop advertising Internet Access. Internet Access is more than just going to websites.

    --
    See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
  105. What a crybaby by Anonymous Coward · · Score: 0

    Mark Cuban = DICK He leaves out the fact we pay for a certain amount of bandwidth from out ISP's, and we should get what we pay for, and not be told what we can do with our bandwidth. Buy a new car, Oh sorry, you can only drive it on Tuesdays, and cannot exceed 35mph, because we have to make way for all the rich bastards that want to control us "little people" Really, Who gives a fuck what Cuban thinks.

  106. Mark is a sales guy by NynexNinja · · Score: 1

    Mark is a sales guy, and as such his comments are taken with the grain of salt that it deserves.

  107. Re:hold on a sec... BINGO!!! by zotz · · Score: 1

    And this is why why we need Internet connections that are more symmetrical, networks that are more open and a much more community centered


    Yes indeed. We need little guy technology. We need equality technology. If your extra money is not enough of an advantage for you...

    all the best,

    drew
    --
    FreeMusicPush If you want to see more Free Music made, listen to Free
  108. Re:Why do we care what Mark Cuban say? by Sepiraph · · Score: 0

    Why does Mark Cuban said on internet traffic even matter? Esp. when all he cares is how to make more $ for himself, he'd probabaly want to charge you $ just to watch NBA video online.

  109. An Open Letter to Mark Cuban by talon_262 · · Score: 1

    Dear Mark, Please STFU and go back to counting your money, so we don't have to put up with your ignorant, biased blathering about your perceived state of the Internet. If you can't at least shut your piehole when you're over your head, then you can just FOAD. Sincerly, talon_262

    --

    Ad astra per aspera (A rough road leads to the stars)
  110. A real business person would take advantage by Anonymous Coward · · Score: 0

    (perceived) problem: P2P content distributors are freeloaders.

    Successful business person says: Find a way to profit by distributing content this way.

    One-hit wonder Internet billionaire (Mark Cuban) says: Whine about it on my blog.

  111. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  112. Cuban can call who he wants by Anonymous Coward · · Score: 0

    Mark Cuban used to call me at home, and I'd have to go to the office to reset his stupid Windows NT machines that did the sports radio broadcast encoding. I told him he should let us use unix machines for this. He had the influence over my boss to prevail with NT, and I really didn't appreciate Mark Cuban getting my home phone number and permission to call me at any hour. I was going to quit, but just in time, we got bought out by a company with stuff like written policies, documented equipment budgets, and the management did not accompany us, and neither did the sports/talk radio business, and neither did Mark Cuban.

    He's a billionaire today, partly because of my willingness to jump at his command, and he never even thanked me.

  113. Even better by Anonymous Coward · · Score: 0

    I totally agree with Mark. All those freeloaders with their downloads, and their webpages and their email--get rid of them. Why should the bandwidth that I pay for be used to serve up ads and services that I DON'T EVEN USE TO SOMEONE ELSE! I noticed the other day that my neighbour was checking out trailers at Lion's Gate Entertainment. Downloading huge videos then tossing them like kleenex. How dare he! And don't get me started on the rest of Mr. Cuban's portfolio: leeches, the lot of them. Unlike P2P, they're not even giving me a reacharound: they seem to think that by just paying their connection fee they can send whatever the heck they like using Rogers' bandwidth on the pathetic excuse that Rogers' paying customers are asking for it. Forget that! I'm not asking for it so why the heck is it impinging on MY bandwidth. With greedy pigs like that it is no wonder that poor Rogers is completely unable to deliver the 1 mbps that I am paying for on their vastly oversold network.

  114. One way to solve this-Complain on slashdot. by Anonymous Coward · · Score: 0

    "These Pro sports owners think if you pay $50 bucks to sit in the stadium and take a picture of the game you infringing on their copyrights"

    And that's different than going into a movie theater with a camera how? Copyright or not, it's still a private facility. Not a hard concept to grasp.

    1. Re:One way to solve this-Complain on slashdot. by Fourier404 · · Score: 1

      The picture you take at the game would otherwise not be available no matter how much you pay. The movie will be out in a few months.

  115. piracy??? by celle · · Score: 1
    Since when. Artists are being compensated. It's called free advertising and its basically equivalent to word of mouth. You know the kind of advertising most businessmen will tell you you can't buy. Nevermind not being able to buy on the scale "peer to peer" provides. Here's an example: I live in the middle US. The main music sold by music stores is the localized label and big national crap, radio stations weren't any different, and I didn't know anything else existed let alone hear any of it. P2P came along and I found out just by a general search about the revival of Hawaiian language. The attempts to destroy some types of european music(can't remember which ones at the moment). The thing is, I got to hear music that I would have never gotten the chance otherwise and I actually like very much. The bands may never get the chance to come here but I know about them now and sometimes talk to my friends about them as well.

    Maybe music should be handled as advertising to get people to go to concerts, novel concept don't you think.

  116. hold on a Gigasec... by Anonymous Coward · · Score: 0

    "By his logic, we shouldn't be using the internet for VoIP, either. Or watching videos. Or listening to streaming radio stations. Or watching and listening to podcasts. After all, those all consume a lot of bandwidth, even if it's not over P2P."

    Amazing how a "news for nerds" forum understands protocols with the same level of understanding as it does economics and the law. Most P2P is set up with the "greedy" settings. It's not consume the bandwidth, but consume ALL the bandwidth. A bad thing on a SHARED network.

    "And of course, EVERYONE who uses P2P is a massive multinational corporation that can afford massive bills. Does he not realize that P2P allows a downloader to receive content in return for a small payment of bandwidth to help redistribute the same content to other users, instead of monetary compensation?"

    And back in the day this was called Usenet. With out the "small payment". Especially important when one has dial up.

    "P2P allows a significant number of small-time content producers to get their content out to a lot of people. Otherwise, they could never afford it and only the big guys would get to play the game."

    So before there was this miracle protocol, small time content providers weren't to be seen on the internet?

  117. Open letter to Mark Cuban by Anonymous Coward · · Score: 0

    Well, as a consumer, I want my internet experience to be as enjoyable as possible. The last thing I want degrading my internet experience are whining bitches like Mark Cuban. Thats right, people who can't cope with society evolving are nothing more than whining bitches. The only person/organization that benefits from whining bitches are those that are trying to generate advertising revenues on forums and blogs and want to distribute the advertisments on someone else's bandwidth dime.

    Seriously, I for one would be overjoyed if the ISPs would take their responsibilities and get their thumbs out of th<disconnected from internet>

  118. It's a real issue, but he's got the wrong answer by laird · · Score: 1

    ISP's have a real issue, in that p2p changes usage patterns dramatically. In particular, most ISP's assumed that people would use much more downlink than uplink, which is true for web browsing, email, usenet, etc., and built an infrastructure with 10x more downlink capacity than uplink. And they assumed that people would only be online occasionally, so they build enough capacity to allow people to have a great web browsing experience, but not all at once. But p2p users not only use much more bandwidth than others, they use it continuously, and they use as much uplink as downlink, so they're a terrible fit to the ISP's networks.

    The ISP's should get beat up about being "cheap" - they all sell business grade service, with 100% available, symmetrical bandwidth, but it costs much more than consumer service.

    The challenge for ISP's is to figure out how to sell internet service at prices that people will pay (cheap, flat-rate) but prevent the p2p usage from crushing their networks.

    Some ISP's are building out more capacity, and provisioning symmetrical instead of asymetrical infrastructure. Verizon FIOS' 20/20 plan is a good example of this.

    Deploying p2p caching servers. These servers listen to the p2p traffic, and when they have the data someone wants, they return it, taking load off of the internet connection, and giving users a better experience. This saves the ISP bandwidth, and gives users great p2p downloads, but caching servers are expensive (they have to have tons of fast disks to cache a reasonable percentage of p2p data).

    Deploying traffic shapers. These servers listen to the p2p traffic and interfere with it in various ways, keeping p2p traffic below a set threshold. So p2p traffic can't overwhelm the ISP's capacity, preserving capacity for VOIP, web browsing, etc. There are lawsuits over this.

    Making p2p smarter. The P4P Working Group (http://www.dcia.info/documents/P4PWG_Mission_Statement.pdf) is a forum for ISP's and P2P companies to work together to figure out a strategy for everyone to cooperate to make p2p more efficient. The early research shows that if the p2p network takes advantage of a "map" of the ISP's infrastructure it provides 2x the download performance with a 50% reduction in internet bandwidth consumption, which is an elegant "win-win" scenario. There's a technical writeup at http://www.dcia.info/documents/P4P_Overview.pdf. My hope (I'm the co-chair of the P4P WG) is that smarter p2p networks, supporting P4P, combined with caching servers, can lead to p2p being the most efficient way to deliver data to end users, not only for the content publishers but also for the CDN's and ISP's. If you'd like more information about the P4P WG, email marty@dcia.indo.

  119. p2p is not all illegal by Anonymous Coward · · Score: 0

    Linux is free software available in most cases over p2p to speed up dl and to prevent the main server from being over consumed. Fedora uses torrents, and its perfectly legal. if p2p was cut off, fedora would have to come off the main server, that would slow the site down and the downloads majorly. I think Debian also does this.

    various other freeware travels on p2p.

  120. Nonsense by Anonymous Coward · · Score: 0

    Cuban: The last thing I want slowing my internet service down are P2P freeloaders.

    P2P is currently the best technology we have for disseminating large files (like Linux distros) quickly to a large number of people. Centralized servers simply don't scale up like P2P does.

    Cuban: Thats right, P2P content distributors are nothing more than freeloaders.

    What, does he think that ISPs aren't making profits because they're being bled dry by the P2Pers? P2P is a godsend to the ISPs -- it means an ever-increasing demand for their product. And it drives the ISPs to create faster and faster pipes for all of us. It's a win/win/win situation for everybody (including the RIAA, which gets billions of dollars worth of free advertising for their products).

    Cuban: I think the position that "you pay for the bandwidth, so you can use it any way you want" isn't reality and very flawed when it comes to P2P. . . Bottom line, you are re-selling bandwidth.

    Let me get this straight: He says that it's "flawed" to buy something and then re-sell it? "Flawed" how? He has presented no argument to explain why bandwidth should be treated differently from every other commodity. At this point, he has descended into incoherence.

  121. This actually existed in the beginning broadband by Anonymous Coward · · Score: 0

    In the very beginning when Cox first had cable modem available, my neighborhood was one of the very few who got the service. Back then, you could setup your network to see all the machines that cox had on their network (all of the peers on your subnet). It was very cool. Though many of these machines people probably had no idea others could see them ( we are talking circa windows 1995) it was cool to be able to troll through everyones shared folders they had on the network. About a year later when cable modem relly started getting popular and expanding they stopped this 'feature/hack' and from then on no more viewing shared folders..

    Image if they had kept that same policy in place, allowing you to see people on your subnet to share stuff? That would rock.

  122. He wants us to pay for this internet by Sleeping+Kirby · · Score: 1

    If you think about what he's saying, he's really saying he wants everyone else to pay for him to have a better internet connection. If you're on DSL, that means that your speed is limited only by what you download. Since he's complaining about other people taking up speeds, he probably has Cable. And if he has cable, everyone, even before massive P2P, has had the problem that once everyone gets on, the speed slows down dramatically. But he's rich so he can strut his stuff. Which basically comes down to, he wants a faster connection, doesn't feel he should pay for it. Instead of asking his ISP or a larger pipe or buying a larger pipe, he wants everyone to stop using bandwidth that he could be using... He wants us to pay for his internet...

    --
    please... let me sleep... a little more... yay, no longer annonmyous coward.
  123. P2P freeloaders? by nurb432 · · Score: 1

    Um, excuse me i PAID for my bandwidth, i have a right to use it however i feel, as long as its legal.

    Mr Cuban, you can simply goto hell.

    --
    ---- Booth was a patriot ----
  124. Key point: Keep it in the network by IvyKing · · Score: 1

    P2P can be a net benefit to the ISP by minimizing traffic outside of the ISP's network, but that's assuming the ISP has a rational network topology.

  125. Money for nothing (and chicks for free) by Anonymous Coward · · Score: 1, Insightful

    The fools at Yahoo, in between lighting cigars with $100 bills during the dotcom bubble, paid this useless blabbermouth for broadcast.com... then promptly tossed its technology and content in the memory hole.

    The guy became a billionaire and contributed absolutely zip to anything. Every time his name shows up on this site I throw up a little in my mouth.

  126. Interesting idea by jc42 · · Score: 1

    So he thinks I should get my ISO fix via google video? Does that work? I don't seem to find any of the latest linux releases there.

    I can see google caching the ISOs and setting up a torrent to deliver them. But so far, I don't think they do that. Anyone know different? Where in google.com would I go to find out about it? Googling for it doesn't seem to get any hits ...

    --
    Those who do study history are doomed to stand helplessly by while everyone else repeats it.
  127. Support the U.S. Troops by Jimithing+DMB · · Score: 1

    Mark Cuban is the same asshole who financed the movie Redacted. In it, U.S. soldiers are portrayed as raping a young Iraqi girl then successfully covering up their actions (hence the title). It is a work of fiction. The closest thing in reality is that some U.S. soldiers are now in military prison for life for dong something similar.

    Brian DePalma, the film's director, knows that the film does not reflect reality. His stated goal is to make the U.S. military look worse than it is by writing fiction that seems close enough to reality to be plausible to some people. U.S. ticket sales are essentially nonexistent and so far Cuban has grossed only tens of thousands of dollars from his distribution of this film. That is, Cuban has completely lost his ass on this film so far.

    That said, the film will inevitably be used by terrorist groups as the propaganda piece that it is. What better way to recruit young muslims who are perhaps on the fence about the U.S. occupation of Iraq than to show a film where U.S. soldiers rape an Iraqi girl and get away with it. This will only serve to prolong the war that many people are already unhappy with to say the least.

    Regardless of your opinion about the war, and even if you think it was the worst idea in history, and even if you are not a U.S. citizen, I urge you to think for yourself about what Cuban and DePalma have done here. Their actions put the U.S. and the world in more danger by fomenting anti-U.S. sentiment, particularly among Muslims.

    After you've given it some thought I'd like to suggest one simple way you can let Cuban know that you don't like what he's done. If you attend a Mavericks game please bring a simple sign saying only "Support Our Troops." Do not go protesting in front of Cuban's office or other businesses. Do not do it to get your own 15 minutes of fame. Simply display a sign showing your support for our troops. If you want you can even write on it "I don't support the war but I do support our troops."

    Guys like Cuban exemplify the elitism that often goes along with having more money than one knows what to do with. That's not to say that making a lot of money is bad. It's a reward for doing what the market wants and Cuban has been rewarded well for this. But unless one reminds himself to maintain his own humility one will quickly turn into an elitist asshole. Perhaps Cuban's huge financial loss on this movie will change his tune, but then again, it probably won't.

    1. Re:Support the U.S. Troops by falconwolf · · Score: 1

      Regardless of your opinion about the war, and even if you think it was the worst idea in history, and even if you are not a U.S. citizen, I urge you to think for yourself about what Cuban and DePalma have done here. Their actions put the U.S. and the world in more danger by fomenting anti-U.S. sentiment, particularly among Muslims.

      Bush has done quite well in that department.

      Falcon
  128. World of Warcraft Patch Downloader/P2P? by Anachragnome · · Score: 1

    Quite some time ago, Blizzard changed over to a P2P system for the downloading of their patches for the game(most of the patches are in the 100-300MB range).

    My first assumption was that they were simply trying to expedite the downloads to their customers. In hindsight, I wonder if they were simply passing the buck on the overhead associated with bandwidth consumption for those patches for MILLIONS of customers.

    Am I now paying for those patches in the form of increased ISP fees?

  129. The last thing *I* want is ... by vic-traill · · Score: 1

    As a consumer, I want my internet experience to be as fast as possible. The last thing I want slowing my internet service down are P2P freeloaders. Thats right, P2P content distributors are nothing more than freeloaders.

    As a consumer, I want my internet experience to be as fast as possible. The last thing I want slowing my internet service down are millionaire sports franchise owners selling craptastic trash and trinkets to people willing to shill for their team for free. That's right, millionaire sports franchise owners selling craptastic trash are nothing more than soulless, blood-sucking gunsel shysters.

    So Mark Cuban has *another* opinion [and is clueless about contractions]. Who gives a shit?

    --
    [17] Leary, T., White, C., Wood, P. R., Bhabha, W. D., and Wirth, N. Lambda calculus considered harmful. In Proceedings
  130. Support role in Idiocracy remake by Anonymous Coward · · Score: 0

    I nominate Mark "Mac'n'Cheese" Cuban and the Mavericks for supporting roles in the even more idiotic remake of "Idiocracy". They're perfect for the production and require zero prep or rehearsal time.

  131. My ISP's AUP seems to already forbid P2P by UnderCoverPenguin · · Score: 1

    The AUP included by reference (and a copy enclosed with) in the contract I signed with Comcast states that I am not allowed to host any services with my (residential) internet service. Since P2P is both a client and server, technically, it isn't allowed. I don't use P2P, so I don't care.

    Presumably, other customers of Comcast don't use P2P, either.

    Therefore, if Mr Cuban is a Comcast customer, it is not P2P traffic that is slowing his internet experience. Perhaps it is all those Good-NonP2P-Customers(TM) downloading directly from his service that are tying up his bandwidth.

    --
    Don't try to out wierd me, three-eyes. I get stranger things than you, free with my breakfast cereal. --Zaphod Beeblebr
  132. Re:He's right in his complaint, but wrong conclusi by Dhalka226 · · Score: 1

    They're overselling by magnitudes, and of course that doesn't work out in the long run when people actually (gasp!) use what they're being sold.

    So what you want is a worldwide circuit-switched network? No problem with 300 million lines (for only the people in the US, mind you) coming into your house to ensure that everybody is permitted to use what they pay for? No problemo. We're just going to need an initial investment of, eh, I don't know, let's be cheap and call it two million dollars from you and your tens of millions of neighbors. After that this service can be yours for the low, low price of $50,000 a month. This is the only way to guarantee that everybody can use their full bandwidth to any end point at any time.

    Not attractive? Welcome to packet-switched networks, we're happy to have you. The entire point of them is that multiple people can use the same lines at basically the same time. Whether you like it or not, Internet traffic WAS exactly what you describe; short bursts of information. I suspect that in terms of time usage, it probably still is today--though that dynamic is certainly changing and will continue to change.

    As another poster said, you're perfectly free to pay $300 a month right now for your very own dedicated bandwidth; it's called a T1 line, and they will be ecstatic to sell it to you. You'll note that a T1 is only 1.544 Mbps, though; somewhere in the vicinity of five times slower than your Comcast service is now for around five times the price. Or go for the best of both worlds and get a Frame Relay connection with a CIR. You'll probably get an even lower amount of guaranteed bandwidth, but the price will be less and they'll let you burst up to the full line speed depending on usage.

    If your ability to use your full, dedicated bandwidth is so important to you, why aren't you paying for some T1s for yourself?

    Yeah, it's rhetorical. It's because they're too damn expensive. There is a reason for that: The infrastructure can simply not handle everybody using their full line capacities at the same time. And it shouldn't. All that does is end up with an economically unsound and probably unsustainable system that is a cheaper version of circuit-switching everything; you've just cut out the infrastructure expense of laying more endpoints.

    If that's what you want, well, okay... just be prepared to pay for it. More likely, though, you're the person who thinks $50 a month should buy you a dedicated 6Mbps line and ISPs are teh suxx0rs if they can't provide that.

    Incidentally, I've been glossing over the fact that your statement was, itself, based on a fallacy: You are not paying for a dedicated connection if you're using Cable or DSL or similar services, as most people are. The fact that the advertisements say "6 megabit connections, faster than DSL!" doesn't mean that's what you're being sold. You want to know what you're being sold? Read your contract. I guarantee they will specifically disclaim any idea that 6mbps is your committed information rate, and probably even the idea that you have a CIR at all. There will be some language about terminations for high usage (though they probably won't do a good job defining what that is). Etc etc.

    They are providing what they sold you. If you think you've been sold more than you have been, that's your fault. Caveat emptor.

  133. Wait... by FriendOfBagu · · Score: 1
    Mark Cuban wants to block P2P like the late Grokster, whose defense against MGM was funded by Mark Cuban?

    That seems like a strange reversal.

  134. P2P is not freeloading by gujo-odori · · Score: 1

    It's quite clear that no one should care what Mark Cuban says about anything other than basketball.

    In TFA, he makes the ludicrous statement that "I think the position that "you pay for the bandwidth, so you can use it any way you want" isn't reality and very flawed when it comes to P2."

    No, it's not flawed. I use P2P to get most of my ISO images, and every bit of the bandwidth involved was paid for.

    I paid for my download bandwidth. I pay for my upload bandwidth. Do did everyone else hosting any given ISO. All the bandwidth is bought and paid for, so no matter what Cuban says, I can do anything I want with the bandwidth that's not prevented by the AUP. I am fortunate to be able to choose from among several local ISPs, none of whom restrict P22. If one of them did, I'd switch to a competitor in a heartbeat and let them know why.

    MC, this bird's for you.

  135. Want VPN? Upgrade to business class. by tepples · · Score: 1

    The VPN users will be very happy with you. VPN users should be using VPN on a business class account, between the subscriber's IP address and an IP address owned by the subscriber's employer.
    1. Re:Want VPN? Upgrade to business class. by pcsmith811 · · Score: 1

      Yeah, great solution! Have companies waste more money paying up the rear for "business" class accounts, increasing costs for their products and services.

    2. Re:Want VPN? Upgrade to business class. by totally+bogus+dude · · Score: 3, Insightful

      I think the term "business class" means something else when you're a student at a uni.

      Anyway, this is a horrible idea. ISPs should just make sure they have enough bandwidth to satisfy everyone at peak time. Not doing so is called being cheap and nasty.

      In Australia we have monthly download quotas, which some people hate but seems to actually be a good solution. If you want to P2P 200 gigs a month you can, but you're going to pay a lot more for your access than someone who wants to do 10 gigs a month over their company's VPN. Also, you have a well-defined limit to work to; I've seen quite a few posts here about some ISPs having a seemingly undefined "limit" after which they start asking you to curb your net usage. But if you ask them what they consider acceptable you'll never get an answer, because it's always changing. So, I might only get 40 gigs a month on my account, but I know I'll always be able to use it at full speed because my ISP ensures they have enough capacity to handle peak periods.

      There is of course money to be made by catering to the heavy downloaders who don't care too much about performance, by selling them cheap accounts with heavily overcommitted bandwidth. But if you're doing that without being upfront about it, then you're cheap and nasty; and it shouldn't be the norm. If you pay for a X mbit/sec connection, that's what you should get, and the only time you shouldn't get the full throughput is if the host you're receiving data from can't handle it.

  136. Simultaneous random connections MY RSS by tepples · · Score: 1

    It's pretty obvious what computers are running P2P, from the multiple simultaneous connections to random computers all over the place When I open 20 different web sites in 20 different Firefox tabs, is it any different? When my RSS reader pings 20 different feeds on 20 different sites, is it any different?
    1. Re:Simultaneous random connections MY RSS by totally+bogus+dude · · Score: 1

      Yep. The big difference in P2P vs "everything else" is that with P2P you're receiving AND sending a lot of data. Furthermore, most P2P doesn't run over port 80; and even if that becomes common, transparent proxies or sniffers can inspect the traffic and ensure it's normal HTTP.

      It's entirely possible to identify most P2P traffic with at least 80% accuracy. I pulled that % out of my arse, but the point is that you don't need to be 100% accurate, just good enough that you can throttle most P2P traffic. There will be loopholes, but if enough people exploit them they'll be easy to identify.

      Not that I think they should be throttling particular types of traffic; if you don't have enough bandwidth for what your users want to do, then get more. If that requires increasing prices to cover your costs, then hey, that's what supply and demand is all about. I think any ISP which throttles particular types of traffic should lose its "common carrier" status.

    2. Re:Simultaneous random connections MY RSS by toddestan · · Score: 1

      When I open 20 different web sites in 20 different Firefox tabs, is it any different? When my RSS reader pings 20 different feeds on 20 different sites, is it any different?

      The fact that your computer is going to generate a bit of traffic, mostly one-way (incoming into your computer), then it will stop makes it quite different. Granted, false positives are probably unavoidable, but only throttling traffic if P2P-like activity is sustained for 30-60 seconds, and having the algorithm ignore traffic from IPs of sites like Youtube, CNN, Yahoo, Fark, etc. would help keep legit users from getting stomped.

    3. Re:Simultaneous random connections MY RSS by tepples · · Score: 1

      but only throttling traffic if P2P-like activity is sustained for 30-60 seconds, and having the algorithm ignore traffic from IPs of sites like Youtube, CNN, Yahoo, Fark, etc. would help keep legit users from getting stomped. So how does a web site get into your suggested "Youtube, CNN, Yahoo, Fark, etc." whitelist? This is one of the core questions of the network neutrality debate.
    4. Re:Simultaneous random connections MY RSS by toddestan · · Score: 1

      If I was doing this, I might have to make the list manually since I didn't find anything like "list of IP addresses of popular sites" on Google with a quick search. Keep in mind that this would only affect users connecting to something like 15 websites at once anyway. Another alternative would be to not apply any rules if the traffic is non-encrypted, non-P2P too.

    5. Re:Simultaneous random connections MY RSS by dedalus2000 · · Score: 1

      ISPs do not have common carrier status and it's nothing that they want. common carrier status dictates a raft of obligations with regard to what a business can and can't do. for example, because of their status as common carrier the us postal service can't refuse to ship a letter based on it's content nor can fedex prioritize the delivery of Business Week over the delivery of Mother Jones (assuming of course that the same shipping method was payed for). in my opinion any company that provides internet service, from the ISP to the backbone provider, should have common carrier status that includes gprs and related mobile services.

      --
      My keyboads not woking popely.
  137. fuck mark cuban and all his products by Anonymous Coward · · Score: 0

    as a paying internet p2p user i want MY experience to be as fast as possible without some millionaire isp owning freeloaders selling what they dont actually have. UNLIMITED DOWNLOADS at ADVERTISED SPEED.

    hope nobody here caves into the hype coming from idiots like this

  138. Useless by scarboni888 · · Score: 1

    hehe - yeah let's turn the internet into another tv-like medium filled with marketing driven drivel so I can ignore it as well.

  139. Inflation by tepples · · Score: 1

    Tapes were decently priced, yet CDs have never fallen to the same price as tapes. What was the ratio of the price of tapes to the price of milk when tapes were popular? What is the ratio of the price of tapes to the price of milk now?
  140. Please remember - It's not all about pirating by scarboni888 · · Score: 2, Insightful

    I REALLY do use P2P to download my Ubuntu .ISO's. You want to cut me out too?

  141. Real fans pay for music. by falconwolf · · Score: 1

    Poor fans won't pay for music whether it is easily available or not.

    So poor fans aren't real fans?

    Falcon
    1. Re:Real fans pay for music. by unlametheweak · · Score: 1

      So poor fans aren't real fans? Forgive the colloquial nature of the language.
      By "real" fans I mean people who just don't casually listen to music (like on the radio), but actually enjoy the music enough to go to concerts, buy t-shirts, and actually support the music and the artists by actually buying it.

      Poor fans (those lacking in financial resources) can be "real" fans in the sense that they love the music. These are not mutually exclusive concepts, but complementary.
    2. Re:Real fans pay for music. by falconwolf · · Score: 1

      Poor fans (those lacking in financial resources) can be "real" fans in the sense that they love the music. These are not mutually exclusive concepts, but complementary.

      Ok, it was my perception from what you said before that those who can't pay aren't "real fans".

      Falcon
    3. Re:Real fans pay for music. by darkpixel2k · · Score: 1

      ...by falconwolf (725481)

      Falcon Wolf? Did you just pick a few things you thought sounded cool and mashed them together?

      Maybe I could interest you in a car...

      --
      There's no place like ::1 (I've completed my transition to IPv6)
  142. VHS? by tepples · · Score: 1

    I wanted to point out the fact that we had cable in our dorms, something which I felt extremely lucky to have. That being said, we got Comedy Central, and, if I sat down at the proper time, I could watch it. The issue is that you can't plan your life around television. VHS video cassette recorders were popular years before even the Craig Kilborn version of The Daily Show.
    1. Re:VHS? by Fallen+Seraph · · Score: 1

      And that's different from downloading it how? Especially since the latter is MUCH better quality and 1/10th of the hassle?

  143. Why say "IP laws"? by tepples · · Score: 1

    Clearly this is just him being a supporter of IP laws and wanting to join the MAFIAA party line. Why say "IP laws"? Why not just say "copyright laws" because those are the laws that the music and film industry association members care about?
  144. My left hand calls it "badware" by tepples · · Score: 1

    Image if they had kept that same policy in place, allowing you to see people on your subnet to share stuff? That would rock. It would certainly rock for authors of worms and viruses.
  145. music by falconwolf · · Score: 1

    What I think will happen in the long term, if self-publishing or microlabels really take off, is that the price will slowly drop to a more reasonable level. Although music isn't a fungible good (it's not like people really shop for new artists based on price; ten tracks of artist X's music aren't worth the same to everyone as ten tracks of artist Y's), consumers are somewhat price sensitive. Success is going to be met by the artists who understand their fans, and deliver to them the music they want at a price they're willing to pay.

    Artist can do what the Grateful Dead did. Deadheads were allowed, even encouraged, to record Grateful Dead concerts.

    Falcon
  146. The "middle man" does provide a service, by falconwolf · · Score: 1

    It provides a service to the artist, in that it helps to raise their work above the noise threshold of unsigned bands, and provide infrastructure and existing relationships to distribute product. It's not directly a service to you, but it has to be paid from somewhere (if that service is desired). If not from the buyer directly, then the artist would just be paying from their increased revenue.

    But the net makes it relatively easy AND cheap to market music for musicians. A band could create an online profile on MySpace, Facebook, and or any number of other social networking websites. There they can offer clips of selected songs if not a compleat catalogue of all songs. Then lower bitrate versions can be downloaded while higher bitrate versions can be paid for then downloaded. If this isn't enough then there are more steps that can be taken to heighten net advertising. About the only thing a middleman may be able to that's worth it is setting up concerts, which is where many musicians make their money, not off of tape, cd, or download sales.

    Buying from a label guarantees some level of quality control

    Brittany Spears anyone? I don't really know about her music or singing but seeing as how I've seen quite a few negative comments about her on /. I used her as an example.

    Falcon
    1. Re:The "middle man" does provide a service, by Estanislao+Mart�nez · · Score: 1

      But the net makes it relatively easy AND cheap to market music for musicians. A band could create an online profile on MySpace, Facebook, and or any number of other social networking websites. There they can offer clips of selected songs if not a compleat catalogue of all songs. Then lower bitrate versions can be downloaded while higher bitrate versions can be paid for then downloaded. If this isn't enough then there are more steps that can be taken to heighten net advertising.

      Yes, and then, magically, people start buying. Right. Sure.

      Buying from a label guarantees some level of quality control.

      Brittany Spears anyone?

      Tuneless Joe's garage tape, anyone?

  147. concert tickets by falconwolf · · Score: 1

    Concert tickets often go for $500 or more per seat

    Boy, I don't know where those concerts are. Though it's been years since I though of going to a concert the last tyme I checked the price of tickets, to a Norah Jones concert in 2000 or 2001, tickets were less than $100. Inflation must of been really high since.

    Falcon
    1. Re:concert tickets by Dun+Malg · · Score: 1

      Concert tickets often go for $500 or more per seat

      Boy, I don't know where those concerts are. Though it's been years since I though of going to a concert the last tyme I checked the price of tickets, to a Norah Jones concert in 2000 or 2001, tickets were less than $100. Inflation must of been really high since.

      Don't be an ass. He didn't say all tickets are half a kilobuck or more. Go find a front row center ticket to any big name band/artist. Try to buy it from a ticket holder. See if you can get it for less than $500.
      --
      If a job's not worth doing, it's not worth doing right.
  148. Cuban should have to pay Basketball Fans by Dan667 · · Score: 1

    By his own logic, Cuban should be paying basketball fans for having to view ads at his game. They are slowing down the viewing experience and he wants everything to be as fast as possible.

    A lot of these rich guys just want to have their cake and eat it too. As many of these stories that have been coming up recently, it would be good to know who they are trying to influence. What big decision is coming up soon?

  149. right to say by falconwolf · · Score: 1

    .. so this assholes logic is his traffic is better then mine? I pay just the same as he does for the service and as long as i use it inside the terms of my agreement he has no right to say anything.

    He has every right to say whatever, what he doesn't have the right to is to make demands of others and have them enforced.

    Falcon
  150. Yes, and then, magically, people start buying. by falconwolf · · Score: 1

    That's exactly what happens in the real world.

    Tuneless Joe's garage tape, anyone?

    I have no idea what this means.

    Falcon
    1. Re:Yes, and then, magically, people start buying. by Estanislao+Mart�nez · · Score: 1

      That's exactly what happens in the real world.

      Only if the demand for music exceeds the supply at the price of producing that music and marketing it. Do you really think that is the case?

      Tuneless Joe's garage tape, anyone?

      I have no idea what this means.

      Britney Spears' albums are a very high quality production. The music is crap, of course, but it's a very high quality production kind of crap. She and her ilk are arguably one of the downsides of the traditional music industry.

      In a market where anybody can bring attention to their music equally easily, on the other hand, the problem is that very low quality productions (epitomized by the aforementioned, mythical Tuneless Joe (who can't sing in tune) and his band the Random Drummers (who can't drum), who recorded in their album in 2 hours in Joe's garage) are able to garner as much attention as any other act. The market for music quickly becomes something quite similar (though not identical) to the market for lemons, where the price commanded by good quality work is brought down by the fact that it's not any more noticeable than bad work for the buyers.

      Of course, the kind of cure needed for this would be people who, for a fee, sift through all the crap, find the good pieces, and market those; then you'd just buy from the crap-sifters with the assurance that folks like Tuneless Joe would never get past their filters. But guess what? You've gone the first step down the path to a music industry; and these folks still need to be paid, which means that there needs to be a way to secure some amount of income from the reproduction and performance of music recordings.

    2. Re:Yes, and then, magically, people start buying. by falconwolf · · Score: 1

      That's exactly what happens in the real world.

      Only if the demand for music exceeds the supply at the price of producing that music and marketing it. Do you really think that is the case?

      What? Today demand can't exceed supply technically, only people's taste can. The major cost of creating music is creating the master record, analogue is a bit high but with digital tech the equipment needed can be afforded by many. Then audio software is free, Macs come with Garage Band and Audiocity is Open Source audio software that's a cross platform, running on Linux, OX S, and Windows as well as other OSes. Once the equipment is paid for duplication is practically nil digitally, that's part of the fuss with P2P, copies are easy to make and distribute. The only other barrier, other than talent, is having someplace sound proof to record in. But with what many listen to that's not a big deal.

      The market for music quickly becomes something quite similar (though not identical) to the market for lemons, where the price commanded by good quality work is brought down by the fact that it's not any more noticeable than bad work for the buyers.

      Ah, the net allows a person to try before they buy, as do some brick and mortar stores. It's their own fault if someone buys music they don't like. The only problem I see is when a person has to buy a whole album just for one song but again the net allows them to download just that one song. Well I see another problem, but it's not related or is only obliquely related. As for fliters, friends can serve as filters quite well. Music store employees can even be filters. The last tyme I bought an album I went into the store looking for a specific artist but the only album I could find I already had. Asking an employee there he said they didn't have anything else in stock but if I liked that type of music I should try another artist. So I listened to clips of the songs on one album, liked what I heard and bought it. Before listening to the clips I had never heard of the person.

      Falcon
    3. Re:Yes, and then, magically, people start buying. by FLEB · · Score: 1

      It's not so much about trying the music as finding the music to try. Self-promotion, without agents, means that the band has promotional skills and resources on par with countless other self-promoting bands, many of whom suck (promotion ability and musical ability are not really correlated in any way). Since no one else is gatekeeping, it would become the listener's job to plow through the crap-pile to find the gems.

      Promotion avenues (record stores, radio stations, even friends) all have avenues for finding music with a level of assured quality... they aren't going to go out of their way to make their job more difficult and uncertain by stocking, listening to, or sifting through unknown bands. The amount of completely unsigned music getting any buzz at all is miniscule.

      For the artist, disregarding promotion and distribution is just putting unnecessary hurdles between them and listenership. Sure, there are some bands who can jump these hurdles, promote themselves, and service customers effectively using at-hand means, but that ability doesn't rest with the majority of unsigneds by a long shot.

      --
      Information wants to be free.
      Entertainment wants to be paid.
      You just want to be cheap.
  151. move to ban Illegal download in France by jady06 · · Score: 1

    Just a while back came through a story in NYT about a new pact between the French govt, ISPs and the music industry to terminate internet access to users downloading stuffs illegally (I blogged about it too). The music industry just may take a cue from the development and may push for similar pact in other countries.

  152. shared connections by falconwolf · · Score: 1

    All ISPs offer a "shared bandwidth" plan where they tell you that you will be sharing the bandwidth at the last mile, with your neighbors.

    Cable access is shared but DSL isn't.

    Falcon
    1. Re:shared connections by thej1nx · · Score: 1
      Great.

      And in neither case, Mr. Mark Cuban should have anything to complain about.

      If his connection is DSL and is not "shared", his complaint is baseless, since what other users do should not affect his own bandwidth in any case.

      If he has internet via cable and thus shared access, he is getting what he paid for.

    2. Re:shared connections by falconwolf · · Score: 1

      Great.

      And in neither case, Mr. Mark Cuban should have anything to complain about.

      If his connection is DSL and is not "shared", his complaint is baseless, since what other users do should not affect his own bandwidth in any case.

      Actually I was wrong when I said DSL wasn't a shared connection. According to wiki DSL can be shared:

      "Dsl#History_and_science"
      ...
      "DSL service was first provided over a dedicated "dry loop", but when the FCC required the incumbent local exchange carriers ILECs to lease their lines to competing providers such as Earthlink, shared-line DSL became common."

      Mark Cuban has more than enough money to afford an OC3 connection and had no reason to complain.

  153. freeloaders by falconwolf · · Score: 1

    As a consumer, I want my P2P experience to be as fast as possible. The last thing I want slowing my internet service down are regular downloading freeloaders, only getting content from one source, and clogging up the tubes, rather than downloading different parts of my final file from a whole bunch of different (and potentially local) sources. Seriously.

    More than likely they pay for their connection just as you do.

    Falcon
  154. ...by falconwolf (725481) by falconwolf · · Score: 1

    Falcon Wolf? Did you just pick a few things you thought sounded cool and mashed them together?

    No, I love both falcons and wolves.

    Falcon
  155. Why doesn't anyone ever consider DSL in these case by falconwolf · · Score: 1

    More people can get cable than can get DSL.

    In most metros there are at least 2-3 ISPs.

    Though I have cable access, I get my service through a different ISP than the cable company.

    If you guys don't want throttled move to DSL, you are less likely to experience this because the last-mile is yours, not shared between you and everybody else in the neighborhood.

    Originally DSL was a dedicated connection but now it may be shared"

    "Digital subscriber line History and science
    DSL service was first provided over a dedicated "dry loop", but when the FCC required the incumbent local exchange carriers ILECs to lease their lines to competing providers such as Earthlink, shared-line DSL became common."

    Falcon
  156. where Mark Cuban made his money by falconwolf · · Score: 1

    This one is rich coming from a guy that invested in a BitTorrent wanna-be that was recently purchased by Akamai. I heard Cuban made most of his money back on that one.

    No, Mark Cuban made his money by selling Broadcast.com to Yahoo! Yahoo! paid $5.9 billion for it, in stocks.

    Falcon
  157. education by falconwolf · · Score: 1

    If it's for a class any competent university could set up a local server for the professors to host files on.

    One professor I had maintained his own server while I was taking his classes. He had the syllabus, class notes and assignments, and course schedule for each class along with a message board the students could use to chat.

    Falcon
    1. Re:education by Fourier404 · · Score: 1

      So you just kinda owned yourself there eh?

    2. Re:education by falconwolf · · Score: 1

      One professor I had maintained his own server while I was taking his classes. He had the syllabus, class notes and assignments, and course schedule for each class along with a message board the students could use to chat.

      So you just kinda owned yourself there eh?

      Students had to visit the classes' websites, but the prof basically furnished much of what the students needed. Though some came to class with everything printed out others went ahead and printed before class started. Another thing he did I hadn't seen other profs do was he didn't use any assigned textbooks. Instead he included a list of books he recommended and told everyone to use whichever book worked for them. This made it hard to fellow the class as different books use different sequences for the chapters. I thought it would of been better if he had used one book as a guideline and followed the way the book was laid out but still recommended additional books.

      Falcon
  158. Comcast by falconwolf · · Score: 1

    I don't need shit from comcast. There are plenty of ISPs who want my business.

    How many ISPs can you get broadband from though?

    Falcon
  159. Re:It's a real issue, but he's got the wrong answe by falconwolf · · Score: 1

    The challenge for ISP's is to figure out how to sell internet service at prices that people will pay (cheap, flat-rate) but prevent the p2p usage from crushing their networks.

    Some ISP's are building out more capacity, and provisioning symmetrical instead of asymetrical infrastructure. Verizon FIOS' 20/20 plan is a good example of this.

    A better example is Broadband Utopia. According to DSL Reports, Comcast Versus Broadband Utopia, Comcast was "forced to offer $90 bundle in fiber-fed region".

    "Utopia is one of the nation's largest wholesale muni-fiber deployments - via which users can get 8-15Mbps symmetrical fiber for $35-$45 dollars through AT&T or providers like MStar. The project has put Comcast in the unfamiliar position of having to truly compete, resulting in rare price reductions. According to this local ad, Comcast is now offering broadband, digital cable, and VoIP service for $90 a month in all of Utopia's footprint."

    Falcon
  160. shared connections by falconwolf · · Score: 1

    If you're on DSL, that means that your speed is limited only by what you download. Since he's complaining about other people taking up speeds, he probably has Cable.

    DSL has joined cable as a shared connection:

    "Digital subscriber line"
    "History and science"
    ...
    "DSL service was first provided over a dedicated "dry loop", but when the FCC required the incumbent local exchange carriers ILECs to lease their lines to competing providers such as Earthlink, shared-line DSL became common."

    Falcon
  161. Provenance by tepples · · Score: 1

    And that's different from downloading it how? A recording from cable TV and an identical recording from PP2P2P2PP2P may be bitwise identical, but one is legal and the other is not. Unlike patent law and trademark law, copyright law considers provenance. If you time-shift from cable TV, your use is likely fair. Sony v. Universal. But if you record from someone else's computer, it is not.
    1. Re:Provenance by Fallen+Seraph · · Score: 1

      At some point though, common sense must enter into the equation.

      When I mention common sense, I am primarily referring to the fact that, whether I recorded it on TiVo, a VCR, or onto my computer on my own, what difference does it actually make, so long as I had access to the material in the first place? I can understand arguing that if a person does not have HBO they should not be allowed to download HBO content, but if someone does, and they have no other way to timeshift, then fundamentally I see no difference. Provenance, in this scenario, is simply an excuse for holding the consumer liable for actions that the average person would deem perfectly reasonable.

    2. Re:Provenance by tepples · · Score: 1

      At some point though, common sense must enter into the equation.

      If common sense were law, we would have no need for lawyers. Unless you have a direct line to skilled lobbyists, we can talk only about what the law is, not what it should be.

      But imagine if copyright didn't recognize provenance. Then someone who independently creates substantially the same work as an existing work, even if by chance, would be liable of copyright infringement. It would look like the software patent situation.

    3. Re:Provenance by Fallen+Seraph · · Score: 1

      Ah, but that is in effect an entirely different scenario. I'm not arguing that provenance should not mean anything, I'm arguing that it should not apply in the specific situation I gave. The example you give, however, is wholly different, and has every reason for provenance to be applicable.

      Also, you are correct in pointing out my mistake in bringing up common sense. But then again, wasn't law originally supposed to be based on the decision of what is considered a reasonable person?

  162. HTTPS? by tepples · · Score: 1

    If I was doing this, I might have to make the list manually But which organization would you prioritize over another organization? What makes a particular address "desirable" or "not desirable" to you? Does it depend on how much the site pays you for priority routing?

    Another alternative would be to not apply any rules if the traffic is non-encrypted, non-P2P too. Which would hurt users of sites that use HTTPS (HTTP tunneled over SSL). Besides, how can you tell whether traffic is encrypted or just compressed?
    1. Re:HTTPS? by toddestan · · Score: 1

      But which organization would you prioritize over another organization? What makes a particular address "desirable" or "not desirable" to you? Does it depend on how much the site pays you for priority routing?

      The original discussion was how to throttle P2P traffic on a college network when the students are encrypting the traffic. To which I said, it's easy - you just have to watch for P2P-like activity (such as lots of multiple connections). As you point out, trying to differentiate "legit" connections so you don't count them in some kind of connections count does put them into the net nuetrality debate. So I would guess that most colleges would just go by a number - you have more connections than that, and you'll get slapped down. Besides, it's easier for them that way anyway. You like to open 15 webpages at once? Too bad.

      Which would hurt users of sites that use HTTPS (HTTP tunneled over SSL). Besides, how can you tell whether traffic is encrypted or just compressed?

      Well, if you are going to open dozens of HTTPS connections at once, you'll probably get slapped down here too. And compressed and encrypted wouldn't make a difference anyway, as the goal here is to keep people from using P2P by mangling the packets in the hope that the school will just let them through. Compressed packets would be treated the same as encrypted if they can't be examined.

    2. Re:HTTPS? by tepples · · Score: 1

      The original discussion was how to throttle P2P traffic on a college network Thank you for reminding me. Sometimes I lose track of the context of the topic I'm in, and I only look at the immediate context plus The Article, not the context in between.

      So I would guess that most colleges would just go by a number - you have more connections than that, and you'll get slapped down. If this number goes too low, watch fewer students pay for on-campus housing.
    3. Re:HTTPS? by toddestan · · Score: 1

      Thank you for reminding me. Sometimes I lose track of the context of the topic I'm in, and I only look at the immediate context plus The Article, not the context in between.

      No problem :)

      If this number goes too low, watch fewer students pay for on-campus housing.

      It might have an effect, but most colleges already offer a crippled internet connection in the dorms. Dropping/throttling of P2P traffic (atleast non-disguised traffic), firewalled ports, transparent proxying of traffic, NAT, limited to one computer per person, per-day bandwidth limits, things like that. It seems that students more or less put up with it, or aren't savvy enough to realize what's going on.

  163. How inefficient is the P2P? by willllllllllll · · Score: 1

    How inefficient is the P2P? . If the P2P overhead is low I'd have thought that P2P would cause fewer whole-network problems [when used to distribute movies] than Google Video because some of the P2P traffic would be confined to local parts of the network whereas the Google Video would be centralised. So Mr Cuban's point is invalid. . However, if the P2P overhead is high then switching to centralised distribution would decrease total network load. I think. . I have no idea how you'd determine the break-even point, but I'd love to see the problems that get thrown up by trying to force companies to stop using P2P for distribution.

  164. The Problem is not P2P by bobs666 · · Score: 1

    What should happen is the cable modem should step back the
    bandwidth as the demands of the line are used up. That is
    how shared networks should work.

    P2P is just another name for Internet usage.
    If its not P2P its just TV. And I don't use the Internet
    for TV. You do not have a Web sight on your Internet
    service? Oh, I guess you are just watching TV.

    Me I play Games online. As an example World Of WarCraft
    uses P2P to down load patches. Some People could have
    web servers on there Connection. Its is P2P that make
    the Internet the Modern version of the printing press. When Google
    is your pear, You discover that all of the Internet is
    actually P2P. P2P is still client / server as is all
    of the Internet. It just that some of use do not have
    anything to post that others want, and your complaining
    about the rest of us.

  165. Sorry if I was confusing. by falconwolf · · Score: 1

    I get confused too much myself.

    Falcon