Slashdot Mirror


Net Neutrality vs. Technical Reality

penciling_in writes "CircleID has a post by Richard Bennett, one of the panelists in the recent Innovation forum on open access and net neutrality — where Google announced their upcoming throttling detector. From the article: 'My name is Richard Bennett and I'm a network engineer. I've built networking products for 30 years and contributed to a dozen networking standards, including Ethernet and Wi-Fi. I was one of the witnesses at the FCC hearing at Harvard, and I wrote one of the dueling Op-Ed's on net neutrality that ran in the Mercury News the day of the Stanford hearing. I'm opposed to net neutrality regulations because they foreclose some engineering options that we're going to need for the Internet to become the one true general-purpose network that links all of us to each other, connects all our devices to all our information, and makes the world a better place. Let me explain ...' This article is great insight for anyone for or against net neutrality."

251 comments

  1. Open source throttling detector? by Marcion · · Score: 2, Interesting

    Since the Google throttling detector does not yet exist, does any bright spark know how to achieve the same result using software that already exists?

    1. Re:Open source throttling detector? by Aluvus · · Score: 5, Informative
      --
      Never mistake "can" for "should".
    2. Re:Open source throttling detector? by Marcion · · Score: 1

      Cheers,

      Interesting Link, it is very Windows centric so probably won't ever work in Linux but I might look into how hard it would be to reimplement in say twisted or whatever.

  2. I hope he's not referring to QoS... by A+beautiful+mind · · Score: 1, Interesting

    ...or some such. Because those don't work on the scale of an ISP. It's simply much cheaper to add more bandwidth than try to manage things with QoS.

    --
    It takes a man to suffer ignorance and smile
    Be yourself no matter what they say
    1. Re:I hope he's not referring to QoS... by the+eric+conspiracy · · Score: 2

      Then why does pretty much every ISP use some form of QoS today?

    2. Re:I hope he's not referring to QoS... by A+beautiful+mind · · Score: 5, Insightful

      Because pretty much every isp is part of a vertical monopoly and QoS provides a convenient excuse to leverage their monopoly in one market to push their product in another.

      --
      It takes a man to suffer ignorance and smile
      Be yourself no matter what they say
    3. Re:I hope he's not referring to QoS... by arth1 · · Score: 2, Interesting

      QoS doesn't work well because it can only be implemented in a few ways:

      1: By discarding any QoS information in the packet as it crosses your perimeter, and replacing it based on a guess done by deep packet inspection. Not only is this modifying data that wasn't meant to be modified, and thus legally no different from the dubious practice of rewriting HTML pages to show your own ads, but it also opens the question of whether you can claim to be a common carrier as long as you open every envelope to look at the first few lines of every letter. Never mind the extra latency and routing costs.

      2: By accepting already existing QoS values at face value. While this might have worked 30 years ago, it will not work where there are commercial interests. Every spammer and spitter will prioritize his own packets as high as they can go, no matter what the consequences are to other traffic.

      3: A combination of 1 and 2, where deep packet inspection assigns QoS priorities on packets that don't already have them. This is the worst of both worlds, and only an idiot would do such a thing, so this is what's generally happening out in the real world.

    4. Re:I hope he's not referring to QoS... by ffejie · · Score: 1

      Yeah, nothing is quite so easy as adding another multi-million dollar router and new long haul optical gear and then provisioning the whole thing.

      It's much harder to configure QoS.

      I think you have it backwards.

      --
      Disagreeing with me does not mean you get to mod me troll.
    5. Re:I hope he's not referring to QoS... by Kohath · · Score: 2, Interesting

      Why wouldn't you use or discard the QoS information based on the source and/or destination of the packets?

      If my company wants to use VOIP telephony between our branch offices and we want to pay extra for it to actually work right, but we don't want fully-private lines because it's wasteful and more expensive, then an ISP could offer us QoS on that basis. But they don't.

    6. Re:I hope he's not referring to QoS... by Anonymous Coward · · Score: 0

      QOS:

      4: By accepting already existing QoS values at face
      value up to preagreed/contracted limits. If the sender exceeds those limits then randomly(?) remark
      to enforce them on entry to your network.

    7. Re:I hope he's not referring to QoS... by arth1 · · Score: 1

      Because it's not all that useful. QoS is really only useful to prioritize packets going in the same direction, and packets that really are timing sensitive. If you have packets going to and from twenty different perimeter gateways, but colliding at central hubs, it won't help much to base QoS simply on source/destination. Prioritizing all the packets when someone is downloading a huge file might then break streaming audio arriving at the same hub. That's not really useful.
      All it ends up doing is making a mockery out of peering and providing hopefully-but-not-guaranteed less deteriorated service to those who pay more.

    8. Re:I hope he's not referring to QoS... by Kohath · · Score: 1
      I'm not understanding your argument, I guess.

      QoS is really only useful to prioritize packets going in the same direction, and packets that really are timing sensitive. That's why I want to buy it for my VOIP packets between my branch offices.

      If you have packets going to and from twenty different perimeter gateways, but colliding at central hubs, it won't help much to base QoS simply on source/destination. Prioritizing all the packets when someone is downloading a huge file might then break streaming audio arriving at the same hub. That's not really useful. That's why I want to pay extra. So my VOIP packets get priority. I wouldn't prioritize download packets. The ISP would presuambly offer me a service to just allow a certain amount of prioritized VOIP traffic on a connection from a well defined source and destination. I'd configure QoS for those packets and ask the ISP to honor it and use it. I'd pay an extra fee.

      I still don't understand why this wouldn't work other than a claim that I'd try to cheat the ISP. They could simply cap the amount of QoS traffic and charge me for overages if I did.
    9. Re:I hope he's not referring to QoS... by OldHawk777 · · Score: 2, Interesting

      Consider telecommunications infrastructure "IAP" access (CableCo/TelCo) providers different from the "ISP" content/services (Google, Yahoo, MSN, /., SecondLife, Wired, PBS ...) providers.

      QoS Bandwidth delivered by IAPs, in the past, was found to be very questionable by the QoS Bandwidth ISP customers that wanted to confirm that they (ISPs) were indeed receiving the QoS bandwidth for which they contracted and paid. The typical home/biz user is in the business of trusting their IAP and not verifying QoS and bandwidth, which would be to complicated (for small biz and private users) and cost them too much.

      Letting either IAP or ISP control everything will never provide innovations or QoS improvements. We already pay for QoS bandwidth access, and don't need more bullshit about what causes jitter/UDP bullshit. Almost all Internet bandwidth problems are caused by a lack of reinvestment into infrastructure by the IAPs.

      --
      Unaccountable leaders are masters, and unrepresented people are slaves. How do US and EU fare?
    10. Re:I hope he's not referring to QoS... by snaildarter · · Score: 1

      I wish I could mod parent to 1,000,000, thereby obliterating any chance that any other single comment could approach its value of being so succinct, concise, information-packed, and correct.

      --
      Japanese scientist: Technically, sir, tomatoes are fags. Military scientist: He means fruits.
    11. Re:I hope he's not referring to QoS... by RiotingPacifist · · Score: 1

      s/monopoly/cartel but your point is valid.

      --
      IranAir Flight 655 never forget!
    12. Re:I hope he's not referring to QoS... by WolfWithoutAClause · · Score: 3, Insightful

      That's true in America maybe, but here in the UK there's no monopoly (you can switch ISPs fairly quickly and there's maybe a dozen or more to choose from) but they do usually still use QOS to reduce the amount of file sharing somewhat at peak times, but mainly to improve the VOIP and web performance.

      In other words they use it more or less for what it's supposed to be for- to *make* stuff *work* rather than deliberately breaking stuff.

      I think Richard Bennett thinks it's OK to break stuff if it allows the telecoms company to make money, he seems to think that they don't make enough or something, and he's quite happy for that to be at the expense of the users online experience

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
    13. Re:I hope he's not referring to QoS... by WolfWithoutAClause · · Score: 1

      1. Deep packet inspection does work... mostly if carefully tuned. But it scales poorly, new protocols break it

      2. That's only true if you don't police the user's prioritisation. Contracts at all levels need to specify what percentage of packets over what period are allowed to be high priority. High priority makes *no* sense if you mark all of your packets high priority all the time (unless you *paid* lots of money for that and then the Isp can make provision to support it- and it will often be more expensive for them to do that). Any that are above the agreed percentage need to be downgraded.

      3. yeah ;-)

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
    14. Re:I hope he's not referring to QoS... by fwr · · Score: 1

      You missed one. In fact, the most important method of implementing QoS. That is to do your #2, accepting the marking, up until the agreed upon rates, and then remark any traffic exceeding that rate at a lower value, and possibly dropping traffic that violates the agreed upon rates. For instance, you could have ISPs and backbone providers agree to honor each others' QoS markings. Between the end-user and the ISP is where the "agreed upon rates" would be implemented. To allow for VoIP traffic users could be allowed to mark traffic at a high priority, up to a rate of 100Kbps, which should cover any currently known VoIP codec. "Interactive" traffic, such as web browsing and interactive gaming, can be marked with "medium" priority, and be limited to 512K (upstream). All other traffic would be marked low priority and not limited. If an end-user tries to mark everything as high priority the ISP, in accordance with their advertised policy, would accept the first 100Kbps and then mark down all other traffic marked as high priority to low priority. There could be different tiers that users could sign up for, for different dollar amounts. I'd much prefer this method to one that has me paying for any bandwidth downloaded, and paying more when I exceed some threshold...

    15. Re:I hope he's not referring to QoS... by petermgreen · · Score: 1

      That's true in America maybe, but here in the UK there's no monopoly (you can switch ISPs fairly quickly and there's maybe a dozen or more to choose from)
      Sure there are a lot of ISPs, but the vast majority of them are using BT wholesale ADSL.

      Your real choices in the UK boil down to. If you are lucky you get all of theese choices. If you are unlucky you may only BT wholesale ADSL or maybe even only get virgin media cable (I don't think there are many areas where you can get virgin media cable and not get BT wholesale adsl anymore though)

      * virgin media cable, not bad speeds but no choice of ISP and the one ISP there is isn't brilliant in a number of regards.
      * BT wholesale adsl, reasonable service from BT but the pricing stucture for the backhaul links mean you end up with either traffic caps, horrible congestion/traffic shaping or very high prices. Choose your poison.
      * LLU adsl, if you are lucky enough to live in the area of one of the couple of decent LLU this is brilliant but a large proportion of the population don't. Further complicating matters is that one of the decent LLU providers (sky) forces you to take thier TV service as well.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    16. Re:I hope he's not referring to QoS... by WolfWithoutAClause · · Score: 1

      Right. But for the wholesale ADSL (which essentially everyone can get) you have a fairly good choice of ISPs. It's the ISPs that determine whether you have network neutrality or not.

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
    17. Re:I hope he's not referring to QoS... by Brett+Glass · · Score: 1

      The majority of ISPs are not part of any vertical monopoly. There are more than 4,000 independent ISPs in this country, and they far outnumber the telephone and cable companies.

  3. Complete and utter BS by Anonymous Coward · · Score: 0, Interesting

    1) ISPs are simply oversubscribing betting on people not using the bandwidth they are paying for.

    2) Throttling is one thing, what Comcast was doing was essentially criminal. They were hijacking the communications and injecting malicious resets or other packets to kill a connection.

    3) If they just properly implement QoS then things like VOIP and IPTV would work just fine.

    1. Re:Complete and utter BS by Estanislao+Mart�nez · · Score: 1

      1) ISPs are simply oversubscribing betting on people not using the bandwidth they are paying for.

      Yeah, sure. Just like insurance companies overcharge you for insurance betting that most people won't have an accident, right?

      Unless everybody really is using their full subscribed bandwidth 24/7, the most efficient IP network must be "oversubscribed" at every point. If we build a truckload of bandwidth, and discover that it's not actually being used, well, guess what, all we did is just waste a lot of money.

    2. Re:Complete and utter BS by hairyfeet · · Score: 1
      If there is one thing the history of the Internet has shown us,and I apologize for quoting a Costner movie, it is this: If you build it they will come. Seriously,even my mom who doesn't know squat about the Internet comes over with a list of stupid videos that she saw the links to on some show. And with IPtv and more streaming videos out there than I could ever watch I'm sure we'd find use for the extra capacity. The problem is too many ISPs have adopted the stock market model of "damn everything but the quarterly profits!" which means there is no way in hell they are going to push out the needed investments in infrastructure.


      We need a good healthy competitive broadband infrastructure if we are going to compete in the world market. But sadly just like our bridges I have a feeling the big companies are going to let the stuff fall down around our ears rather than spend the needed capital. But that is my 02c,YMMV

      --
      ACs don't waste your time replying, your posts are never seen by me.
  4. No, he's talking about replacing TCP/IP. by khasim · · Score: 4, Insightful
    I do not have the experience he has, but I see some strangeness in the phrases he uses.

    The Internet's traffic system gives preferential treatment to short communication paths. The technical term is "round-trip time effect." The shorter your RTT, the faster TCP speeds up and the more traffic you can deliver.
    Yes. And? Do I really want the server next to me to be as slow as the server in Tokyo?

    The Internet's congestion avoidance mechanism, an afterthought that was tacked-on in the late 80's, reduces and increases the rate of TCP streams to match available network resources, but it doesn't molest UDP at all. So the Internet is not neutral with respect to its two transport protocols.
    I'm not sure about this. But he's the expert so I'll accept his claim. But wouldn't it be easier to add UDP management capabilities to the existing structure than any of the alternatives?

    VoIP wants its packets to have small but consistent gaps, and file transfer applications simply care about the time between the request for the file and the time the last bit is received. In between, it doesn't matter if the packets are timed by a metronome or if they arrive in clumps. Jitter is the engineering term for variations in delay.
    Wasn't that what Asynchronous Transfer Mode (ATM) was supposed to address?

    The Internet is non-neutral with respect to applications and to location, but it's overly neutral with respect to content, which causes gross inefficiency as we move into the large-scale transfer of HDTV over the Internet.
    Yes. And? So grabbing a huge file off of the server next to me is more efficient than a VOIP call to Tokyo. I'm not seeing the problem yet.
    1. Re:No, he's talking about replacing TCP/IP. by Skinkie · · Score: 2, Interesting

      The Internet is non-neutral with respect to applications and to location, but it's overly neutral with respect to content, which causes gross inefficiency as we move into the large-scale transfer of HDTV over the Internet. Unless some people finally get there managers on deploying Multicast on every medium they manage, I totally agree with the inefficiency.
      --
      Support Eachother, Copy Dutch Property!
    2. Re:No, he's talking about replacing TCP/IP. by mrmeval · · Score: 1, Troll

      Like all self professing experts he's a well paid off self professing expert.

      --
      I'd go on a Vegan diet but the delivery time from Vega is too long. --brownkitty
    3. Re:No, he's talking about replacing TCP/IP. by Jah-Wren+Ryel · · Score: 5, Interesting

      The Internet's congestion avoidance mechanism, an afterthought that was tacked-on in the late 80's, reduces and increases the rate of TCP streams to match available network resources, but it doesn't molest UDP at all. One very important point here is that this 'afterthought' in TCP works at the end-points. The network remains dumb, it is the end-points that decide how to do congestion management.

      Wasn't that what Asynchronous Transfer Mode (ATM) was supposed to address? Good point. ATM died because the benefits weren't worth the costs (much more complex hardware all around, never mind the protocol stacks).

      A related point that seems to run through the article is that more bandwidth is not the solution. But he doesn't explain why - for example

      This problem is not going to be solved simply by adding bandwidth to the network, any more than the problem of slow web page loading was solved that way in the late 90's or the Internet meltdown problem disappeared spontaneously in the 80's. What we need to do is engineer a better interface between P2P and the Internet, such that each can share information with the other to find the best way to copy desired content. In the first case I think he's completely wrong, more bandwidth is exactly what solved the problem. Both in the network and the applications use of that bandwidth (netscape was the first to do simultaneous requests over multiple connections - which did not require any protocol changes). In the second case, he's talking about Bob Metcalf (the nominal inventor of ethernet and nowadays a half-baked pundit) predicting a "gigalapse" of the internet specifically due to a lack of bandwidth...

      It's interesting to note that ATT themselves have declared more bandwidth to be the solution. They didn't phrase it quite that way, but ultimately that's the conclusion an educated reader can draw from their research results. 1x the bandwidth of a 'managed network' requires 2x the bandwidth in a 'neutral network' to achieve the same throughputs, etc. Sounds like a lot, but then you realize that bandwidth costs are not linear, nor are management costs. In fact, they tend to operate in reverse economies of scale - bandwidth gets cheaper the more you buy (think of it as complexity O(x+n) due to fixed costs and the simple 1 to 1 nature of links), but management gets more expensive the more you do it because the 1-to-1 nature of links gets subsumed by having to manage the effects of all connections on each other n-to-n style for O(x+n^2). Ars Technica analysis of ATT report
      --
      When information is power, privacy is freedom.
    4. Re:No, he's talking about replacing TCP/IP. by Anonymous Coward · · Score: 3, Informative

      No, It is not just simpler to add udp management capabilities. The Management capabilities in TCP are built into the NETWORK STACKS! And these network stacks may not play by the rules either. Read up on TCP RENO etc... Then you will understand what he is talking about.

    5. Re:No, he's talking about replacing TCP/IP. by bruce_the_loon · · Score: 5, Interesting

      Yes. And? So grabbing a huge file off of the server next to me is more efficient than a VOIP call to Tokyo. I'm not seeing the problem yet.

      The problem is subtle, and I've only seen it now that I read the TFA although I've experienced it with our internet connection at work.

      The sliding window mechanism of sending packets before the ACK of the previous one until you get NACK and then back off has an unpleasant side-effect. An ACK train coming back over three hops from the local P2P clients or ISP-based servers moves faster than one heading across the world over 16 hops with higher ping times. Therefore the sliding window opens more and the traffic over the three hops can dominate the link.

      Now add that problem with BitTorrent clients reported earlier that try for max bandwidth. That can force the window even wider.

      And once the DSLAM/switch/aggregation port is saturated with traffic, it will delay or drop packets. If those are ACKs from the other side of the world, that window closes up more. There goes the time-sensitive nature of VOIP down the toilet.

      On a shared-media network like cable, it doesn't even have to be you. If two people on the same cable are P2P transferring between each other, there goes the neighborhood. They dominate the line and the chap only using Skype down the road wonders why he isn't getting the performance he needs.

      I'm opposed to price-oriented non-neutral networks, your ISP charging Google for your high speed access to them. But a non-neutral network that does proper QOS by throttling bandwidth-heavy protocols that don't behave themselves on the network is acceptable. As long as the QOS only moves the throttled protocols down when needed.

      --
      Trying to become famous by taking photos. Visit my homepage please.
    6. Re:No, he's talking about replacing TCP/IP. by hobbit · · Score: 4, Insightful

      In the second case, he's talking about Bob Metcalf (the nominal inventor of ethernet...) It's particularly ridiculous to talk about how increasing bandwidth will not solve problems in the face of Ethernet, which has consistently beaten off all other comers by piling on the bandwidth even though its link utilisation is piss-poor...
      --
      "Wise men talk because they have something to say; fools, because they have to say something" - Plato
    7. Re:No, he's talking about replacing TCP/IP. by Stellian · · Score: 4, Interesting

      Just forget about Multicast, it's a dead-end idea. Not because it's technically flawed (actually, it works pretty nicely), but because it ignores economics.
      A simplified economic model of the Internet calls for multiple level of service providers that sell bandwidth to each other. So I, as your ISP / backbone provider make as much money as bandwidth you can use. I have the option of enabling a technology that allows you to be more efficient and use less bandwidth, therefore pay me less. Meanwhile, this technology offers no benefits for me, in fact costs me money, the money needed to implement it and manage it.
      To add insult to injury, this technology works properly only if all the hops between you and your destination have deployed it correctly. So a bunch of telcos who's primary business is selling bandwidth must go trough hoops to make your data transfer more efficient. No, it's not gonna happen.
      To be successful, Multicast must be completely redesigned from an economical perspective such as to provide a immediate benefit for the provider that uses it (if this is at all possible), without reducing his revenue potential.

    8. Re:No, he's talking about replacing TCP/IP. by johndfalk · · Score: 5, Insightful

      Just forget about Multicast, it's a dead-end idea. Not because it's technically flawed (actually, it works pretty nicely), but because it ignores economics. Except that IPv6 uses multicast for pretty much everything. As the telco's upgrade to IPv6 they will be forced into using multicast. The telco's want to move your data as efficiently and at the lowest cost to them while still charging you the same price. See: http://en.wikipedia.org/wiki/IPv6

      To add insult to injury, this technology works properly only if all the hops between you and your destination have deployed it correctly. So a bunch of telcos who's primary business is selling bandwidth must go trough hoops to make your data transfer more efficient. No, it's not gonna happen. Once again incorrect. You can tunnel multicast through devices that do not support it by having multicast point to point servers. We did this at I2 all the time to reach schools that weren't on the Abilene backbone. You would setup a server at the closest place that could receive multicast and then one at the destination thus reducing congestion.

      To be successful, Multicast must be completely redesigned from an economical perspective such as to provide a immediate benefit for the provider that uses it (if this is at all possible), without reducing his revenue potential. It already does by reducing their costs associated with routing traffic.
    9. Re:No, he's talking about replacing TCP/IP. by Earered · · Score: 1

      Multicast is already used by french ISP free and neuf (and I guess orange too), to provide HDTV.

      The trick is that the multicast is only between the provider and the customer, it's not directly from the channel to the customer through the ISP (though, that would be cool).

      Oh, yes, did I mention that HDTV was already available in Europe?

    10. Re:No, he's talking about replacing TCP/IP. by hal9000(jr) · · Score: 1

      The Internet's traffic system gives preferential treatment to short communication paths. The technical term is "round-trip time effect." The shorter your RTT, the faster TCP speeds up and the more traffic you can deliver.
      Yes. And? Do I really want the server next to me to be as slow as the server in Tokyo?

      His point is that firms like Akami leverage the fact that shorter round trip times means preferential treatment. It's a hack to get around the TCP design.

      The Internet's congestion avoidance mechanism, an afterthought that was tacked-on in the late 80's, reduces and increases the rate of TCP streams to match available network resources, but it doesn't molest UDP at all. So the Internet is not neutral with respect to its two transport protocols.
      I'm not sure about this. But he's the expert so I'll accept his claim. But wouldn't it be easier to add UDP management capabilities to the existing structure than any of the alternatives?

      He's absolutely correct on this point. If you have a UDP stream like a VOIP phone call or streaming media, it will chug away at it's given data rate. TCP will play nice and ratchet up or down. It's not that simple, of course--that doesn't mean a UDP stream at 256KB will stay at 256KB end to end (except on the local network prior to the first router)--there are alot of moving parts. Namely routers will queue up traffic introducing delay and jitter. The queueing mechanisms generally try to be "fair" in how flows are treated.

      In general, if you start file transfer and then a streaming video, the file transfer will back-off.You can try this best on a local network. Use iperf or netperf to start a TCP that sucks up most of your bandwidth. Then start UDP stream that sucks up 70% of your banswidth. TCP will back off to the remaining 30%.

      The big problem comes when the amount of traffic causes congestion. UDP packets are simply dropped while TCP retransmits, causing more congestion and degrading UDP.

      I don't think the original design of UDP predicted the sheer amount of traffic that would be carried over it.

      So grabbing a huge file off of the server next to me is more efficient than a VOIP call to Tokyo. I'm not seeing the problem yet.

      Neither, I don't think. The problem is that as more flows (a uniqiue stream of traffic either TCP or UDP between two peers) are added to the network, utilization goes up. When you reach congestion, the point where packets are dropped, that is where the problem occurs. Congestion can happen anywhere. If there are 15 hops between you and your VoIP caller in Tokyo and 5 hops between you and where you are pulling a file over TCP, and there is congestion in hops 3 or 4 (Let's assume both flows cross the same hops 3 adn 4), then that is where you will get packet loss, delay, and jitter which will degrade your call.
    11. Re:No, he's talking about replacing TCP/IP. by 3vi1 · · Score: 1

      >> "I'm not sure about this. But he's the expert so I'll accept his claim. But wouldn't it be easier to add UDP management capabilities to the existing structure than any of the alternatives?"

      He's correct. UDP doesn't have any kind of window size scaling (since it's not session-oriented). So, if a lot of packets are being dropped, it would be up to the application layer to throttle itself. Since UDP non-guaranteed anyway, apps won't generally do that.

      Sure, you can just discard the UDP packets in the network, before they get to the client... but they've already wasted your upstream bandwidth.

    12. Re:No, he's talking about replacing TCP/IP. by Billly+Gates · · Score: 1

      ATM is here to stay.

      Every ISP I have used since cable uses ATM for dsl or fiber.

      The ATM packet merely encapsulates the tcp/ip packet in each packet.

      HDTV uses ATM and so does my DSL ISP. I see the error message whenever their network has some outage.

    13. Re:No, he's talking about replacing TCP/IP. by Wesley+Felter · · Score: 2, Informative

      Except that IPv6 uses multicast for pretty much everything. On the local link, sure. Besides that, IPv6 doesn't use multicast any more than IPv4 and it certainly isn't required.
    14. Re:No, he's talking about replacing TCP/IP. by complete+loony · · Score: 1

      Yep, and I've seen the exact same problem with plain old simple FTP over a single TCP connection. I've seen FTP's of large files from an ISP mirror squeeze out all other traffic. The problem can be magnified with P2P though, since the application has a large number of TCP connections and each of those can flood a window size of packets whenever they receive an ACK. Even with the flow control built into TCP at the OS layer it is far to easy to completely flood a connection in both directions, though I believe flooding the upload bandwidth is easier and more common.

      --
      09F91102 no, 455FE104 nope, F190A1E8 uh-uh, 7A5F8A09 that's not it, C87294CE no. Ah! 452F6E403CDF10714E41DFAA257D313F.
    15. Re:No, he's talking about replacing TCP/IP. by morkk · · Score: 1

      Wasn't that what Asynchronous Transfer Mode (ATM) was supposed to address?
      Yep, until they discovered that the porn industry already had dibs on that acronym!

    16. Re:No, he's talking about replacing TCP/IP. by Anonymous Coward · · Score: 0

      Simple solution the isp should have more bandwidth on their back bone. If you have 2 people with 8M/1M the isp should really 80M pipe.

      They over sold, now they want us to pay for what we have paid for already.

    17. Re:No, he's talking about replacing TCP/IP. by Anonymous Coward · · Score: 1, Informative

      Wasn't that what Asynchronous Transfer Mode (ATM) was supposed to address? Good point. ATM died because the benefits weren't worth the costs (much more complex hardware all around, never mind the protocol stacks). Actually ATM isn't dead (ADSL is an ATM standard), it's just been relegated to layer-1/layer-2 because of it's complexity. Some providers still offer devices that will supply your IP connection on one PVC and phone on another. This however means that your phone is not an IP phone & therefore is subject to more traditional telephony restrictions so doesn't provide the flexability that's made VoIP popular.

      A related point that seems to run through the article is that more bandwidth is not the solution. But he doesn't explain why - for example

      This problem is not going to be solved simply by adding bandwidth to the network, any more than the problem of slow web page loading was solved that way in the late 90's or the Internet meltdown problem disappeared spontaneously in the 80's. What we need to do is engineer a better interface between P2P and the Internet, such that each can share information with the other to find the best way to copy desired content. In the first case I think he's completely wrong, more bandwidth is exactly what solved the problem. Both in the network and the applications use of that bandwidth (netscape was the first to do simultaneous requests over multiple connections - which did not require any protocol changes). In the second case, he's talking about Bob Metcalf (the nominal inventor of ethernet and nowadays a half-baked pundit) predicting a "gigalapse" of the internet specifically due to a lack of bandwidth... The real problem is that with increased bandwidth you do get a short term "fix", however that increased bandwidth enables applications that weren't possible and after a year or two the next killer app has flooded the networks again. My memory of the big crunch points were: Email, graphic rich HTTP & now P2P (our network shows 80% of our traffic being used by 6% of our customers using P2P, mainly torrent). The next likely crunch point would be streaming high-quality video content. Already the technologies are available on local networks - I would guess that once bandwidth increased on a larger scale it would quickly be absorbed by streaming video (and then the P2P people will start screaming that the streamers are destroying their services.)

      [...]
        In fact, they tend to operate in reverse economies of scale - bandwidth gets cheaper the more you buy (think of it as complexity O(x+n) due to fixed costs and the simple 1 to 1 nature of links), but management gets more expensive the more you do it because the 1-to-1 nature of links gets subsumed by having to manage the effects of all connections on each other n-to-n style for O(x+n^2). I think that's a little simplistic - Building faster links gets *very* expensive because you end up having to employ some bleeding edge technologies to effectively switch higher volumes of traffic.

      There tend to be some quite serious step points of cost where as the bandwidth goes up the costs don't change much (so economies of scale do apply) until you get to particular points where you have to depoly a different technology base. This point is expensive and is why a lot of the smaller ISPs fold; they simply cannot afford to go to the next level.

    18. Re:No, he's talking about replacing TCP/IP. by drmerope · · Score: 1

      You've seen this huh? Guess again, that isn't how tcp works if the congestion point is indeed at the dslam. No, what you really see when using bittorrent is the effect of the asymmetrical upload/download speeds--this is what kills your VoIP traffic. The bittorrent sessions ensure that the uplink is saturated which means that your downlink bandwidth is close to zero b.c. your ack traffic has been squeezed out.

      This wouldn't be a problem except that your uplink speed is so slow. Thus dividing it by any fraction (just a few peers worth) means that there is no download capacity.

    19. Re:No, he's talking about replacing TCP/IP. by nuintari · · Score: 4, Interesting

      I'm opposed to price-oriented non-neutral networks, your ISP charging Google for your high speed access to them. But a non-neutral network that does proper QOS by throttling bandwidth-heavy protocols that don't behave themselves on the network is acceptable. As long as the QOS only moves the throttled protocols down when needed.

      Thank You!

      I work for an ISP, and net neutrality scares the hell out of me. We do not want to, and will not throttle back certain sites who won't pay us for premium access, or create a tiered pricing structure for our customers. What I want, is the right to manage my network to give my customers the best performance by de-prioritizing badly written, and poorly behaving protocols, AKA: 99% of all p2p stuff.

      We also don't want to see content providers shift their bandwidth costs onto the ISP networks via the use of p2p. Why pay for expensive backbone links when you can shove 50% or more of your bandwidth onto your customers, and their provider's network? Either let us ISPs manage our networks, or we will start charging for upload bandwidth on a usage basis. I really don't want to do this, but if net neutrality becomes a reality, I see this becoming a very popular way to save on bandwidth costs. Blizzard already does it, patches for World of Warcraft are distributed via bittorrent. Why they think it is appropriate for their service to be offloaded onto my network is beyond me, but they do. When I can't rate limit bittorrent, and it becomes a huge bandwidth hog, my customers that patronize services that are the source of the problem will see their bills go up.

      Thank you, I finally read a post from someone who gets it. I didn't think that would ever happen.

      Oh, and any replies to the effect of, "well, its your own fault for not having enough bandwidth" can just go eat a dick. I have bandwidth, and that is not the point. The point is content providers should provide their own bandwidth, not leach it from the ISPs in the name of the heavenly, super great, don't ever question it, p2p software demi-god.

      Man, I got way off target there.
      --

      --Nuintari

      slashdot : where an opinion can be wrong.

    20. Re:No, he's talking about replacing TCP/IP. by TheLink · · Score: 1

      Uh the main benefit of akamai is that an ISP can for example put youtube mirrors on their own network and not have thousands of their customers streaming youtube through their skinny connections to other ISPs.

      It's not so much to do with RTT as it is to do with making more efficient use of bandwidth via caching.

      --
    21. Re:No, he's talking about replacing TCP/IP. by Jah-Wren+Ryel · · Score: 1

      HDTV uses ATM and so does my DSL ISP. Huh? HDTV? Doubt it. Broadcast (ATSC) certainly isn't ATM and the QAM256 which is used on most cable providers (comcast, rtn, verizon fios, etc) for digital television, including HD, isn't ATM either.

      The DSL part typically uses ATM but that's little more than point-to-point. You certainly don't set up a PVC from your modem to a website which was a major part of the plans for ATM. On the backhaul ATM's losing to ethernet. It hasn't lost the fight yet, like it did for the desktop, but it isn't gaining marketshare.
      --
      When information is power, privacy is freedom.
    22. Re:No, he's talking about replacing TCP/IP. by hpa · · Score: 2, Informative

      It's particularly ridiculous to talk about how increasing bandwidth will not solve problems in the face of Ethernet, which has consistently beaten off all other comers by piling on the bandwidth even though its link utilisation is piss-poor...

      Ancient history. Very few Ethernet links today are CSMA/CD. Full duplex Ethernet is simply a point-to-point serial link which has no utilization degradation, and since switches replaced hubs, virtually all Ethernet links are full duplex.

    23. Re:No, he's talking about replacing TCP/IP. by A+beautiful+mind · · Score: 1

      I think it is a good time to reply here and link to the paper that prompted me to write the OP in this thread. I think there was even a slashdot story about it.

      --
      It takes a man to suffer ignorance and smile
      Be yourself no matter what they say
    24. Re:No, he's talking about replacing TCP/IP. by shutdown+-p+now · · Score: 1

      Either let us ISPs manage our networks, or we will start charging for upload bandwidth on a usage basis.
      Personally, I wouldn't mind paying for my upstream as well as downstream on a per-Mb basis. It only makes sense -I use some resource, I pay for it - once. Do tell: if you'd move to such a model, would you still mind net neutrality laws?
    25. Re:No, he's talking about replacing TCP/IP. by Anonymous Coward · · Score: 0

      Oh, and any replies to the effect of, "well, its your own fault for not having enough bandwidth" can just go eat a dick. I have bandwidth, and that is not the point. The point is content providers should provide their own bandwidth, not leach it from the ISPs in the name of the heavenly, super great, don't ever question it, p2p software demi-god. Hmm. Seems to me that it is the ISP's customers on whom they are off-loading their bandwidth needs, namely via the customer's upload bandwidth to serve bits of the torrent.

      Perhaps the ISP should charge its customers accordingly for the bandwidth they use -- if the customer choses to participate in a torrent, they should pay for the bandwidth this consumes.

      As it is, large sites pay for connectivity, bandwidth, and usage. Smaller sites, and individuals, pay for connectivity, bandwidth, but generally not usage (which, at low bandwidth levels never really mattered).

      Someone has to pay for the bandwidth. One would think that these costs be shared between the provider and consumer of data, but that sharing need not be equitable: if the consumer wants it badly enough, s/he might be willing to absorb the bandwidth costs by paying the ISP to redistribute it. If the provider wants to make it fast and easy for the consumer, the provider may pay the ISP for higher-speed ingress links which subsidize the customer's download usage costs with that ISP when retrieving that content (which is not what preferental access currently is, and which would be difficult to meter -- generally such sites charge for access to offset their costs, but the consumer does not have to pay to redistribute because direct access is fast and convenient).

      The problem here is that ISPs have "oversold" bandwidth and, by implication, usage, in a flat-rate pricing model, and customers have gotten used to it.

      Damn it! If Foo cable company sells me "unlimited" 15 Mb/s download speeds for $30/month, hiding "access controls" on page 45 of a 50 page TOS, I should be able to saturate that download link 24x7 because that's what they sold me, regardless of whether they can afford to.

      I am a fan of flat-rate pricing. But, I think that $100/month is more realistic for 12 Mb/s x 1.2 Mb/s than $30. It's what I paid for TWC "business class" cable service in San Diego, and they didn't give a fig WHAT I transferred and how much. (Actually got 15x1.5 almost always).

    26. Re:No, he's talking about replacing TCP/IP. by hobbit · · Score: 1

      Ancient history. Very few Ethernet links today are CSMA/CD. Are you sure? Posting this from the garden, my laptop says different ;)
      --
      "Wise men talk because they have something to say; fools, because they have to say something" - Plato
    27. Re:No, he's talking about replacing TCP/IP. by hobbit · · Score: 1

      Nice paper. Thanks!

      --
      "Wise men talk because they have something to say; fools, because they have to say something" - Plato
    28. Re:No, he's talking about replacing TCP/IP. by VanessaE · · Score: 1
      So what you're saying is, you want your customers to pay you for bandwidth they consume. OK, fair enough. You want the content provider to pay their ISP for that same chunk of bandwidth as well. Ok, that's still fair. But now you also want the content provider to pay you for that same chunk of bandwidth also? You basically want to double dip... Do you honestly expect that argument to fly here?


      Sorry, it just doesn't work that way. You've already been paid once by the customer on the receiving end, and the other ISP has been paid by the content provider on the sending end. Neither end deserves any more than that, PERIOD. What the hell is the point of making a connection to the Internet, AND PAYING FOR IT, if not to use the bandwidth you paid for?

      As an Internet user, I expect a network THAT I PAY FOR to not interfere with whatever business I am trying to conduct with the content provider at the other end of the line. If you want to place VoIP or similar time-sensitive protocols on a higher priority than something like P2P or web access, fine - those protocols need higher priority anyway. That does NOT give you license to throttle the living crap out of my connection just because MY bandwidth usage is primarily Youtube and P2P. I PAY for it, so G*d damn it, I AM GOING TO USE IT.

      It seems to me that you have a few choices now: Raise the prices to compensate for your perceived financial shortfalls and let your competition drive you out of business, find a cheaper upstream connection and keep making money, buy more bandwidth (I'm sure there are 'bulk' discounts), stop advertising your service without clearly indicating your limits (no, fine print is NOT good enough!), or just do nothing at all.

    29. Re:No, he's talking about replacing TCP/IP. by Anonymous Coward · · Score: 0

      Wow, four-digit UID battle!

    30. Re:No, he's talking about replacing TCP/IP. by hpa · · Score: 1

      Well, Wi-Fi (IEEE 802.11) isn't really Ethernet (IEEE 802.3) and is CSMA/CA rather than CSMA/CD (carrier detection requires a guarantee that all nodes can hear each other even when the node itself is transmitting.) However, they do have similar degradation behaviour in the presence of traffic, of course. What I said was true with regards to wired Ethernet links, however.

    31. Re:No, he's talking about replacing TCP/IP. by hobbit · · Score: 1

      Very good points all.

      --
      "Wise men talk because they have something to say; fools, because they have to say something" - Plato
  5. Multicast? by Anonymous Coward · · Score: 4, Insightful

    AFAIK services like FiOS and U-verse handle HDTV over IP by making the breakout box an IP multicast client.

    He completely ignores multicast in the paragraph about HTDV being trouble for the Internet, and someone should at least explain why it's not relevant. Otherwise it kind of sinks his battleship w/r/t that argument, IMO.

    1. Re:Multicast? by niceone · · Score: 4, Interesting

      He completely ignores multicast in the paragraph about HTDV being trouble for the Internet, and someone should at least explain why it's not relevant. Otherwise it kind of sinks his battleship w/r/t that argument, IMO.

      Multicast only works if internet TV is going to be like regular TV where a show is aired at a particular time. If it's going to be more like youtube on steroids multicast doesn't help.

    2. Re:Multicast? by PCM2 · · Score: 3, Insightful

      And maybe I don't understand how multicast really works ... but it seems to me that multicast made a lot of sense as a solution back when everybody was used to watching the same show at the same time every week and then waiting for the reruns to see it again. These days everyone is getting more and more used to watching their shows anytime they feel like it, and On Demand is one of the top selling points of a lot of digital cable packages. It doesn't seem like multicast is going to be much help if you're committed to letting each individual viewer start and stop the show at the precise second they choose.

      --
      Breakfast served all day!
    3. Re:Multicast? by Skinkie · · Score: 3, Informative

      YouTube on steroids is geographic caching. But even if two people on the same network are watching the same video, it should be an option to receive the networkdata that is for the position the other person is currently watching.

      But the problem with multicasting is not that there are no tools, but it is not 'neutrally' implemented across different carriers that deploy access networks.

      --
      Support Eachother, Copy Dutch Property!
    4. Re:Multicast? by nxtw · · Score: 1

      AFAIK services like FiOS and U-verse handle HDTV over IP by making the breakout box an IP multicast client.

      FiOS TV service is standard cable TV that runs over fiber right up to the customer's home - thus, it works with analog tuners, unencrypted QAM tuners, and CableCard devices.

      I would guess that Verizon went this route (instead of going over IP, like U-verse) for a good reason. AT&T didn't, and the service is limited in the amount of simultaneous streams.
    5. Re:Multicast? by Darkness404 · · Score: 2, Interesting

      I don't get how it would work for 2 people to watch the same video simultaneously without A) depriving Google of hits thereby decreasing profit by ads B) Ignoring cookies C) Invading privacy. For example, how would ads work? When I go to Youtube to watch a video (and have disabled AdBlock and my /etc/hosts file) the ad sees that I am *insert IP address here* and Google can charge the maker of the ads say $.01 per view, so Google gets a penny richer and the company gets a penny poorer. So when I get this from what I can assume to be the ISP's servers, it ignores or displays the ad data without giving Google the stats to get the money. So if I see the ad, Google doesn't get the $.01 and then the company gets a free ad. I just don't think this can work without Google or other ad companies complaining due to lost revenue, and unlike AdBlock this would be widespread.

      --
      Taxation is legalized theft, no more, no less.
    6. Re:Multicast? by Antity-H · · Score: 2, Interesting

      that is not a problem in itself : you are already used to wait while the system buffers the stream. If multicast allows a more efficient management of the bandwidth all you have to do is schedule sessions every 30 seconds or say 50 users and start the multicast.

      This should already help right ?

    7. Re:Multicast? by cnettel · · Score: 3, Interesting
      No, but can do more complex scenarios. Let's say that we pipe the first sixty seconds through unicast. If the bandwidth of your end pipe is really four times that, you could pick up a continuous multicast loop being anywhere within three minutes of the start, and then just keep loading from that one, buffering locally. You need your local pipe to be wide enought that you can buffer up material while playing the current part, but even if the multicast is just done in realtime video speed, and there is a single one looping contiuously, you should have the expectation value of being able to switch from the multi feed from unicast after half that time.

      If you want on-demand, and NO local storage, then you are indeed in trouble.

    8. Re:Multicast? by Skinkie · · Score: 2, Interesting

      I don't get how it would work for 2 people to watch the same video simultaneously without A) depriving Google of hits thereby decreasing profit by ads B) Ignoring cookies C) Invading privacy. Player A uses multicastable flash video tool.
      Player A requests a video using this tool, and subscribes on a multicast stream that is returned by the server.
      Player A is watching, stream starts from 0.

      Player B uses the same flash video tool.
      Player B requests a video using this tool, and subscribes on an exciting multicast stream, and a new one starting from 0.
      Player B now receives the data that is transmitted for player A. And the new data starting from 0.
      Player B is watching, using the available streams on the network.

      Now you could even implement this as if someone skips to another position, this would influence the other players ;) So you see that the factual request is still made, the 'flash' app that downloads it just gets the network traffic in multiple streams.
      --
      Support Eachother, Copy Dutch Property!
    9. Re:Multicast? by IamTheRealMike · · Score: 1

      IP multicast doesn't actually work on todays internet - most networks don't support it as it's hard to figure out how to manage billing.

    10. Re:Multicast? by CopaceticOpus · · Score: 2, Interesting

      More and more bandwidth providers are switching to charging based on usage rather than a flat rate for access. If this trend continues, multicast could become very attractive.

      Suppose you have two ways to watch shows: one is on-demand, click-and-get-it-this-second access. This option will never go away, but you can expect to be charged full bandwidth price for this option. The second choice is to select a few shows ahead of time. You would then subscribe to the multicast broadcast (which might be repeated every couple of hours), download the show to your local cache, and watch it at your convenience. Your bandwidth provider would reward you for the small effort of planning ahead by not charging you for the transfer, or only charging you a small fraction of the regular rate.

      In theory, this could allow greater utility from the existing network capacity, and bring down costs for everyone.

    11. Re:Multicast? by Anonymous Coward · · Score: 0

      And maybe I don't understand how multicast really works ... but it seems to me that multicast made a lot of sense as a solution back when everybody was used to watching the same show at the same time every week and then waiting for the reruns to see it again. These days everyone is getting more and more used to watching their shows anytime they feel like it, and On Demand is one of the top selling points of a lot of digital cable packages. Maybe if people could watch their favorite TV show in super-duper ultra high definition with no stuttering or "Buffering..." messages, then they'd find it a worthwhile tradeoff to wait 15 minutes before the next multicast showing begins.

      Fans of the show might also enjoy having a chat room online where they can discuss the show with other people viewing it simultaneously... but that probably wouldn't attract most users.

      It doesn't seem like multicast is going to be much help if you're committed to letting each individual viewer start and stop the show at the precise second they choose. Allow the software to be buffer the video, and people can pause just as they would with live broadcast on a PVR.
    12. Re:Multicast? by SanguineV · · Score: 1

      If only we had some technology that allowed people downloading the same file to download it piecemeal (and possibly out of order) then assemble and view it locally... We could even save bandwidth and lessen the load on the multicast server by sharing what we had with other people who had downloaded the same show and still had parts of it on disk/cache!

    13. Re:Multicast? by TheLink · · Score: 1

      How do ACKs work with multicast?

      Or are you talking about streams with no acks?

      --
    14. Re:Multicast? by Skinkie · · Score: 1

      It is UDP. So no ACKs, to let it work reliably some data redundancy is required.

      --
      Support Eachother, Copy Dutch Property!
    15. Re:Multicast? by TheLink · · Score: 2, Informative

      If the clients want to start watching at arbitrary times rather than wait for the "next slot to come along" you'll probably need to cache "near" the clients anyway.

      The benefit from multicast isn't that great in that scenario.

      Multicast is good if you have many clients downloading the same thing at the same time.

      That's not quite what people are doing with Youtube.

      --
    16. Re:Multicast? by borizz · · Score: 1

      How about a proxy server?

      I've only thought about this idea for 2 seconds, so it probably has some downsides. But how about using a service like Akamai where each ISP puts caching servers at strategic locations in their network. There is a lot of stuff to be cached, but disk is cheap (and you do not need redundant storage, if some of it dies so be it). Besides, it can just use a cache replacement policy like Squid does, to drop content not regularly accessed.

      All youtube (and other content providers) need to do is agree to use a IP to ISP mapping and adjust their links accordingly. So, youtube's page detects my IP as being in the netblock owned by my ISP. It then alters the link to the video to point to their content caching server. This might have downsides, for example the ISP gets logs of what my IP views on youtube...

  6. I Oppose The Argument Against Net Neutraility Laws by Nom+du+Keyboard · · Score: 5, Insightful
    I am in favor of Net Neutrality regulations and laws, not because I like regulations and laws (I don't), but that I am finding them necessary in this case.

    We supposedly have Truth in Advertising laws already on the books, but super-fast, all-you-can-eat, Internet connections are still being advertised. I'd start by applying the existing law to those claims.

    I'd like to be sold a truthful amount of bandwidth (DSL tends to be more honest in this area than cable), and not some inflated peak amount that I can only hit when going to the cable sponsored local bandwidth tester site. And when I have that honest amount of bandwidth available to me, I want to be the one to set the QoS levels of my traffic within that bandwidth amount - not the cable company. When I know what I have available to me, then I can best allocate how to use it.

    First the cable companies started killing BT, and other filesharing apps to some lesser degree. I believe that to have been a Red Herring. When that was complained loudly about they offered to just cap usage in general, instead of limiting certain bandwidth-intensive applications.

    Who does this benefit? The cable companies, of course. Think of the business they're in. They deliver video. But so do a lot of other people on the Internet. Kill everybody else's video feeds because that is the high bandwidth application for the rest of us and pretty soon you'll only be able to receive uninterrupted HD video over your broadband connection from your local cable company. They will become a monopoly in video distribution (and charge every provider for distributing their videos), and all because we insisted that they throttle all traffic equally on their vastly oversold networks.

    All they're waiting for is DOCSIS 3.0 to roll out so that they can promise us even more bandwidth that we can't use since they won't even let us used our promised current bandwidth under DOCSIS 2.0. A royal screwing is on its way if your cable ISP in particular isn't clamped down on hard by the federal government by way of the FCC.

    And why does it have to be the federal government and the FCC. Because the cable companies have already managed to get all local regulation preempted by the federal government to avoid more stringent local rules, so the feds are the only ones left who are allowed to do it!

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
  7. So, the article boils down to... by Anonymous Coward · · Score: 1, Insightful

    ...let the engineers do their job? He makes no mention of how he thinks it would be best resolved, just that it shouldn't be done via legislation? I agree with his point, but for anyone who knows has even half paid attention to the net neutrality issues, this article holds nothing new.

    1. Re:So, the article boils down to... by jedidiah · · Score: 1

      That's a nice fantasy. The reality of the situation is that the engineers
      will never get a chance to implement what is technically sensible because
      management will do something shady. They will either engage in blatant
      fraud or choose to show favoritism for their own product.

      --
      A Pirate and a Puritan look the same on a balance sheet.
  8. I guess I don't understand. by Yxven · · Score: 5, Interesting

    I think the article has some valid points regarding the technical aspects of the Internet, but I don't understand why those aspects make net neutrality legislation a bad thing. My understanding of net neutrality is that people want the Internet to remain neutral. They do not want providers to charge favorable rates to their friends and extortionist rates to their competitors. They do not want small ISPs forced out of the market. They do not want websites and users to be double-charged for the same use. I don't see how any of these issues are technical. I don't see how legislation that would keep things fair also would eliminate an ISP's ability to improve the performance of jitter sensitive applications as well as jitter insensitive applications. I mean you could argue that it'd be legislated wrong, and you'd probably be right. But from a technical standpoint, assuming it's legislated correctly, why is net neutrality technically impossible? Or am I completely misunderstanding the net neutrality issue?

    1. Re:I guess I don't understand. by niceone · · Score: 4, Interesting

      Or am I completely misunderstanding the net neutrality issue?

      No, it seems to me you understand it perfectly. However TFA seems to be blurring the lines between net neutrality and treating traffic differently. For instance if it were technically necessary to treat all Voice packets as high priority (it seems it isn't as VoIP works, but for the sake of argument) then there's nothing to stop a standard being agreed and implemented on a neutral internet, just so long as the voice packets are treated the same no matter who is sending and receiving them.

    2. Re:I guess I don't understand. by TakeyMcTaker · · Score: 2, Informative

      Or am I completely misunderstanding the net neutrality issue?

      No, it seems to me you understand it perfectly. However TFA seems to be blurring the lines between net neutrality and treating traffic differently. Here is the main technical problem that TFA ignores entirely, and it is the central problem that network neutrality seeks to resolve: QoS and filtering aren't just applied to protocols and ports -- they are applied to individual IP Addresses, and to suppress new services!

      I'm perfectly happy to give VoIP ports a higher priority QoS than file transfers, which tend to be more "bursty" anyway. I just don't think the ISP has the right to determine that VoIP connections to Vonage or Skype have higher priority than connections to my freebie/personal SIP/VoIP service. If no one on my route is currently using VoIP, there's no reason my BitTorrents should be going any slower. If the ISP had provisioned their networks properly, there's no reason any service should ever be going slower, when I'm not maxing out my personal bandwidth allocation!

      The TFA is willfully ignorant about all the central problems with the way ISPs configure their filters and their network asynchronous transfers, which favor particular host-protocol combinations, not just individual protocols and ports. And when they do configure QoS, they do so to limit or segregate the customers, NOT to provide better service, unless a specific QoS toll is being paid by their "preferred" customers.

      There has to be some money link between Richard Bennett and the incumbents -- this is just too obvious an oversight to not be intentional.
    3. Re:I guess I don't understand. by Anonymous Coward · · Score: 0

      The problem is that the definition of "net neutrality" is very fuzzy -- people use to mean very different things. There are a lot of people out there who are pushing for a very strict version of net neutrality in which the network must treat all packets equally: no QoS, no prioritization, no fairness, etc. They want nothing other than pure dumb routers. TFA seems to be arguing against this definition.

  9. Missing the point? by JustinOpinion · · Score: 5, Insightful
    His analysis is in many ways good... but seems ridiculously idealistic. He emphasises:

    Where do we turn when we need enhancements to Internet protocols and the applications that use them? Not to Congress, and not to the FCC. ... Engineers solve engineering problems.
    (Emphasis in original.)

    Probably most of us agree with that statement in principle. The problem is that the various players in this (users, content providers, and network operators) do not have their objectives aligned. Thus, the engineers for the network operator will come up with a solution (e.g. throttling) that solves the network company's problem (users using too much of the bandwidth they (over)sold), but the engineers working for the users (e.g. people writing P2P apps) will engineer for a different objective (maximum transfer rates), and will even engineer workarounds to the 'solutions' being implemented by the network.

    The problem is thus that everyone is engineering in a fundamentally adversarial way, and this will continue so long as the objectives of all parties are not aligned. Ideally, legislation would help enforce this alignment: for instance, by legally mandating an objective (e.g. requiring ISPs to be transparent in their throttling and associated advertising), or funding an objective (e.g. "high-speed access for everyone"), or by just making illegal one of the adversarial actions (e.g. source-specific throttling).

    This is not purely an engineering question. The networks have control of one of the limited resources in this game (the network of cables already underground; and the rights required to lay/replace cables), and this imbalance in power may require laws to prevent abuse. It's not easy to create (or enforce) the laws... and ideally the laws would be informed by the expertise of engineers (and afford ways for smarter future solutions to be implemented)... but suggesting that we should just let everyone 'engineer' the solution misses the mark. Whose engineers? Optimizing for what goal? Working under what incentives?

    Put more simply: engineering is always bound by laws.
    1. Re:Missing the point? by wickerprints · · Score: 2, Informative

      Parent post has to be one of the most clear, cogent, and effective rebuttals of the arguments made in the original article. One must always be mindful to consider the social, economic, and regulatory environment in which engineers--and by extension, the technologies they create--operate. And the author of the article simply fails to do this by viewing the problem as (in the words of parent post) "purely an engineering question."

      I had mod points a few days ago but they expired. So this is my way of making up for not being able to mod the parent up.

    2. Re:Missing the point? by Redfeather · · Score: 1

      If engineering is bound by laws, we're all tanked. Law is always (I must stress this, ALWAYS) written in hindsight. If anyone, under any objective engineers around expected law, or with the paranoia over future legal distinction that some people work under, nothing is ever going to get done.

      Adversarial programming may be a bore, but it's better than nothing. Recall how many advances are made in wartime, versus complacent progress during peace. Now, this is not to say that war and peace can be equated easily with any kind of format war, but with the majority of commercial developers striving to find some kind of hook by which to hoist the quality of their products, advances are tumbling over each other. HSDPA roll-out for wireless here in N.America - 1.8mbps, then 3.6mbps and now (golly gee) 7.2mbps! Less than a year from roll-out, and some providers are still struggling with level1 launch dates! It's an amazing thing!

      Net Neutrality is a hot-button issue for a lot of people. But I can't help thinking that without a very tough adversarial system, none of these concerns would ever have come up. What we need is not less competition; it's less sore winners and losers. We might be going about things differently, but the goal is still the same: advancement over stagnation.

      --
      Those things you're doing with that stuff you just bought? That's not what it's for! -
    3. Re:Missing the point? by slysithesuperspy · · Score: 1

      ideally the laws would be informed by the expertise of engineers

      Just let the biggest lobbyists send their engineers to 'help' write the laws, oh wait, I guess that's what happens now. Whose lobbyists? Optimizing for what goal? Working under what incentives?

      These kind of laws are what got the system into the mess in the first place.

    4. Re:Missing the point? by spazdor · · Score: 1

      I would also mod you up if I had the points. Engineers will solve the engineering problems, but we can't expect them to solve their employers' conflicts of interest.

      --
      DRM: Terminator crops for your mind!
    5. Re:Missing the point? by dpilot · · Score: 1

      > Net Neutrality is a hot-button issue for a lot of people.
      > But I can't help thinking that without a very tough
      > adversarial system, none of these concerns would ever have
      > come up. What we need is not less competition; it's less
      > sore winners and losers. We might be going about things
      > differently, but the goal is still the same: advancement
      > over stagnation.

      Problem 1: Define "advancement" and "stagnation". For different people, you can pretty much swap the definitions. Whose definition should rule?

      Problem 2: hindsight - less sore winners and losers - Legislation in hindsight sometimes works, but sometimes you can't reverse what has become a new status quo. Unless you're really an ISP or a content provider partnered to one, without preemptive legislation you're about to be a loser, so SMILE.

      --
      The living have better things to do than to continue hating the dead.
    6. Re:Missing the point? by falconwolf · · Score: 1

      funding an objective (e.g. "high-speed access for everyone")

      The US government has already funded broadband access.

      Falcon
    7. Re:Missing the point? by vuffi_raa · · Score: 1
      I agree except:

      Ideally, legislation would help enforce this alignment: for instance, by legally mandating an objective (e.g. requiring ISPs to be transparent in their throttling and associated advertising), this won't happen unless it s enforced- ISP's will throttle what the can when they can as it suits their interests and probably won't stop until they get caught. Often there are pressures from both sides- consumers obviously want no throttling and other corporate interests will pressure for throttling in favor of their interests. In the end the consumer is the one that has to deal because normally users are under a contract and can't move, just complain.

      or funding an objective (e.g. "high-speed access for everyone") This would be nice, but the ISP's will challenge it in court for so long, I don't know if it will ever see the light of day

      or by just making illegal one of the adversarial actions (e.g. source-specific throttling). more likely the opposite will happen- remember that the attitude in congress is actually anti- free communication on the internet- between infringement, child porn and terrorism, the idea of corporate throttling can easily eek by. All someone has to say is: "if we can't monitor and choose these packets- how can we look for kiddie porn?, or piracy, or terrorism" and the congress will throw the baby out with the bathwater. When I wrote one of our senators about the patriot bill I got a letter back that said "I haven't had time to read it, but it looks good since the other senators are supporting it" in my letter back, do you think that they will give any more credence to a bill that they won't understand after they read it?

      The weak link in the whole equation of technology and why we have been surpassed is that our government has been in recent time efficient. Our government should NOT be efficient, it should be slow to respond and should ponder and debate over legislation rather than pushing whatever bill that comes down the pipes through because person X decided that it was a good idea. People in office should understand the responsibility that comes with both authoring and approving the laws that are presented and not be afraid politically to say no to laws that come down the pipe if they look even a little bit fishy. Though I am not a supporter of everything that ron paul spouts, his record of voting 'no' on a ton of crap that went across his desk regardless of the political impact is actually what we need more of in the system. Maybe some of us need to get out there and put our boots on the sand in the political ring if we want things to change.
  10. Multicast and more bandwidth by wendyo · · Score: 1

    Multicast and increase bandwidth. VOIP has been fine as of late. And if it starts breaking again, let the deployers fix thier apps wtihin the parameters of TCP and/or UDP. If we let ISPs throttle, mangle, and sort packets, it will not be to anyone's advantage other than their own.

  11. No net neutrality these past 5 years has meant... by Kohath · · Score: 4, Insightful

    No net neutrality these past 5 years has meant ... what exactly? What is the horrible problem we've all had to endure because the government hasn't forced ISPs (against their will) to operate in "the preferred way"?

  12. I'm not sure if I like his alternative by Whuffo · · Score: 4, Insightful
    While some good points are made about the current state of the internet and how technical improvements could be made - his article lost credibility at the point where he states that the proper way to correct the problems is for "industry" to do it.

    Of course, the "industry" he's talking about are the corporations that control large chunks of the infrastructure. As we've established time and time again, those corporations aren't acting in the public interest. Their only interest is in what makes their corporation the largest profit. To those interests, blocking competing services or forcing popular websites to pay more to stay online are quite reasonable things to do.

    This is why net neutrality is such an important idea. Look at what has been accomplished so far with our "ad hoc" arrangement of computers connected to a crazy quilt of networks. All that you see is just the beginning - but a better future will never come to pass if the corporate interests are allowed to filter / segregate / block network traffic.

    Think about it for a minute: consider AT&T. They own a substantial amount of internet infrastructure and they're also the major telephone company. When they look at Skype and discuss how to limit the loss of business to this competitor - you'd better believe they consider blocking VOIP on the backbone. Call it a benefit to the customer and put a competitor out of business; another good day in corporate headquarters.

    1. Re:I'm not sure if I like his alternative by MindlessAutomata · · Score: 1

      And what does it say, if customers are willing to pay for such an internet? Maybe you aren't, but Joe Schmoe could probably care less; why is what you want more important than what Joe Schmoe wants...?

      I actually agree with you, but when you start saying the government should control the market in instances like these you're really saying the government should force ISPs to behave in the way you want them to behave without having to shop around or make informed decisions like everyone else. Fair is what the customer agrees to, not what you personally feel is right. The problem isn't net neutrality, it's that ISPs can get away with misleading advertising.

      Yes, you can you say they are government-supported monopolies, but that's another problem... Other than that problem, however, you in fact do NOT own the ISPs and they can, or at least should, be able to do what they want on their ends of the network.

  13. Companies can't be trusted by kherr · · Score: 4, Insightful

    Yes, there are technical reasons to shape traffic to optimize network flow. But the problem is that the large ISPs are using business, not technical, reasons to determine the network traffic policies. If companies like Comcast, Time Warner and Virgin Media could be trusted to base network design on technical issues, that'd be a nice utopia.

    But we know these companies are instead targeting packets that they see as business competitors, so they are not making sound technical decisions. I say it's better to make it harder for a perfect network than to allow corporate interests to balkanize the internet for their greedy purposes.

  14. Actually, we need legislation by Opportunist · · Score: 0

    Without, the one with the bigger muscle is right. And that is usually not the customer of an ISP when there is (often) only one left.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  15. Engineers solve engineering problems? by Anonymous Coward · · Score: 0

    This article says a lot of things that I do not disagree with, but I think it failed to make a connection between what it was saying, and net neutrality.

    The summary I got was: "The Internet is broken, so we should allow the companies at the last mile to fix it. Except, I'm going to say that it is the engineers driving the show."

    Well, Engineers do solve engineering problems. Fine. But the corporations who hire these engineers give them the problems that they want them to work, and point them in the general direction of the solution they want.

    One such corporation may say, "Metered broadband for all my users! Engineer it!" Okay. So now you've got an engineering problem. But the talk of engineering problem or not has nothing to do with Net Neutrality. It isn't the engineers pushing against Net Neutrality. It is the organizations that they work for that are pushing against Net Neutrality.

    So, you claim that Net Neutrality is needed because 'the Internet is broken'. Well, if the Internet was working well, wouldn't you still rail against Net Neutrality? Perhaps even more so?

    So, you say a lot of interesting things, but I just don't think they do anything to sell much of a point about Net Neutrality.

  16. Re:It's not reality, it's all a lie by MrNaz · · Score: 2, Informative

    Article summary: "Hello, my name is Richard Bennett, and I'm an industry insider who's been bought off by big money to say net neutrality is bad in the same way climate scientists got bought off by big money to say environmental protection is bad."

    --
    I hate printers.
  17. So Non-Neutrality solves problems ?! by erlehmann · · Score: 3, Informative

    Over-the-air delivery of TV programming moves one copy of each show regardless of the number of people watching, but the Internet transmits one copy per viewer, because the transport system doesnâ(TM)t know anything about the content.

    One word: Multicast .

    1. Re:So Non-Neutrality solves problems ?! by Ant+P. · · Score: 1

      This would be a great idea, if not for the fact that the people who run most of these ISPs are about as smart as the average fast food burger-flipper.

  18. Net neutrality is a matter of antitrust by BlueParrot · · Score: 5, Insightful

    The main issue here is not weather companies double charge for bandwidth or if they charge per use or don't offer this or that service, the issue is that if you allow a situation where a company like AT&T can make a deal with Microsoft to prioritize their traffic, then it will eventually end up in a situation where you get a cartel of companies controlling that keep competing smaller ISPs and content providers out of the market by artificially degrading their connections.

    Furthermore because the communications infrastructure is partially government funded, and as the radio frequencies are government controlled through the FCC , the "free market" argument doesn't hold water. There are numerous barriers to entry into the ISP market, both government imposed as well as technical ones, and thus coercive monopolies will be able to form unless actively restrained by the government.

    This doesn't necessarily say much about HOW you should regulate the market, but it pretty much implies that simply leaving ISPs to screw over customers and smaller competitors is a big no-no. Completely free unregulated markets only work when there are low barriers to entry, many suppliers, no external costs or benefits, perfect customer insight into the market, completely homogeneous and equivalent services being offered, zero cost of switching supplier, and no barriers to trade. The number of markets in which that applies can be counted on fewer hands than most people have.

    1. Re:Net neutrality is a matter of antitrust by MindlessAutomata · · Score: 0, Offtopic

      Completely free unregulated markets only work when there are low barriers to entry, many suppliers, no external costs or benefits, perfect customer insight into the market, completely homogeneous and equivalent services being offered, zero cost of switching supplier, and no barriers to trade. The number of markets in which that applies can be counted on fewer hands than most people have.

      This only holds true if your initial assumption is that business should benefit the customer more than the actual businesses themselves.

    2. Re:Net neutrality is a matter of antitrust by dpilot · · Score: 2, Insightful

      That's why legislation is required.

      While you're busy turning the Internet into cable tv, why don't you roll back rural electrification and pervasive telephone access.

      Certain things are deemed "strategic" for the country, and those things are fostered.

      For that matter, why not deconstruct the Eisenhower Interstate Highway System. Oh wait, we're starting to do that. Oops.

      Maybe you're right... Maybe we would be best off with our corporate overlords granting us access to the material we deem fit.

      Too many people reserve the term "sheeple" for use with respect to the government. Corporations are fully capable of as much stupidity as the government, and IMHO greater evil.

      --
      The living have better things to do than to continue hating the dead.
    3. Re:Net neutrality is a matter of antitrust by MindlessAutomata · · Score: 2, Insightful

      What's most important and moral, above all else, is that the greatest number of people benefit the most, right?

    4. Re:Net neutrality is a matter of antitrust by dpilot · · Score: 1

      Either that, or PROFIT!!, of course.

      Actually, I don't think I agree with either statement. What really matters most is that we keep bringing forth the next generation in a sustainable way, so the cycle can continue. In the process it would be best if we were all something a bit more than mere animals - realizing more of our own potential, too. Sometimes the path to those ends isn't clear. Sometimes "benefit" is the hard word to define. Sometimes it seems we can survive, even thrive, in any hardship except prosperity.

      --
      The living have better things to do than to continue hating the dead.
  19. It's not gonna happen, sadly. by Annoid · · Score: 0

    In an ideal world, network operators would be required to just pass the traffic, whatever it is. No throttling, no playing favorites for VOIP, etc., just pass whatever it is along.

    But, that's not gonna happen. People with dollars make the rules, and they can make more dollars playing favorites. So they're gonna play favorites.

    I'm generally a conservative, who believes in as little govt. regulation as possible, but in this case, the private market has demonstrated that they cannot regulate themselves, so the govt. should step in.

    Pity that it won't.

    1. Re:It's not gonna happen, sadly. by lordofwhee · · Score: 3, Insightful

      Being a dumb pipe is every ISP's worst fear. It means they have to deliver bandwidth, not content. It means they don't throttle based on protocol or content, just pass packets along.

      It means they have to provide *gasp* an INTERNET CONNECTION! No ISP wants that, what with all the upgrades to existing equipment they'd have to make to make as much bandwidth as a customer bought available to them AT ALL TIMES.

      It means smaller profits and higher customer satisfaction, which seems to be the seventh circle of hell to any large company in the US, and most other places.

    2. Re:It's not gonna happen, sadly. by John+Hasler · · Score: 1

      Unless they were to do the sensible thing and simply charge by the byte.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    3. Re:It's not gonna happen, sadly. by samboneym · · Score: 0, Offtopic

      Mod parent up!!!

    4. Re:It's not gonna happen, sadly. by WolfWithoutAClause · · Score: 2, Interesting

      they'd have to make to make as much bandwidth as a customer bought available to them AT ALL TIMES

      You seem to be saying that if you have a 5M pipe, that you should be able to max that out 24x7.

      The thing is, I don't know about you, but I can't afford to pay for that amount of bandwidth.

      My ISP sells me a contended service, where I get to use about 1/50 of my max or so. I'm only actually using my pipe about that much, so I'm happy with that.

      If you want to use the pipe 24x7 you just have to pay more, you need a higher quality service, and they'll take your money just fine!

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
    5. Re:It's not gonna happen, sadly. by Anonymous Coward · · Score: 0

      >My ISP sells me a contended service
      Unless you are, yourself, a business, I find it hard to believe your ISP is even remotely up front about this. No ISP would ever succeed if they were publicly honest about the "contention" they sell.

    6. Re:It's not gonna happen, sadly. by WolfWithoutAClause · · Score: 1

      Actually, to be honest, they don't advertise contention ratios anymore, but they do quote a monthly peak-time budget, which comes to the same thing if you think about it.

      Peak time, provided you don't exceed the budget, it's full speed. If you exceed that, then they traffic shape you (peak time). If you repeatedly exceed the budget maybe 3 months in a row then they hassle you and suggest you upgrade to a better account. They provide tools so you can see in almost real time how much you've used.

      Off peak it's an all-you-can-eat though (they measure it, but nothing happens).

      It's not too bad. I'm actually on their second cheapest account, I practically never get shaped.

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
  20. I have an idea, let's call it Web 3.0!! by Anonymous Coward · · Score: 2, Insightful

    No, listen, really, it'll be great. What we need is for ISP to host a single system that stores content. This system then talks to the systems of other ISP's and propagates that data so that it is stored very closely to the user base... solving the Multicast timing issue... Oh, wait... that was Web 0.1 and ISP's are now dropping the protocol because Andrew Cuomo's been wackin' it to 88 kiddy fiddler newsgroups. He feels so guilt ridden about it, he wants the entire Usenet shut down. You know it's true. I'll bet if you searched his computer, he's saving all the 'evidence' just in case he ever needs to refer back to it.

  21. Re:No net neutrality these past 5 years has meant. by Anonymous Coward · · Score: 1, Insightful

    >we've all

    We've not all been imprisoned in Guantanamo Bay. That doesn't mean it's acceptable for anyone to be imprisoned there.

    Some of us have been affected by this non-neutral network. I now have the "opportunity" to subscribe to my ISP's (sister division's) offerings (such as "digital home phone"! hah!), since I can no longer VoIP over my internet.

    Please also remember that people outside your country, but still within its sphere of direct influence, also get anally raped by proxy when your market fails like this (ie the failure is quickly exported as a "success").

  22. Confused? by Sniper98G · · Score: 1, Interesting

    I think this guy is confused over what most net neutrality advocates are trying to achieve. We don't want to say that you can't give voice packets priority. We are trying to ensure that all packet of the same type receive the same quality of service; that certain people don't receive better service while the rest of us get shoved into the slow lane.

    1. Re:Confused? by Annoid · · Score: 0

      To use VOIP as an example.

      If we are both paying the same $ per month to the same ISP, why should your VOIP packets be given higher priority on the network than my MMORPG games' packets? I assure you, your VOIP packets are far less important to me than my games' packets, just as your VOIP packets are more important to you.

      Neutrality is neutral. If you want to use an application over the 'net, it should be able to work with the net as it is, not have to be given preferred service to work. If it's traffic requires priority handling; giving preference to it's packets over those of others in order to work right, it isn't ready yet. Back to the drawing board for it.

    2. Re:Confused? by WolfWithoutAClause · · Score: 1

      No, no. It needs to be a RIGHT for every user to transmit a percentage of their traffic as high priority or low jitter or whatever.

      Some services NEED high priority, but if you're accessing the web, then you don't need high priority. If you're VOIP or real time gaming you *do*.

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
    3. Re:Confused? by Annoid · · Score: 0

      If you need a high priority, then pay for it. Otherwise your VOIP (or any other) traffic should be no higher priority than the guy next door who is just using web browser traffic. If your application doesn't work with this, fine. Pay for the priority you need, or wait till that application works better.

      My traffic should not have to wait for yours because your application feels it's of more importance.

    4. Re:Confused? by WolfWithoutAClause · · Score: 1

      No, no, no.

      You already *do* pay for your connection. If you feel some percentage of your traffic is more important than other parts of your traffic, then there's *nothing* wrong with that being carried at high priority.

      But it should be of that part of your traffic that is *uncontended*. In other words, if you're on a 50:1 contention ratio, only 1/50 of your traffic should be high priority or whatever. If you want more of your traffic to be high priority, then you pay for 20:1 or 5:1 or whatever.

      That doesn't break *anything*, it doesn't slow *anybody* else down, and the ISP has already bought that much bandwidth for you.

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
  23. Neutrality means different things by Cracked+Pottery · · Score: 2, Insightful
    I can understand charging for lower latency time, higher bandwidth or other aspects of higher quality of service, and even at reasonable prices for large amounts of data exchange usage. What should not be permitted are corporate level deals that create content favoritism based on the source and nature of the content, whether from direct monetary consideration or corporate partnership or favoring in-house content or services.


    Especially offensive is any sort of attempt at frustrating the dissemination of content based on political bias. The cable companies that own most of the broadband ISP's would love to model the Internet after their cable TV business. They have a news product that has done just a terrific job at political neutrality, and they would love to extend that model to Internet services.

  24. 300 baud by Haxx · · Score: 3, Insightful

    Those of us that have been here a while, the people that used to watch the blocks move across the screen at 300 baud, can see a another of many drastic changes coming in the way the huge ISP's will handle content. There was a time when ISP's were everywhere. They were small companies with access to local dial-up node sites. Then AOL had 10 million people convinced that they were actually the whole internet. Today high speed internet has given birth to bohemoth ISPs that were huge cable/telephone/satelite companies years before. These companies may eventually package web access the same way they package movie channels. After a few years of this the smaller ISP's with open access will be back and the cycle will repeat in new and strange ways.

  25. Malicious ISP behavior vs governance by Anonymous Coward · · Score: 0, Interesting

    Throttling is one thing, what Comcast was doing was essentially criminal. They were hijacking the communications and injecting malicious resets or other packets to kill a connection.

    What concerns me is if governance systems move to the internet. Even if it is just for online voting -- who will keep the ISPs from manipulating the governmental processes?

    In any event, it is good to know that open source governance is trying to muscle in on the action. At least the I.T. departments of the ISPs should be in favor of "open sourcing" the government, right?

  26. Re:I Oppose The Argument Against Net Neutraility L by techno-vampire · · Score: 3, Insightful
    We supposedly have Truth in Advertising laws already on the books, but super-fast, all-you-can-eat, Internet connections are still being advertised. I'd start by applying the existing law to those claims.


    It wouldn't do any good, because of the weasel words in the advertisements. You see, they don't say you'll get N Mbits/second, they say, "...up to N Mbits/second." And, what they say is true, because your equipment is capable of handling that much bandwidth and your cable connection can carry it if it's provided. Of course, what they don't tell you is that they don't have enough bandwidth available to give every customer a connection like that, so the fact that your equipment could handle it is irrelevant. It's just like a car manufacturer telling you that their newest line can go from 0->150 mph in X seconds, but not reminding you that the legal limit is 65. What they say is true, even though they don't tell you all the truth.

    --
    Good, inexpensive web hosting
  27. What crap by Anonymous Coward · · Score: 5, Interesting

    "I know that's not true. The Internet has some real problems today, such as address exhaustion, the transition to IPv6, support for mobile devices and popular video content, and the financing of capacity increases. Network neutrality isn't one of them."

      The effen telcos already got paid 200 billion dollars to do something about getting fiber to the premises and blew it on anything but that. Where's the "political engineering" solution to look into that to determine where the "QOS" broke down at ISP intergalatic central? Where are the ISP and telco fatcats sitting in front of congressional hearings explaining what happened to all that freekin money? Where did it go, real facts, real names, real figures.

      And why in the hell does the bulk of the public air wave spectrum only go to the same billion dollar corporations, year after decade after generation, instead of being turned loose for everyone-you know, that "public" guy- to use and develop on? Why the hell do we even *need* ISPs anymore for that matter? This is the 21 st century, there are tons of alternative ways to move data other than running them through ISP and telco profitable choke points, and all I am seeing is them scheming on how to turn the internet into another bastardized combination of the effen telco "plans" and cable TV "plans". Really, what for?

        Where's the meshnetworking using long range free wireless and a robust 100% equal client / server model that we could be using instead of being forced through the middle man of isps and telcos for every damn single packet? And what mastermind thought it was a good idea to let them wiggle into the content business? That's a big part of the so called problem there, they want to be the tubes plus be the tube contents, and triple charge everyone, get paid both ends of the connection and a middle man handling fee for..I don't know, but that is what they are on the record wanting, and industry drools like this doofus are providing their excuses. Not content with hijacking all the physical wired reality, for 100 years now, they get to hijack all the useful wireless spectrum, and no, WIFI DOESN'T CUT IT. That's at the big fat joke level in the spectrum for any distance.

  28. Net Neutrality is about censorship, not QoS. by Zombie+Ryushu · · Score: 4, Insightful

    Look, the fact is that the telcos are engaged in criminal conspiracy to censor the Internet. Of course tiered rates for bandwidth usage will always be there. Thats been the way of the world since Broadband began. Anti-Net Neutrality is about WHAT you can access, not how fast you can access it, people who advocate against net neutrality are advocating FOR Internet censorship.

  29. link fix by Anonymous Coward · · Score: 1, Insightful

    The first link above should not have linked to WIkipedia "internet governance" but rather to:
    http://en.wikipedia.org/wiki/E-democracy
    or perhaps
    http://en.wikipedia.org/wiki/E-Government

  30. Re:No net neutrality these past 5 years has meant. by Anonymous Coward · · Score: 5, Insightful

    ISPs have been operating "the preferred way" out of convention, in keeping with the norms of the Internet, for some time now. But they have only recently signaled their intent to deviate from historical principles in order to pursue additional sources of revenue.

    Their intended path optimizes the Internet in their own favor, and works against the Internet as a whole. They're saying, "Yes, we like the Internet. But you're going to like our take on the Internet even better, want it or not." They're bundling "their way" over what should be a common carrier type situation.

    So, it is like asking, "No net neutrality for telephone calls over the past 5 years has meant... what exactly?" Nothing, because the telephone companies have kept with the status quo, and not introduced 'features' that degrade the overall value of the network. Were they to announce an intent to do this, you'd see telephone neutrality legislation bounced around.

    "But we don't need telephone neutrality legislation! If you legislate the telephone system, then it will kill innovation!" See? We're blaming the wrong folks here. It isn't the customers or the legislators. It is the carrier rocking the boat, and then crying foul when people try to address their money making schemes.

  31. Language Issue. by beringreenbear · · Score: 1

    Interesting... but isn't what this really means is that we have two arguments here? The first is technical: What can the equipment do? The second is entirely content-driven. Who gets to control the content? I have no trouble with letting the technology determine what can be done with the equipment. If the capacity is there, it will be used. The entire problem, and the whole point of Network Neutrality as far as I'm concerned is that argument over content. I think that it's a matter of Freedom to keep the barriers to being able to place your personal creative content on the Internet. I should not have to contact with, say, Time-Warner to put up a web page. I should be able to use the free market and find a host with terms that I like, where ever said host might be. So maybe what is needed here is a language delineation of the debate. Let's call int "Net Neutral Access", and let the technical problems and engineering work themselves out without laws hindering them.

  32. Re:I Oppose The Argument Against Net Neutraility L by Anonymous Coward · · Score: 0

    But, the legal limit of 55, 65, 75, 25, 30, 35, 40, or 45 depending on road IS clearly posted just after many intersections and is common knowledge of the "unwashed masses". The internet is still magic of the second order to them(Vegas is magic of the first order) and while we technical people can see the speed limit signs, the "great unwashed" only see the open road(not even the street signs make it through).

  33. Re:No net neutrality these past 5 years has meant. by Kohath · · Score: 1

    Some of us have been affected by this non-neutral network Who? Affected how?

    I now have the "opportunity" to subscribe to my ISP's (sister division's) offerings (such as "digital home phone"! hah!), since I can no longer VoIP over my internet. Did you read the article? I don't think you read the article.
  34. Re:No net neutrality these past 5 years has meant. by Kohath · · Score: 0, Troll

    No. Clearly the point is that waiting a few years has caused many/some/zero problems -- depends on the answers to the question.

    If there's no problem so far then waiting a few more years might not hurt. And we could have freedom until then and ISPs and taxpayers and governments could use their resources to do something besides maintaining and complying with a regulatory regime.

  35. This is Crap. by AftanGustur · · Score: 0
    "Net Neutrality", referes to "social" freedoms. That is, the "net" should not have deliberately build in social restrictions on it's use, that are beyond your control.

    This guy, Richard Bennett, is referring to "technical" freedoms when he says that protocols such as UDP has way more "freedom" than TCP.

    --
    echo '[q]sa[ln0=aln80~Psnlbx]16isb572CCB9AE9DB03273snlbxq' |dc
  36. Re:I Oppose The Argument Against Net Neutraility L by Anonymous Coward · · Score: 1, Insightful

    It's just like a car manufacturer telling you that their newest line can go from 0->150 mph in X seconds, but not reminding you that the legal limit is 65. What they say is true, even though they don't tell you all the truth. Uhhh ... no! It'd be more like saying that a car can go from 0 to 150 in X seconds, but then admitting that there is only X/2 seconds worth of road available to you.
  37. Re:No net neutrality these past 5 years has meant. by Gavagai80 · · Score: 1

    ISPs haven't tried much yet. You could as easily say "India and Pakistan's nuclear missiles have meant... what exactly? What is the horrible problem anyone has had to endure because they have nukes?"

    --
    This space intentionally left blank
  38. Engineering Decisions....etc. by hackus · · Score: 1

    His opinion.

    Personally, I do not see any problem with modifying traffic for whatever reason THE CUSTOMER WHO IS PAYING THE BILL has.

    For the provider to do so smacks of WAY too much power in the hands of a few people to manipulate information.

    I mean, look at what they are doing to people now with that power, such as injecting banners and adds into html streams and other extra crap that actually creates MORE problems.

    With all due respect, traffic should be managed at the end points by the customer and the ISP's should concentrate on providing as much bandwidth as possible upstream.

    Not trying to restrict it so they do not have to be competitive with other providers.

    Which, if you live in the US, this whole situation is very dangerous as there are not only a VERY LIMITED choice of ISP's to pick from.

    Free markets work when the customer really DOES have a choice.

    In the USA anyhow, this is increasingly not the case, and in response the providers are starting to put all sorts of things in the service architecture that businesses do not want, do not need.

    This is a dangerous trend, and if it continues the result is going to be exceptionally high prices, very low service quality due to filtering by the ISP to maximize profit.

    How can an idiot like this write a response to these issues like this when this stuff is already reality in some areas?

    -Hack

    --
    Got Geometrodynamics? Awe, too hard to figure out? Too bad.
  39. Re:No net neutrality these past 5 years has meant. by Lunatrik · · Score: 4, Insightful

    Comcast and Bittorrent? Deep Packet Inspection commencing by Time Warner and Comcast? And, Today on slashdot, Verizon preventing access to a chunk of usenet?

    Either your trolling or live in a cave.

  40. Re:No net neutrality these past 5 years has meant. by Anonymous Coward · · Score: 0

    Who? Affected how? Did you read the comment? I don't think you read the comment.

    Did you read the article? I don't think you read the article. Why not? Is this an argument? How so?

    To save time later, I'll assume you think "VoIP" is not being throttled, etc, but merely that this used to be a problem that was "fixed". I assure you the throttling is a new development chosen by my ISP.
  41. Re:I Oppose The Argument Against Net Neutraility L by hobbit · · Score: 2, Funny

    Bad analogy. It's more like getting you to pay for a car that can go 0-150 in X seconds, then trying to fob you off with you a bus pass.

    --
    "Wise men talk because they have something to say; fools, because they have to say something" - Plato
  42. Is is really? by diamondmagic · · Score: 2, Interesting

    What do we need a new laws for? Most of the existing problems, false advertising or anti-competitive behavior, could be solved with existing laws, if the right people would bother using them. If and only if those attempts fail, will we need new laws.

    If all else fails, we simply need competition, look at what Version FiOS has done.

    1. Re:Is is really? by MindlessAutomata · · Score: 1

      The truth is, people are 1) afraid and 2) want what they want on their terms. People want control. They want control. That's simply how it is; people want to control the ISPs to do what they want them to do. They want to hold more bargaining chips than the company does itself.

      They usually ignore the false advertising issue because it's not really what they want. They want things to go Their Way.

  43. Companies can't be trusted/Nobody CAN be trusted by introspekt.i · · Score: 1

    It's not necessarily that companies can't be trusted, it's that one entity can't be put in charge and trusted to remain true and pure while doing it. We need a checks and balances system in place to ensure that all interests are being met to the best degree they can as a whole. Some kind of Gvt/private sector/user advocacy setup. Maybe Fed/Industry Group/EFF kinda deal? I dunno. Putting one body in charge of this stuff might end one set of problems, but open up new can of worms. I guess the same could be said of any solution.

  44. Bang-on. by weston · · Score: 4, Insightful

    This is the important distinction. It's not traffic type neutrality that's the essential character of an appropriately neutral net, it's source-destination neutrality.

    (A non-type-neutral net has some of its own problems, but not the same ones as a non-source-destination-neutral net, and there's a good argument that the latter is more important.)

    1. Re:Bang-on. by Anonymous Coward · · Score: 0

      I'd actually take one more step. It's not source/destination neutrality (what if one side is satellite and the other is a IP over pigeon?)

      It's *Semantic Content*. And that includes information about the creator. Porn or Bibles, Conservative or Liberal, Made by a competitor or by a subsidiary...

  45. Net neutrality would work if the ISPs... by kandresen · · Score: 2, Interesting

    If ISPs offered their true bandwidth limits, latency limits, and so on from the beginning and not false offers like "unlimited".

    I have always had throttled connection - I used to throttled at 256kbps down and 56kbps up.
    Then I paid more and I with the exact same connection now got 512kbps down and 128kbps up.
    Then I got a better service and I with the exact same connection got 2Mbps down and 512kbps up..

    They have throttled the connection all the time. The total use is irrelevant. What is is whether all users use the bandwidth at the same time or not.

    The providers could simply offer what they not under the assumptions we only will use 0.1% of it, but actually use what we buy.

    What is worse for the ISP:
    - if you download 2 GB a day (~60 GB a month) spread out evenly (continuously ~90kbps)
    - if you download only during peak hours one hour a day 0.5GB (~15GB/month) (continuously 1110 kbps)

    What happens if the bandwidth is not used ? Do the ISP loose anything? It is their ability to provide to multiple people at the same time that matters; it is clearly worse for the ISP in the second case were one person downloaded only 15GB a month than in the one with 90GB.

    The entire issue could be resolved by ISP's offering the valid numbers for upwards and downwards bandwidth and expected latency for the connection.
    Don't blame the customers for using what they paid for.

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

    This sounds an awful lot like regional oil companies and NYMEX oil traders stating demand is up dramatically when in actuality it is not.

  47. Dick and I Had it out on Tech Dirt a While ago by ScaredOfTheMan · · Score: 2, Interesting

    Richard and I got into a Net Neutrality 'Discussion' in the comment section of Techdirt last year. I have a feeling he is some how benefits from the Pro Net neutrality side of the debate, although I have no proof. http://www.techdirt.com/articles/20070319/121200.shtml Judge for yourself. I did turn into a screaming little douche at the end though...but it was for the Love of a Free Internet.

  48. Re:No net neutrality these past 5 years has meant. by Richard_at_work · · Score: 1

    Verizon isn't preventing access to anything, they are only not carrying alt.* themselves - nothing preventing you getting it from another provider.

  49. Im for sale too by unity100 · · Score: 1

    like this guy, i have been a staunch defender of net neutrality in the small forums i run and in my friend circle, but given the right price, say, like 200 bucks or 250, i can invent many reasons why we should hand the fate of freedom of information for billions to the hands of verizon, comcast, at&t et al. i may be cheap, but i talk much.






    NOT.

  50. Re:No net neutrality these past 5 years has meant. by Lunatrik · · Score: 1

    Correct, good catch. I should have written "Preventing access to their own customers". The point still remains valid, however.

  51. Fiber Optic Cable by vimm · · Score: 1

    Net Neutrality Engineer: "HDTV and VOIP can't live together.. the internet is congested.. we need to use smart traffic shaping.."

    Lawrence Lessig, 10 years ago: "Install and use fiber optic cable instead of repairing copper core, and your bandwidth problems will disappear.. it will be expensive.."

    1. Re:Fiber Optic Cable by Richard+Bennett · · Score: 1

      Unfortunately, Lessig was wrong, and Japan has proved it. He was a lot less brash with this prediction at the recent FCC hearing on the Stanford campus, essentially retracting it. It turns out that adding bandwidth in the first mile contributes equally to adding and subtracting congestion.

      Oops.

  52. Reply: talking about profit not QoS/innovation by OldHawk777 · · Score: 2, Interesting

    I do have some old experience, I see some BS in the phrases he uses.

    The Internet's traffic system does not gives preferential treatment to short/fast communication paths unless you are stupid enough to configure your network/telecommunications backbone-architecture to the S/FPF rather then route on QoS metrics and implied content criticality. TCP is ignored by the backbone it is part of the package and cannot route, only the IP part is the destination/route information use for packet-switching, ATM cell-switching is another backbone technology and (yes) both are (can be) used at the biz-office LAN/WAN network level.

    The technical term is semantics "round-trip time effect." Critical content delivery requires TCP/IP not time and a protocol like UDP is important for real-time/streaming content VoIP/VTC/.... UDP Packets (no need to manage) dropped/corrupt cannot be recovered, but TCP/IP has a process for packet dropped/corrupt recovery. UDP is a good fast protocol on LANs and for multimedia/broadcast (can case jitter/distortion), but UDP is not appropriate for email/downloads of large/critical files across the internet, because the complete email/file would then require another complete send/download. The less your RTT is not always best for TCP/IP (assured content delivery is critical) traffic, the faster UDP speeds, the more traffic you can deliver is great for VoIP, streaming MP* files ....

    IOW: Bandwidth and QoS is best kept net-neutral, and CableCo (or whichever IAP) needs to invest in their infrastructure and innovation not screw their customers with bullshit/legislation. Oh, some folks (like me), consider infrastructure "IAP" access (CableCo/TelCo) providers different from the "ISP" content/services (Google, Yahoo, MSN, /., SecondLife, Wired, PBS ...) providers. Letting either IAP or ISP control everything is corporate-welfare monopolies or worse, and will never provide innovations or QoS improvements. We already pay for bandwidth access and QoS, and don't need more bullshit about what causes (lack of reinvestment) jitter/UDP bullshit.

    VoIP functions best when it receives a stream of uninterrupted packets, but reality is VoIP was meant to function acceptable for voice communications and when there is adequate bandwidth provided VoIP provides an acceptable phone conversation. VoIP (the protocol) does not (as best I know) give a shit about consistent gaps ... for the voice conversation it would be nice, but the answer is bandwidth investment and/or truth in advertising (VoIP and get crappy due to limited bandwidth (or mother nature) problems).

    File transfer (FTP) applications simply care about the time between the request for the file and the time the last bit is received and if the file is corrupted then you/application make other FTP request for a clean+usable file. In between, it doesn't matter if the packets are timed by a metronome or if they arrive in a specific sequence of clumps when using TFTP. Jitter is the engineering/common term for variations in delay when data is corrupted/unrecoverable causing voice/video/content... distortion.

    Asynchronous Transfer Mode (ATM) (Cell switching) does manage both bandwidth and QoS, far better than packet switching and is great for VoIP/VTC....

    The Internet is neutral with respect to applications and to location ... the content provider/customer is paying for the bandwidth and QoS; So, how/what they use to send and receive content is of no damn business to any Cableco/TelCo/... IAP who are being paid to provide QoS access to bandwidth for the content sharing industry and their home/biz customers.

    The internet is not neutral with respect to QoS bandwidth ... if you cannot provide, then content/service providers and their customers can use a different IAP ... if thee is another IAP in their IAP's access area. Stupid IAP investment and poor i

    --
    Unaccountable leaders are masters, and unrepresented people are slaves. How do US and EU fare?
  53. Re:No net neutrality these past 5 years has meant. by Richard_at_work · · Score: 1

    Again, no - their own customers can still go elsewhere to get alt.*, Verizon is not stopping them doing so, they just aren't carrying the branch themselves.

  54. Get the gub'ment out of technology by Brandybuck · · Score: 1

    Everything the government touches turns to shit. It's like that guy in the Skittles commercial, but with little rabbit turds instead. If the government had been making technology decisions twenty years ago, we would all be stuck on ISDN. Net Neutrality assumes a static technological world that only changes in predetermined ways.

    People like to pretend that the only problem wrong with government is that the right people are not in charge. But that's fantasy. Obama can no more write a routing protocol than McCain. This is the gang of fools that gave us the DMCA, and now you trust them to run the internet? Hah!

    I say get the government out of technology. This is a problem we can solve without their help.

    --
    Don't blame me, I didn't vote for either of them!
    1. Re:Get the gub'ment out of technology by Daniel+Dvorkin · · Score: 3, Insightful

      If the government had been making technology decisions twenty years ago, we would all be stuck on ISDN.

      Twenty years ago, the goverment was making technology decisions about something called ARPAnet. Typical stupid, wasteful government program that never went anywhere, of course. Fortunately, private enterprise led the way with bold innovative paradigm-breaking optimized syngergies, which is why we can now have this kind of discussion here on the Compuserve forums!

      --
      The correlation between ignorance of statistics and using "correlation is not causation" as an argument is close to 1.
    2. Re:Get the gub'ment out of technology by Brandybuck · · Score: 1

      ARPAnet was a military project. But unlike most military projects, it was run in a very hands-off manner. If congress was there micromanaging it, like they want to do with Net Neutrality, we would still be arguing over the details of the protocol.

      I am not an anarchist. There is this HUGE area between total anarchy and total state. Not every call for limiting the domain of government activity is a rallying call for anarchy. There are legitimate roles for the government, but it needs to limit itself to only those roles. The fact that it managed to fund the TCP/IP protocol as part of a military defense project does not give government the legitimacy to tell me what I can or cannot do with my node on the network. If I want to shape the traffic moving through my node and you don't like it, just route around me.

      --
      Don't blame me, I didn't vote for either of them!
  55. Re:I Oppose The Argument Against Net Neutraility L by TakeyMcTaker · · Score: 1

    We supposedly have Truth in Advertising laws already on the books, but super-fast, all-you-can-eat, Internet connections are still being advertised. I'd start by applying the existing law to those claims.



    It wouldn't do any good, because of the weasel words in the advertisements....What they say is true, even though they don't tell you all the truth.

    Very good points. Unfortunately, the legal reality also keeps plainly false advertisements from being pulled off the air. If you read the laws about false advertising, apparently you can only take a company to court about plainly false advertising if you are a competitor in the same field. In some states, "aggrieved consumers" can bring false advertising claims to court, but that is only if you they dumb enough to buy the false product first, and companies often get around class action suits by satisfying consumers on a one-off basis, or just dominating them each with legal muscle.

    In the case of ISPs, and most modern media industries, consolidation has lead to Trust relationships (we have laws against those too, but our lobby-puppet politicians never enforce them), where "competitors" will rarely sue each other over their lies. You tend to get broadly accepted industry-wide lies, out of the current enforcement system. It gets to the point where the consumers are just expected to know that they are being lied to. The important thing is that you are lied to consistently, by all competitors in a given industry.

  56. Re:No net neutrality these past 5 years has meant. by Anonymous Coward · · Score: 0

    "It is the carrier rocking the boat, and then crying foul when people try to address their money making schemes."

    Er, what schemes?

    Verizon needs to reserve a portion of its FiOS pipe for IP-TV. It does so without violating any "neutrality". There would be no business case for any fibre investment if you allowed Joe Schmoe equal access.

    Any ISP that tried to block access to GooTube would have no customers within 12 months.

    It sounds like you feel the need bullying someone, and in order to justify the bulling, you need to say you were bullied first.

  57. Re:No net neutrality these past 5 years has meant. by Kohath · · Score: 1

    Comcast and Bittorrent? Did you read the article? I don't think you read the article.

    Also, I thought net neutrality was supposed to treat everyone's comparable traffic that same and not to charge extra for preferred delivery of packets. Is there any evidence that Comcast is treating one type or one company's Bittorrent traffic differently than some other type? Are they charging someone extra for preferred delivery? I have not heard that allegation. Are you making it now?

    I'm not sure what you're saying about deep packet inspection other than you seem to be offended that it exists. Does net neutrality prohibit it?

    And Verizon has full discretion on what news it stores on its news servers. Are you saying net neutrality governs the precise operation of news servers at an ISP? I don't think it does.

    It sounds like "I feel bad, therefore we should pass a law". Shouldn't you have to, at least, show some kind of harm and show precisely how the law would have prevented the specific harm?
  58. Re:No net neutrality these past 5 years has meant. by Lunatrik · · Score: 1

    If the customers go somewhere else to get it, they most likely are no longer Verizon customers. Plus, you assume that customers *have another alternative*, which is not always the case. Indeed, in some cases Verizon is in fact preventing access to their customers - not all customers "can still go elsewhere to get alt.*".

    Regardless, this goes to the heart of net neutrality, and is a argument over technicality at best as it pertains to my original comment. Not to say this argument is not important - competiton or the lack thereof in regions is key to the net neutrality debate.

    But, again, going back to my original comment, to say that the lack of legislation on net neutrality over the past five years has had no effect on how corporations has acted is silly at best.

  59. WHY ARE WE EVEN HAVING THIS DEBATE???? by Anonymous Coward · · Score: 0

    The US is almost dead last in high speed internet access deployed to homes. In Japan they have fibre to the house. There are many third world countries that have better internet access than we do.

    This is not a technical debate at all. This is about two issues. GREED and CONTROL.

    If the current businesses in the marketplace are too greedy and stupid to provide the product that the market place demands perhaps it is time for some regulation.

    This is the USA where most of this technology was invented and still is produced. Why are we lagging behind the rest of the world?

    1. Re:WHY ARE WE EVEN HAVING THIS DEBATE???? by justinlee37 · · Score: 1

      If the current businesses in the marketplace are too greedy and stupid to provide the product that the market place demands perhaps it is time for some regulation.

      The telecommunications sector is already regulated. Companies are granted regional monopolies by the government so that they don't have to build separate networks that are in competition with each other.

      If anything what we need is less regulation.

      It's scary that people will jump to the conclusion that regulation is a "silver bullet" and push to apply it indiscriminately, in all situations, without researching the specific markets at all. The problems are probably from regulation.

      Stop over-regulating!

  60. He may be right technically... by aaaaaaargh! · · Score: 1

    ...but net neutrality is really a political matter and not a matter of network efficiency. The motives are political on both sides. Some parties and lobbyists are highly interested in effectively making certain kind of services unusable or infeasible. Decentralized p2p networks, bittorrent, etc. will be crippled. Anything without central control over the content will be crippled. Streaming down TV with lots of advertisements as part of your ISPs "net TV" package will still be possible and you won't have problems with getting Time Warner movies on a pay-per-view basis over "official" channels. It's all about who has the control over the content you get and which network applications you can use effectively---your choice or your ISP's?

  61. Re: ComCast is a QoS bandwidth example by OldHawk777 · · Score: 1, Interesting

    ComCast is a cable TV company that supports Net-Nepotism, because they are both an IAP (primary) and ISP (secondary) and ending Net-Neutrality would expand monopoly like powers over the USA Internet by IAPs like ComCast, but not improve QoS bandwidth to urban and rural communities, small-biz, or citizens at home.

    Innovation requires investment and reinvestment ... the IAPs do not appear to have any great interest in expensive innovation/infrastructure investments that provide QoS bandwidth increases at capitalist "Open"market competitive prices for every one in the USA.

    --
    Unaccountable leaders are masters, and unrepresented people are slaves. How do US and EU fare?
  62. Re: ComCast is a QoS bandwidth example by OldHawk777 · · Score: 1

    How would you rate ComCast Internet QoS and bandwidth?

    --
    Unaccountable leaders are masters, and unrepresented people are slaves. How do US and EU fare?
  63. Re:No net neutrality these past 5 years has meant. by Lunatrik · · Score: 2, Insightful

    I don't have the time to respond to all of your comments, but your limitation of net neutrality to a concept which is "supposed to treat everyone's comparable traffic that same and not to charge extra for preferred delivery of packets" is not only incorrect, but also concurs with the idea that Comcast violated issues of net neutrality.

    From Wikipedia (very well cited, check it yourself):
    "A neutral broadband network is one that is free of restrictions on the kinds of equipment that may be attached, on the modes of communication allowed, which does not restrict content, sites or platforms, and where communication is not unreasonably degraded by other communication streams."

    Under this idea of what a neutral network is constructed of, it is the restriction of the "modes of communication allowed" which has violated network neutrality. Even under your own (incorrect) definition, by slowing Bittorent packets, Comcast is charging customers that pay monthly MORE to download the same amount of data over Bittorrent, as they take more time to download. For example:

    Customer A downloads music_file.mp3 (3 megs) over HTML. It takes 1 minute, and he is paying $10/month. This means they, in effect, paid ~.0002 cents to download the song (43,200 minutes in 30 days).

    Customer B downloads music_file.mp3 (3 megs) over BitTorrent. Because Comcast is slowing this method, it takes 2 minutes to download. They have effectively paid *twice as much* to download the same content.

    Just to quickly note, the only purpose for deep packet inspection is *being used for* is to throttle specific types of communications. I don't have a personal vendetta against the technology (though the privacy implications are touchy), but its current use most certainly does violate net neutrality.

    For now I'll give you that Verizon can manipulate data stored on its server, simply because I am out of time to construct an argument.

  64. Re:No net neutrality these past 5 years has meant. by Lunatrik · · Score: 1

    Bah, customer A downloads over FTP. Not HTML. But you get the idea.

  65. What TFA basically argues is that... by BPPG · · Score: 1

    Net Neutrality is rubbish, get on my bandwagon and we can make the world better using MY products and MY protocols.

    The semantic web (by which I mean Web 3.0) is still a far enough in the future. We could reach it quicker by vesting all control to a small group of people, but we're not stupid.

    The above is what I was about to post, right before I actually read TFA. I'm glad I did, because this fellow does not appear to be asking for a monopoly on the Internet at all. He raises some good points, but the problem is that I don't think we've adequately defined what Net Neutrality is, and what it applies to.

    Regardless, demand always exceeds tech, we'll get to Web 3.0 when we get there. If difficulty in achieving Net Neutrality is its biggest flaw, then that should be an acceptable flaw.

    --
    What's the value of information that you don't know?
  66. Net neutrality is good. by Anonymous Coward · · Score: 0

    The problem with his argument is the statement. Let engineers solve engineering problems. That is not true. Solutions to problems are never just engineering. They are mostly driven by business motives. P2P, VoIP, etc, were developed because they were engineering solutions to problems caused by business.

  67. Re:No net neutrality these past 5 years has meant. by Kohath · · Score: 1

    So if any way of transferring a file takes any more time than another way, Comcast is guilty. It sounds unreasonable.

    Also the article talks about this.

  68. Re:No net neutrality these past 5 years has meant. by Lunatrik · · Score: 1

    If *Comcast is at fault* for *making* the file take longer, yes they are Guilty!

    What in the world is unreasonable about that?

  69. Re: Another example of .... by OldHawk777 · · Score: 2, Informative

    NACK/ACK (old S&F/RUID terms) is not an IP responsibility. ACK/NACK for TCP packet delivery failure is only noticeable at the destination client/server computer .... The IP part is the only part used by the IAP (CableCo/TelCo) infrastructure there is no consideration of the content TCP packets, failure to deliver, and/or the order/time of delivery. The TCP origin of an email/file does not need any ACK-confirmation that a packet was received at the intended destination, but the TCP origin does require a NACK-notice (to initiate a resend specific packet) when a specific packet was not received or corrupt (no need to resend the whole email/file); So, in some ways it perhaps prevents a great deal of unnecessary Internet traffic.

    Non-neutral network that does proper QOS by throttling bandwidth-heavy protocols that don't behave themselves on the network is acceptable.

    Stop getting D/DOS attacks and/or badly configured networks confused with TCP/IP. Yes, TCP/IP is an overhead heavy protocol, but there are legitimate reasons, and a lack of QoS bandwidth is always the problem on the Internet for ISP content/services providers and customers.

    Quit listening to IT product marketeers (AKA: vendors with and agenda)

    --
    Unaccountable leaders are masters, and unrepresented people are slaves. How do US and EU fare?
  70. Re:I hope he's not referring to IAP QoS... by OldHawk777 · · Score: 1

    Consider telecommunications infrastructure "IAP" access (CableCo/TelCo) providers different from the "ISP" content/services (Google, Yahoo, MSN, /., SecondLife, Wired, PBS ...) providers. VoIP is an ISP service that can be problematic when the IAP decides to reduced QoS bandwidth between points A&B.

    IOW: Access ain't Service, services/content (ISP) cannot be delivered without infrastructure access (IAP) ... if the IAP access QoS/bandwidth is shit, then the ISP will deliver services/content shit to their customers.

    Invest in QoS bandwidth not bullshit excuses for problems, either the IAP can deliver what you need for business and home or (if possible, there may be only one choice in your region/area) you need to find (or pray, typical in USA homes and small-biz) for another IAP.

    --
    Unaccountable leaders are masters, and unrepresented people are slaves. How do US and EU fare?
  71. Re:No net neutrality these past 5 years has meant. by Anonymous Coward · · Score: 0

    "... money making schemes."

    Exactly. The ISPs want to drink our milkshake. They are Standard oil. They own the railroads, so they can extort all the oilmen exploiting the folk.

  72. There are more than 4,000 independent ISPs. by Brett+Glass · · Score: 2, Interesting

    (That's more than 50 per state, so if you don't patronize one, it's not their fault.) That's hardly a duopoly situation. However, independent ISPs often pay more for bandwidth than the cable and telephone monopolies. Some pay as much as $300 per megabit per second per month for their backbone connections. They are thus even more susceptible to being harmed if greedy content providers -- such as Vuze -- siphon off their bandwidth using P2P, or if bandwidth hogs overrun their networks. So, the issue is not one of duopoly, nor is it one of greed on the part of the providers. (Many of them are just scraping by.) Rather, it's greed on the part of some bandwidth hogging users (5% use 80% of the bandwidth) and on the part of content providers which use P2P to avoid paying the freight for delivering their content to users. See http://www.brettglass.com/FCC/remarks.html for more on this issue.

    1. Re:There are more than 4,000 independent ISPs. by websitebroke · · Score: 2, Informative

      I live in Central PA, and we've basically got a duopoly between Comcast and Verizon (and no FIOS, just DSL). There are a few smaller companies like D&E or Commonwealth Telephone that run DSL a few smaller suburban areas, but they only operate where Verizon doesn't. One company that I know of, PA Online, leases bandwidth from Verizon, so they're stuck hoping that their far better customer service is worth the extra $7/month that they have to tack on to Verizon's price. The big question is whether or not skipping the totally aggravating call that you have to make to Verizon every 2-3 years for service is worth the extra cost.

    2. Re:There are more than 4,000 independent ISPs. by UnderCoverPenguin · · Score: 3, Informative

      Well, where I live - along the border between 2 cities, I have access to 2 cable companies, Wow and Camcast, and AT&T. (There is also stelite broadband, of course, but my neighbors tell me the QoS is bad). There are several companies that resell AT&T DSL, and a few that run there own DSL over lines leased from AT&T, but all of these are dependent on AT&T's infrastructure, so are not really competitors. (I often wonder if AT&T saves money from not having to bill or provide customer support for "indirect subscribers" - just provision circuits and let the "little guys" worry about the rest.) In my experience, these 3 big ISPs, and their vassels, behave more like a cartel than competitors.

      --
      Don't try to out wierd me, three-eyes. I get stranger things than you, free with my breakfast cereal. --Zaphod Beeblebr
    3. Re:There are more than 4,000 independent ISPs. by A+beautiful+mind · · Score: 1

      I've been following the Net Neutrality mailing list quite closely since it's creation. You've been a prominent poster on the list, who argues from the position of a small ISP. That doesn't make your opinion more correct or valid.

      Numerous people have tried to convince you about the fallacies of your position, so I will humbly suggest that your ISPs bottom line problems might be precisely due to you and your ISP not understanding these issues.

      I'm sorry, but I cannot endorse any of the positions you take (which are documented thoroughly in the nnsquad archive), namely that bandwidth overselling is the only way ISPs can stay alive and that justifies QoS and blocking P2P, that RST packets from an ISP are not forgery, etc. In fact, I consider you to be part of the problem, while ISPs keep having these opinions, we need legislation to provide fairness for internet users against ISPs. It's long overdue. Mail and television receives much more legal protection, but they are not even tenth as important to me as a correctly working internet access.

      --
      It takes a man to suffer ignorance and smile
      Be yourself no matter what they say
    4. Re:There are more than 4,000 independent ISPs. by Brett+Glass · · Score: 1
      I've been a "prominent poster" (as you call it) on the "Network Neutrality Squad" mailing list because I have to be to represent my industry. As far as I can tell, I am the only person who has ever posted to that list who is actually a provider of broadband Internet service. Virtually all of the other members (and all of the posters, for sure) on that list are zealots who are lobbying for what is most properly called "Network Neutering" -- turning the Internet into a regulated duopoly. Sort of like the old Bell System, but with only two options: your local monopoly telephone company and your local monopoly cable company. With only one type of service, one possible set of terms of service, and no opportunity for new or innovative providers to offer you an alternative which is different or better. And because none of them have ever been ISPs, the denizens of that list have no idea what they're talking about. Often, they act like spoiled children, asking for infinite resources at zero price. Anyone who has the slightest grounding in reality understands that this is not possible, but this does not stop these people from calling ISPs "evil" whenever they suggest that users cover the cost of the resources they consume.

      While most of what you've said is incorrect or naive, you are correct, above, when you characterize the zealots who post to that mailing list as being "against" ISPs. They are no going to convince me of the "fallacies" of my "position," because what I'm posting to that list isn't a matter of opinion. I'm posting facts about the Internet business. And many of those facts apply to large and small providers alike (though I am quick to point out when they do not). What's more, you will likely never find an ISP who is more pro-user, pro-consumer, pro-free speech, or obsessed with being fair to users or giving them great service than ours.

      Rather than refute your points here, I invite readers to read my postings to that list. Or, better, to read a good summary at http://www.brettglass.com/remarks.html, where I have posted the text of the remarks I made to the FCC Commissioners at their Stanford meeting .

      Finally, your false and misleading claim above that my ISP is experiencing "bottom line problems" is not only wrong but libelous. We are not raking in tons of money, because being ISP is not a "get rich quick" business. However, we do make payroll and continue to reinvest in our infrastructure. Most small businesses fail, but we've been going strong for 15 years -- despite the anticompetitive tactics of the telephone and cable companies. I think we're doing well in part because we're doing good for people.

    5. Re:There are more than 4,000 independent ISPs. by Brett+Glass · · Score: 1
      As I mentioned in my reply above, that mailing list was formed by, and is populated by, the sort of people who despise telecommunications service providers of all kinds. They can't, or don't want to, distinguish between our small, local, consumer-friendly ISP and the corporate behemoths. In fact, it's highly inconvenient for them that our small, local ISP -- like our 4,000 to 8,000 colleagues, depending upon how you count -- isn't a big, greedy monopoly like the telephone and cable companies! But while they seem to wish that "little good guys" like us would just go away (because we blow a hole in their argument that all ISPs are evil and therefore must be regulated), we are not going away at all. In fact, we're gaining speed and strength, because rational people understand that the best way to fight back against uncaring monopolies is to patronize their smaller, more consumer-friendly competitors.

      By "telling it like it is," our company is not "carrying water" for any large corporation. Rather, we're looking out for our users, who -- if we did not exist -- would be left at the mercy of a duopoly. Again, see my comments to the FCC, at http://www.brettglass.com/remarks.html, for more. That page also contains links to other documents which may be of interest to those who would like to get past the propaganda to the truth.

  73. multicast, bandwidth, and pricing by Anonymous Coward · · Score: 0

    A simplified economic model of the Internet calls for multiple level of service providers that sell bandwidth to each other. So I, as your ISP / backbone provider make as much money as bandwidth you can use. I have the option of enabling a technology that allows you to be more efficient and use less bandwidth, therefore pay me less. I call BS on this.

    The ISPs are complaining about over usage of bandwidth, but yet they a mechanism that (potentially) can save bandwidth use. If they don't want to reduce bandwidth then they should charge me more so that you afford to keep your network up. It's one or the other.

    I was sold a certain bandwidth for a certain price. Either give it to me or you are in breach of contract. It's that simple.

    It's the ISP's responsibility to offer their services at a rate that allows for the profit they want, not mine. Adjust the price or the bandwidth that you sell me (or both).
  74. Re: Another example of .... by Anonymous Coward · · Score: 0

    Like, what? You seriously need to go read up on TCP/IP if you think it sends NACKs and not ACKs. And "TCP origin of an email/file"? TCP does not care what it is transporting.

  75. Comment removed by account_deleted · · Score: 4, Insightful

    Comment removed based on user account deletion

  76. Re:It's not reality, it's all a lie by WolfWithoutAClause · · Score: 5, Informative

    LOL Richard Bennett is the guy that repeatedly spammed the wikipedia Network Neutrality article with his garbage, over a long, long period. He tried to rewrite the *definition* of network neutrality about a dozen times maybe in bizarre ways, he repeatedly deleted referenced material (usually describing them as 'lies' in his subject line), rewrote stuff, and in every possible way you can imagine tried to spin reality in ways that were self-evidently harmful to the balance of the wikipedia article.

    He even deliberately misquoted another engineer to say the exact opposite of what they said; to the point that they logged onto the wikipedia talk page to complain. This was even after it was pointed out they never said what he wrote them saying and that the references disagreed.

    He also thought that it was a good idea to get interviewed in articles in 'The Register' and then quoted himself in the wikipedia to 'prove' his points.

    Oh yeah, and he used 'sockpuppets' to continue to also push his point of view while temporarily banned.

    I could go on about this sleazebag for quite a while. When you even try to list the stunts he pulled it runs to several pages.

    I would also challenge some of his depth of understanding, for example, at least at one point in time he didn't seem to have the slightest clue what a contended service is, which is kinda... basic. Really, really basic.

    Really, he's just a bizarre guy, with bizarre views, and personality wise he's a total asshole.

    (See wikipedia RFC, which contains references to a small fraction of his 'work' in the wikipedia if you want to get a measure of the man).

    --

    -WolfWithoutAClause

    "Gravity is only a theory, not a fact!"
  77. Re:It's not reality, it's all a lie by WolfWithoutAClause · · Score: 4, Informative
    --

    -WolfWithoutAClause

    "Gravity is only a theory, not a fact!"
  78. As if by tepples · · Score: 1

    As the telco's upgrade to IPv6 they will be forced into using multicast. Shouldn't that be as follows (s/As/If/)?

    If the telco's upgrade to IPv6 they will be forced into using multicast. As for your next comment?

    You can tunnel multicast through devices that do not support it by having multicast point to point servers. What incentive do residential Internet last-mile providers have to deploy these multicast endpoints on their IPv4 networks?
    1. Re:As if by Skinkie · · Score: 1

      What incentive do residential Internet last-mile providers have to deploy these multicast endpoints on their IPv4 networks? Economically speaking: allowing more users on the same data lines. Since the total amount of traffic that users in common scenarios will use is reduced. For users it will mean a possible increase of networking speed for applications that support the infrastructure.
      --
      Support Eachother, Copy Dutch Property!
  79. Re:It's not reality, it's all a lie by Omestes · · Score: 5, Insightful

    limiting of certain types of traffic or certain pages (like the alt.* section of usenet) is fine.. if the ISP is upfront about it. If they had a cheap plan that limited you like that, and an expensive plan that had no restrictions, I'd be fine with it.

    I'd like to add something; they may do this IF I HAVE ANOTHER VIABLE CHOICE. If ISPs didn't operate as minor monopolies, I'd be fine with them doing whatever (if they are honest about it), as long as I can find another service who doesn't.

    --
    A patriot must always be ready to defend his country against his government. -edward abbey
  80. Re:No net neutrality these past 5 years has meant. by dpilot · · Score: 2, Insightful

    > Any ISP that tried to block access to GooTube would
    > have no customers within 12 months.

    You seem to presume that there's a choice. About the best that most can do is to choose between DSL and cable, and if both pull tricks like this, it's no choice. Many don't even have that choice of 2 for broadband, but get DSL *OR* cable - again, no choice.

    This is not a free market, in any way shape, or form.

    The real goal of net neutrality is to at least make it act like a common-carrier.

    This entire article is a red herring, not on Slashdot's part, but on the part of an industry that wants badly to kill the Internet by turning it into cable-tv-on-steroids. They've found what looks like a valid technical objection to net neutrality and blown that appearance into a foregone conclusion. Then they're using that foregone conclusion to try to convince everyone that net neutrality is a bad thing that hinders innovation.

    They belong in the same afterlife as the ??AA!

    --
    The living have better things to do than to continue hating the dead.
  81. Re:Companies can't be trusted/Nobody CAN be truste by dpilot · · Score: 2, Interesting

    Unfortunately it IS that companies can't be trusted. We've adopted the meme that companies are responsible ONLY for returning stockholder value, within the framework of the law. If the law doesn't require a common-carrier style Internet - if that law permits them to turn it into cable-tv-on-steroids, extracting maximum value from content providers and shutting small content out, they may well do it. If the extra revenue from the content providers is greater than the revenue loss from the few "net neutrality extremists" that leave, they will do it. Not only will they, but by today's corporate meme they MUST do it, because it makes more money and to maintain a neutral Internet would be fiscally irresponsible. Unless LARGE numbers of people are ready and willing to give up broadband, net neutrality legislation is the only thing that will save the Internet.

    --
    The living have better things to do than to continue hating the dead.
  82. Re:It's not reality, it's all a lie by loki_tiwaz · · Score: 5, Interesting

    they should just quit offering unlimited data plans unless they can actually offer unlimited data. unlimited dialup is easy to provide for, as in a whole month a user can get at best theoretically about 12gb if they are continuously downloading at full speed.

    the real problem is the marketing people are defining service options that the networks are not capable of supporting. some services are making a profit to support other services that aren't, which is fine in, for example, pre-packaged computer bundles, but because with internet service this affects everyone, this is the end result - isp's don't have the ability to provide the level of service they advertise so they must resort to throttling, which is of course done arbitrarily to certain kinds of traffic as they are the biggest bandwidth users, rather than doing it generally.

    if isp's just didn't spend so much time trying to hook those high bandwidth users up and made the prices of service to them higher, then the isp's could spend more money enhancing their bandwidth capacity instead of ending up having to explain why and what traffic they are shaping to keep use within the parameters of their networks.

    there is many factors related to how network applications are written, how various tcp/ip stacks schedule, how effective QoS systems are, and how widely deployed they are, but there is one guaranteed way to ensure networks aren't bogged down by bulk traffic and streaming users - always keep traffic levels below about half of capacity. the line might be rated to transport data at a certain speed but when you fill that pipe past a certain point you wind up with a great deal of turbulence which leads to latency issues.

    it's a bit similar to mastering levels in audio engineering - sure, you may have 120 dB of resolution in your recording medium, but the closer you get to filling all that space the less headroom you have for periodic spikes, which has lead in the commercial music engineering to more use of dynamic range compression, which produces a much 'duller' sound with less dynamics (some even say that this compressed dynamics leads to fatigue in the listener) - this problem never happened in cinema sound engineering because someone set a standard for how many dB average power should be targetted in a mix. Similarly, if the network provision industry would set a standard of aiming at around 50-60% utilisation average and accordingly adjusted planning for bandwidth upgrades and market penetration none of this would be a problem.

    beancounters see the network capacity specification and expect that they can run the network at that level without any problems. But of course beancounters also rate the potential of a resource according to a percentage of customer turnover below a certain level, meaning they can cheapskate to some degree and of course being that businesses care more about the bottom line than good service, this is the sort of issue that cannot be solved by anything other than legislation.

    i believe network neutrality as a concept misses the real point at issue here, which is simply businesses squeezing more money out of their lines than it is possible in real practise to allow, and pushing this limit just short of messing up the whole network. throttling bittorrent and streaming video is all about trying to hold back the flood of bandwidth demand so they can put off the upgrades for longer.

    there would not be a problem if they just didn't provide more bandwidth on the local loop than can be carried through the peering connections.

  83. Re:I Oppose The Argument Against Net Neutraility L by UnderCoverPenguin · · Score: 1

    Net neutrality is really 2 problems. One is an engineering problem related to fairly provisioning QoS. The other is a free speech issue. The second problem arises because companies like AT&T, etc, want to be both carrier and content provider - or at least the service provider for the content providers. Naturally, they want to give preferential service to their own content and/or the content of their (business) customers in terms of delivering content to (consumer) customers. This where government policy is needed - and should be narrowly targetted. The first problem is an engineering problem, best left for engineers to solve - and left alone by the politicians.

    --
    Don't try to out wierd me, three-eyes. I get stranger things than you, free with my breakfast cereal. --Zaphod Beeblebr
  84. Telcos Are Lying About Bandwidth Costs by Doc+Ruby · · Score: 1

    I consult for the NYC City Council's Technology committee. We ran "Net Neutrality" hearings as a matter of official NYC public policy, as NYC operates a lot of networks, and has a lot of influence over Verizon both here in NYC and nationwide (and around the world), as well as all the other telcos and other networks of every kind.

    I interviewed several academic computer scientists (like a PhD CS professor at Columbia University) who have been paid by telcos themselves to research congestion issues. Specifically whether it's more economical to tier services by content (or anything else), or to just build more bandwidth that's content-neutral (and protocol neutral, so email and P2P are the same priority as realtime TV and phone). They compared the economics of the buildout and the management, as well as actually building test labs of each.

    They officially reported to the telcos that unequivocally building more bandwidth was better *** FOR THE TELCOS *** .

    The telcos know that it's better. They're just lying because they want an excuse to spy on your messages for political purposes (like their FISA violations, which wouldn't look as bad anymore), and to compete with some content of their own (like voice and video). That "technical reality" is a pack of lies, except where it admits that more bandwidth is better for everyone. Everyone, that is, except the execs at telcos hellbent on world domination.

    --

    --
    make install -not war

  85. Excuses... by lordsid · · Score: 1

    This is all simply excuses on the part of the network owners. It is a fact that technology evolves at an exponential rate. This includes network hardware. The internet providers as a whole do not upgrade their networks with the proper technology. Instead they make the minimum upgrades for the maximum profit. I see this every year in the way Charter Communications treats their network and customers. Every year a repair man has to come out to my house and tweak the wires in my house to squeak out just a little bit more signal to get to my cable modem working again. This is an epidemic among service providers in the U.S. They are merely using this as an excuse to justify the restriction on their networks. A network is a collaboration of systems to benefit each other. If ISP's do not want to embrace this definition we as consumers need to tell them to go fuck themselves.

    --
    IMAGE VERIFICATION IS EVIL!
  86. Re:It's not reality, it's all a lie by Anonymous Coward · · Score: 2, Funny

    Hi Richard!

  87. net neutrality by falconwolf · · Score: 1

    I noticed Richard Bennett does not address a couple of things that concerns people who push for net neutrality laws, the throttling of of traffic from some websites but not others even though they the same type of files, such as with political websites or commercial websites. Say a PHB at cableco X doesn't like Daily Kos so s/he has it slowed down whereas PHB at cableco Y doesn't like Free Republic so that company slows it down. With commercial websites cableco X goes into partnership with Amazon and so slows connections to bookpool. The only difference between these websites are the originators, they are in competition with each other.

    Falcon
    1. Re:net neutrality by vux984 · · Score: 1

      They do, Google pays for it's own bandwidth as do Amazon, Apple, and eBay.

      This isn't really about net neutrality, its about something much more subtle.

      Did you even read his post. He specifically mentioned blizzard not apple or google for a reason. And he's right. By using p2p blizzard has REDUCED the amount of bandwidth BLIZZARD needs, by offloading it onto their customers. Suppose blizzard for example, seeded an expansion at high speed for a couple hours until a bunch of customers had the file, and then cut their own speed down to zilch, and let the remaining 10 million customers download most of the patch from other users, without using a dime of their own bandwidth. Blizzard saves a bundle of money on bandwidth. Shareholders are happy. Yet those patches still need get around... so who is paying for it?

      The consumers? Sort of... but they're all currently on flat rate broadband plans, so while they technically pay for it, the actual cost of the bandwidth blizzard is 'saving' is being reflected in the cost of the additional bandwidth that the ISP provides to its customers. Meaning essentially, the ISP is eating the cost. So for them, this isn't a case of double-dipping like they would be with net-neutrality... but a more subtle case where Blizzard as literally shifted its own bandwidth costs onto its consumers ISPs.

      Now you can argue that if WoW players are willing to accept providing patch bandwidth to blizzard as part of their terms for playing the game and that its really none of the ISPs business. The WoW player is paying for their bandwidth, and if they want to use it to upload blizzard patches to other players then that is their prerogative. And that is a FAIR argument.

      But OBVIOUSLY that isn't sustainable. Apple will start doing p2p distribution for itunes hd movies, google for hd youtube, etc, etc. And the ISPs will be required to provide its own consumers MORE and MORE bandwidth so that they can provide their consumers bandwidth to ultimately provide distribution for Apple / Google / Blizzard, etc.

      The ONLY possible outcome of that is that ISPs will HAVE to raise prices to their consumers, because if the ISPs customers are going to consume vast amounts of bandwidth to upload patches for blizzard, youtube content for google, itunes content for apple, etc, etc, etc, then the ISP is going need to get paid for that bandwidth.

      Sooner or later the ISP is going to have to either seek more money from Blizzard et al, or from its own subscribers. Logically I think ISPs should be raising prices to their own consumers, because I believe firmly in net-neutrality. And am very much against the sort of double dipping that not having net-neutrality would allow.

      However, at the same time, in the case of p2p distribution, if I download a movie 'from' apple (and apple is using p2p), then I am not only going to consume the bandwidth to download the movie (which is fine), I am ALSO going to consume considerable EXTRA upload bandwidth to seed that movie to others. And the ISP will be billing ME for that extra upload.

      WHY THE HELL SHOULD I HAVE TO PAY FOR BANDWIDTH FOR OTHER PEOPLE TO DOWNLOAD MOVIES 'from' APPLE?

      'from' is in quotes, of course, because that upload bandwidth is being provided by ME, at MY expense, not Apples.

      That strikes me as wrong on many levels. And my ISP isn't the the bad guy here for charging me. Apple is.

      Now Apple might argue that by offloading distribution to me and reducing their costs, that they are able to reduce the prices of their content, so for me its a zero sum game... if Apple had to pay for the bandwidth the movies would go up, and my bandwidht costs would go down. But in reality-land, apple can buy bandwidth cheaper than I can. The ability to add bandwidth supply to Apple's NOCs the the backbone etc is much greater than the ability to add bandwidth supply on the 'last mile' to my home.

      This is a major storm waiting to erupt, and its whole different can of worms than net-neutrality is. Sadly the two are inevitably going to be confused and conflated.

    2. Re:net neutrality by Richard+Bennett · · Score: 1

      You can't address every issue in five minutes of introductory remarks, unfortunately, but next time I'll try and do better. I appreciate that the grass-roots support for NN comes from people who are mainly worried about free speech, and I have addressed that in the past. I suggest that the bills and regulations should address free speech directly, and not issues of network engineering. That should make everybody happy. I setup an activist web site in 1996, and the last thing I want is for anybody to censor it, and that includes the government, the ISPs, and the Search Monopoly.

      We can protect free speech without banning advances in network architecture.

    3. Re:net neutrality by Anonymous Coward · · Score: 0

      If the ISP didn't have unlimited bandwidth and flat fee service plans, the p2p folks actually using that bandwidth Blizzard avoided buying would be the ones paying for it. Problem solved?

  88. That's true in America maybe by falconwolf · · Score: 1

    but here in the UK there's no monopoly (you can switch ISPs fairly quickly and there's maybe a dozen or more to choose from)

    In the US people have a choice for dialup speeds but most people don't have a choice for broadband, heck some people can't get broadband. A small number of people are lucky to have both cable and dsl access but if they can get broadband at all it's usually either cable or dsl not both.

    falcon
  89. I know the answer. by Anonymous Coward · · Score: 0

    God damn republicans. Always bringing us down.

  90. duopoly by falconwolf · · Score: 5, Insightful

    (That's more than 50 per state, so if you don't patronize one, it's not their fault.) That's hardly a duopoly situation.

    It is a duopoly if you only have 2 choices for broadband, and many don't have 2 choices. If you're lucky you have a choice for cable and dsl, many can't get either, and even if you can sign up with a third party ISP they still use either the cableco's or telco's lines.

    Rather, it's greed on the part of some bandwidth hogging users

    No it's greed on the part of access providers. Nothing made them offer unlimited access plans, but once people took them up on the offer they are crying. It's nothing more than offering more than they can provide and that's a problem of their own making.

    Now, if they want to start charging some people more for using more bandwidth then I want them to pay back the billions of taxpayer dollars they got in subsidies to build out their infrastructure. They took the taxpayers' money and used it to boost their bottom line without doing what they were given the money do to.

    Falcon
  91. Missing the real point by Anonymous Coward · · Score: 0

    The article is right, but I think he's missing the point of network neutrality right now, at least to the general public.

    When the general public thinks of net neutrality, they want equally fast access to all websites, they want their streaming video fast, and they don't want their downloads or encrypted data hampered. Whether the internet is engineered correctly or not does not change the fact that the telcos are screwing us on all of these points.

  92. net neutrality by falconwolf · · Score: 1

    I work for an ISP, and net neutrality scares the hell out of me. We do not want to, and will not throttle back certain sites who won't pay us for premium access, or create a tiered pricing structure for our customers

    Ah but that's why some are pushing for net neutrality, so that access providers won't demand either content providers or the ISP's customers pay more not to have the connection slowed down.

    The point is content providers should provide their own bandwidth

    They do, Google pays for it's own bandwidth as do Amazon, Apple, and eBay.

    Falcon
  93. Some of us have been affected by this non-neutral by falconwolf · · Score: 1

    network

    Who? Affected how?

    Me. By the government giving broadband providers $200 Billion+ of my tax money to build out broadband which they did not do.

    Falcon
  94. Public Utility by Symbiot · · Score: 1

    The gov't ought to exercise eminent domain over the entire internet infrastructure and run it as a minimally regulated public service just like they do roads. Net Neutrality is a perfect example of why: it's totally stupid from a technical point of view because different kinds of usage require different kinds of QOS, but it's absolutely necessary from an economic perspective because otherwise the telcos are incented to act in direct opposition to the needs of the consumer.

    The "invisible hand" of the free market only works in cases where the market is actually free. The telecommunications industry is bubbling over with natural monopolies and will therefore never, ever, work to benefit consumers as long as it is regulated by the open market.

    I know, I know, the government is notoriously bad at running things -- except where the job they do is just fine in which case nobody notices. Again, the system works a lot better when the people doing a job get paid more when they please the end consumer and less when they fail. People who regulate an industry should never be allowed to make money _in_ that industry -- just like we don't allow criminals to become judges.

    Anyway, the point is, the free market is the wrong tool for controlling monopolistic enterprises and socialism is the right one. It's not a matter of philosophy, it's more about looking at which direction various forces tend to push things and harnessing the force that pushes in the direction you want to go. In this case our favorite force tends to push in the wrong direction, so we really ought to consider hitching our fate to a different one this time.

  95. Re:No net neutrality these past 5 years has meant. by falconwolf · · Score: 1

    I thought net neutrality was supposed to treat everyone's comparable traffic that same and not to charge extra for preferred delivery of packets.

    I think that's what Richard Bennett, TFA writer, is missing about net neutrality. Nowhere does he address the possibility of ISPs demanding one content provider, such as Google, pay them not to slow their traffic.

    It sounds like "I feel bad, therefore we should pass a law".

    Generally I don't like, I actually oppose, new laws however what TFA writer misses besides what I say above is free speech. Say PHB at cableco X is a conservative and hates liberals so he has his engineers slow down connections to Daily Kos whereas PHB at cableco Y hates conservatives and slows down traffic from Free Republic. Both websites deliver html but their politics are different. Another thing he misses is that the government has given more than $200 billion of taxpayer money to buildout the broadband infrastructure, which for the most part they have not done.

    Falcon

    "Should there be a law?"
  96. Re:No net neutrality these past 5 years has meant. by Richard_at_work · · Score: 2, Informative

    If the customers go somewhere else to get it, they most likely are no longer Verizon customers. Plus, you assume that customers *have another alternative*, which is not always the case. Indeed, in some cases Verizon is in fact preventing access to their customers - not all customers "can still go elsewhere to get alt.*". Bollocks - Verizon is in no way preventing their customers from going to Giganews or another NNTP provider and pointing their NNTP clients at the Giganews servers. No way at all. Their customers can most certainly go elsewhere for the service if they still require it.

    Regardless, this goes to the heart of net neutrality, and is a argument over technicality at best as it pertains to my original comment. Not to say this argument is not important - competiton or the lack thereof in regions is key to the net neutrality debate. But, again, going back to my original comment, to say that the lack of legislation on net neutrality over the past five years has had no effect on how corporations has acted is silly at best. No, this has nothing at all to do with net neutrality, this is a business refusing to provide a particular service en masse - any net neutrality law would not prevent Verizon from doing this.
  97. I understand... by Anonymous Coward · · Score: 0

    I understand that there are technical issues revolving around net neutrality. But technical issues are not what most ISP's are looking at. Downloading free movies (and when I type free, I mean FREE as in free to distribute without infringing on copyright), is against an ISP's business. Most ISP's (mine included) offer television across the internet. Why should they allow someone to get something for free when they can throttle bandwidth and then charge for content they provide? Its a no-brainer. They save by offering poorer service, and then gain more revenue by offering net-tv. They are also cheerful to claim there is no bandwidth (although 360 networks and JDS Uniphase both tanked after the .com bubble burst because massive data compression occurred at the same time a huge amount of new fiber went into the ground. Suddenly the speed limit went from 50 miles per hour to 5000 and it happened at the same time the highway went from 2 lanes (1 each way) to 50 (each way). The overcapacity has not been fully utilized as there is still a lot of dark (unused) fiber in the ground. To utter the words 'we don't have the bandwidth' is to utter rubbish.

  98. Re: Another example of .... by OldHawk777 · · Score: 1

    You seriously need to go read. "NACK/ACK (old S&F/RUID terms)" indicates you are clueless about why I used the terms that were in the post I replied too. NACK/ACK are old terms (pre-Internet) used in messaging and other communications software/documentation for store&forward switches and messaging systems that used RUID (Route User/Unique ID [AKA: R community] ...), all long before the "Internet". Do you know what BBN, stands for what about SUN ... anyway you should read up on many things including TCP/IP.

    Anyone can toss bit buckets, a few of us can take the trash and make something ... I suspect this AC in only capable of bit-bucket-tossing or VBasic coding.

    --
    Unaccountable leaders are masters, and unrepresented people are slaves. How do US and EU fare?
  99. Re:It's not reality, it's all a lie by slmdmd · · Score: 2, Interesting

    May be we should invent a new communication channel other than the stone age technology of cables for p2p, For example - GPS uses satellite. Say, a open source Wireless p2p device etc.. and then a p2p only international gateway service provider.

  100. Re:It's not reality, it's all a lie by Anonymous Coward · · Score: 0

    Or, you know...stop building networks for asymmetric connections and overselling like mad. Improve the network and don't promise more bandwidth until you can reasonably handle it. (Why offer more bandwidth constantly? It's not like the major ISPs have any real competition. And certainly not everywhere.)

  101. Fundamental problem with ISPs by mario_grgic · · Score: 1

    is that they are trying to put economic penalties on users to curb the bandwidth problem, instead of putting economic incentives into new developments and technologies to solve the bandwidth problem.

    Bandwidth problem will not go away, and people will always want more. There are billions to be made for companies who can invent technology to increase it (perhaps even on existing infrastructure) and I believe this is where they should concentrate their efforts on, but as usual that will not happen.

    How many times have we seen this, some company trying desperately to stick to old business model and penalizing users to preserve it instead of moving on with the times?

    --
    As the island of our knowledge grows, so does the shore of our ignorance.
  102. Re:I Oppose The Argument Against Net Neutraility L by Anonymous Coward · · Score: 0

    I am in favor of Net Neutrality regulations and laws, not because I like regulations and laws (I don't), but that I am finding them necessary in this case. Is there anyone who supports net neutrality because they just like laws?
  103. Re: Another example of .... by psmears · · Score: 1

    The TCP origin of an email/file does not need any ACK-confirmation that a packet was received at the intended destination, but the TCP origin does require a NACK-notice (to initiate a resend specific packet) when a specific packet was not received or corrupt (no need to resend the whole email/file); That's not true: if the receiving end doesn't send an ACK for the packets that the sender sends, the sender will both (a) resend the packets that weren't ACKed, and (b) refrain from sending further packets (beyond a certain limit). There is no such think as a NACK in TCP—the nearest that you get is a resend of an ACK for a previous packet, which is usually treated as an indication of packet loss.
  104. Re:I Oppose The Argument Against Net Neutraility L by guruevi · · Score: 1

    Read the fine print in your contract. Most contracts promise you something like 64k down, 24k up minimum. Some even go as far as promising you a 128k down, 64k up. Of course you can't hold them responsible if you don't get that at certain points.

    --
    Custom electronics and digital signage for your business: www.evcircuits.com
  105. New Paradigm: Net Prejudice vs. Net Neutrality by xk0der · · Score: 1

    My collegue Alok wrote a fantastic essay on this issue which everyone here should appreciate as it starts with the basic principles of how the internet works and then analyzes a conception of net neutrality and more importantly extends the debate to consider different possibilities for net prejudice i.e. prejudicial packet treatment (also called QoS, etc.). The basic conclusion is that legislation should be enacted (and can be defined and implemented effectively and easily) based on an analysis of technology as well as business motivations of telco.s not to project net neutrality but rather to prevent pernicious types of net prejudice. This would protect best telco., consumer and engineering interests. You can read the essay at scribd: http://www.scribd.com/doc/938752/Against-FeeBased-and-other-Pernicious-Net-Prejudice-An-Explanation-and-Examination-of-the-Net-Neutrality-Debate Here's Alok's summary of his argument: defining net neutrality as the idea that every packet must be treated equally, there's an alternative, net prejudice, in which packets can be treated prejudicially (or preferentially depending on your perspective!). Through analyzing the kinds of technologies involved in sincere and rent-seeking net prejudice by telco.s, the essay arrives at conclusions that protections are needed (e.g. legislation) not so much to protect net neutrality but rather to protect against pernicious net prejudice, and these protections won't inhibit any technological innovation (e.g. IPv6 which provides for quality of service or net prejudice) nor provide any disincentives to telecommunications infrastructure investment.

    --
    Therez light! : aHR0cDovL3hrMGRlci53b3JkcHJlc3MuY29t
  106. Neutral net or no net, there is no other choice. by Odder · · Score: 3, Interesting

    Here's how media companies will kill the free internet we all know and love:

    The result will look like broadcast media does today, one big corporate billboard, instead of a free press. Just a little censorship is like being just a little pregnant.

  107. Moderators: please note by Anonymous Coward · · Score: 0

    twitter and Odder are the same person.

    1. Re:Moderators: please note by fm6 · · Score: 1

      Yeah, yeah, we all know that. You're only raising his visibility by replying to his posts.

  108. Re:Open spectrum and technical reality. by freenix · · Score: 1

    David Reed has a nice collection of open spectrum articles. Of the two experts here, Reed looks real.

  109. Re:Open spectrum and technical reality. by willyhill · · Score: 1
    I was hoping you wouldn't use this account to shill your posts the way you've used all the others, but it's obvious that instead of being part of Slashdot, all you want to do is abuse the site. I added your "freenix" account to my journal.

    I still hope you'll reconsider this behavior.

    --
    The twitter monologues. Click on my homepage and be amazed.
  110. Re:Open spectrum and technical reality. by fm6 · · Score: 1
  111. Re:No net neutrality these past 5 years has meant. by Lunatrik · · Score: 1

    mmmmm.

    Yeah, you are right. Given the capability I would strike my Verizon example from my original post. Good points across the board.

  112. Comment removed by account_deleted · · Score: 2, Interesting

    Comment removed based on user account deletion

  113. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  114. Re: Another example of .... by OldHawk777 · · Score: 1

    On the issue of ACK... give your comment to the person that initially used the terms in their post (NOT me!). I simply used the same terms for their post not yours. IOW: get a real issue.

    TCP applications on local clients/servers can ack/something-worked nak/something-failed with a local mail server all damn day, BFD ... I would call that a thrashing/misbehaving/bad (shut it down) TCP application, because it would be as problematic on my network as a thrashing Ethernet card.

    There is no need (it is worthless) to confirm each successful packet delivery.

    Resend missing/failed/corrupted packets does have value and is required for TCP applications to work properly. If there is a reply-request to confirm successful delivery of all related packets, then an ACK/reply will be sent to the sending TCP application, by the receiving TCP application, confirming complete clean (no errors) reception of all packets associated with the email including all the attachments.

    Poor understanding/implementation of TCP/IP appears to be the problem for folks, TCP and IP work very well together on the Internet.

    Can we innovate (make things better)...? Always yes, but indicating that a lack of QoS bandwidth is not the root-problem for the Internet in the USA (especially) is pure BS that IAP (CableCo/TelCo) want you and congress/politicians to believe.

    --
    Unaccountable leaders are masters, and unrepresented people are slaves. How do US and EU fare?
  115. Re:I Oppose The Argument Against Net Neutraility L by xdroop · · Score: 1

    We supposedly have Truth in Advertising laws already on the books, but super-fast, all-you-can-eat, Internet connections are still being advertised. I'd start by applying the existing law to those claims.

    Ah, but you lose there because "unlimited" in relation to internet accounts classically means as to connect time, not throughput. This dates back to the time where the scarce resource was time on the IPS's modem farm, not upstream bandwidth. So as long as there isn't a limit on your connection time, they win.

    You kids today.

    --
    you should read everything on the internet as if it had "but I'm probably talking out of my ass" appended to it.
  116. ISP reality check by toriver · · Score: 1

    You are mad, but I would expect no less from an ISP representative. But, let us go over the realities in a calm manner...

    1) Content providers have their own contracts with internet service providers. They are not YOUR customers, they are some other companies' customers. They pay that company for the bandwidth use; very popular content can lead to these limits to be exceeded (the famous "Slashdot effect" is an example) thus basically shutting down that content. But them's the breaks.

    2) Content is sent to your customers when your customers ask for it. The traffic is thus initiated by your customers. You know, the people you get to charge money because - I will say this again - THEY are your customers. They are the ones you can charge money.

    3) Peer to peer is an effective way of distributing popular and large files to multiple recipients compared to the "single source" protocols associated with traditional distribution (FTP, HTTP). The users get content faster, the network is less prone to bottlenecks - everyone wins, except the company charging for use of the now less over-utilized "pipe".

    4) Many ISPs are also themselves content providers, so the wailing and crocodile tears over having to transport content that is more popular than their own ring hollow when you start to look more into the real reasons for this twisted "the content providers are leeches" theories ISPs keep churning on.

    5) Ask yourself this: Without these content providers you appear to loathe, would you even HAVE customers? Noone wake up one morning and say "Today I will become a customer of Random ISP, because I love giving money to companies just because". No, they wake up and say "Today I will become a custimer of Random ISP because I want to access YouTube and play World of Warcraft". The sooner ISPs realize they need content providers the better.

    In conclusion:

    As an ISP you have chosen a certain business model where you distribute your need for income on a set of subscribers. If you cannot make money from that model you need to rethink the business model. And begging (or requesting "protection money" which preferred service really is) from other ISPs' customers is NOT a good business model.

  117. Re:Neutral net or no net, there is no other choice by willyhill · · Score: 1

    Your reply to this post as twitter (and the subsequent one as freenix) could have easily been made here, in a single comment. Why do you insist on shilling your own posts this way?

    --
    The twitter monologues. Click on my homepage and be amazed.
  118. Re:Open spectrum and technical reality. by willyhill · · Score: 2, Informative
    You have a point. But, the more he does it and gets modded up for it, the more shilling and complaining of his own moderation he can do, as he has repeatedly proved that honesty is not a trait he cares for. More importantly, Odder is the last account of his (out of ten) that has positive karma, and as such he's probably getting moderation points on it, which he can use to mod his other accounts up or mod people like you and me down at his convenience.

    I will take my offtopic moderations just to make sure other people who post legitimate replies to his astroturfing know what they're getting into.

    Once he starts replying to himself with multiple accounts, anything he had to say becomes irrelevant.

    --
    The twitter monologues. Click on my homepage and be amazed.
  119. trolls by Anonymous Coward · · Score: 0

    why is your name troll account so well moderated? Why do you use fm6, dedazo, mathorpe and other accounts to troll 24/7?

  120. Re:Open spectrum and technical reality. by fm6 · · Score: 1

    Check out the karma for twitter's accounts. Almost all of them are very low karma. The exceptions seem to be accounts that he hasn't had for very long. If the guy's goal is to steal karma, he's not doing a very good job. In fact, he has an impressive ability to destroy the karma of any account he comments from.

    True, he sometimes does get modded up. I think that has less to do with his onanistic conversations with himself than with his ability to spout boilerplate pro-OSS and anti-M$ rants. That sucks, but bad moderation happens a lot around here; this is no worse than most.

    And no, he certainly doesn't get any mod points. Nowadays, you have to be in the middle of the bell curve, posting frequency wise. So if you post a lot, you never get mod points (I haven't had any since the new system was put in place 5 years ago). And if you post a little (or distribute your posts between a lot of different accounts), you don't get mod points either.

    So please, ignore his bullshit. Because by making noise about it, you're facilitating it.

  121. Re: Another example of .... by psmears · · Score: 1

    Resend missing/failed/corrupted packets does have value and is required for TCP applications to work properly. If there is a reply-request to confirm successful delivery of all related packets, then an ACK/reply will be sent to the sending TCP application, by the receiving TCP application, confirming complete clean (no errors) reception of all packets associated with the email including all the attachments. No, the receiving end will always ACK all packets that it gets—otherwise the other end will assume the packets didn't get through and keep resending them. That's why it's not worthless to send ACKs!

    Poor understanding/implementation of TCP/IP appears to be the problem for folks, This part of your post, however, is correct.
  122. all packets are created equal by Anonymous Coward · · Score: 0

    god damn vultures

  123. Creating false dichotomies by Richard+Bennett · · Score: 1

    The experience of Japan and Korea is that simply adding bandwidth, especially symmetrical bandwidth, to first-mile networks doesn't make the congestion problem go away; they're got 100 Mb/s and 1 Gb/s links, and still have to ration P2P bandwidth to prevent 5% of the users from hogging 75% of network capacity. The problem is that additional bandwidth is instantly consumed by queued-up P2P file transfers. They complete quicker, and the P2P users respond to that by doing even more P2P transfers. So bandwidth, in real networks, is like memory in computers: applications expand to consume it all. That's what they're supposed to do, after all.

    The net neutrality fight as a political and economic matter is largely a fight between Big Content (Google, Yahoo, Amazon, et. al.) and the Telcos for who controls the Telco networks. My article doesn't address that, because my main concern is that regardless of who wins in Washington, the challenges of network engineering will continue, and I'd hate to see engineers have their hands tied by well-meaning but misguided prescriptions.

    1. Re:Creating false dichotomies by Doc+Ruby · · Score: 2, Informative

      Do they have to throttle P2P to control bandwidth usage, or are they just rolling out the same kind of propaganda as American network operators? After all, Sony owns a lot of content.

      The engineers have to implement technology that supports the activity that people want to do. That the market demands. Their design decisions are constrained by their bosses, who are prioritizing competing with other sources of content over any kind of service quality to their customers. You're talking about these engineers as if they're actually being charged with keeping the networks clear, rather than build out a strategy that constrains bandwidth to enhance the perception of scarcity, which is the basis of the value that the network operators are selling.

      Yes, people's bandwidth demands will expand to fill whatever capacity is delivered. But networks sell that bandwidth. The problem is that WAN operators have long counted on an optimization, bandwidth oversubscription, that sells people what they could never all actually get. That era has passed. Network operators have to expand the capacity of the shared links to accommodate the capacity of the edges. When they do that, get the proportions correct to the modern demand models, they will have a hugely valuable product to sell, that will earn them a lot more money as it helps others make a lot more money, either off the delivery of content or just elsewhere in order to consume that content.

      But they're so used to getting everything, and giving the least possible, that they're just doing more of that, with their new monopoly powers. They want to sell content in competition with their content delivering customers, and of course (because they always have) they want to use their competitive advantages to crush those customers who are competitors. Even if that means also stepping all over the demands of their customers who are consumers.

      That's why the telcos and cablecos create the false dichotomy. They're the ones who are saying they must deploy tiered pricing and bandwidth caps, even though their own research shows that increased bandwidth is cheaper and more effective at solving the problem, while bringing extra benefits (more bandwidth overall to sell).

      A content-neutral network is a primary benefit of the Internet. Keeping that value as a design goal is necessarily the job of the government, because the telcos/cablecos are ignoring the economics of the basic problem in favor of a more complex strategic goal. A goal that puts the telcos/cablecos' interests in conflict with their customers at both ends of a transmission.

      I think that the current means of Network Neutrality enforcement is in fact wrong, because it focuses on the wrong layer of the overall problem. If Internet bandwidth providers were prohibited from the kind of vertical bundling that defines other monopolistic industries, like say Microsoft's, then they'd all be falling over themselves to build more bandwidth, more product to sell. If they were also required to continue the "common carriage" policies that everyone knows is essential to essential infrastructure, that combination would give us a level playing field that would include content neutrality, and a lot of the rest of what makes the Internet healthy.

      But instead, the cablecos/telcos are running the legislation with their lobbyists, finding a conflict only with a few content providers rich enough to stand up, newcomers like Google. Consumers are totally absent, except that the content providers prioritize them (because they're more sensitive to market demands than are telcos/cablecos, because they're not monopolies who can ignore their customers). That's a tragedy, because of course Congress is supposed to represent those consumers first, as their population is vastly greater than the number of executives at the cablecos/telcos and content providers combined.

      So in the meantime, at least Network Neutrality protects part of consumers' interests. Since economics (at least the basic, sus

      --

      --
      make install -not war

  124. Thank you for that kind remark, Nuintari by Richard+Bennett · · Score: 1

    It's good to see so many of the readers getting my analysis of the technical issues affected by the current controversy.

    All I'm really trying to say is that we're not done with the technical design of the Internet yet, but if some of these NN laws pass, we damn sure will be.

  125. Re:Open spectrum and technical reality. by Anonymous Coward · · Score: 0

    When you say:

    the karma for twitter's accounts. Almost all of them are very low karma. The exceptions seem to be accounts that he hasn't had for very long.

    Are you trying to say that people here besides yourself actually read account names and moderate accordingly?

    A more likely explanation is that you trolls have an impressive number of modpoints but it still takes you a long time to destroy an account. I'm glad the fm6 account is on a modpoint blacklist but you seem to have the karma farming method down with your other accounts.

  126. Did you even read his post. by falconwolf · · Score: 1

    I read his post, did you read mine? He said, and I included it, he didn't want to throttle certain websites and I said that's why some people want net neutrality, so their ISP won't throttle websites that won't pay extra.

    Logically I think ISPs should be raising prices to their own consumers, because I believe firmly in net-neutrality. And am very much against the sort of double dipping that not having net-neutrality would allow.

    Same here, but only after ISPs either build out their network infrastructure or give the subsidies the government gave them to build it out back. The government gave them more than $200 million of taxpayer money. And stop advertizing it as unlimited. They did so to lure customers to sign up with them, and now that people are they are crying.

    I am ALSO going to consume considerable EXTRA upload bandwidth to seed that movie to others. And the ISP will be billing ME for that extra upload.

    You can't control what programs on your computer has access to the internet? When I used Windows I also used the ZoneAlarm firewall which allowed me to do just that. I didn't get around to installing a firewall on my Linux PC but I have one on my Mac as well.

    Falcon
    1. Re:Did you even read his post. by vux984 · · Score: 1

      and I said that's why some people want net neutrality, so their ISP won't throttle websites that won't pay extra.

      And I'm already all for net neutrality on that score, so there is nothing to debate there.

      i>Same here, but only after ISPs either build out their network infrastructure or give the subsidies the government gave them to build it out back. The government gave them more than $200 million of taxpayer money.

      What precisely do you think it will cost to lay out fiber to everyone? 200M won't even do a major city. Just what sort of return do you expect to see on that?

      You can't control what programs on your computer has access to the internet? When I used Windows I also used the ZoneAlarm firewall which allowed me to do just that. I didn't get around to installing a firewall on my Linux PC but I have one on my Mac as well.

      What percentage of WoW players even know its running a p2p distribution network? What percentage know that means or how to turn it off?

      -That- is the reason ISPs don't really want to mess with their consumers. The cost of educating and explaining everything is currently greater than the cost of just saying "Here, its unlimited. Don't worry."

    2. Re:Did you even read his post. by falconwolf · · Score: 1

      What precisely do you think it will cost to lay out fiber to everyone? 200M won't even do a major city. Just what sort of return do you expect to see on that?

      Sorry I mistyped, which if you had read TFA I linked to you should have noticed it. I meant $200 Billion not $200 Million. And that was just a low estimate of how much businesses got in subsidies. For instance "California schools and libraries have received $1.6 billion"[pdf] from the federal E-Rate program. The state of California has it's own program, California Teleconnect Fund which gives subsidies as well. Other states, and local governments, also give subsidies.

      What percentage of WoW players even know its running a p2p distribution network? What percentage know that means or how to turn it off?

      I don't know how many, I didn't know myself. However I don't play WoW or any other online game, nor am I a member of many other online groups pr communities. Obviously I am a member of /. The only other places I am a member of online is Yahoo!'s groups, which used to have some real good clubs but they've been going downhill since merging with EGroups, and a community of college students, however I haven't visited it in many months if not more than a year.

      Falcon
  127. Re: Does Cisco have street-credit with U? by OldHawk777 · · Score: 1
    http://www.cisco.com/web/about/ac123/ac147/ac174/ac195/about_cisco_ipj_archive_article09186a00800c83f8.html


    A Review of TCP Performance



    Within any packet-switched network, when demand exceeds available capacity, the packet switch will use a queue to hold the excess packets. When this queue fills, the packet switch must drop packets. Any reliable data protocol that operates across such a network must recognize this possibility and take corrective action. TCP is no exception to this constraint. TCP uses data sequence numbering to identify packets, and explicit acknowledgements (ACKs) to allow the sender and receiver to be aware of reliable packet transfer. This form of reliable protocol design is termed "end-to-end" control, because interior switches do not attempt to correct packet drops. Instead, this function is performed through the TCP protocol exchange between sender and receiver. TCP uses >>>cumulative ACKs rather than per-packet ACKs, where an ACK referencing a particular point within the data stream implicitly acknowledges all data with a sequence value less than the ACKed sequence.

    >>> TCP also uses ACKs to clock the data flow. ACKs arriving back at the sender arrive at intervals approximately equal to the intervals at which the data packets arrived at the sender. If TCP uses these ACKs to trigger sending further data packets into the network, then the packets will be entered into the network at the same rate as they are arriving at their destination. This mode of operation is termed "ACK clocking."

    >>> TCP recovers from packet loss using two mechanisms. The most basic operation is the use of packet timeouts by the sender. If an ACK for a packet fails to arrive within the timeout value, the sender will retransmit the oldest unacknowledged packet. In such a case, TCP assumes that the loss was caused by a network congestion condition, and the sender will enter "Slow Start" mode. This condition causes significant delays within the data transfer, because the sender will be idle during the timeout interval and upon restarting will recommence with a single packet exchange, gradually recovering the data rate that was active prior to the packet loss. Many networks exhibit transient congestion conditions, where a data stream may experience loss of a single packet within a packet train. To address this, TCP introduced the mechanism of "fast recovery." This mechanism is triggered by a sequence of three duplicate ACKS received by the data sender. These duplicate ACKs are generated by the packets that trail the lost packet, where the sender ACKs each of these packets with the ACK sequence value of the lost packet. In this mode the sender immediately retransmits the lost packet and then halves its sending rate, continuing to send additional data as permitted by the current TCP sending window. In this mode of operation, "congestion-avoidance" TCP increases its sending window at a linear rate of one segment per Round-Trip Time (RTT). This mode of operation is referred to as Additive Increase, Multiplicative Decrease (AIMD), where the protocol reacts sharply to signs of network congestion, and gradually increases its sending rate in order to equilibrate with concurrent TCP sessions.

    Now, if you still know you're right, then you're right ... I can be wrong for folks when it is in my benefit. Also, thanks ... it has been about a decade sense last I looked up some TCP/IP info. I sent my first email in 1984 name5678@IPv4.octet.address.ip (yes, before DNS).

    --
    Unaccountable leaders are masters, and unrepresented people are slaves. How do US and EU fare?
  128. Re:Open spectrum and technical reality. by dedazo · · Score: 1
    The freenix account still has karma besides Odder. All the others are at zero or negative though, including (I'm pretty sure) westbake.

    The next one to go will be my personal name troll.

    You know he's just going to create more, though.

    --
    Web2.0: I love when people Flickr my cuil and digg my boingboing until my google is reddit and I start to yahoo
  129. Re:I Oppose The Argument Against Net Neutraility L by Nom+du+Keyboard · · Score: 1

    The second problem arises because companies like AT&T, etc, want to be both carrier and content provider - or at least the service provider for the content providers.

    That's precisely the same problem AOL made of trying to create a Walled Garden. It didn't work for AOL and it won't work for AT&T, but there may be a lot of pain spread around relearning the same lesson over again.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."