Slashdot Mirror


Cornell Implementing Bandwidth Charges

Sabalon writes "Cornell University is planning on implementing a plan where if faculty, staff or students use more than 2GB of bandwidth a month, they will be charged for the additional bandwidth usage. The article mentions that last year over 100,000GB worth of files were sent from Cornell's network. I'm sure this is not the only school doing this or moving to this. I'm sure the conspiracy theory people will see this as a suggestion by Microsoft to stop students from getting those pesky Linux iso images. At least, according to the RIAA, CD sales around Cornell should now skyrocket :)" It'll be interesting to see how this plays out. Since students often have accounts on several different university machines, I suspect the more rebellious ones will be running an assortment of proxies and redirections to get around the restrictions.

495 comments

  1. Necessary, but stifling by Templar · · Score: 5, Insightful

    I agree that this is absolutely necessary, as I pay the bandwidth bills at my company and know what it's like, but they have to be careful not to stifle innovation, as the security features they will now need become more and more complicated.

    What will this do to the thousands of students that use 802.11b at the library and other campus buildings? Will the charges be based on MAC address? Since MAC addresses are so easy to spoof, authentication will become necessary. How can that be done easily across multiple platforms?

    The new measures might wind up costing them more than they expected. How about limiting speed by user? That would not get in the way of most legitimate research, but it would render P2P movie sharing useless.

    1. Re:Necessary, but stifling by diablobynight · · Score: 5, Interesting

      and why would you want to render that useless? P2P is the reason why most people get broadband. Cornell students actually pay an added fee of 250$ per year for their network connection on top of their 30,000$ a year tuition. I say Cornell should quit bitchin and open up another OC3. lol

      --
      Anonymous Cowards - Oh God, How I hate you
    2. Re:Necessary, but stifling by MeanMF · · Score: 4, Informative

      Will the charges be based on MAC address? Since MAC addresses are so easy to spoof, authentication will become necessary.

      Most recently-made switches can be set to only allow a single MAC address per port.. This would fix their problem with hubs as well as prevent MAC spoofing. Some can also be set to only allow the first MAC address that they see on a port and then lock out any new ones, making administration a little easier.

    3. Re:Necessary, but stifling by glenkim · · Score: 2, Interesting

      Here at UC Berkeley, we have a thing called AirBears (http://airbears.berkeley.edu/). Before you can use the net, you have to login through a web page, which is a proxy to kerberos authentication. This is a pretty easy to use setup, and I'm pretty sure that the login is simple enough that even something like lynx or w3m could use it. The only problem is that there is more than one wireless net access service on campus, and they don't all use the same authentication method as AirBears.

    4. Re:Necessary, but stifling by pizza_milkshake · · Score: 5, Interesting
      I completely disagree. While I don't necessarily support broadband restrictions, this could have interesting consequences. The most innovative solutions start happening when resources are limited.

      How will the smart kids get around this? Perhaps finding students with no computer and negotiating to let them hook up some kind of wireless solution so they can use their bandwidth as well.

      Perhaps the kids will figure out how to make it look like they're really other users in order to get their bandwidth. Ethically perhaps not great, but when the going gets tough...

      As for downloading files, perhaps this will bring out more of a community spirit -- users should pool their resources. Instead of 50 students downloading a game, 5 will download it and share it via CDRs.

      I have no doubt that the enterprising students will either find ways around (or at least optimal solutions to) the caps.

    5. Re:Necessary, but stifling by ruiner13 · · Score: 1

      Agreed, I don't know how they plan on doing this. If they use MAC addresses, those can be easily spoofed. If they use IP addresses, those are easy to get around too, but there is also the problem of roommates sharing a connection between two computers in the same room. If your roomie is a bandwidth hog, depending on how they implement this, it could be very troubling.

      --

      today is spelling optional day.

    6. Re:Necessary, but stifling by ttyp0 · · Score: 2, Informative
      How can that be done easily across multiple platforms?

      Easily.. Our school uses a Cisco VPN solution to authenticate students accross the wireless network. Your MAC address is then attached to your student ID. I would imagine they could easily record bandwidth that way. And yes, they have Linux clients for this configuration :)

    7. Re:Necessary, but stifling by weave · · Score: 1

      That looks really sweet. Is the source open for this? I looked around and didn't see it. Any similar capability out there? I've been wondering how to provide wifi to our students and avoid WEP hassles. The kerberos bit shouldn't be a problem since we could use AD. I'm assuming there is a gateway that after authentication, starts routing the packets beyond the gateway.

    8. Re:Necessary, but stifling by Archfeld · · Score: 4, Interesting

      or perhaps they will do like they did with the dorm phone systems when the colleges got greedy, go elsewhere...
      I remember not to long ago the universites complaining about how they were losing money on dorm phones now. They got greedy, over-charged and found out that inovation isn't dead, it just needs some prodding. Now most on-campus students use cell phones, the universities are still REQUIRED to maintain an expensive phone system and they get no money for it...well thought out plan.

      --
      errr....umm...*whooosh* *whoosh* Is this thing on ?
    9. Re:Necessary, but stifling by EvilTwinSkippy · · Score: 1
      Why would anyone spoof a MAC address? Do you know what would happen to the sorry SOB that tried to roll out on an ethernet with a duplicated MAC? Neither MAC would work. Plus, you have to have your MAC registered somewhere for traffic to get through.

      If you "make up" a mac address you are hosed. If you duplicate someone's make you are hosed. (And I have tools that will find you out. Muhahahaha.) And what luser really understands how to flash a Mac address into an ethernet card? (Cue the enterprising shareware author, I know.)

      Credit card numbers are easy to spoof, why use them? Student ID numbers are easy to spoof...

      --
      "Learning is not compulsory... neither is survival."
      --Dr.W.Edwards Deming
    10. Re:Necessary, but stifling by CerebusUS · · Score: 4, Insightful

      Will the charges be based on MAC address? Since MAC addresses are so easy to spoof, authentication will become necessary. How can that be done easily across multiple platforms?

      I get really really tired of people who don't read the article before posting. I had mod points and decided to write this instead.

      From the article:
      "The last -- and most debated -- charge is a new Internet-use fee, which some officials refer to as the "pay by the drink" plan. The fee will be based on the bandwidth consumption associated with a specific network address, known as an IP number. Every computer on a network has a unique IP number."

      Points off for michael as well. billing by the ip address means that in order to proxy a connection without the router seeing it, you'll have to locate the proxy on the same network and then THAT IP address will see its usage shoot up.

    11. Re:Necessary, but stifling by Glonoinha · · Score: 1

      So does my Internet provider (Cable Modem) - I get around that by throwing a Linksys router between the Cable modem and the rest of my machines - instant firewall and single MAC address.

      --
      Glonoinha the MebiByte Slayer
    12. Re:Necessary, but stifling by MeanMF · · Score: 1

      Why would anyone spoof a MAC address? ... Neither MAC would work. Plus, you have to have your MAC registered somewhere for traffic to get through.

      If they start charging for bandwidth and basing it on the MAC address, you can bet there would be people cloning MAC addresses of lab computers. If they're on different subnets, duplicates are not an issue.

      And what luser really understands how to flash a Mac address into an ethernet card? (Cue the enterprising shareware author, I know.)

      Most network cards that I've used allow you to override the MAC address in the driver settings...

    13. Re:Necessary, but stifling by jazman_777 · · Score: 2, Funny
      Perhaps the kids will figure out how to make it look like they're really other users in order to get their bandwidth. Ethically perhaps not great, but when the going gets tough...

      At Georgia Tech, there is a mythical student named "George P. Burdell". He's been around forever. He's even got degrees. One quarter he was signed up for every class offered. I am sure his bandwidth would be unlimited. Does Cornell have any such demigods there?

      --
      Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.
    14. Re:Necessary, but stifling by PotPieMan · · Score: 1

      Having authentication system (whether backed by Kerberos or Active Directory/LDAP) does not mitigate the need for WEP or some other encryption. Do like my university and set up a VPN.

    15. Re:Necessary, but stifling by MicrowavePopcorn · · Score: 1

      The charges are based on IP address, not MAC address. Believe it or not, the plan is to allow internet use from the central IT department's wireless network to go un-billed. This is the wireless lan that covers all the libraries plus a few other locations on campus.

    16. Re:Necessary, but stifling by Fulcrum+of+Evil · · Score: 2, Interesting

      and why would you want to render that[P2P] useless?

      Because it uses prohibitive amounts of bandwidth?

      Cornell students actually pay an added fee of 250$ per year for their network connection

      That's roughly the monthly bandwidth charge for a T1; amortized over 9 months, $250 is a better price than you're likely to get for broadband anywhere else in the US.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    17. Re:Necessary, but stifling by Fulcrum+of+Evil · · Score: 1

      So does my Internet provider (Cable Modem) [single MAC per connection]

      Of course, this works just fine - you hook up multiple computers and pay for their aggregate bandwidth usage.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    18. Re:Necessary, but stifling by Anonymous Coward · · Score: 0

      ifconfig eth0 hw ether 00:02:44:11:AA:AA

      That can be used to easily change the MAC address. There is no need to flash the firmware.

    19. Re:Necessary, but stifling by Anonymous Coward · · Score: 1, Insightful

      A "sunk cost" is a cost that you have already incurred and that you cannot recover.

      People often have an irrational desire to use products for which they have paid a lot of money, or to continue following a plan that has required a great investment. They think that if they abandon the product or change their approach, they will be throwing money or time away. That's not true - the money and time have already been thrown away. Continuing to use a bad product or to follow a bad plan is only increasing the amount being thrown away Whenever you make a decision, it has to be made according to what you know now. Hoping that bad results from a past decision will eventually "turn around" is wishful thinking of the worst sort. It always takes courage to admit you made a bad choice and that you need to change your mind, but it is the only thing to do. It takes even more courage to try to convince others that they made bad choices and need to accept the sunk costs, but that's something you sometimes have to do.

      There's an application of this in PokerGame: Once you've put money into the pot, it's no longer yours. Beginning players will often make an early mistake, then think "Well, I've already put this much money into the pot, I might as well see it through to the end." That's incorrect. How much of the pot's money used to be yours is completely unrelated to whether or not you should bet now, this time around.

    20. Re:Necessary, but stifling by bombkit · · Score: 1

      What do you do when someone upgrades their computer? A nic goes bad and they swap it out? (i know that dosent happen very often) but on a wide scale, isn't reseting the MAC address lock everytime someone gets a new computer, wants to plug in their notebook, ect. going to be a real pain in the neck?

      - Bombkit

    21. Re:Necessary, but stifling by Anonymous Coward · · Score: 0

      Some can also be set to only allow the first MAC address that they see on a port

      The address can still be spoofed, but it would not be as useful. You would have assign the spoof MAC before bringing up the interfaces (easy), but you would have to stay with that MAC. Depending on the switch, a reboot with a new MAC parameter could allow one to change the MAC several times.

    22. Re:Necessary, but stifling by Anonymous Coward · · Score: 0

      i live in a city in sweden. and here most isps have download limits but only for traffic thats outside thhe city. the university has the dmz and its free to get a conncetion there but internet bandwith costs and so dose the cabling to the dmz. here we got alot of dc hubs that only allows pepol within the city to connect. so there is seldom a need to get som new stuff from the internet becus you can find almost evrything within the dmz. and if you cant find it there then you use your limited bandwith to get it and trhen share it to the rest of the city.

    23. Re:Necessary, but stifling by Menkhaf · · Score: 1

      Not always.
      I'm sitting here in a small village (town), Hoyt Lakes, about 60 miles north of Duluth, Minnesota.
      Here you can get Mediacom internet and cable TV for $40 a month, and I get roughly 0.8 MBit all the time. If I'm downloading from a server in the US, the speed most of the time is between 1.7 and 3 MBit, just a bit (hehe) higher than T1. All that for $40 a month. /me is happy.

      --
      A proud member of the Onion-in-Hand alliance
    24. Re:Necessary, but stifling by glenkim · · Score: 1

      Unfortunately, I don't see anything mentioning open source. However, I can point you to more info. For information on the Authentication Web Server that AirBears uses to authenticate users from a web page, look at http://www.net.berkeley.edu/kerberos/documents/AWS AppSetup.html. Also, this is part of CalNet, which is our one-login setup that uses kerberos. For information on its architecture, look at https://calnet.berkeley.edu/architecture.html. Also, try e-mailing calnet-admin[at]uclink.berkeley.edu. Finally, you could try e-mailing the developers at airbears, their address is nsweb[at]berkeley.edu. Hope that helps.

    25. Re:Necessary, but stifling by scrod · · Score: 4, Informative
      And what luser really understands how to flash a Mac address into an ethernet card?


      Why bother flashing the EEPROM?
      ifconfig eth0 hw ether de:ea:db:ee:f0:00 is all you need. (You may need to bring the interface down first, though.) Additionally, it's not as a student couldn't wait until the target machine went into sleep mode or was shut off before spoofing its MAC address.
    26. Re:Necessary, but stifling by Anonymous Coward · · Score: 0

      As opposed to having masses of idiot students saturating the campus network with piracy? Gee, which is the bigger pain in the neck?

    27. Re:Necessary, but stifling by Alan+Shutko · · Score: 1

      Um... $40 a month is $360 for 9 months (guessing at cornell's school year). So yes, you _are_ paying more than they are.

    28. Re:Necessary, but stifling by Anonymous Coward · · Score: 0

      They go to frickin cornell, they probably aren't exactly idiots.

    29. Re:Necessary, but stifling by RodgerDodger · · Score: 2, Interesting

      Why would it render it useless?

      I'd assume that Cornell are only looking to charge on traffic outside of their own network. Thus, P2P within the university wouldn't be restricted.

      Such a charge would just mean that, instead of 200 students all going and getting their own copies of the latest movies, a few of them would and the rest would get it from those few (via the local network). More efficient use of resources, and all that. Work out a roster scheme with your friends.

      --
      "Software is too expensive to build cheaply"
    30. Re:Necessary, but stifling by Brad+Mace · · Score: 1
      multiport repeaters, to plug more than one computer into a single network port.

      Who cares? 1,000 computers routed through one port cannot possibly use anymore bandwidth than one computer on the same port. So charging by port makes sense. If there was a device that could magically create bandwidth, everyone on /. would have 3 already.

      Last year, users sent more than 100,000 gigabytes worth of KaZaA files from Cornell's network.

      Then why not just block outgoing file sharing, like my school did?

      And also, charging your employees for bandwidth is ridiculous.

    31. Re:Necessary, but stifling by Anonymous Coward · · Score: 0

      you've obviously never worked at the Cornell IT department.

    32. Re:Necessary, but stifling by The_K4 · · Score: 1

      I went to a school that used MAC addresses to "register" your computer on the network (well get anything not local to the school). If you did swap out a card and needed to get the new one to work, you call them, they clear your entry, and then you go to this registration page on the school's web page that let's you register (it grabs the # of the nerw NIC for you). It was a pain in the ass, and yes i had to register 1 computer and then clone that mac address to my router and hook up the other 2 machines. This scheeme may sound like a pain in the ass, but it's done many places.

    33. Re:Necessary, but stifling by funkman · · Score: 1

      P2P is the reason why most people get broadband.

      Umm ... I think the reason most people get broadband is for porn, then maybe p2p. But definitely porn.

    34. Re:Necessary, but stifling by The_K4 · · Score: 1

      Hell they don't have to charge for that to happen. Where I went to school they did use a MAC address registration to register computers on the netwrok. More then once someone closed my MAC address onto their machine; in one case I found out because the network manager called to find out why I was running a website of child porn. They tracked the address to someone on another subnet who had coned my MAC. It's an easy way to hid activity on an MAC registered network, not just those that charge.

    35. Re:Necessary, but stifling by captaineo · · Score: 1

      This is sort of happnening now... Most juniors and seniors at Cornell live near but outside campus, and use Time Warner Road Runner or Lightlink DSL for internet access, instead of the university network.

      Of course, Cornell's own network is much, much faster than Road Runner or DSL in Ithaca...

    36. Re:Necessary, but stifling by Anonymous Coward · · Score: 0

      In fact there are many ways to spoof MAC addresses, most are very easy. And you don't have to randomly pick a MAC, there are plenty of utils that can snoop them. Eventually a card will send one unencrypted and you are in business.

    37. Re:Necessary, but stifling by mkldev · · Score: 4, Insightful

      they have to be careful not to stifle innovation

      Good point. When I was in grad school, I ran ftp.mklinux.org out of my dorm room. The IT dept. grumbled a lot about it, but since it was academic research, they let it go. We were noted as serving 20 gigs in a single day on occasion, with typical being between 1 and 3.

      If they had set up a similar policy, even if they only charged 1/1000th of a cent per megabyte, it would have cost me on the order of $150/month. At that rate, it's roughly half the cost of leasing your own T1, complete with paying an ISP to service it.

      On the other end, if they charged a half cent per meg., my continuous 384 kbps would cost about as much as a full OC3.

      Put another way, this is how -not- to keep serious CS students at your university, guys....

      --
      120 character sigs suck. Make it 250.
    38. Re:Necessary, but stifling by Galvatron · · Score: 1
      or perhaps they will do like they did with the dorm phone systems when the colleges got greedy, go elsewhere...

      Hmm, this doesn't seem to be the case at Brown. Here our phone bills have been going steadily down. The year before I arrived it was $0.20 a minute ('98-'99), then when I was a freshman they cut it to $0.10 a minute. The next year, they'd give you a discount if you viewed your statement online, so that it would only be $0.08 per minute. A couple years later, they switched long distance companies, the new rates are $0.08 a minute regular (no restrictions about getting online statements), or $0.03 a minute with a $7 a month fee.

      Note that there are NO other fees or taxes associated with this account. All together, that seems like a pretty good deal.

      --
      "The question of whether a computer can think is no more interesting than that of whether a submarine can swim" -EWD
    39. Re:Necessary, but stifling by sp00 · · Score: 1
      What will this do to the thousands of students that use 802.11b at the library and other campus buildings? [80211-planet.com] Will the charges be based on MAC address? Since MAC addresses are so easy to spoof, authentication will become necessary. How can that be done easily across multiple platforms?

      My school allows you to use the wireless in the libraries to access pages that are outside their network after you enter your NetID and password. This doesn't rely on your MAC address, thus they could charge you for your use and works across multiple platforms.

    40. Re:Necessary, but stifling by Anonymous Coward · · Score: 0

      Why would they expect it not to work? It work with the tuition rates?

    41. Re:Necessary, but stifling by PiratePTG · · Score: 1

      >or perhaps they will do like they did with the dorm phone systems...

      Or perhaps they will do like I did in college when they jumped the phone charges up on us.... Crawl through the attic and drop into the phone room, then repunch my dorm room's phone line onto one of the administrative phone lines. Secondary pairs in a multi-pair cable can be so useful! Can you say FREE phone service??! I thought you could!

      --
      The number 1 problem of working in a cubicle - 23 power cords, 1 outlet...
    42. Re:Necessary, but stifling by robzster1977 · · Score: 2, Informative

      over here, in the UK, ntl have imposed a cap on customers.

      Seems daft, since the reason most people get cable or DSL, or pay for this type of service, is for P2P or for things that need the bandwidth :/

    43. Re:Necessary, but stifling by SN74S181 · · Score: 1

      Serious CS students read Knuth, they don't P-P at all. They likely don't have time to P-P.

      Further, it's not 'academic research' to fiddle around with a reimplementation of something 20 years old.

      It's probably a good way for them to drive away the scofflaws who mess around instead of studying.

    44. Re:Necessary, but stifling by rabidcow · · Score: 1

      Most recently-made switches can be set to only allow a single MAC address per port.

      OP: What will this do to the thousands of students that use 802.11b at the library and other campus buildings?

      Can you restrict ports thusly on a wireless connection? How do you only allow a single MAC address per port?

      (maybe this really is possible, I don't know, but I can't imagine how)

    45. Re:Necessary, but stifling by jtharpla · · Score: 1

      Nice...never leave home without your punchdown tool :-)

    46. Re:Necessary, but stifling by SmackCrackandPot · · Score: 1

      Perhaps this will force the use of more advanced web cache's. Or maybe they will develop better ways of indexing download information. Since using broadband to work at home, it's much easier to open up a web browser window and go for the online manual pages of many applications rather than rooting around my disk space for the downloaded zips and installing the many different versions.

    47. Re:Necessary, but stifling by EvanED · · Score: 1

      It sounds like that price is for both cable TV and internet. Even if you consider that the cable bill is only 1/4 of that he's paying $270 over 9 months for actual internet access. And I'd be willing to bet that the TV-only charge is more than $10.

    48. Re:Necessary, but stifling by MarcQuadra · · Score: 1

      You allow the user's registered MAC on both ports in their room, and all 'public' ports (academic buildings, lounges, outdoor WiFi cafes, etc.) Doesn't seem too hard to me.

      --
      "Sometimes, I think Trent just needs a cup of hot chocolate and a blankie." -Tori Amos on Nine Inch Nails
    49. Re:Necessary, but stifling by UniverseIsADoughnut · · Score: 1

      >> I went to a school that used MAC addresses to "register" your computer on the network (well get anything not local to the school). If you did swap out a card and needed to get the new one to work, you call them, they clear your entry, and then you go to this registration page on the school's web page that let's you register (it grabs the # of the nerw NIC for you)

      Indeed penn state does this. It was anoying since i switched computers and cards some, and since they tied you to your room jack you had few options. But it makes good sence. They can know whats going on. The only big down side was if you lived on campus and say had a laptop you wouldn't be able to connect at the library since your using your one connection. At any rate these type of restriction are nothing new. I think most schools do this. And for good reason. The network when i lived on campus was ground to a halt, partly by to much ussage and partly by old crap hardware. After much bitching some of the hardware was upgraded. But still, yes students paid a lot for these highspeed connection. But just because you paid for it doesn't mean that gives you full right to ruine it for others. When people paid for highspeed and can't even check there email there is a problem. and it's people who think they pay for it so they should be able to use every last byte.

    50. Re:Necessary, but stifling by Anonymous Coward · · Score: 0

      good point. screw the system. We are beyond the system

    51. Re:Necessary, but stifling by dollargonzo · · Score: 1

      no, it's by account around here, which basically means a specific IP address.

      --
      BSD is for people who love UNIX. Linux is for those who hate Microsoft.
    52. Re:Necessary, but stifling by HiThere · · Score: 1

      I've read Knuth. Serious students skim Knuth, and refer to it as a reference on occasion. MIX, however, isn't a reasonable language to think about algorithms in. I grant that it was when the series was published, and for about a decade afterwards. Not anymore.

      If you want O numbers for your algorithm, then you need to see the implementation in a language that is somewhat similar to the language in which you will be implementing it. C would probably be a reasonable choice. Or Ada. (Not Java or C++.) In C or Ada it's reasonable to analyse your algorithm. In MIX ... you can't even easily translate it into anything you'll be using.

      That said, it really depends on just what part of CA you are studying. I have lately ended up using Python or Ruby more often (frequently I'll implement something in Python and then translate it into .. ugh! .. MSBasic), but sometimes I feel that Eiffel is a better choice. I rarely drop back into C anymore. But C is a good foundation. (If you want assembler, please justify the chip that you have choosen. The Pentium isn't that similar to the Mac chip, and that's pretty different from the IA64 which doesn't match the Alpha...etc. I put in my time with assembler. No more! Assembler code isn't at all portable, and MIX doesn't look at all like any current processor.)

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    53. Re:Necessary, but stifling by Anonymous Coward · · Score: 0

      If they are going to charge extra for going over 2GB/month, then they should also issues refunds for going under.

    54. Re:Necessary, but stifling by slappy_guru · · Score: 1

      That is fine...one MAC per switch port...but that does not take care of 802.11b, if U use Netstumbler and "Borrow" some low bandwidth users MAC. I do not think they will like the bill for all of your P2P files.

      --
      "Science is like sex: sometimes something useful comes out, but that is not the reason we are doing it" Richard Feynman
    55. Re:Necessary, but stifling by L_H_1_H · · Score: 1

      Here at MIT, I get a 100mbs dorm connection, NO QUOTA WHATSOEVER, and best of all, it's FREE! (well... technically it's included within tuition). The speed is amazing... even though I have friends down the hall sharing >1TB of movies, mp3's and anime. If I was at cornell, I would've incurred a few grand in bandwidth charges already ;P So there, if you want a great dorm connection, just go to a university that actually cares about a good link to the outside world, and has the resources to do that ^_^

    56. Re:Necessary, but stifling by Patik · · Score: 1
      Since MAC addresses are so easy to spoof, authentication will become necessary.
      My school's wireless network requires logging on to a VPN using your usual (e-mail, etc) user ID and password. This was designed to keep non-students and non-faculty from using it, but I imagine it would be easy to track individual use this way as well.
    57. Re:Necessary, but stifling by rabidcow · · Score: 1

      You allow the user's registered MAC on both ports in their room, and all 'public' ports

      So how do you stop spoofing of MAC address on wireless? Is it feasable to have a huge list of every valid MAC address to allow for wireless?

    58. Re:Necessary, but stifling by Anonymous Coward · · Score: 0

      How does this concept of port-based MAC filtering apply in the parent posting's context of roaming, wireless users?

      Just curious.

      Oh. And thank you for stating the obvious.

      -AC

    59. Re:Necessary, but stifling by dknj · · Score: 1

      Rutgers university already does this.

      -dk

    60. Re:Necessary, but stifling by answerer · · Score: 1

      These guys have been researching this idea for at least 2 years. I'm pretty sure they've thought of everything the average slashdot reader can come up with. In any case, authentication is relatively easy. Simply require that a user authenticate through a web page with a ID and password. This should already be done from a security/liability standpoint (ie some student decides to email death threats while on wireless).

    61. Re:Necessary, but stifling by ForestGrump · · Score: 1

      Here at UCR (UC Riverside) there is both proxy and VPN authentication. Using the proxy, I'm passing clear text (yea, its kinda scarry at times...but I'm not THAT parinoid. Well, for me, proxy is the way to go. Using the proxy may be insecure, but it doesn't requre a constant connection. If I put the laptop into suspend, or I'm simply in a weak signal area, then the VPN falls apart and I have to re-authenticate myself. When i'm simply in a weak signal area, it gets quite annoying.

      --
      Is it true that more people vote for the winner of American Idol, than vote for the president? -Ali G.
    62. Re:Necessary, but stifling by peterjhill2002 · · Score: 1

      You put a bsd box between the users and the router. The bsd box has a table of all the allowed mac addrs for the network. invalid addrs http requests (and all other traffic) is directed to a registration machine.

      It works where I work, quite well. Throughput is excellent:
      http://www.net.cmu.edu/authbridge/

    63. Re:Necessary, but stifling by LinuxHam · · Score: 1

      How will the smart kids get around this? Perhaps finding students with no computer and negotiating to let them hook up some kind of wireless solution so they can use their bandwidth as well.

      How about pooling the bandwidth by setting up load-balancing proxy servers.. use dyndns to load up all the ip's in a DNS A record (or CNAME-like collector--whatever), and once the monthly xfer limit is approached by a box, remove it from the round-robin list. It can all be scripted with a nice plain web page (think "analog") displaying the aggregrate amount of bandwidth remaining for the current billing period.

      To join the club, you need to contribute one of those 200GB Western Digital drives to a community server, that also mirrors debian and redhat. :)

      --
      Intelligent Life on Earth
    64. Re:Necessary, but stifling by Anonymous Coward · · Score: 0

      Um... $40 a month is $360 for 9 months (guessing at cornell's school year). So yes, you _are_ paying more than they are.

      I guess if you don't figure in the other $30,000 they pay, then yes.

    65. Re:Necessary, but stifling by diablobynight · · Score: 1

      See what you don't understand is that they also pay nearly 800$ a month for their dorms that their forced to live in the first year, they shouldn't be charged for network access at all.

      --
      Anonymous Cowards - Oh God, How I hate you
    66. Re:Necessary, but stifling by MeanMF · · Score: 1

      Most recently-made switches can be set to only allow a single MAC address per port.
      OP: What will this do to the thousands of students that use 802.11b at the library and other campus buildings?
      Can you restrict ports thusly on a wireless connection? How do you only allow a single MAC address per port?


      I'm not an expert on wireless security, so I don't have a good answer if the question was limited to restricting addresses on wireless connections. I read those as two separate questions in the original post...

    67. Re:Necessary, but stifling by Archfeld · · Score: 1

      LOL like I said innovation dead..NAH just a wee bit sleepy sometimes :)

      --
      errr....umm...*whooosh* *whoosh* Is this thing on ?
    68. Re:Necessary, but stifling by thomc · · Score: 1

      I don't like the bw limits, but it sucks less than that. The counter only counts packets entering or leaving campus, not packets within cornell.edu. So there won't be problems with 802.11b networking on campus. But ISO downloading, net radio, that sort of thing is going to take a hit for a while.

    69. Re:Necessary, but stifling by MarcQuadra · · Score: 1

      ahh, you can just allow all to access the 'public' ports and just keep track how much bandwidth was used by each MAC.

      As for spoofing, it's an economy of scale, 99.5% of users will not spoof at all, and trying to enforce that 0.5% costs more than just letting them do it.

      At URI the student ID cards have up to $20 in 'URI Dollars' on them, you can get a card writer and keep 'refreshing' your $20 and buy sodas for all your pals, but it ends up being such a waste of time that nobody does it.

      People are generally pretty honest, just look at how well an operation like eBay works, it relies almost completely on honesty and it's very effective because it's more trouble to be dishonest than it is to just follow the rules.

      --
      "Sometimes, I think Trent just needs a cup of hot chocolate and a blankie." -Tori Amos on Nine Inch Nails
    70. Re:Necessary, but stifling by rabidcow · · Score: 1

      Throughput is excellent

      Ah, ok. thanks. :)

    71. Re:Necessary, but stifling by Shishio · · Score: 1

      I agree with you completely, but as a small correction, ResNet internet access costs a little over $400 per academic year, as shown here. More general information about computing services here at Cornell can be found here.

      --
      Twelve fingers or one, its how you play. ~Gattaca (Vincent)
    72. Re:Necessary, but stifling by Shishio · · Score: 1

      A lot of students already do that if they know of a source on campus. P2P speeds are good, but on campus servers are almost guaranteed to transfer files at over 400kByte/sec. It really doesn't make sense to look outside for files with those kinds of speeds here.

      --
      Twelve fingers or one, its how you play. ~Gattaca (Vincent)
    73. Re:Necessary, but stifling by Shishio · · Score: 1

      Couldn't someone use a router to simply represent another MAC address. I know my DLink has the option to clone the MAC of a computer administering it, and that way I can use more than one computer on a single account. It's not the most elegant or clever way to do it, but it works.

      What's to stop someone from web administering their router from some random person's computer while that person isn't looking and cloning the unsuspecting student's MAC address onto the router? And from another standpoint, that would allow easy movement from account to account to use up the extra bandwidth allowed each month.

      --
      Twelve fingers or one, its how you play. ~Gattaca (Vincent)
  2. Ugh. by Luceo · · Score: 3, Interesting

    And I was annoyed when WVU blocked access to Napster, hiding behind the lie that it used too much bandwidth. I knew the guys who worked in the NOC; we never used anywhere near the amount of available bandwidth.

    1. Re:Ugh. by russx2 · · Score: 2, Insightful

      But available bandwidth doesn't usually mean it's 'unmetered' in terms of cost within the amount available.

    2. Re:Ugh. by Slack0ff · · Score: 1

      This is just the universities still thinking they can outwit their own students. I dont know about the rest of you but I dont see this stopping anyone but a P2P Novice. Just my 2 Cents

      --
      Everyday You see me is the worst day of my life -Office Space
    3. Re:Ugh. by ayf6 · · Score: 5, Insightful

      Probrably because the school doesnt WANT to reach their peak bandwith. They dont just get bandwith for free... They have to pay an upstream provider just like the majority of the rest of us. There are very few of use that are fortunate to be a Tier-1 provider. You school probrably - i have no idea of what their actually agreement w/ their telcom is - is that they pay for X bandwith but a rise to X' will cost them money. They have X' prime bandwith to use however they pay for X and have to pay an additional fee when they rise to X'. For example you may have a OC3/T3 line put into your company but have it capped at 25Mb/s but if you have need to rise to 45Mb/s you can call your telcom and ask them to do this. This is perhaps the reason your friend in the NOC thought you had more bandwith then you really did. "Sure joe we have and OC3 here..." but he neglects/doesnt know that its only a partial OC3.

    4. Re:Ugh. by kpansky · · Score: 1

      You're right. Thing is, weeding out the novices relieves about 80% of your network strain due to P2P usage.

      --

      --Kevin
    5. Re:Ugh. by gray+peter · · Score: 1
      Which is most of the students at a primarily liberal arts college. Having been in college in the beginning of the net-boom before broadband, I have to say it was really a pain in the ass when the modem pools were all filled up with kids surfing when I had to log on to the CS machines to compile my homework.

      I don't see how this is really an issue. They're not saying you can't download mp3s all night long, just that you have to pay for it so the rest of the student body doesn't have to absorb the cost. No different than charging you extra for getting a locker in the student center or a parking space on campus.

      Circumventing these rules as you suggest is another example of a "tragedy of the commons". If you want to suck up all of the school's bandwidth to download britney spears videos then you should pay for it. Why should the rest of the starving college kids foot your bill? Why do you think it's cool to screw over the rest of the student body? The other option is for the school to raise everybody's tuition to cover the costs, or to start nailing p2p users. Wouldn't you rather pay a few extra $$$?

      --
      May no camel spit in your yogurt soup.
    6. Re:Ugh. by Anonymous Coward · · Score: 0

      most places that have a large pipe pay by a 95th percentile pricing plan.

      so, if they have a 100baseT connection (for example but don't use more than 8megabits/sec, they only pay for the 10baseT rates.

      if people are using up another 30 megabits/sec transferring files, it doesn't come for free! The 95th percentile would be much much higher, and the school would have to pay though the nose for the extra unplanned usage. (essentially paying for the students CDs and DVDs that were downloaded)

    7. Re:Ugh. by EvilTwinSkippy · · Score: 0, Flamebait
      we never used anywhere near the amount of available bandwidth.

      No, but bandwidth is like sewer pipes: you NEVER try to fill it up. At 10% you start dropping packets. You go much above 25% full and service is degraded. At 50% the network is pretty much useless. I DO work in a NOC. I DO know.

      --
      "Learning is not compulsory... neither is survival."
      --Dr.W.Edwards Deming
    8. Re:Ugh. by Luceo · · Score: 1

      Bandwidth usage hovered around one percent at the height of Napster. My point was that WVU used the lie of excessive bandwidth consumption to avoid any sticky legal issues. Of course, none of us were stopped by this, just righteously pissed. If I remember correctly, we weren't even supposed to use the net access for anything non-academic. Riiiiiight.

    9. Re:Ugh. by Slack0ff · · Score: 1

      I dont believe that 80% of the network traffic is composed of by the novices. I think that just like when they blocked napster years ago word of mouth will travel on how to get around this kind of stuff. I'd be interested to see just how much network traffic this gets rid of. I cannot see more than a 25% change because of the new rules. I would also say that if cornell doesnt already have one then they should add a public server where files can be dumped for the use of all students. Therefore if im downloading all 3 Redhat disks (Well over 1 GB) I can put them on this server to save you from having to waste a GIG of your own montly quota. Once Again just my 2cents

      --
      Everyday You see me is the worst day of my life -Office Space
    10. Re:Ugh. by Fulcrum+of+Evil · · Score: 2, Informative

      No, but bandwidth is like sewer pipes: you NEVER try to fill it up. At 10% you start dropping packets. You go much above 25% full and service is degraded. At 50% the network is pretty much useless. I DO work in a NOC. I DO know.

      Not so much as you think, else you wouldn't be quoting statistics for unswitched ethernet traffic. a T1 is a point-to-point link - you can use 95% of its bandwidth without dropping packets. Sure, you don't want to go above 50%, but that's mainly so you have room to grow.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    11. Re:Ugh. by Anonymous Coward · · Score: 0

      1. Show the figures you used to create your "25% change" statistic.
      2. Give figures for the distribution of bandwidth across users, and then aggregate the individual distributions by trends that classify "novice" versus "expert," or whatever categories you wish to ascribe.
      3. A squid cache well-abstracted from the students would be more useful than a public-access storage bin. If people are aware of the caching mechanism and given access to modify it directly, it won't be Redhat images they're putting on there.

    12. Re:Ugh. by Anonymous Coward · · Score: 0

      And knowing is half the battle.

    13. Re:Ugh. by jazznjava · · Score: 1

      Cornell actually has the RedHat iso's on a local server. We've got quite a bit of (legal!) software acquisition resources for CS majors in general, too. And nothing is preventing you from setting up file-sharing on campus either.

    14. Re:Ugh. by EvilTwinSkippy · · Score: 1
      Mea Culpa.

      I was quoting figures based on ethernet.

      (But I really don't think that qualifies as Flamebait. Geeze, can a guy get a break.)

      --
      "Learning is not compulsory... neither is survival."
      --Dr.W.Edwards Deming
    15. Re:Ugh. by Anonymous Coward · · Score: 0

      I'm afraid you are on crack. I am a NOC, literally. Loss depends on the technology used in a link. You can use a full duplex connection to it's virtual entirety on almost any medium. For example, a 100Base-TFD can use virtually all of it's link. It's cheap ASICs that can't full reach the potential of 100Base-TFD, not the technology. A good ASIC can handle at least 90% of the maximum. Excellent ASICs will handle the virtual 100%. You're probably also one of those people that have been clued in by the media (and vendors of competing technology) that believe half duplex Ethernet can only be used to a maximum of 36%. If so you should read Measured capacity of an Ethernet: myths and reality . Even 10Base-THD can reach the theoretical limits of an Ethernet, 100%. Even wireless can reach 100% utilzation and it's and extremely lossy medium. I'm not even going to waste my time discussing ATM, FDDI, or any other networking medium as it simply won't matter. Your comment is pretty much worseless and you should do your very best to not give network administrators bad names by spreading your garbage.

  3. Wow, high-tech... by MeanMF · · Score: 4, Funny

    "entrepreneurial" staff and faculty members began using devices, called multiport repeaters, to plug more than one computer into a single network port.

    That sounds pretty cool - maybe I'll get one of those to replace my hub...

    1. Re:Wow, high-tech... by Anonymous Coward · · Score: 0

      I beat all of you. My multi-port bridge is the shit. It does 100 full dup.

    2. Re:Wow, high-tech... by Large+Green+Mallard · · Score: 1

      Ahh Webster Multiport Ethernet Repeaters, how I remember you so. Configuration via a serial port connected to a mac using a hypercard stack.. ;>

  4. Only internet usage by fatwreckfan · · Score: 2, Insightful

    So internal (i.e. resnet) usage continues unfettered? One person downloads The Two Towers and the whole school can get it. I don't see how the cap will make a huge difference in the long run.

    1. Re:Only internet usage by Hiro+Antagonist · · Score: 3, Insightful

      This isn't an anti-piracy move, though -- this is a move to cut down on the amount of Internet bandwidth for which the University has to pay.

      --

      --
      I Hit the Karma Cap, and All I Got Was This Lousy .sig.
    2. Re:Only internet usage by Oculus+Habent · · Score: 1

      Cornell has entered into a partnership with local Office Supply stores - CD-R sales are expected to skyrocket!

      --
      That what was all this school was for... to teach us how to solve our own problems. -- janeowit
    3. Re:Only internet usage by Anonymous Coward · · Score: 0

      At Case Western, few people went outside of the campus network to get files because of a great search engine someone built to comb the SMB shares. Now, if every campus had that, I bet the outbound bandwidth usage would decrease by a large amount on many campuses. (But the RIAA would not be too happy about the new search engines.)

    4. Re:Only internet usage by EvilTwinSkippy · · Score: 2, Insightful
      I run a network for a science museum.

      We have been fighting bandwidth wars with the Staff. One nice thing about clamping down on employees is that we are sending checks to THEM, not vice verse.

      You just make sure you use a local mirror to do you linux installs, and stick to stories and still photos for pr0n. I mean, videos are nice but its the law of diminishing returns.

      --
      "Learning is not compulsory... neither is survival."
      --Dr.W.Edwards Deming
    5. Re:Only internet usage by LenE · · Score: 1

      The problem is that each port will be monitored, as well as each IP. Already, the campus IT department charges prohibitive fees for attaching a hub or switch to a wall port. They want each port to be used by one and only one computer. You could probably share the movies with your roommates, but anyone else would require going through the wall jack.

      They already moniter bandwidth by both physical port and IP address. They do this to try to curb things like Code Red and the like as well as P2P.

      In my lab, I have several machines that are used only occasionally, as well as some machines that are used constantly. Unfortunately, the machines are physically separated by being in two different rooms and most of the machines are on mobile carts. I either have to rent a port for each machine (~$100 a month) or attach a switch to a wall port (~$1000/month). Our solution was to tie the rooms together with fiber, and switch away. In this way, we only have to pay for one $1000 port, but it is quite inconvenient.

      -- Len

    6. Re:Only internet usage by travdaddy · · Score: 1

      One person downloads The Two Towers and the whole school can get it. I don't see how the cap will make a huge difference in the long run.

      This is why a policy like this might be good. It won't make a huge difference for the students because they will still have The Two Towers available for download on the network, but it WILL make a huge difference for the college, who won't have to pay for downloading the movie multiple times from the internet.

      --
      Adidas To Bring Back Sneakernet
    7. Re:Only internet usage by buffy · · Score: 1

      One PC, running Linux or BSD...pay the 100/per month to attach it. Then using a second ethernet card in the machine attached to a local switch or hub connected to all your other machines. Run iptables and setup SNAT or masquarading.

      Done deal. You probably even fit their requirements, since only ONE machine is connected to their network and you are consuming only one IP address.

    8. Re:Only internet usage by Anonymous Coward · · Score: 0

      I wish you could see a bill for our Internet service for one month at my relatively small univeristy. How much would we save by blocking the major P2P applications? Roughly 10,000 dollars PER MONTH! And my school has less than 10,000 students, only one quarter of which are in the dorms! Guess what's going to be cut off come budget cuts?

    9. Re:Only internet usage by TPIRman · · Score: 1

      So internal (i.e. resnet) usage continues unfettered? One person downloads The Two Towers and the whole school can get it. I don't see how the cap will make a huge difference in the long run.

      But when there are copyright violations involved, a university can get flinchy. At my school, for example, we had a resnet Direct Connect (like Napster) network that was set up by a CS student. The administration didn't ignore it for long, though, and recently it was shut down. The trouble with resnet is that "stretching" copyright law is more obvious to the paranoid powers that be.

    10. Re:Only internet usage by Anonymous Coward · · Score: 0

      You could run an internal freenet.

    11. Re:Only internet usage by Anonymous Coward · · Score: 0

      I don't exactly agree. If the University felt that all this bandwidth was being used for legitimate purposes, they wouldn't be doing this. So it's more of an anti-waste thing, with piracy being the only known form of waste.

    12. Re:Only internet usage by LenE · · Score: 1

      Unfortunately, we are running some commercial software that has LAN-based licensing and resource locking. The latency hit we take when we travel over the CAT-3 wiring that we are forced to use, is enough to foul things up without another machine to hop through. Let alone the fact that Winders has problems with SMB when NAT'ed off like that.

      I didn't mention that our $100 ports were limited to 10 M-bit theoretical (2 M-bit peak actual).

      -- Len

    13. Re:Only internet usage by wcbarksdale · · Score: 3, Informative

      This is quite true. I was a member of a focus group on this idea, and they said that use of the internal campus network was consistently at about 2% of capacity. External capacity has hit 100% in the past, causing them to limit Resnet traffic to a certain percentage of capacity. They would be quite happy if file-sharing were more internal. (Happy, that is, to the extent allowed by law. Cornell complies (somewhat grudgingly) with the DMCA.)

    14. Re:Only internet usage by MarcQuadra · · Score: 1

      Schools should set up gnutella ultrapeers close to their routers and have all outgoing requests for peers return the school's gnutella 'consolidator' this would force most P2P traffic to search INSIDE the school's network border before searching the outside, it would also reduce chatter and repetition on the gnutella network. Limewire oughtta produce this and sell it to the schools as a 'P2P interference reducer'. ISPs could also save a LOT of loot doing this, as they wouldn't need to purchase as much bandwidth from the higher-ups.

      --
      "Sometimes, I think Trent just needs a cup of hot chocolate and a blankie." -Tori Amos on Nine Inch Nails
    15. Re:Only internet usage by Sabalon · · Score: 1

      You just explained it yourself. They have one pipe to the Internet (45Mbps?). However, their internal network is probabaly a 100Mbps with some gig segments. They are probably not using the internal network near full capacity, so if two students in the dorms trade the Two Towers, then for about 20 minutes there is a spike on that switch or chassis and that's about it.

  5. Not that new.. by Gortbusters.org · · Score: 4, Insightful

    I have a friend at Vanderbilt, he has a 200 meg per day quota. If he exceeds that quota he'll get a warning the first time, and the second time he will loose his LAN connection.

    I have heard other stories as well where they have monthly quotas and then get charged - or more often - service revoked.

    --
    --------
    Free your mind.
    1. Re:Not that new.. by nfsilkey · · Score: 1

      UTexas instituted a weekly resnet bandwidth quota during Christmas of 2000. 3GB/week with a 500mb grace quota. In the event an ACO went over the three gig mark, every hour auditing scripts would take notice and disable said port. To access the 500mb grace, a person had to logon to a pesky resnet port authentication page to request the grace quota. What is funny is I have no idea how they expected people to do as such without access to the net. Hooray for public terminals. ;)

      Also, UTexas has been charging residents for ResNet. When I left the dorms, I was paying ~$6-7/mo for access. According to my mates in the dorms now, a.) the cost is over double that, and b.) ports must be paid for _IN ADVANCE_. Ouch.-

    2. Re:Not that new.. by Anonymous Coward · · Score: 0

      If he exceeds that quota he'll get a warning the first time, and the second time he will loose his LAN connection.

      I don't get it. If he looses his LAN connection, can't he just tighten it again?

      Oh, wait...

    3. Re:Not that new.. by SScorpio · · Score: 1

      That's bullshit. You pay $2000-$15,000 for 3 months of uber-speed internet. Sure you get a piece of paper that says you know some shit, but seriously. College if for high speed internet, sex, and drugs. You can generally hit your limit in less than a minute if your on the right site. Me I play $45/month for 1500/256 DSL, and I have unlimited DL/UL. I have pulled multi-gb d/ls without any problems. My advice for your friend to switch his ISP since he's getting jacked.

    4. Re:Not that new.. by ahhhmytoes · · Score: 3, Informative

      Actually, the policy at Vanderbilt is 1GB down, .5GB up per day. If you exceed those limits, you get capped to 64kbps each way. This policy seems to be effective in limiting abuse of bandwidth, but still allowing legitimate uses.

      I've only heard stories of service being revoked in cases of copyright infringement.

    5. Re:Not that new.. by cdrudge · · Score: 3, Insightful
      Also, UTexas has been charging residents for ResNet. When I left the dorms, I was paying ~$6-7/mo for access. According to my mates in the dorms now, a.) the cost is over double that, and b.) ports must be paid for _IN ADVANCE_. Ouch.-


      <SARCASM>
      Yeah. Bummer having to pay $15 for fatter pipes then 98% of consumer internet users out there have access to. And having to actually PAY for something before having access to it. For the love of it!
      </SARCASM>

      Welcome to the real world.
    6. Re:Not that new.. by PotPieMan · · Score: 1

      To access the 500mb grace, a person had to logon to a pesky resnet port authentication page to request the grace quota. What is funny is I have no idea how they expected people to do as such without access to the net. Hooray for public terminals.

      Chances are that when the audit scripts disabled a port, they really just disabled that port's Internet connectivity. In other words, the student was still allowed to connect to the local network and authenticate using the (local) resnet page.

      If they didn't do it this way, then yeah, that's pretty stupid.

    7. Re:Not that new.. by eet23 · · Score: 1
      I have a friend at Vanderbilt, he has a 200 meg per day quota. If he exceeds that quota he'll get a warning the first time, and the second time he will loose his LAN connection.

      That seems like a horrible way of doing things. I probably use well under 200Mb/day on average, but about one day per term I suck up 600Mb or so. Is that plan designed to make it hard to download a CD image, or is it a coincidence?

    8. Re:Not that new.. by L7_ · · Score: 1

      Yeah, come to think if they were paying upwards of $40/month in stead of $20/month maybe the schools could have hired some decent network admins.

      Now all thier social security numbers are in the
      wrong hands.

    9. Re:Not that new.. by VUSE+g-EE-k · · Score: 1

      I went to Vanderbilt and I am now a grad student there. The cap is actually in the area of 1GB, but I think they monitor the common p2p software ports, and they limit those (Internet 2 transfer does not count if I remember correctly). If you exceed the limit you are placed on the "slow line".

    10. Re:Not that new.. by Anonymous Coward · · Score: 0

      Remeber, the problem is always the last mile monopolies. If those consumers want to pay tuition and live in a dorm. . .

    11. Re:Not that new.. by wcbarksdale · · Score: 1

      Cornell has quotas currently, though they tend to be along the lines of "don't be in the top 1% of bandwidth usage when things get tight, or we'll cut you down". The difference is that here you can get pretty much as much bandwith as you want, if you're willing to pay.

    12. Re:Not that new.. by barureddy · · Score: 1

      That is the policy and it is enforced, but there is a way to circumvent it. What I do is change the mac address and dhcp becomes your friend and you are able to get a new ip and have the lovely uncaped bandwidth. Internet 2 to the dorms on the other hand is uncaped. If you can find another person with internet 2 capability, that is some sweet sailing in file sharing.

    13. Re:Not that new.. by HiThere · · Score: 1

      If that's the policy, then they won't have any legitimate users with large bandwidth requirements. I suppose that since you can't point to anyone who is being handicapped, you can claim that no legitimate users are hurt, but logically that's on pretty shakey ground.

      Requiring a permit might be reasonable. Requiring a permit and a small surcharge might be reasonable. In those cases you could justify a claim that nobody legitimate needed more. But with a blanket cutoff policy you can't make the same claim.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
  6. 2GB??! by Clay+Mitchell · · Score: 1

    Are they serious? Hell, I get that much SPAM a month. But in all seriousness, this is pretty weak. Really weak in fact. that comes out to ~66MB a day.

    So much for playing games online, downloading game demos (those things are like 150-250MB a piece) and I don't think you can even download Mandrake's entire distribution (though that may be a sympton of Mandrake's bloat)...

    Hey, I guess this will make Gentoo take off :)

    1. Re:2GB??! by FortKnox · · Score: 1

      So much for playing games online, downloading game demos

      Not that I'm keen on the idea, but if you look on the other side of the fence... The computers and network are for educational purposes, not personal entertainment.

      --
      Good quote, too many chars. Seriously, the slashdot 120 char limit sucks!
    2. Re:2GB??! by The+Other+White+Boy · · Score: 1

      i think this applies to on-campus dorms with network connectivity as well, which the students pay for as an additional commodity. i dont think such a thing would/should be limited on an 'educational' basis, but probably does need to be capped to keep people from running servers, kazaa backbones, etc. =)

      however, 2gb is WAY too low. good god.

    3. Re:2GB??! by Clay+Mitchell · · Score: 1

      Well, if it's just for lab computers, I'd agree.

      But if this is for the dorms and such - no, you're wrong. People in college aren't learning 24/7, they do have some type of free time.

      What are they going to do next, limit the amount of electricity you can use? Hate to see kids using TV for something other than learning...

    4. Re:2GB??! by sebmol · · Score: 1

      I would have to disagree with that. While educational and administratives purposes are definitely a part of what university networks are for, entertainment is an important part too. Especially so, if you consider that a lot of students live in overpriced dorms anyway. Right now, I'm paying $675/month for a room the size of an average kitchen with bathroom down the hall, heating and air with a response time of two days and crappy food on campus. The internet connection is really just a consolation for the high cost.

      And before you say that I don't have to live in the dorms, I'm sure my school is not the only one requring students to live on campus for at least a year.

      --
      "Light is faster than sound." - "Is that why people tend to look bright until you hear them speak?"
    5. Re:2GB??! by FortKnox · · Score: 1

      But if this is for the dorms and such - no, you're wrong. People in college aren't learning 24/7, they do have some type of free time.

      Its still the campus network. But, if bandwidth costs are part of your dorm expenses (explicitly), then its fair to cry foul.

      --
      Good quote, too many chars. Seriously, the slashdot 120 char limit sucks!
    6. Re:2GB??! by Anonymous Coward · · Score: 0

      YOu have to download the source with Gentoo! Source is at least twice as large, if not larger, than the binary. Screw Gentoo, I'll spend $10 to get a Debian CD set - much cheaper than the bandwidth it would have consumed.

      Also, switch to Threaded on Slashdot - nested can get pretty big.

    7. Re:2GB??! by RatBastard · · Score: 1

      As long as it's the school's network they can say what yiou can use it for and how much is fair for you to use. Use of the school's network is a priveledge, not a right.

      --
      Boobies never hurt anyone. - Sherry Glaser.
    8. Re:2GB??! by jazznjava · · Score: 1

      It does apply to dorms. And they're already paying $40 per person per month to get it. That makes $0.02 per megabyte. Thank god I moved off campus and RoadRunner allows routers.

    9. Re:2GB??! by dildatron · · Score: 0, Offtopic

      Actually, it's both. Pr0n.

      --


      If you had nuts on your chin, would they be chin nuts?
    10. Re:2GB??! by diablobynight · · Score: 1

      Uh huh, and if they block p2p like my school did. Then they'll have Kettering's (used to be GMI) problems. Now Kettering can only get freshman to live in dorms because off campus housing is cheaper even with the business class DSL I have coming into my house up there, I get 4MB/s all to me and my 4 friends. and still pay less than I did in dorms. "Fuck Cornell, Fuck them right in the mouth."

      --
      Anonymous Cowards - Oh God, How I hate you
    11. Re:2GB??! by SirSlud · · Score: 1

      I dont go off like this too often, but you're a smarmy retard. That kind of response is Glib, Annoying Stock Answer #23.

      If somebody pays tuition, they expect something back in return.

      Whats next, you pay tution only to find out learning is a priveledge, not a right?

      What the hell are students paying for, the right to maybe have access to the resources they pay tution for?

      --
      "Old man yells at systemd"
    12. Re:2GB??! by diablobynight · · Score: 1

      we only paid 500 a month, but I still agree... we were required to live on campus as Freshman and not allowed to bring cars, that kind of limits possible activities. and after paying my 26 grand a year tuition, I don't have a lot of reserve money for going out to the movies, p2p saved my sanity, then they blocked the ports, and I spent a lot of time crying to the silence of a kazaa without a connection. next year moved off campus and could afford business call DSL with 4 of my friends and paid less than I did on campus, schools lie about the cost of their bandwidth

      --
      Anonymous Cowards - Oh God, How I hate you
    13. Re:2GB??! by MrLint · · Score: 4, Insightful

      Remeber that a 56k modem has a theoretical maximum of 17G/30 days,

    14. Re:2GB??! by maxwell+demon · · Score: 1

      Well, they don't limit the bandwidth, they just say you must pay for any use above 2GB/month. As long as they really only charge their own costs, I don't see a problem with it. You just have to pay for the service (as you'd have to as well if using it from home through an ISP - except ISPs usually don't give you 2GB/month for free ...)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    15. Re:2GB??! by jazznjava · · Score: 1
      RTWFA

      $26.35 = ~.01 per meg for the first 2096 M but still

    16. Re:2GB??! by Anonymous Coward · · Score: 0

      Ever looked at 2GB of research papers in PDF while doing research? I have.

    17. Re:2GB??! by NDPTAL85 · · Score: 1

      You're a smart college kid huh?

      You are paying tuition for an education.

      You are NOT paying tuition for unlimited school owned bandwidth.

      --
      Mac OS X and Windows XP working side by side to fight back the night.
    18. Re:2GB??! by mad.frog · · Score: 1
      So much for playing games online

      OK, reality check. Let's say you were playing a PC game that maxed out the bandwidth of a 56K modem (which is still pretty much the lowest common denominator that any commerical game will be written to).

      At 7KBps (== 56Kbps/8), you could play every second of the day and still use only 0.6MB of bandwidth... leaving you 65.4 or so for other purposes.

      Even if the game required DSL-equivalent bandwidth, you'd still have an order of magnitude more than you needed.

      (And if the game requires more bandwidth than that, it must have one hellaciously inefficient network transport layer...)

    19. Re:2GB??! by luzrek · · Score: 1
      Use of the school's network is a priveledge, not a right.

      I concur. However, it has become a priveledge which is expected, much as driving has. When people turn 16 they expect to be able to get a driver's license (in most states) regardless of weither or not they have a car. They also expect to be able to continue to drive until they die. However, there are circumstances which cause the privledge to drive to be revoked. An exelent example would be too many speeding tickets, hit and run, or a DUI. Similarly, while most colleges provide internet access to their students, they are by no means obligated to, and just like commercial ISPs they can reserve the right to limit ussage or cancel service in cases of abuse. It makes sense to cancel internet acces to a student who is consuming 90% of a dorm's bandwith because he/she is distributing illegal copies of a movie from his/her desktop.

      That said, 2 Gigabytes a month sounds a little on the low side. Most GNU/Linux distros can easily reach that with the "extras" disks. Of course one can always vote for linux with their dollars by buying a copy of it.

      --

      Galium Arsenide is the material of the future, and always will be.

    20. Re:2GB??! by angle_slam · · Score: 1
      Are they serious? Hell, I get that much SPAM a month. But in all seriousness, this is pretty weak. Really weak in fact. that comes out to ~66MB a day. So much for playing games online, downloading game demos (those things are like 150-250MB a piece) and I don't think you can even download Mandrake's entire distribution (though that may be a sympton of Mandrake's bloat)...

      There is a difference between 66 MB/day and 2 GB a month. While it is true that a large game demo will be larger than 66 MB, it's not like you donwload those every day.

    21. Re:2GB??! by Anonymous Coward · · Score: 0
      Look - 2GB is chickenfeed. It's 802 bytes per second flatstream - you'd be better off with a dialup modem from 1994, way better off with wireless or even GSM modem. I have sat and babysitted a fragile download of 3GB over a dialup 33.6Kbps connection before now (I wouldn't necessarily want to repeat that experience though). My main connection uses roughly ten times that in a day - sure, I'm well above average, but try to find anyone who actually uses their internet connection - even flatrate dialup - at all and doesn't eat 2GB in a month. The acks from any inbound DoS attack - say, a synflood - will take you over the limit on a decent uni network in well under an hour.

      2GB for $4 is blatant bandwidth overpricing, almost a third of the cost of bandwidth at the world's favourite last-resort data haven, Sealand, and if this accurately reflects the prices Cornell is paying, then Cornell might want to look at dropping off the academic networks and finding cheaper, higher quality commercial peering solutions.

      Might I suggest a few fittingly disruptive protests against this rather sudden bandwidth overpricing, in increasing order of evilness.

      • Negotiate. If they say bandwidth is this expensive, they are lying, at any speed. Backbone in Telehouse is cheaper than this - hell, Sealand is cheaper than this.
      • The hacker approach - guerilla networking. An ancient hack (in the old tradition), although cabling slung between windows is old-school. You can do it more discreetly by wireless networking the place - just discreetly patch into the core routers with it. NOC are your friends, and not the ones who made this policy. And a handy proxy 1U or even a mini-ITX with an 802.11b card or something can go unnoticed for a long time if sneaked in somewhere.
      • The black-hat approach. Just hack the damn routers. Where are the logs to trace someone who hacks the routers? On the routers you just hacked. If they're squabbling about 2GB of bandwidth they don't have the cash to buy backup CDRs, or the resources to spare time to chase anyone up.
      • The BOFH approach. If they're that serious about making the student network as abjectly useless as they can, you might as well finish the job... one word: etherkiller .


      Oh, and get a dialup modem account at least. You're better off that way.

      One last thing. Remember that, according to the article, the departments are being charged as well. This will really, really bolster the guerilla networking idea because they'll want to do it too, and indeed have already been doing so to some extent...
    22. Re:2GB??! by jazman_777 · · Score: 1
      Not that I'm keen on the idea, but if you look on the other side of the fence... The computers and network are for educational purposes, not personal entertainment.

      The computers and network may be for education, but the rest of the uni (we're talking USA) is for personal entertainment.

      --
      Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.
    23. Re:2GB??! by mad.frog · · Score: 1

      Posting to correct myself:

      Oops... I'm an idiot.

      Make that 0.6GB per day, not 0.6MB; this obviously would eat into one's quota rather quickly.

      BUT... say you limit yourself to 20 hours a week of gaming. (Hey, you're supposed to be studying sometime... so no complaints that's not enough. :-)

      The 56K estimate above works out to basically 24MB or so per hour, or 492MB per week. Multiply by 4 weeks, and voila, 1968MB... just enough remaining bandwidth to check email and read slashdot.

    24. Re:2GB??! by hero · · Score: 1


      At 7KBps (== 56Kbps/8), you could play every second of the day and still use only 0.6MB of bandwidth... leaving you 65.4 or so for other purposes.


      That's some interesting math you have there. At 7KB/sec, 0.6MB of bandwidth would actually be used up in 94 seconds, not a whole day.

      60 (seconds) x 60 (minutes) x (24 hours) = 86400 seconds in a day.

      7KB/s x 86400 = 604800 KB = 590MB per day.

      Which then equates to just over 17GB in a 30 day month, as another poster has correctly indicated.

      And 2 gigs in a month is about equivalent to about 66 megs per day, that's stiflingly small. When I got my first cable modem years ago, we had limits like that, now it's a more sensible 10 gigs down, 1 gig up. Perhaps Cornell should think of splitting their upload from their download since the uploading probably costs them more (just a guess, no facts to back that up.)

      The more and malicious students and staff will always look for ways to get around the system, but with limits like this, everyone will be looking for ethical and unethical ways to abuse it, ultimately costing a ton of wasted time to both them and the network admins who have to implement new solutions to curb the abuse. I doubt this system will be beneficial on the whole for the university.

      -hero.

      P.S.

      Oh, I see you've corrected yourself since I wrote this, ah well, I'm going to post anyway. Sorry!

    25. Re:2GB??! by RatBastard · · Score: 1

      You don't need Internet access to get an education. And you certainly don't need it in your dorm room. They could close all access to the outside world from everywhere but the computer labs if they felt like being mean about it. And it would still be their right to do so. They own the pipes. And that's what matters here.

      --
      Boobies never hurt anyone. - Sherry Glaser.
    26. Re:2GB??! by RatBastard · · Score: 1

      Buy your distros on CD. Or, talk to the Uni about having an on-campus server that mirrors them for everyone whio wants them.

      2GB is more than enough for educational use. I had a 5GB a month cap for two years and I only once used over 50% of that.

      --
      Boobies never hurt anyone. - Sherry Glaser.
    27. Re:2GB??! by Anonymous Coward · · Score: 0

      Wanna bet? I dowload about 100 MB of porn a day watch it then delete it. Im serious whuch is why Im posting anonymously. Filling up 2GB is easy just download Mandrake or Debian updates or the latest Jenna Jameson flick either way you fill up your quota in a few days.

    28. Re:2GB??! by Anonymous Coward · · Score: 0

      I'm doing game development this semester. I don't play games for entertainment, I'm doing my homework! ;)

    29. Re:2GB??! by Catnapster · · Score: 1

      You study(ied) in college? You fool!

      There are more important things to do in college... like girls!

      --
      The world can be wrong today for once.
    30. Re:2GB??! by orangesquid · · Score: 1

      Ah, by that approach, my school could lower tuition and housing costs by eliminating:
      * Free shows
      * Student centers
      * Pianos and pool and ping-pong tables
      * Clubs and organizations
      * Sports
      etc etc.

      Just because Internet access is 'technological' seems to make people think it's more sophisticated and academic than everything else. It's not. Internet access is great for education, great for entertainment, and especially great for hobbies. Why even have Internet connections in the dorms?

      College is not just a school. It is your life for four years. Forbidding Internet-related entertainment for four years is a very strict punishment.

      Really, routers should be able to decide what bandwidth usage is more important and allocate bandwidth to different connection classes accordingly. There ought to be an abundance of higher-latency, less-reliable bandwidth for entertainment uses, too, separate from the low-latency, high-reliability bandwidth reserved for important, academic transactions.

      --
      --TheOrangeSquid Is it any wonder things seem so awry? We swim in a sea of confusion and don't have to think to survive
    31. Re:2GB??! by SirSlud · · Score: 1

      I'm a 25 year old professional C++ programmer whose been working for 3+ years.

      But gee, close guess. Let me introduce you to the concept of slashdot bios ...

      --
      "Old man yells at systemd"
    32. Re:2GB??! by answerer · · Score: 1

      There's no where that says that Cornell is prohibiting these things. Just that the students will pay for the bandwidth that they use. University bandwidth is really an excellent situation of "tragedy of the commons"...

  7. Linux distros by Anonymous Coward · · Score: 5, Interesting

    In Sherbrooke (Quebec) where I studied, they found a solution to this : a fileserver on the university network. You want a distro? Get it from there. And yes, they support more than one distro.

    Benoit

    1. Re:Linux distros by Anonymous Coward · · Score: 0

      La petanque

      Merci Benoit.

    2. Re:Linux distros by s20451 · · Score: 1

      It's also not like people don't have friends. You want a distro with three discs -- get two friends, download a disk each, and burn. It is free, after all.

      And if you want conspiracy theories, maybe RedHat is leaning on the university so that students will actually buy the boxed version?

      --
      Toronto-area transit rider? Rate your ride.
    3. Re:Linux distros by drdink · · Score: 1

      I seriously doubt the biggest bandwidth hog these days are people downloading Linux, FreeBSD, or any other opensource operating system. I think the problem we're seeing here is the increased use of the Internet for multimedia, whether it be pirating of it or using it in web presentations. While I agree having local file servers is a good idea for things that are commonly downloaded at a University, I don't see how this solves the biggest part of the puzzle.

      --
      Beware, Nugget is watching... See?
    4. Re:Linux distros by Anonymous Coward · · Score: 0
      Yes, but unless they keep warez there, it doesn't do a damned thing. Except of course, it takes away the lame excuse that "I'm downloading FREE LINUX SOFTWARES"

      Of course, then all you have to do is say "I'm downloading BETA LINUX SOFTWARES because I'm a BETA TESTER and it's VERY IMPORTANT I HAVE THE LATEST ISO from KAZZZZZZAA"

  8. same here by Anonymous Coward · · Score: 0

    My school should implement the same thing, because there are Kazaa installed on some of the machines and get hacked ;-)

  9. What are you SMOKING?!? by FortKnox · · Score: 2, Insightful

    I'm sure the conspiracy theory people will see this as a suggestion by Microsoft to stop students from getting those pesky Linux iso images.

    That is the dumbest thing I've ever read. How often do you download Linux ISO images? Its one of those "Hey, if I mention Linux, maybe I'll get posted" lines. It was unneccessary (but surprising it wasn't michael, to be honest).

    --
    Good quote, too many chars. Seriously, the slashdot 120 char limit sucks!
    1. Re:What are you SMOKING?!? by dd · · Score: 1

      Not that dumb actually. Even though Red Hat is mirrored here where I work, the betas, for example, are typically not. Three RedHat beta versions in the past two months, at a minimum of 3 iso-images each.. and you would kick your quota in the teeth pretty hard.

    2. Re:What are you SMOKING?!? by intermodal · · Score: 1

      I download linux ISOs all the time. I don't use P2P filesharing utilities of the KaZaA type at all, I just use the internet for communications, business, and technical needs such as updates to my software (mostly on Gentoo) as well as downloading ISOs of distros I try out on my other boxes. I don't see how any educational facility of merit could possibly want to penalize me for researching my chosen interests.

      ah, back to yearning for times when the internet didn't have everyone and his brother on it, despite the slow download speeds if you dont live on a campus...

      --
      In SOVIET RUSSIA... erm...NSA AMERICA, the Internet logs onto YOU!
    3. Re:What are you SMOKING?!? by Anonymous Coward · · Score: 0

      Red Hat is 5 ISOs for their latest distro. While only 3 of them are necessary for the install, that's still about 1.8 GB's to download with really little to spare the rest of the month.

      But then again they could do an FTP install...

      Would somebody please think of the poor, pr0n and mp3 needy students who don't want to run Microsoft software?

    4. Re:What are you SMOKING?!? by Anonymous Coward · · Score: 0

      Oh and students really need to download every beta of redhat that comes out. That is about as week an arguments as the guy who bitched about downloading game demos.

      The fact is that in the real world bandwidth is not free. It's about time that these so-called students wake up.

    5. Re:What are you SMOKING?!? by josh+crawley · · Score: 1

      Too Too true. If anything, I carry around with me a Linuxcare bootable business card for computer fixing and (cough) other things ;-) Usually I'll do a Debian install of stable 3.0r1 and then decide to 'move on up' to testing if it's a desktop machine.

      If I was running a Linux desktop lab, I'd use debian and netboot the whole thing and DD a ftpmount'ed image across the hard drive (Assuming the hardware is standardized. All the packages and cd's would be local. And if I had all that archive, I'd also open it to local traffic to school downloads (by dual-homing of course).

      I totally agree with you that downloading 2 gigs per month every month of ISO's is bonkers. But you shouldnt have insulted "Deity Michael". He's a bonehead with infinte mod points. Still, anybody on my friends list is given +6 and anybody who's given FofF is +3. I still see the people who matter, no matter how deep in the karma ground they are. (wink)

    6. Re:What are you SMOKING?!? by Clay+Mitchell · · Score: 2, Insightful

      the kids aren't getting the bandwidth for free. they are already paying up for it.

      and bandwidth *ISN'T THAT EXPENSIVE* - seriously

      there are several providers (rackshack.net, nocster.com) which provide dedicated servers + 3 or 400GB of tranfer for $100/month.

      don't give me that "OMG IT'S TOO EXPENSIVE" bull.

    7. Re:What are you SMOKING?!? by diablobynight · · Score: 1

      if your not using p2p I highly doubt you'll top 2 gig a month very often. intermodal is full of shit, I don't use the internet for fun, just for business and stuff like that. I know what kazaa is but I never use it. I bet next he'll say he doens't have any mp3s on his computer.

      --
      Anonymous Cowards - Oh God, How I hate you
    8. Re:What are you SMOKING?!? by FortKnox · · Score: 0, Offtopic

      . But you shouldnt have insulted "Deity Michael".

      He insulted me first.

      --
      Good quote, too many chars. Seriously, the slashdot 120 char limit sucks!
    9. Re:What are you SMOKING?!? by intermodal · · Score: 1

      Actually, I do have MP3s on my computer, but all of them are perfectly legal, downloaded from either the artists site or created by myself (one track, and it sucks, so it doesnt get downloaded often from the site it is on)

      --
      In SOVIET RUSSIA... erm...NSA AMERICA, the Internet logs onto YOU!
    10. Re:What are you SMOKING?!? by josh+crawley · · Score: 1

      He insults all of us by even being here.

    11. Re:What are you SMOKING?!? by commodoresloat · · Score: 1
      That is the dumbest thing I've ever read.

      You must be new here.

    12. Re:What are you SMOKING?!? by DaytonCIM · · Score: 1

      LOL. I like how a comment buried deep within a discussion gets modded down. Hmmm... Michael? Are you abusing your mod points again? Bad Michael. Bad, bad Michael.

      Man, FK you know how to attract the negative karma. :)

    13. Re:What are you SMOKING?!? by Kirsha · · Score: 1

      You are assuming too many things too many times. You say that he is full of shit, but it isnt roses what are coming out of your mouth.

    14. Re:What are you SMOKING?!? by Anonymous Coward · · Score: 0

      > and bandwidth *ISN'T THAT EXPENSIVE* - seriously

      It certainly isn't if you're not the one paying for it.

      When's the last time you were a relatively poor student?..

    15. Re:What are you SMOKING?!? by Anonymous Coward · · Score: 0
      I just use the internet for [...] business

      Cool man, so not only do you pay outrageously cheap costs for huge bandwidth, you use it to make money? Please tell us what university you attend so we can get the Alumni to stop supporting it.

    16. Re:What are you SMOKING?!? by intermodal · · Score: 1

      I do not attend a university, but i am at the age of the average student. And if you want to get people to stop supporting my employer, I work at Microsoft *evil grin*

      --
      In SOVIET RUSSIA... erm...NSA AMERICA, the Internet logs onto YOU!
  10. Finally they hit it on the head. by CaptainAx · · Score: 1

    This is packet shaping how it should have been implemented since this P2P craze began...

  11. Bandwidth pooling by cybermace5 · · Score: 4, Interesting

    Cornell students:

    Whip up a little distributed program that people can run on their machines. When a bandwidth addict runs out of their 2GB, Internet packets can be forwarded and micropayments credited, undercutting Cornell's prices! The program automatically directs packet requests to the users with the most remaining bandwidth, and you can set a maximum forward limit, to save a little Internet for yourself.

    Perfect for those students who don't use 2GB per month.

    --
    ...
    1. Re:Bandwidth pooling by Slack0ff · · Score: 1

      Or they could just keep it simple and let that kid that doesnt use all his bandwidth download it for him and burn it on a cd. No need for all that excessive work.

      --
      Everyday You see me is the worst day of my life -Office Space
    2. Re:Bandwidth pooling by Anonymous Coward · · Score: 0

      Sounds like a senior project. ;)

    3. Re:Bandwidth pooling by cybermace5 · · Score: 1

      If one person downloads one CD of the Redhat ISOs, that's more than a quarter of their monthly bandwidth. Now, if all three Redhat ISOs are downloaded from 20 civil and chemical engineering majors, then nobody's hurting.

      See, the people who would download a Redhat ISO are the ones who need bandwidth most. The object is to appropriate the bandwidth of those who don't need it.

      --
      ...
    4. Re:Bandwidth pooling by Anonymous Coward · · Score: 0

      Are you sure you're in the right place?

    5. Re:Bandwidth pooling by binaryslave · · Score: 1

      Take this idea even farther by making the app a P2P archiver. What I mean is that the app tracks what users have downloaded. They share those files. If you are on the local P2P network, then when you want a big file, search the distributed client first. If someone has it, you don't even have to use internet bandwidth

    6. Re:Bandwidth pooling by BitHive · · Score: 1

      Or, just set up an opennap or direct connect server on the campus LAN. I'd be surprised if something like this wasn't already in place.

    7. Re:Bandwidth pooling by Anonymous Coward · · Score: 0

      Or or or.....

      you could avoid touching that idea under the fear of getting shut off

      Profit on educational networks strictly forbidded.

  12. odd by xtac · · Score: 0

    And they thought schools were for learning :)

    --
    Ladies and Gentlemen the great John Nash.
  13. From a CU guy by WTarrasque · · Score: 4, Interesting

    From observing my friends, my enemies, and even thine professors here at CU, the CAP comes because of the incredible usage. With 500kbs and up transfer speeds from Cornell to elsewhere, it was bound to happen. Geeky friends have topped 20 GB of transfers in a night, and secondary computers used solely for storage on the network at not unheard of even in the dorms at CU. Currently, students are charged over $45 dollars a month for the use of Cornell's Uplink to the internet in dorms. Next years plan shows that this cost may go down, but so will the allowed bandwidth.

    --
    Sometimes I'm told, "People suck!" I often respond, "You're a people!" I'm a people, too.
    1. Re:From a CU guy by Anonymous Coward · · Score: 0

      20 GB? Must not be very geeky - I transfer 60-80 GB every day. Good thing I'm not living on campus next year - can't really afford a $5000 monthly bill.

    2. Re:From a CU guy by Anonymous Coward · · Score: 0

      Its a flat 250$ a semester I believe not 45$ a month but Im on a full scholarship room board everything so I dont know :-)

  14. irrefutable? by fandelem · · Score: 2, Funny
    "The logs provide an irrefutable record of which departments and users are consuming the most Internet bandwidth. "
    Next week's headlines: The main routers that hold all the log information were found tampered with. -k
    --

    --even a broken watch is correct twice a day.
  15. linux iso's by Stanley+Feinbaum · · Score: 3, Insightful

    Why not order or buy a box copy of your favorite linux distro? Maybe people should actually be supporting the linux distro companies. It's a hell of a lot cheaper than buying windows XP.

    I'm sure if some people actually supported Mandrake by buying their product they wouldn't be going out of business now.

    --

    Stanley Feinbaum, professional journalist and master debater! God bless the USA!

    1. Re:linux iso's by Dynedain · · Score: 3, Interesting

      Why not order or buy a box copy of your favorite linux distro? Maybe people should actually be supporting the linux distro companies. It's a hell of a lot cheaper than buying windows XP./I

      Because they are students.....there's a reason why the Educational version of applications are usually much much cheaper.

      --
      I'm out of my mind right now, but feel free to leave a message.....
    2. Re:linux iso's by djn · · Score: 1

      A bit of a sidenote, but here at Syracuse University, the engineering college has a partnership with Microsoft's "Academic Alliance". Comp engineering, electrical engineering, and comp sci kids sign up and get an account where they can download 2000, XP, Visio, Project, all the .NET stuff, J++, and Visual Studio 6.

      All for free.

      And the college apparently gets a pretty darn good deal too, considering how strapped for money it is.

      So, they might not be filling up their quota downloading Linux ISOs, but if Cornell/other unis with caps have this available (as I'm sure they do), they'll be filling it downloading 8 .NET CDs.

    3. Re:linux iso's by pla · · Score: 1

      Why not order or buy a box copy of your favorite linux distro

      Of Linux's bigger selling points, one involves the idea that you DON'T need to buy it to legally use it. And why should we? Kudos to RedHat for finding a way to make a profit off Linux, but really, 99% of the "product" they sell came from people who VOLUNTEERED their time and coding skills... And they did so for a community (or just because they needed a program to do a given task, and didn't see a reason not to share), not for RedHat to pick up and sell.

      For an analogy, pick your favorite hobby. Make something wonderful based on that hobby. Now give it to me, so I can sell it. Would you still suggest people should flock to the stores to support me in my attempts to profit from your work? Yes, I realize RedHat and Mandrake and others have contributed to the Open Source world (well, Mandrake far more than RH), but that doesn't mean I want their additions enough to pay them for it. Personally, my favorite distributions (Slackware and Debian) come as close to purist, non-corporate works of open source as you can get.


      It's a hell of a lot cheaper than buying windows XP

      Oh, sure, like people actually buy Microsoft products? Perhaps companies, but... I can count on one hand the number of people I know with legit purchased Windows installations. Hell, Microsoft should THANK the Linux community for so drastically reducing Windows piracy. Giving poor students a legal alternative means they don't need to steal Windows. And yes, I know more than 5 people. Two hands' worth, at least ;-)

    4. Re:linux iso's by SN74S181 · · Score: 1

      So order a Cheapbytes CD, then.

      Sheesh. Or pool your money with your friends, or actually attend your local LUG and get CD copies that way.

    5. Re:linux iso's by metallic · · Score: 1

      I'm sure if some people actually supported Mandrake by buying their product they wouldn't be going out of business now.

      And maybe if Mandrake wasn't screwing their best customers, they wouldn't be going out of business now either.

      --
      Karma: Positive. Mostly effected by cowbell.
  16. Not a big deal by Txiasaeia · · Score: 5, Funny
    So make a friend who doesn't use all of his/her bandwidth and leech offa that when you're at your limit.

    I mean, the toughest part about this plan is the "making friend" bit... but I'm sure that's not too tough, right? Any one?

    --
    Condemnant quod non intellegunt.
    1. Re:Not a big deal by Anonvmous+Coward · · Score: 1

      "I mean, the toughest part about this plan is the "making friend" bit... but I'm sure that's not too tough, right? Any one?"

      But Farscape's on tonight!

    2. Re:Not a big deal by Anonymous Coward · · Score: 0

      Will you be my friend?

    3. Re:Not a big deal by Guppy06 · · Score: 1

      "So make a friend who doesn't use all of his/her bandwidth and leech offa that when you're at your limit."

      Actually, for a small investment, that could be a way to maximize bandwidth while screwing the school. Collect interested students in a pool, and collect their MAC addresses (or whatever else they use to identify students on the network). Have ineternet traffic go through your own router, and rig the router to change MAC addresses as soon as one student's gets used up. You'll then have a group of students that are getting their maximum allowed free bandwitdth and not a bit more. The easiest way I can see of implementing this would be to put the students in question into a private wireless network and forsaking the copper resnet altogether (in order to prevent a MAC conflict on the resnet).

      On the other hand, it would probably be easier to cobble together a P2P app that keeps track of and announces a peer's remaining bandwidth. The machine would then randomly alternate between using its own bandwidth for extranet locations and using another peer as a temporary gateway, and then defaulting to routing through another peer once the bandwidth cap has been reached. This would make it less obvious who was participating and who was not if the admin were to look at just the bandwidth quotas alone, because participants may or may not reach the bandwidth cap.

  17. But of course... by themaddone · · Score: 2, Interesting

    Of course, Cornell won't decrease the fees that students pay for their LAN access. They go from unlimited usage for X dollars per month or semester to 2 GB for the same X dollars.

    Why can't you buy a bigger pipe? Cornell could make some good money off the 'bandwidth hogs,' who would never feel it because it's paid for by either a) Mommy and Daddy or b) Financial aid anyway.

    1. Re:But of course... by lambent · · Score: 1

      Your facts and terminology are both completely wrong.

      Cornell students get, and will continue to get, unlimited access to LAN bandwidth. This means ANY data INSIDE the Cornell network. Uncharged.

      As for 2GB for the same X dollars, under the current pricing plan, you get unlimited for 45$ a month. This means under the new pricing plan, it will be approx. 8GB for the same money (the new pricing plan is approximately 23$ flat/ month, + extraneous bandwidth charges.

      As for your foolish comments about who's footing the bill, a large portion of Cornell Students can't afford to have everything paid for by "Mommy and Daddy", and have to provide their own funds. As for financial aid, a large protion comes in the form of loans. As a CU student, I for one will be paying off these loans for years to come. So don't start flapping your mouth about the panacea of "financial aide", you insensitive bastard.

  18. Re:Way Up In Ya! by mlerner · · Score: 0

    uhm that should read -1 off topic and too sick for /.

  19. Yeah, CD sales will rise. by Anonymous Coward · · Score: 0

    Blank CD sales. Who needs to download an iso when you can just grab a CD of one from a LUG. Consolidation of resources is the way to get around this capping. Done correctly, P2P should consume less bandwidth than the normal internet, as all the traffic would be local. But does anybody recognize this? No.

    1. Re:Yeah, CD sales will rise. by Anonymous Coward · · Score: 0

      There's a damn good reason no-one recognises it. Existing P2P apps don't bother to choose local connections preferentially, so they generate extremely wasteful traffic.

  20. Wish they had this back in 1995... by Anonymous Coward · · Score: 2, Funny

    ...when I went to Cornell. Then I might have spent less time playing Quake and hording mp3's, and more time on academics...

    1. Re:Wish they had this back in 1995... by shamilton · · Score: 1

      You played Quake in 1995?

      --
      "[A] high IQ is like a Jeep; you will still get stuck, just farther from help!" --Just d' FAQs, c.g.a
    2. Re:Wish they had this back in 1995... by PseudoThink · · Score: 1

      Oops, you're right. I don't think I started in on Quake until '96. '95 was mostly wasted on learning HTML, dl'ing mp3s, and playing C&C...ah, I still remember the sounds of Tiberium being collected. At night when everyone else was out taking tests, studying, or partying, you could hear that sound eminating from several open doorways on each dorm floor, Geeks audibly marking their territory...

  21. Skyrocket this by Anonymous Coward · · Score: 0

    2 GB is 400 singles. I don't think more CD sales are destined around Utica.

  22. What about streaming video? by Anonymous Coward · · Score: 0

    With my subscrition to Ten.com it is easy to push 2 gig in a single day.

  23. redirections also good for prioritized connections by ca1v1n · · Score: 1

    At my university, those few privileged enough to have unix machines in offices under their complete control often set up IPsec tunnels from their dorm machines, because the dorm net connection to the outside world is prioritized, and anything other than port 80, port 22, port 5190 (AIM) and a few others goes painfully slow. The main campus network is not on a prioritized router, and the connection between the dorm net and the main net is not either, so people use that to play nice low-latency quake. If they implement something like that here, unless they're metering at the switch to the dorm room, people will get around it.

  24. The abusers probably won't know what hit them by ThePyro · · Score: 2, Interesting

    "I suspect the more rebellious ones will be running an assortment of proxies and redirections to get around the restrictions."

    I suspect that the majority of the people with that kind of know-how weren't the users causing the bandwidth problems in the first place. At my school, the heaviest abusers were usually people that didn't have a clue what they were doing. For example, one girl left a file sharing program running overnight... which was set to share her whole collection by default. She was completely surprised when the IT staff called her the next day to scold her for using over 50 GB of bandwidth in a 24 hour period.

    Of course, with that in mind... I'm not sure how much the bandwidth charges will help initially given that many of the students don't know they're abusing anything. Just a little file sharing program running in the background...

  25. As a Network Administrator... by EvilTwinSkippy · · Score: 1
    Its about fscking time!

    The only thing funnier than people whimpering that bandwidth is a right are the folks who get mad when you don't really feel like giving your DSL line away for free through WIFI.

    On my network I have seen some very sad, sorry, and sloppy things go down. I have folks who clog up the network and don't even know it. They just install some p2p software, fill up their hard drive, and leave the software running.

    (Cue BOFH) and they are always so surprised so come in on Monday to a reformatted machine...

    --
    "Learning is not compulsory... neither is survival."
    --Dr.W.Edwards Deming
    1. Re:As a Network Administrator... by Krapangor · · Score: 1
      (Cue BOFH) and they are always so surprised so come in on Monday to a reformatted machine...


      Pretty stupid. This means that they will start collecting rubbish immediately again and clog up the network. A wise BOFH fills their whole harddisk with pron and deletes all p2p programs - so they can't share any more and more importantly they don't want any more.

      --
      Owner of a Mensa membership card.
    2. Re:As a Network Administrator... by Fulcrum+of+Evil · · Score: 1

      This means that they will start collecting rubbish immediately again and clog up the network. A wise BOFH fills their whole harddisk with pron and deletes all p2p programs - so they can't share any more and more importantly they don't want any more.

      Being a BOFH means never having to say you're sorry. As a proper Bastard, your goal is to inspire obedience in your [l]users through abject fear. To this end, your best tool is a policy (backed up by management) against such wasteful activity. Barring that, you can always arrange for a large amount of porn to show up in your victim's PC, at which point HR gets very nervous about sexual harrasment liability and quickly does your dirty work for you.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    3. Re:As a Network Administrator... by Anonymous Coward · · Score: 0

      ...and some undetermined time later, a document comes in the office mail regarding your porn placement on a company owned machine, and that you have an hour to clear out before security forcibly escorts you out of the building. Later, you find out that your activities were monitored, and that everything that made you a bofh from day one has now undone your career.

    4. Re:As a Network Administrator... by EvilTwinSkippy · · Score: 1

      Which is when you bust out the blackmail you have obtained from observing the observer...

      --
      "Learning is not compulsory... neither is survival."
      --Dr.W.Edwards Deming
  26. Throttled bandwidth by cjhuitt · · Score: 4, Interesting

    The university I used to attend (and still have friends at), Iowa State University, fairly recently had to look into something like this.

    They started off by monitoring bandwidth, and cutting anyone off who had sent more than X amount of data outside the campus network. To get your connection back, you had to go to a certain office, plead your case, etc. And then you were put on a monitored connection.

    Now, they have moved to a more tolerant policy. After a certain amount of uploads (I think it's just uploads) in a week, your connection is throttled down to a small amount. That amount is enough for simple things like page-requests for the web, but basically kills things like hosting multiplayer games.

    For the curious, they track it based on the MAC address. When you hook a computer up to the network with a MAC address that isn't in their database, the only thing you can do is view a form over the web that requests your ID and password (the same as e-mail for most users). They reset this database once a year to clear out old info. It's certainly possible to spoof to an existing address and get that person's bandwidth limit, but since this is a permanent-on network, that would lead to general badness with the routers not being sure where to send things. At least, that is what the officials say, anyway...

    A benefit of doing things this way, that I appreciated, was the ability for them to give you a "permanent" URL to use to access your machine. They mapped the DHCP address they gave you to your MAC, and allowed you to specify a hostname. Then you could access your machine from anywhere with the URL ..iastate.edu. For instance (this doesn't exist anymore): cjhuitt.stures.iastate.edu.

    1. Re:Throttled bandwidth by webmaestro · · Score: 1

      Changing your MAC address wouldn't screw up a router, a router has no idea what your MAC adress is because they operate on Layer 3. The only network hardware that cares about MAC address for our purposes are switches and hubs. Now if your entire network is switched, this could cause a problem, but as long as there is a router between you and the person with the same MAC this shouldn't be a problem unless you get assigned IP addresses based on your MAC.

    2. Re:Throttled bandwidth by Anonymous Coward · · Score: 0

      Routers honestly rarely operate just on layer 3 anymore. If his school has a wireless network for example the wireless routers generally are made to function more like switches in that only known macs are allowed to access the network (on secure and well implemented networks)the same can and is done often over cat-5. To say routers operate simply on layer 3 is an oversimplification. Generally routing is done over layer 3 the network layer, but routers perform transport layer functions often enough. CCNA and MCSE are all a load of bull because they try to simplify networks which are very complicated to a layered system (OSI) that is old and in many cases outdated. Routers in the old days were far more limited than they are today. It can well be argued that some of todays switches perform all the task routers once did (Ive seen switches which can in fact route RIP packets) the distinctions have beem blurred to a sizeable degree.
      Yours trulY
      M. Jagai
      Pace University
      CCNA MCSE and soon to be CCNP

  27. Sneakernet by acoustiq · · Score: 3, Funny
    ...CD sales around Cornell should now skyrocket..

    You mean, of course, CD-Rs once everyone discovers the sneakernet.

    --

    --
    I romp with joy in the bookish dark
    1. Re:Sneakernet by sqlrob · · Score: 1

      He may have meant CD's as well.

      Isn't it the RIAA's argument that P2P is what's killing their sales? If P2P is eliminated through something like this, shouldn't (according to the RIAA, anyway) sales go up?

  28. Wireless takeovers Re:Necessary, but stifling by Anonymous Coward · · Score: 0
    What will this do to the thousands of students that use 802.11b at the library and other campus buildings?

    With any growth of restrictions placed on their network, we could expect that wireless communications will increase as individuals find alternate routes in and out of the current infrastructure.

  29. My school is more ruthless. by MasterRa · · Score: 3, Informative

    At my school, if you download just about anything during the day, or download anything over aboug 5 megs at full speed (about 1.5megabytes/s - its an oc3) you simply get cut off. No questions, and no getting it back.

    1. Re:My school is more ruthless. by EssJay · · Score: 1

      OC-3 = 155Mbit/s
      155 Mbit/s = 19 Mbyte/s
      Now let's say you are using PoS (Packet over Sonet) and you are looking at an average 3% overhead, you will get about 18 Mbyte/s squeezed out of your OC-3.
      You can't expect to be all alone on the link, and a possible delay may also occur when setting up the connection, but saying "1.5 megabyte/s - its an oc3" would be an understatement to say the least.
      /EssJay

    2. Re:My school is more ruthless. by user32.ExitWindowsEx · · Score: 1

      He may be on a 10BaseT Ethernet link at his end, which would max out at 1.25 Mbytes / sec.

      --
      "Evil will always triumph because good is dumb." -- Dark Helmet
    3. Re:My school is more ruthless. by blueskies · · Score: 1

      Yeah, good luck hiting 1.25MB/s on 10baseT Ethernet. You will be real lucky if you reach 80% (still a high number) utilization because of the nonstop collisions on the wire.

    4. Re:My school is more ruthless. by MasterRa · · Score: 1

      Well - I didn't say i was utilizing all of it. I was just pointing out why it could actually download at 1.5 megabytes/s. It's on an ethernet connection on the local end, but it's a 100mbit connection. I don't doubt it could get a lot more than 1.5 megabytes/s, but i was pointing out that if we actually download at that, they cut us off instantly. That is, they cut off our port.. Of course, they are all morons and sometimes cut you off for no apparent reason.. but that hasn't happend as much lately..

  30. Re:It is about time by diablobynight · · Score: 1

    That's a bunch of shit. Cornell is filled with student son scholarship or scraping buy to afford, my best friend is in the ROTC there to pay for his college. It's a very difficult engineering school, that you would be so lucky to have been accepted to.

    --
    Anonymous Cowards - Oh God, How I hate you
  31. They're running an ACADEMIC network by b.foster · · Score: 5, Insightful
    Contrary to popular belief (and, yes, contrary to my own usage patterns in college), Universities provide network resources for academic uses. This usually means that they intend for those networks to be used for research (this is often the main reason the institution exists), completing assignments, and communicating with one's professors and peers. These networks are not and never have been intended to be used for entertainment purposes.

    Cornell's change is a Good Thing(tm) in that they will encourage private entities to provide metered, regulated internet service to the members of the campus community. In this way, the individual members, not the aggregate, will be responsible for paying for the proportion of resources they use. Because, after all, when everybody agrees to divide the check, most of the people at the table order lobster. It's time for the liberals at universities to drop their Ivory Tower facade and face the fact that human nature is a greedy algorithm.

    1. Re:They're running an ACADEMIC network by Anonymous Coward · · Score: 0



      But you overlook the fact that the students living on campus are trying to live on campus.

      They're overpaying for dorm rooms, meals, internet access, etc. and now Cornell feels it can charge them in excess at will...and a 2GB ceiling is a pretty low one.

      My University throttles bandwidth when you hit 600MB for a 24 hour period while at the same time they turn around and sell their excess bandwith to the general public in the capacity of an ISP.

      They're limiting my bandwidth and selling it to others?! WTF is wrong with universities today?!

    2. Re:They're running an ACADEMIC network by torinth · · Score: 1

      Because, after all, when everybody agrees to divide the check, most of the people at the table order lobster

      Dude. What kind of people do you hang out with? How it usually works is that when everyone agrees to split the bill, most people orders frugally and similarly to everyone else because they don't want to look like assholes.

      -Andrew

    3. Re:They're running an ACADEMIC network by Jester99 · · Score: 1

      You clearly don't go to Cornell.

      But that having been said..

      There are plenty of legitimate "academic" uses for the network. Downloading Red Hat ISOs for example... all three of them and *poof* there goes your bandwidth for the month.

      But furthermore, you must not live in Ithaca. You've got two alternatives: Cornell Resnet, and Roadrunner (Cable). No DSL. And Roadrunner's support is about as shoddy as it gets. Also, not all dorms support roadrunner.

      So, no, they're "providing" (I use this term lightly, since it's not exactly a gift... we're paying a pretty penny for it) bandwidth for academic uses, but I can see several downsides to this practice.

      On the other hand, it certainly won't stop us from "stealing" MP3s / whatever, because the kid down the hall with the 200 GB collection (there's always one) is always more than happy to share. In my hall alone, there are four kids with DVD collections that would rival a blockbuster store, and two more with practically every MP3 ripped since 1998.

    4. Re:They're running an ACADEMIC network by Anonymous Coward · · Score: 0

      Mate what planet do you live on??
      If we all work harder there'll be more money for everyone to share!

    5. Re:They're running an ACADEMIC network by Didion+Sprague · · Score: 1

      Dude.

      Get real. If *everybody* orders lobster, then no one looks like an asshole except for the vegan freak that orders a femmy salad, hold the dressing.

    6. Re:They're running an ACADEMIC network by BigDish · · Score: 1

      I don't know about the policies for this school, but my school (RIT) EXPLICITLY states that the network is for academic and entertainment uses-provided entertainment uses of it aren't excessive. There are excessive users, yes, but they are few and far between. 2GB is WAY too low-though completly legimate activities, I'm sure I do 2GB a week easily. Be it Linux ISO's the latest MicroShaft patches, etc. It's really not that hard to do 2GB. What about listening to streaming internet radio? Let's say a 64 kbit/sec stream is 30 mbytes/hour (roughly correct) if I start listening to launch or other internet radio, it's really not hard to rack up a few hundred mb in a couple hours. While I don't particullarly support Cornell's idea, 2GB is just WAY too low. 20GB a month would be much more reasonable, yet still go after the abusers. Quite honestly, I'm a freshman dorming. I decided to live on campus next year primarily because of the internet connection (as opposed to an off-campus appartment) if RIT did this, I would most likely not live on campus. I suspect others feel the same way.

    7. Re:They're running an ACADEMIC network by b.foster · · Score: 1
      Why would you suppose there isn't much competition in broadband access, in a college town no less (where the thirst for bandwidth is undoubtedly severe)?

      Could it have something to do with the fact that until July, a private ISP's biggest competitor is practically giving away unlimited bandwidth for free?

      This has nothing to do with the fact that your internet use is mostly focused on stealing copyrighted materials. Cornell doesn't care that you are a freeloader and have no morals, because they know that what comes around goes around. What they care about is that people like you are costing them 40% more every year, because of simple economics. And they are about to end the party once and for all.

      When you have access to a resource, you have an obligation to use it responsibly. If you fail to do so, either you or your provider will be penalized for your excesses. There's no such thing as a free lunch. Somebody always pays.

    8. Re:They're running an ACADEMIC network by bcliftondotcom · · Score: 1

      My university (OU runs my HOME network, too.

      As a dorm resident, internet access is included in my housing contract -- electricity and water are also included. I generally use my electricity and water for personal uses (though I'm sure that showering probably helps the overall academic environment for my classmates that sit near me). I also generally use my internet access for my personal uses. They are both utilities provided to me by a contract.

      We do have a (seemingly unautomated) system of discouraging Kaaza users. Once a student has transfered over 500MB of bandwidth within 24 hours, their speed is throttled down to the speed of a 56K modem. When I made the switch to Linux a couple months ago, I downloaded roughly 1.7GB of ISO's -- all in one day. My bandwidth was never reduced, which leads me to believe that they are either not strict about it, or that they actually look to see where the traffic is coming from, and act accordingly.

      As for elsewhere on campus, I also pay connectivity fees and technology fees, both charged per credit hour. The internet access purchased by this money (computer labs & wireless internet access in some buildings) ought to only be used for academic reasons, because that is the purpose of those networks.

    9. Re:They're running an ACADEMIC network by NewWaveNet · · Score: 1

      Are you serious? So people are supposed to use the network only for homework, research, and the likes? Let's say a student wants to actually use their brain in the IT realm (no, googleing your homework isn't a mind boggeling task) and grab a copy of a linux distro, learn some php, and build an rss database. That's not entertainment, that is a very useful, legitamite use of resources.

      Your perception of things is quite interesting.

    10. Re:They're running an ACADEMIC network by Jester99 · · Score: 1

      It's not for free. It's for $50 a month.

      I'll ignore the rest of your troll.

    11. Re:They're running an ACADEMIC network by bnenning · · Score: 1
      when everyone agrees to split the bill, most people orders frugally and similarly to everyone else because they don't want to look like assholes.


      Yes, *if* everyone sees what everyone else is ordering. But if you went to a large restaurant and were told that you would be splitting the bill with 10 other randomly chosen patrons and you wouldn't know who they were, you probably wouldn't be as motivated to be frugal.


      Having said that, 2GB/month is ridiculously low. 10, maybe.

      --
      How to solve most of our problems: 1.Lots of nuclear plants. 2.Cure aging.
    12. Re:They're running an ACADEMIC network by Anonymous Coward · · Score: 0

      It's time for the liberals at universities to drop their Ivory Tower facade and face the fact that human nature is a greedy algorithm.

      What in the world does liberalism have to do with anything? "Ivory Tower Facade"... huh?

      I can only assume that you're a conservative who felt like tossing a political attack into your post and who trotted out the usual stereotypes (academia = liberalism = "Ivory Tower", whatever exactly that's supposed to mean) to do so. In reality, just about everyone in academia, irregardless of political orientation, tends to hold academic work (especially their own!) as sacred and thinks that it should be given special protection. For example, when was the last time you heard a stuffy old conservative English or History Professor argue in favor of banning _any_ book?

    13. Re:They're running an ACADEMIC network by hxnwix · · Score: 1

      NO. NO. NO. I've heard this same argument so many times. Do you think Cornell would be considered at all prestigous or be able to turn away valedictorians in droves if they offered no net connectivity? THEY WOULDN'T. So stop saying it's for academic use only. They have it because it's an absolutely vital requirement to attract faculty and students.

      This isn't about liberals and bandwidth hogs. It's about the top schools competing for the best and brightest and imposing unpopular limitations students are prone to bitching about isn't the best bet. Considering textbooks often cost $145, tuition is at least $25k a year and a fucking parking space is $650, they already have other ways of recovering that massive $1.4 million. Give me a break. Fucking 24 inch mac lcd monitors everywhere, constant money blowing, huge endowments and donations, massively expensive tuition and dorms, profs raking in 250k a year, and now they want money from those bastards video chatting and quaking. Blow me.

    14. Re:They're running an ACADEMIC network by AntiNorm · · Score: 2, Informative

      We do have a (seemingly unautomated) system of discouraging Kaaza users. Once a student has transfered over 500MB of bandwidth within 24 hours, their speed is throttled down to the speed of a 56K modem. When I made the switch to Linux a couple months ago, I downloaded roughly 1.7GB of ISO's -- all in one day. My bandwidth was never reduced, which leads me to believe that they are either not strict about it, or that they actually look to see where the traffic is coming from, and act accordingly

      I'm at the better in-state school, and I've worked with the network administration here on solutions to bandwidth problems. The way I understand it, the upstream ISP for both of our colleges will periodically (daily IIRC) send a list of the IP addresses with the highest bandwidth usage to the network administration here. These users are then placed in a sort of "penalty box" -- if it is determined that their high usage is due to not-so-nice things such as P2P, their bandwidth gets throttled back.

      Here at OSU, though, they implemented a totally different solution at the beginning of this semester. Students on the ResLife network are now by default placed behind a NAT configuration. If you want a public IP, fine, but you have to register for it. Thus, if you have a public IP and your IP starts sharing illegal files and generating high bandwidth usage, they don't even have to try to figure out who you are. This has been working out nicely so far; it's much better than the old configuration, in which the severely capped ResLife network was so clogged it was hardly usable. Now, there isn't any cap, and available bandwidth is plenty.

      --

      I pledge allegiance to the flag...
      of the Corporate States of America...
    15. Re:They're running an ACADEMIC network by Anonymous Coward · · Score: 0
      I'm not a vegan, but I love fennal salad.

      Oh, wait. . . Well, fems are pretty good too.

    16. Re:They're running an ACADEMIC network by wcbarksdale · · Score: 1

      Actually there is ftp://ftp.ece.cornell.edu/pub/Linux/redhat/. I don't know of ANY dorms that allow Roadrunner. In effect, CIT has a monopoly.

    17. Re:They're running an ACADEMIC network by tenordave · · Score: 1
      Contrary to popular belief (and, yes, contrary to my own usage patterns in college), Universities provide network resources for academic uses.
      This is true for most on-campus activities, but what about the dorms? One can't expect a student to do 100% academic activites just because they live in the dorms.
      --
      http://students.washington.edu/djwatson
    18. Re:They're running an ACADEMIC network by nelsonal · · Score: 1

      Game theory works very well when people don't expect to have to play the game again. It is less useful at predicting multipart games. Which is how the mob solves the prisoner's dilemna.

      --
      Degaussing scares the bad magnetism out of the monitor and fills it with good karma.
    19. Re:They're running an ACADEMIC network by BitHive · · Score: 1
      This suggests an interesting solution--don't tie dormnet (or resnet if you prefer) to the academic network. Bring in separate lines for the dorms, and allow people to purchase connectivity plans the way you would purchase meal plans (i.e. light user: 64/64 bidirectional, medium user: 512/512, power user: 1.5/1.5).

      This may pose a few problems for schools that provide many academic services over the LAN, but any group of competent network admins should be able to set up local peering.

    20. Re:They're running an ACADEMIC network by CAIMLAS · · Score: 1

      Your "for educational uses and communication" blather asside...

      Never mind that a user could get a much lower price on a local dialup account, allowing them a theoretical 17Gb/month and a realistic rate of (oh, let's be conservative) 5Gb/month, for 10-20 dollars. One user posted that cornell charges 30k a year, plus 250$ a semester for bandwidth. Semesters are approximately 4 months long.

      That's roughly $50/month for internet that is metered down to 2Gb a month. That's more draconian than any cable or DSL company I've heard of. The least the school could do is do something more reasonable, like just an upload cap, or the fairly commmon "500K/128K" download/upload caps.

      Now, as far as "for educational use", that's argueable. I've known most schools to offer students an on-campus (intranet) email account with a global address, but it maily gets used for the dozens of daily anouncements from student orginizations and faculty. They also have very vast repositories of research information - often mirrored from other schools - in on-campus databases and through the library. This considered, the school has no reason to even offer in-dorm internet connectivity. Sure, you'll get more research opportunities online, but most of that information isn't even useable as a source in a research paper.

      What's "educational"? What's "research"? I could be, say, working on a 400-level research project for a psych course that involved the psychology of, say, pornography, which would involve an indepth study of the advertising procedures, etc. used. You'll gobble bandwidth faster than a cum-hungry whore doing that - or possible analyzing patterns in p2p file sharing. Etc. etc. Those are all seemably valid research and educational uses, but they would both go over 2Gb in 1 week with ease. I personally get about 15-20M a day, all said and told with attachments, etc.

      Now consider logically that someone might have 10M of email per day, and they check slashdot only 2 times a day - and they only click through once to read additional user comments. They don't read the CNN (etc etc) article, just the comments. An additional 17Mb/month or so, all said and done. From a single web site.

      Now consider how many pages people view a day, the occasional fan site, the porn, the half an hour of games, and sharing digital photos with friends, and downloading several new songs or movies (I'm thinking about reasonable file sharing here). The chat and browsing alone would nearly saturate someone's 2Gb/month.

      Someone else stated that students will just go elsewhere for their bandwidth needs - this is very true. I predict that there will be an 802.11 WIFI provider opening up in the area that will provide normal broadband rates for normal bandwidth prices, with little overhead cost to themselves - possibly even going through the university for their bandwidth (I've heard of colleges helping small companiescompanies out by offering them discount broadband, thus helping the community).

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    21. Re:They're running an ACADEMIC network by bigfatlamer · · Score: 1

      Actually one thing that concerns me about this is the ACADEMIC use of the network. It's quite common these days for researchers who publish articles in the biggest general purpose scientific journals (Science and Nature) as well as lots of other more specialized journals to put additional information about their work such as additional, very large figures (most Science and Nature articles are 2-3 pages leaving very little room for complicated figures), specialized protocols, raw data sets, etc. on local servers.

      If these researchers are penalized for having the results of their scientific research accessed online how does that advance the academic mission of universities? With "publish or perish" being the mantra at most US universities, those who actually do publish useful information will be punished.

      What about folks that run mirrors for large databases like GenBank or BLAST? Baylor College of Medicine runs a hugely popular bioinformatics database/query server called Search Launcher. If they were at Cornell, they'd have to shut it down or put up a fucking "Donate With PayPal" button on the site in order to keep running. How exactly does this advance the academic/research mission of a university?

      Sure, folks using the academic networks for amassing enormous pr0n databases and leeching warez should have caps on their usage but what about legitimate academic use?

      BFL

      --
      There's one thing computing teaches you, and that's that there's no point to remembering everything.
      --Doug Copland
    22. Re:They're running an ACADEMIC network by Sabalon · · Score: 1

      I'd expect then to drink and get laid.

    23. Re:They're running an ACADEMIC network by Anonymous Coward · · Score: 0

      No, Resnet is for general internet access.

    24. Re:They're running an ACADEMIC network by kelnos · · Score: 1
      Contrary to popular belief (and, yes, contrary to my own usage patterns in college), Universities provide network resources for academic uses.

      bullshit. if the university is going to provide the internet access just for "academic use," then there damned well better be an alternative for "nonacademic use." and no, i don't consider using dialup an alternative.

      i am a cornell student (a senior now). i live off campus, so i'm on cable and fortunately don't have to deal with this crap. but the people on campus have no choice. two - only two - of the dorms, out of about 25-odd buildings, are wired for cable. and by cable i mean cable TV - i don't know if you could get cable internet on those (probably), but i wouldn't put it past cornell to disallow it if anyone tried and they found out.

      and don't even think of suggesting that cornell allow people to get their room wired for cable, because i know that campus life (the portion of the administration that runs cornell housing) would expressly disallow any "modifications" to the buildings.

      i'm sure part of the problem is the speed at which this is occurring. when i was a freshman, network fees were around $60 per SEMESTER. the next year i believe it went up to $80, and the last year there was another price hike (i think slightly over $100). but still it was a semester price. i believe that this year they're using a per-month fee, not sure about that. figure you're in the dorm for about 8 months out of the year (i know the article says 9; that's incorrect). even at $200, that's $25 a month. damned great deal. and yes, i do agree that that's amazingly cheap for the speed - at non-peak times i'd see 800kB/s. on a rare occassion i'd see 1MB/s, 4/5 of the 10baset limit (like anyone could really get 1.25MB/s). but now we're going from $200/yr, to $240/yr. not a big jump, but i would bet that the bandwidth cap will piss off way more than the 10% of users that the article suggests.

      then again, i'm sitting here paying $40/month for inferior cable - 250kB/s down on a rare good day, with an upload cap of 45kB/s. 9 months, since i have to pay while i'm not here over winter break (otherwise i get to pay extra for them to reconnect it). that's what, $360? so i probably have more of a right to complain than the dorm-dwellers ^_~.

      ok, so i digressed a bit from what i was originally replying to. sue me ^_~

      --
      Xfce: Lighter than some, heavier than others. Just right.
    25. Re:They're running an ACADEMIC network by Anonymous Coward · · Score: 0

      You can get RoadRunner, fine, CIT doesn't care.
      You do have to have a cable connection, though.
      And only a few dorms have that.
      Therefore, yes, an effective monopoly.

    26. Re:They're running an ACADEMIC network by Anonymous Coward · · Score: 0

      oh look it's mr fucking-wide-sig again.

    27. Re:They're running an ACADEMIC network by Anonymous Coward · · Score: 0

      Just one thing I wanted to point out. NAT in no way stops P2P file serving. P2P applications that register their node on the P2P network also register their source port. As long as the firewall sees a persistent connection through it for an IP and source port combo on the inside, it will maintain an open port on the outside for that internal IP/port. More advanced solutions maintain a single external port per machine rather than one per service/source port. Ie, as long as the NAT box keeps that port open, joe blow on the outside can connect back to your P2P application and download his file. This is one of the many reasons I as a netadm have been able to keep the ignorant PHB that run our IT dept from NATing the dorms. He's a fool but as long as you keep him on a leash... Before someone says BS!" stop and think about it. You're at home right now, right? Probably behind a LinkSys, right? And your desktop have a RFC1918 address, right? You're NATed. You can use KaZaA, right? You're able to serve files with a P2P application and you're NATed. "No no! I'm not NATed!" Yes you are. Don't argue. Just nod your head and move on to the next comment.

  32. Multiple Accounts? by mcmonkey · · Score: 1
    Since students often have accounts on several different university machines, I suspect the more rebellious ones will be running an assortment of proxies and redirections to get around the restrictions.
    Is this still true? Back in my university days, before the web, when all we had was this thing called the internet, and we were glad to have it! each department was an IT fiefdom. It was possible to get an account on the engineering machines, and the math dept, and the chem dept...if you had classes in those departments, or at least knew a kindly prof.

    However that was before they handed you an email addresses with your student ID. I did spend a year at a small private college that did issue every student an email address, and their IT resources were centrally controlled. I presumed individual departments didn't handle student accounts anymore since most students these days have addresses like @school.edu and not so much @math.school.edu.

    Of course, we did have the advantage of shopping for the best accounts. IIRC, the math dept had fewer students so each account had 4 or 5 times the disk space as an engineering account.

  33. thats alot by Stinson · · Score: 1

    did anyone really stop to question before complaining about how this is a bad idea (2gig cap)? How often do you download 2gigs of mp3s a month, or atleast share them. And even if you are some big server sharing, you can always just reduce the load a bit, programs like bearshare (etc) have trasfer capping built in. Not like anyones goinna miss that much mp3 traffic anyways

    1. Re:thats alot by Anonymous Coward · · Score: 0

      Three days of traffic from a house with four ppl in it and NO P2P apps:

      eth0 Link encap:Ethernet HWaddr 00:10:6F:00:07:8B
      inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
      UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
      RX packets:15610881 errors:0 dropped:0 overruns:0 frame:0
      TX packets:15971682 errors:13 dropped:0 overruns:0 carrier:8
      collisions:0 txqueuelen:100
      RX bytes:1518024059 (1447.7 Mb) TX bytes:2004762350 (1911.8 Mb)
      Interrupt:5 Base address:0xe480

    2. Re:thats alot by morning · · Score: 1

      I have downloaded more than 2 Gigs in a day before. Not mp3s, but movies, ISOs. heck the Shadowbane beta is a 550MB download.

    3. Re:thats alot by Stinson · · Score: 1

      You didnt even hit 1GB yet, 1911.8Mb (bits), comes out to about 238MB (bytes), cornell is proposing a 2 gig BYTE limit. You only hit about 1/8th of that

  34. Do students consider network in choosing college? by SuperKendall · · Score: 3, Insightful

    It's been a while since I've been to college, but I have to wonder if students factor in network availiability when choosing colleges, and this might actually make some students attend a college other than Cornell.

    From the article it seems like the charge above 2GB is probably $1/GB (they actually said a fraction of a cent per additional MB, I'm assuming that fraction is 1/100). That's not too bad so you could still download a few ISO's and not pay a lot, but then again students don't have a lot of money to start with.

    At any rate, putting any artificial limits on bandwith for students and professors seems like a poor idea...

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  35. It's a simple fix by Anonymous Coward · · Score: 0

    If he exceeds that quota he'll get a warning the first time, and the second time he will loose his LAN connection.

    Just replace the jack at the end of the cable, and your loose LAN connection will be fixed.

  36. Re:It is about time by Anonymous Coward · · Score: 0

    yes!!! in christ's name we pray amen!!!

  37. So what? by Anonymous Coward · · Score: 0

    My university did 200 Terabyte in 2002. This is with email though, which is approx. 10 to 20 percent.

    Why all that trouble?

  38. Skyrocketing CD sales? by rnturn · · Score: 2, Interesting
    ``At least, according to the RIAA, CD sales around Cornell should now skyrocket''

    Why? Is there going to be a sudden rise in the amount of cash in college students' bank accounts when this policy takes effect? Now it has been a while since I've worked in a college town, but I didn't exactly see the local businesses lowering their prices to accomodate the relative lack of buying power that many (if not most) college students have. If anything the prices tended to be higher. It'll be interesting and/or amusing to see the RIAA attempt to place some kind of positive spin on the news that CD sales are still down. Who will they blame next?

    --
    CUR ALLOC 20195.....5804M
    1. Re:Skyrocketing CD sales? by siskbc · · Score: 1

      ``At least, according to the RIAA, CD sales around Cornell should now skyrocket''

      Why? Is there going to be a sudden rise in the amount of cash in college students' bank accounts when this policy takes effect?

      No, it's a simple supply and demand argument. Students before had an alternative, now they won't. Students DO have the money for CD's, they just often spend it on other things because they can theoretically get the music for free. Under Cornell's plan, they'll theoretically less. So maybe a few more CD's get bought and a little less beer. Personally, I think it's bullshit, but theoretically it could happen, if the bandwidth restriction were tight enough.

      Now it has been a while since I've worked in a college town, but I didn't exactly see the local businesses lowering their prices to accomodate the relative lack of buying power that many (if not most) college students have.

      You kidding? We had local businesses give a ton of student discounts. I have seen few businesses that don't. And ultimately, that's because we're poor, relatively.

      --

      -Looking for a job as a materials chemist or multivariat

    2. Re:Skyrocketing CD sales? by Karth · · Score: 1

      Personally, I see more of a rise in CD-R media sales... in my little group of friends, we have diverse tastes, and if I download 700 mb of heavy metal, and 700 mb of jazz, and a buddy downloads 700 mb of new age, and someone else downloads 700 mb of country, we can pass it around on cd for way less than the cost per month of bandwith. Besides, most people download and share what's popular, so I could easily see people swapping 10-15 cds of mp3's back and forth to get around this minor inconvenience. Those who have 400 movies burned to cd would pass them (or at least copies) around, and the data would still flow, just not over the highly expensive internet connection.

  39. This is for combating spam by Disoriented · · Score: 1

    I'm a Cornell grad and I still use my cornell.edu e-mail address. And yes, it gets a sizable amount of spam. Maybe this bandwidth limit is to prevent spammers setting up relays from resnet computers.

    Older story on this problem

    Hey, if it slows the flow of spam, I'm for it.

  40. Real concerns by bfree · · Score: 2, Insightful

    For a university, the only real concern I can imagine they should have is the cost of outgoing net connections so I would wonder what efforts they have undertaken to minimise bandwidth usage? Do they have any decent caching technology in place and if so how will bandwidth be accounted for? For example I get a new laptop and install debian over the network, forget for a moment the fact that I could probably have used an internal mirror and avoided the charging altogether. So am I charged for the 1Gb I downloaded or am I charged nothing because someone else had already primed the files into their cache? If I am the first person to install Slackware 9 am I charged with downloading 1Gb or is that 1Gb diveded by the number of people who subsequently pull it from the cache? It would be a sad state of affairs if it became the responsibility of the students to create the network required to minimse bandwidth use rather than the university themselves. I realise of course that gaming is certainly not going to be cached, but how about multicasting to save on streaming bandwidth? Also they don't appear to be going to any efforts to designate "legal" traffic which is integral to the functioning of the university/faculties/students from "leisure" traffic which is simply about quality of life. All in all I wonder if they aren't simply trying to make more money not save it.

    --

    Never underestimate the dark side of the Source

  41. Here's an incentive for mirroring on campus by GrenDel+Fuego · · Score: 2, Insightful

    In the article they talk about the bandwith tracking being router based. It sounds like they should be able to track traffic between machines on the network separately from traffic off net.

    If so, then this could be a big incentive for people to start creating on campus mirrors for large content that is often retrieved.

    Of course, this could be good or bad depending on what is being mirrored. I personally would mirror linux distros, or similiar things, but people could start mirroring movies, music and pirated software as well.

  42. Good to see Cornell implement a sensible policy by shalunov · · Score: 4, Insightful
    I've long advocated usage-based billing as the way to manage campus bandwidth (see slide 6 of `QoS Appliances Considered Harmful' presentation at the spring 2002 Internet2 member meeting).

    If you think you're entitled to use as much network capacity for as long as you want because you already pay tuition, compare network use to printer use. No-one expects to be able to print 10000 pages a day, day after day, on the department printer for free. This is because it is understood that each page costs something. The marginal cost of transit of each packet on Internet1 is non-zero: universities are billed for traffic.

    Internet2 traffic is a different matter: the marginal cost of transit of a packet is zero, and there's plenty of capacity to play with.

    1. Re:Good to see Cornell implement a sensible policy by cyberia625 · · Score: 1

      That's not really the best comparison. Network use is completely different when we're paying for it (and paying out the ass I might add). If we're paying for the printer, I'm sure as hell going to make the most out of it.

      Also, I was under the impression Cornell was part of internet2.

    2. Re:Good to see Cornell implement a sensible policy by Anonymous Coward · · Score: 0

      Your sentence to no-clue ratio is pretty much 1:1 in that little spat. Nice work!

    3. Re:Good to see Cornell implement a sensible policy by shalunov · · Score: 2, Interesting
      That's not really the best comparison. Network use is completely different when we're paying for it (and paying out the ass I might add). If we're paying for the printer, I'm sure as hell going to make the most out of it.
      Every time someone sends an Internet1 packet from a dorm, it costs the university a certain amount of money (eventually paid to the upstream Internet1 provider). Why do you think it's OK to send as many as you'd like? If the upstream link were to run at capacity carrying Internet1 traffic for any extended period of time it would translate to a very hefty bill for the university.

      Consider the phone system. Do you expect to be able to make long-distance calls for free from the dorm?

      Also, I was under the impression Cornell was part of internet2.
      Cornell is a member of Internet2. Therefore, the packets they send to other universities have a marginal cost of delivery equal to zero. This doesn't make packets that go to cable ISPs free.
    4. Re:Good to see Cornell implement a sensible policy by cyberia625 · · Score: 1

      Gee...thanks for correcting me?
      Good to see you care.
      Oh, and here

    5. Re:Good to see Cornell implement a sensible policy by cyberia625 · · Score: 1

      The point I'm making is that we are being charged about $45 a month (including December and January) for internet access. This internet access we're being charged for has performed sometimes worse than the local cable providor and will soon have more restrictions put on it that many internet providors.

      I agree with what you're saying, but your original post made it seem like they are losing money by allowing us to use the internet, when we're clearly paying (not part of tuition, it's actually a separate bill) for access. That's been my main problem with the argument.

      Thanks for your response, it helped clear things up.

    6. Re:Good to see Cornell implement a sensible policy by TRACK-YOUR-POSITION · · Score: 1

      The marginal cost doesn't just need to be non-zero, it needs to be greater that the cost in time/worry in deciding if downloading file X is worth the bandwidth hit. With the number of times one uses the internet (any internet) and no real way of figuring out how much bandwidth one uses, the cost of deciding the rational usage of bandwidth is likely greater than the savings to the service provider generated by such rational usage. If this is true, the rational thing for the university to do is eliminate or at least raise the bandwidth cap and spread out costs over all students, like nearly all other American universities.

    7. Re:Good to see Cornell implement a sensible policy by shalunov · · Score: 2, Interesting
      The difficulties of the university in billing and the difficulties of students in deciding when to use the network are good reason to bill only small percentage of users. Say, top 1%.

      The problem is that with very fast connections that dorms get the distribution of used bytes per user is heavy-tail: if you were to average costs, 90% of users would be billed many times what they have used. (And the monthly fee would still have to change every month.)

    8. Re:Good to see Cornell implement a sensible policy by shalunov · · Score: 3, Interesting
      I take it you're at Cornell.

      Your $45/month fee covers (a fraction of) costs associated with running the campus network plus a reasonable amount of used capacity. Cornell defined `reasonable' and now charges per bit for everything over. Way to go!

      Do you or do you not currently use more than their newly established quota? If you do, the new billing system is a bad news for you. If you don't, it is a good news.

      These quotas are selected so that most users will be well below.

    9. Re:Good to see Cornell implement a sensible policy by HiThere · · Score: 1

      You are presenting a good argument ... for them to adopt a different accounting policy. When you log on to the network, you should be identified by 1) your account and 2) your current IP address. And that address should be unique. If multiple users are end users on the same machine, then that machine needs to log charges against each account by I/O packets.

      No, this isn't an anonymous system. It's one that can charge for usage, and that means that it can't be anonymous, at least at the gateway. But if bandwidths are being overloaded, then capacity pricing is necessary. And any other way is less fair.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    10. Re:Good to see Cornell implement a sensible policy by HiThere · · Score: 1

      Quotas aren't a good thing. Usage charges are. And there should also be a way to allow people to put a quota on their usage, so they don't get charged more than they can afford. Probably this should be on by default, and set to some number that will be transparent to 90% of the users. If you want to exceed the default quota, you can "temporarily" raise the limit, with the clear knowledge that you are exposing yourself to a charge equivalent to N MB. (The quota raising period should be as flexible as a cron job [well, an at job], so you could, say, raise it by 1000MB/day until next friday.) And you could expect to be charged for any excess usage that you actually used.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    11. Re:Good to see Cornell implement a sensible policy by Sycraft-fu · · Score: 1

      I dunno about other universities, but where I work we are large enough to lease fixed capacity lines. As in we pay for a given line speed, regardless of usage. Therefore, if we are using under 100%, we are basically just wasting money. We don't save anyhting through lesser usage. So the solution we use it to drop a couple of Packateers on the network and lower the priority of things like KAzaa. Theya re free to use as much as they like, but if other traffic needs the bandwidth, they get throttled back.

      Oh, and all of I2 is that way. You pay for a link and you can use as much or little of it as you like for the same cost. It's a research only network, so only data for other universities goes over it. We have a full OC-3 to it, which is a medium sized link for I2, and have never even used half of it.

      You also have to be careful about the bandwidth nazi thing because the students would have a point if hthey came after your ass from a monoply position. In our dorms at least you MUST use your network. Well, they could make a case that your practises are unfair and that they need other optons and wouldn't that be a bitch if the courts ordered it implimented.

      The campus network is there for the campus, and that does include some play. The idea that everyone should be serious 24/7, espically when in the dorms which are their homes, is silly.

    12. Re:Good to see Cornell implement a sensible policy by jonhuang · · Score: 1

      A brief plug for my college, claremont mckenna college. Not only do you get free unlimited printing, but also free *color* printing. Not that poppa-west isn't down as much as it's up.

      Incidentally, you get put on reduced bandwidth if you exceed 10 gigs of transfer in 24 hours.

  43. Re:It is about time by Anonymous Coward · · Score: 0
    diablobynight says:
    Cornell is filled with student son scholarship or scraping buy to afford, my
    best friend is in the ROTC there to pay for his college.
    Evidently in addition to commies, Cornell is full of illiterates.
  44. Oh come on. by Anonymous Coward · · Score: 0

    What the heck do you think the university network is FOR? They aren't in the ISP business. Games? Get an account somewhere ELSE for god's sake...I thought you were at university to get a degree??

    Oh wait, this is slashdot, home of "everything should be given to us for free regardless of legality"...not free as in beer or speech, free as in "gimme gimme gimme".

  45. Excuses by maximillianarturo · · Score: 1

    "I couldn't afford to research the paper, sir..."

  46. A View Fom Hell by cyberia625 · · Score: 5, Interesting

    Resnet at Cornell is, at best, a real shady business.

    The reaction from most people around here has been less than enthusiastic. You can easily burn through 2 GB of data in a month just by visiting ESPN.com to check game scores, or visiting any other media-heavy site. They claim it's better than the alternative (Roadrunner cable) and say that we're given options. Actually, we're not given any option if we live in the dorms. We are not allowed to have a cable internet connection installed, though most of the rooms have a cable jack installed already. Hell, we don't even get basic cable TV for free (little dongle on the cable wire apparently blocks cable...though, we did fix that problem early on in the year ;) ). It's really disappointing to see how much they've changed things in the past couple years. I'm happy to be moving off campus next year.

    We actually had wireless access points in some of the dorms (in the common areas like lounges and study lounges). They got pulled this year due to "lack of funding". It was great, some anonymous donor supplied the money for Cornell to set up wireless nodes all around campus. And now they took it away.

    As if Ithaca NY didn't suck enough, now they're trying to limit our contact with civilization. Fantastic.

    1. Re:A View Fom Hell by evocate · · Score: 1

      Game scores - heh! Just in time for March Madness.

    2. Re:A View Fom Hell by Anonymous Coward · · Score: 1

      Do you understand the numbers in the article?

      costs for providing Internet services -- currently about $1.4-million a year

      the university's data-network costs, which add up to $8.5-million a year

      and further down:

      Last year, users sent more than 100,000 gigabytes worth of KaZaA files from Cornell's network

      The way I interpret these numbers, Cornell either has an extremely overpriced network or there's other traffic which is at least (!) one order of magnitude bigger than the Kazaa traffic:
      1,400,000 $ / 100,000 GB = 14 $/GB
      8,500,000 $ / 100,000 GB = 85 $/GB

    3. Re:A View Fom Hell by fonnix · · Score: 1

      You complain about this, yet you do not complain that NetPrint costs 10 cents per page? Sounds like you have sour grapes about Cornell/Ithaca.

      I live off-campus so this does not affect me at all, but I doubt Cornell is using any "shady" business practices. They pay lots of money for bandwith that is wasted on ESPN.com and KaZaa. It makes sense to bill those who abuse the system. Would you prefer that they raise the ResNet fee again or tuition?

      If I were going to complain about a Cornell policy, I would bitch about their absurd prices for "a-la-carte" meals. It costs at least $6.50 for a wrap and juice!

      -Andrew '05

      --
      "I am a student. Please do not fold, spindle, or mutilate me." -Slogan of the Free Speech Movement, 1964.
    4. Re:A View Fom Hell by Anonymous Coward · · Score: 0

      You mean you average more 60 megs a day just by visiting websites?

    5. Re:A View Fom Hell by /dev/trash · · Score: 1

      2GB by visiting ESPN.com? Come on, I'm calling bullshit here. Doesn't your browswer cache some of those gifs? What exactly is on ESPN that gives game scores and is so bandwidth intensive?

    6. Re:A View Fom Hell by Bobulusman · · Score: 1

      I agree. I am a freshman this year, and never enjoyed the nice low price of Resnet last year. (They double the price this year). And since so much of the classes require internet access and freshman are required to be in the dorms, it was either a dial up account or Resnet. I choose resnet, partly because I could not afford to tie up the phone all day.

      I guess I'll just have to get all the stuff I wanted before they impose these limits in July....

      Oh, and this 2 gb limit is going to ruin the Cornell Scifi club..... >:(

      --
      Cogito ergo sum in Slashdot.
    7. Re:A View Fom Hell by answerer · · Score: 1

      You're forgetting something rather important...KaZaa does not make up 100% of Cornell's traffic. Let's assume it makes up 10% of the traffic(a ridiculous amount). Then you get: $1,400,000/1,000,000GB =$1.4GB The data-network probably handles something in the order of billions of gigabytes a year so it's even cheaper. Of course, that's the whole idea of building an internal data-network.

  47. Poor idea for poor students by mrtroy · · Score: 1

    As a student, I know that I dont have much money in the bank. So, that being said, my school has a great strategy for dealing with bandwidth useage!

    If you go over a certain amount, ours being 500meg in 10 days or less, you get knocked down to a lower bandwidth region, and you can get at max 2k/sec. You can still view webpages and everything, just not download movies/etc.

    This is annoying at times...however when you are in the fast bandwidth region, the speed jumped up considerably after, and internet access in general is much better when its super fast.

    Even if I wanted to do some casual downloading, it was not a problem as long as I did not exceed my limit, and intranet bandwidth was not included.

    It is a great idea, way better than the pay for more (for students).

    --
    [I can picture a world without war, without hate. I can picture us attacking that world, because they'd never expect it]
  48. From a Cornell Alum... by BTWR · · Score: 4, Interesting

    I went to Cornell ('01) and one thing that was VERY popular were entire bootleg movies on the network neighborhoods (~650 megs each). Those would get passed around so quickly or simply viewed over the connection. My friend even got busted for having like 40 gigs of movies he was sharing with Cornell kids and FTP.

    However, I don't see Cornell's point since we were CHARGED for our internet usage, and this charge was something that was comparable, if not higher, than simply getting off the dorm LAN and splitting a cable modem with your roommate(s). Then again, if Cornell only makes it a nominal fee (more of a symbolic fine), I can see them having a claim. It'll be interesting to see how it develops.

  49. That's friggen hilarious. by Geekwad · · Score: 1

    My school technically has a 750MB/24hrs limit but I just plugged in an extra two nics and now it's not uncommon for me to do more than 2GB a DAY.

    Holy crap. How can people satisfy all their pr0n and warez needs at Cornell with a mere 2GB per month?

    --

    - http://pakman.sytes.net/
    1. Re:That's friggen hilarious. by Anonymous Coward · · Score: 0

      sounds like you're in need of a network card that you can change the mac address on :)

    2. Re:That's friggen hilarious. by Geekwad · · Score: 1

      Whatever. Nics come in cereal boxes now.

      --

      - http://pakman.sytes.net/
  50. Re:redirections also good for prioritized connecti by robi2106 · · Score: 1

    Even accounting for people that do this, Universities will save loads of bandwidth. The few and far between that can do this will do this. The vast majority of kids sharing out their e:\mp3 drive will be affected, to the gain of everyone else on campus (reduced network strain = less frequent equipment upgrades; faster DB access for inside comuting, faster comm between universities).

    robi

  51. First the wrong admissions... by joesao · · Score: 1

    ...and now this. So they've made it easier to get into school, but once you do, slap your wrist for setting up a pr0n server!

    I wonder if this has anything to do with students being used as relay for spam. I know cornell doesn't implement any sort of spam filtering -- at least not for alums using their email server for forwarding.

  52. What about for real work? by Soluxx · · Score: 1

    So I'm sure a lot of that bandwidth is for mp3's, warez, and what not. But what about grad students that use up more than 2 gigs a month for research purposes? I don't go to Cornell thankfully, but I do research on MPEG1 videos over the internet. These are high quality videos which eat up a lot of bandwidth and can easily pull a gig in each experiment that I run (especially since I have streams going for a day or two). Would they be so callous as to charge graduate students doing legitimate research?

    1. Re:What about for real work? by Anonymous Coward · · Score: 0

      Porn, huh?

    2. Re:What about for real work? by matastas · · Score: 1

      Hell hath no fury like a tenured professor inconvienced. If their grad students' research, and thus their research, is hampered, you can bet your diploma that the IT goon that gets upity with them will not come out unscathed, especially at a high-powered research unversity.

      As much as I love the profession and the science, IT is a means to an end, and not an end in itself. If it gets in the way, it should be (and often is) slapped back into submission. If cramping the students' BW to save a buck cramps research, get out the brass knuckles.

    3. Re:What about for real work? by answerer · · Score: 1

      That's why grad students have things called "research grants". They're used to fund research. I doubt that grad students and professors will see much of a difference (unless they're sharing movies on the side).

  53. proxy by liam193 · · Score: 1

    I see nothing wrong with bandwidth limitations. I do however think it is absolutely ludicrous for a group to do a bandwidth limit without an unrestricted FTP/HTTP proxy service. As the article said, the students will probably be crafting their own shared proxy services anyway. The cost of a few non-redunant 1U servers or something to run a proxy service is far less than the cost of increasing bandwidth (over a few months). Any organization, school or otherwise, that thinks that restricting bandwidth usage is a benefit doesn't understand the nature of real users... they will do whatever it takes to get more out of it. Give them a solution that is agreeable to both groups and you won't have 80% of the problems. Setup a few non-redundant 1U servers. Let those devices access the Internet. Make the bw restriction very low and tell students and faculty that they should use the proxies. Set the proxies to keep files up to 800MB or so. The end result is that ISO of linux come down once, software that is commonly installed come down once... etc.

  54. yeah well... by Anonymous Coward · · Score: 0

    This is Slashdot, home of the double standard. Around here it's always "gimme gimme gimme", to hell with what you think. Everything should be free! Even university-based internet access! Fuck academics, I wanna play Unreal Tournament! How dare they impose bandwidth restrictions! It should all be FREE! It's a conspiracy we should all fight! Quick, where's the link to petitiononline.com?

  55. Well... by Kirby-meister · · Score: 2, Insightful

    ...while I don't agree with this idea, can someone come up with a way for uni's to pay the bandwith bill, not raise tuitions, not charge for "extra" bandwith, and not hinder students who have legitimate reasons for that kind of bandwith at all? If so, then you can complain about this policy. After all, if the university can't pay it's bandwith bills, it can't award grants for research.

    1. Re:Well... by stratjakt · · Score: 1

      Universities bleed money from every side.

      It's easier to stick a bandaid on the little cut on the pinky finger than to sew up that gaping gash in the abdomen.

      I have no idea how much of residence fees at Cornell go to the 'net connection, but I'd bet dollars to donuts it covers the bandwidth cost and then some.

      When I was in school, I paid 60 bucks a month for a 19.2k SLIP connection, and even then they were whining about bandwidth abuse. (Mind you this was in the era of 14.4k modems, but still)

      --
      I don't need no instructions to know how to rock!!!!
    2. Re:Well... by gene_tailor · · Score: 1

      Awards grants for research? The university? What are you talking about? Don't know where you're at, but I've been on several grants and all the money came from private foundations or govt agencies, not the universities. Besides, we can complain all day-- no one said complaining had to be *rational*. :D

      --
      It also occurs to me that if one was drowning, yelling "Help! I'm drowning and I lost my bikini top" would probably be m
    3. Re:Well... by cygnus · · Score: 1
      ...while I don't agree with this idea, can someone come up with a way for uni's to pay the bandwith bill, not raise tuitions, not charge for "extra" bandwith, and not hinder students who have legitimate reasons for that kind of bandwith at all? If so, then you can complain about this policy. After all, if the university can't pay it's bandwith bills, it can't award grants for research.
      well, one thing they could do if they're going to impose this regime on their gateway is install a decent caching http proxy, to help mitigate the fees for some people who are downloading the same stuff as everyone else.

      it won't solve the problem, but it might help.

      --
      Just raise the taxes on crack.
  56. Another approach by astrashe · · Score: 3, Informative

    The problem is really that most p2p software doesn't make much of an attempt to take the physical network's topology into account when it creates the virtual network of peers.

    Years ago, before napster took off, I described what was essentially an idea for streaming p2p (didn't call it that) to a friend who is a very smart networking specialist, and he was horrified. I think he had visions of chunks of video being passed from kansas to hong kong to iowa to france, etc. I was too lazy and not skilled enough to follow up on my idea, so I lost my place in history.

    But my friend's criticism was valid then, and it's valid now, and as these services become more popular, the chickens are coming home to roost.

    It seems to me that if p2p software allowed people from a specific school to look for files on each other's computers first, and to go outside of the campus only when necessary, a lot of bandwidth would be saved.

    1. Re:Another approach by tarsi210 · · Score: 1

      It seems to me that if p2p software allowed people from a specific school to look for files on each other's computers first, and to go outside of the campus only when necessary, a lot of bandwidth would be saved.

      Interestingly enough, Iowa State University has implemented something of the sort...or rather, the students have implemented it as a matter of necessity.

      At ISU they have a search engine called StrangeSearch that searches the local network for files shared on other people's boxes. The intranet at ISU isn't throttled, but if you go over a certain amount of bandwidth per day, you get moved to a shaped line that severely limits your throughput from the Internet. Thus, very few people doing actual downloading from the Internet and massive sharing of the files once they get inside. Which, to me, seems reasonable.

    2. Re:Another approach by IpSo_ · · Score: 1

      GTK-Gnutella prefer local nodes. You can give it as many IP ranges as you like.

      How well it works though, is another story.

      --
      Open Source Time and Attendance, Job Costing a
  57. Resident students' rights by No+Such+Agency · · Score: 2, Insightful

    So students who live in residence, and who therefore pay for their internet access via a portion of their fees, are "stealing the university's research bandwidth" every time they do what YOU'RE DOING RIGHT NOW - accessing the internet for non-work-related purposes? I agree with charging/limiting bandwidth "hogs" (for the other users' sake), but I think your statement ignores the fact that the institution should _not_ have any more say than any ISP over how student use what is in effect their _own home connection_. It's not like they can get Rogers to come and run a cable connection to their room, after all. They have no choice of ISP's.

    --
    Freedom: "I won't!"
    1. Re:Resident students' rights by Alizarin+Erythrosin · · Score: 1

      I agree with you 100%. At the college I attend, if you actually read the network contract you hafta sign to use the ethernet in the dorms/on-campus housing (I don't live on campus), in all technicality, you can't even use an instant messaging program, play a game, even surf the internet unless it is strictly academic related. Of course, the only things they really police are people running ftp servers (took them 9 months to catch my friend though), file sharing programs (iMesh, Gnutella, etc) and the like.

      --
      There are only 10 kinds of people in this world... those who understand binary and those who don't
    2. Re:Resident students' rights by GlassHeart · · Score: 1
      the institution should _not_ have any more say than any ISP over how student use what is in effect their _own home connection_.

      In fact, an ISP can tell you that you're paying for (and entitled to) X GB per month. Many of them use an approximation of "unlimited" access, but I've known people warned for "abusing" supposedly "unlimited" dial-up.

      Now, the question is whether Cornell is in effect changing the terms of service illegally?

      They have no choice of ISP's.

      That's no different than where I live. With no access to DSL (and apartments typically don't like satellite dishes), a cable monopoly is my only reasonable choice of broadband provider. Why is that special?

    3. Re:Resident students' rights by delus10n0 · · Score: 1

      but I think your statement ignores the fact that the institution should _not_ have any more say than any ISP over how student use what is in effect their _own home connection_. It's not like they can get Rogers to come and run a cable connection to their room, after all. They have no choice of ISP's.

      Hahahahhahahahaha.. thanks for making me laugh so hard I began to cry.

      I guess you must have missed the university's "Terms of Service" or "Acceptable Use Policy" documents regarding their network and the internet. See, they pay for the internet. You pay them to use that internet. It is a privilage, not a right. If you want to do something that they don't allow, tough luck. Wait until you're at another internet terminal, or a friend's house.. etc.. to do your file swapping and the like.

      Just like another poster said, most college networks are for academic purposes, unless stated otherwise.

      --
      Not All Who Wander Are Lost
    4. Re:Resident students' rights by Sabalon · · Score: 1

      Why do students always think just because they pay money that they are granted all sorts of rights?

      You paid a portion of your fees to acceses the academic network for academic purposes. It is not the same as a home connection. Lack of choice does not mean that the only one you have must provide you everything you want.

      There is no reason that the university even let you connect to the general internet. They could say that the dorm connection is for you to check e-mail and work on online classwork from the university's web site and that is all you can get to.

      ISP's have say in how I can use my home connection. They say I can't run a server on THEIR network. Earthlink won't let you use an SMTP server outside THEIR network. So yeah...I guess the universities are like the ISP's in that it is THEIR network.

      After saying all that - yeah, I think it sucks too.

    5. Re:Resident students' rights by HiThere · · Score: 1

      I see. And it's ok if MS wipes your disk, because their EULA says that they have the right to. Uh huh.

      Just because there are lots of abusive ba**tards in power doesn't make it right, and it doesn't mean that if you are coerced into an agreement that it's just that you be bound by it.

      I agree that people are signing (or clicking agreement to) lots of documents that collectively claim to (essentially) own the person. That's the main reason that I switched to Linux. I read those bloody things, and take them seriously. But I don't consider that people who refuse to take them seriously are immoral, merely reckless. There is no moral obligation to obey an agreement that is coerced from you. Period. There may well be many practical reasons why it's dangerous not to, but not any moral ones.

      OTOH, it seems quite reasonable to impose a per MB excess usage charge, but if you don't want to cripple serious users, then you should either make the charge low (essentially at cost) or offer scholarships for justifiable projects.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    6. Re:Resident students' rights by delus10n0 · · Score: 1

      You're trying to compare a service to a piece of software. Sorry, but that just doesn't work. Obviously a EULA like that on a piece of software would be most likely illegal. Dealing with a service, like an ISP, or a provider of a service, like a college or school, they are basically free to limit/unlimit that service as they see fit. It's their service to limit. You don't "own" it, nor can you claim any "rights" to it.

      --
      Not All Who Wander Are Lost
  58. Connectionless protocols and usage by hudsonhawk · · Score: 1

    Here's a question born out of my own ignorance of how this works, but if you used a connectionless protocol would the monitoring system still work? Like, let's say I have a computer in my dorm, and NFS mount a box outside the network and bringing in massive amounts of data. Would it still show?

    1. Re:Connectionless protocols and usage by Anonymous Coward · · Score: 0

      Yes. Setups like this do not monitor connections, they monitor the number and size of packets shoved through an interface.

  59. Slightly OT-redhat. by Anonymous Coward · · Score: 0

    Speaking of which, I'm downloading redhat right now. I spent an hour on the phone this morning and no computer stores are selling it...The story from the smaller stores was "what is that?" (2 years ago a few of the same stores had a copy on their shelves). The larger ones recommended I download the copy of the internet.

    You may or may not think this is funny but I deleted my entire hard-drive last night playing with those iso's. Helped me make-up my mind anyways.

  60. How often do you download Linux ISO images? by Anonymous Coward · · Score: 0

    Every time RH releases. It's easy to do
    and it's a great way to keep ahead of the curve.

  61. Linux ISOs by Shippy · · Score: 1

    I'm sure the conspiracy theory people will see this as a suggestion by Microsoft to stop students from getting those pesky Linux iso images. At least, according to the RIAA, CD sales around Cornell should now skyrocket :)"

    In this situation, I would just go to the nearest computer lab and burn the ISOs to CD. That way, you're using the lab's bandwidth rather than your quota.

    --
    -Shippy
  62. One of the bazillion reasons this shouldn't happen by adzoox · · Score: 1
    I can think of a lot of reasons this shouldn't happen. One post touched on it with compromised networks, but what about students who have elected to have bluetooth or 802.11 / wireless networking in their rooms or on campus.

    Admitted, the students that have this; should have secure networks, but it's hard to do that especially at such a "tech heavy" school.

    It's almost guaranteed that high bandwidth users will sniff out said networks and use others, probably not even coming close to maxxing their own account out.

    Certain enterprising students may even resort to selling their bandwidth.

    Alumni should rebel and get as many wireless accounts as they can and just claim they don't who's using what.

    Then, the issue becomes what are you allowed and not allowed to have in the privacy of your backpack / dorm room (wireless)

    --
    Yell & scream & rant & rave... it's no use... you need a shaaaave ~ Bugs Bunny
  63. 2GB a month? by Kraphty · · Score: 1

    I agree that some sort of limiting plan needs to be in effect for a University's bandwidth, but this seems to be overly restricting. I run an FTP on my University's connection and routinely exceed 3GBs per month! I simply can't imagine being restricted to 2GB a month.

    --


    Watch out, or I'll have the penguins eat you.

    Oh...and, I'm liquid talent
  64. ID Theft by The+boojum · · Score: 2, Interesting

    I don't think I would like this system. It seems like it might be easy to steal someone's bandwidth. There was mention of tracking by the MAC addresses. Someone could run a packetsniffer or watch for ARP broadcast on the local segment to collect Mac addresses and IP numbers. Then they could just use a card where the MAC address is software settable. (My Linksys router has this ability too, for example.) Wait for the unsuspecting victim to go off line and then set your card or router to show that MAC and IP pair. Poof! "Free" internet access for a while.

    The only way I could see to stop this would be for the university to set their switches to make the switches and their connection ports only accept traffic from specific MAC addresses. They couldn't allow any open public ports with this system. Even with that though, someone could still wait for their roommates to leave for a while, then highjack their port and steal their bandwidth while they were gone. (Even if they can't log into their roommates computer and use it that way.) Or perhaps, they might just swap in a laptop for a lab machine.

    Dunno. Just seems like it might have problems.

  65. bandwidth restrictions by Tachyon47 · · Score: 1

    I go to rose hulman (http://www.rose-hulman.edu)
    the way they deal with it is they restrict the bandwidth for various services. for example, kazaa goes so slow it is almost not worht using. they also keep track of how much you download on MAC's registered to you, so if you go over 1GB in a day, or 1.5 in 2 days or something like that then you get a nice little letter from the it department. i dont think they actually charge you for going over though, they just take away your access if you do it too much :-)
    but alas, as someone else pointed out mac addresses arent too hard to spoof if you have a router, are moderately clever, or just find some program to do it for you (arp poisioning, what?) ;-)

  66. Is it Enough by Herkum01 · · Score: 1

    People that seem to think that is fair, tell me, at point do you know what your network usage is? A page, 50 kb, a few pic's here and there, another 1MB or 2. What about Windows downloads, like service pack updates, or software upgrades, program uploads. Does anyone really KNOW how much bandwidth that they actually use? If you don't know what you use, then how can you say whether you are near the limit or not?

    I do alot of research at work, as well as casual browsing. With every web site attempting to force gif's, mpgs, bmp, wav files on every page, not to mention configuration files, adware programs, anti-virus utilities and god knows what else is making every attempt to make sure that you GET THE FULL EXPERIENCE OF THE INTERNET, I certainly would not want to be charged on a hard set limit.

    Life is bad enough without every pion out there trying to nickel and dime every transaction and calling you bandwidth thief if you don't pay for it.

  67. Such a paltry amount... by nfsilkey · · Score: 1

    ...since I'd go through a two gigs of quota on pr0n alone. ;)

  68. Oh, who cares? by joshamania · · Score: 1

    You all know that the big reason for the bandwidth usage is mp3's, so why is this a big deal? Linux images aren't that big, and if you're all so worried about downloading images, then take a load off your local mirror and burn the damn thing for your buddy instead of making him download it and burn him/herself. I don't even come close to using that much bandwidth unless a new Linux or Oracle or whatever comes out, and if it became and issue, I'd either shell out the cash, or find away around it.

    Bandwidth costs money. There is absolutely ZERO reason a University should be sending 100 Terabytes outbound per year unless they've got a particle accelerator running. If the little twits are using bandwidth for mp3's, make them pay. I'd much rather the University be able to afford bandwidth for cancer research or high energy physics data than spending that money so some stupid little dorm rat teeny-bopper can get the lastest Brittney Spears single.

  69. Onlines games require more bandwidth by Anonymous Coward · · Score: 0

    Come on, 2GB/month limit is a joke.

    Many new online games use about 20KB/s of bandwidth which is 72MB/hour. Basically this means that you can only play 27 hours in a month, or less than an hour in a day.

  70. Princeton security ... a major breach ... by x-empt · · Score: 1

    Funny how this security breach at Princeton never got the media attention it deserved:

    http://www.ispep.cx/files/tucson.princeton.edu.txt

    Mod this up as Informative...

    --
    Ever need an online dictionary?
  71. If i am not mistaken by jconley · · Score: 1

    Cornell machines run a kerberos client and a user logs on the same any where on campus. This is used to track printing also...

  72. Internal sharing by Anonymous Coward · · Score: 0

    We have something similar (although less Draconian) at my school, the University of Connecticut. If we ever exceed 5GB of in/out traffic in a seven day period, our transfer speeds are squelched down to 64kbps, from the insanely high T3 speeds we're used to. I'm never hurting for files though, because the students have implemented two different ways of getting around it. There is a Phynd server, which if you're not familiar with it, indexes all windows shares on the network every couple hours in an easy-to-search database, and we also just recently set up an on-campus DirectConnect hub. Between these two, and the 15,000-odd undergraduates we have, I can find just about anything I want, get it at around 1.1 mb per second, and not have it count against my bandwidth limits. Problem solved.

  73. Portugal by Asas · · Score: 0

    Here in Portugal almost all ISP have bandidth limits like 20GB Nacional and 1Gb International... If there were mirrors but not only a few mirrors only with RedHat ISO's, so we don't have access to large Opensource projects. And the technical support *sux*, they only know what Windows is, if you ask them what Linux is or even a Mac they can't answer you... The only good ISPs are ViaNetWorks and KPNQwest...

    --


    The Stone Dance of the Chameleon :)

  74. Experts please by flynt · · Score: 1

    Can someone who knows or has access to knowing how much in general universities are charged for their internet connections, please chime in. I'm guessing it is per MB per month or something like that, which means that allowing P2P sharing DIRECTLY increases costs for the university's internet connection, probably drastically. What are they supposed to do, watch tens of thousands of dollars a month get washed away so students can download movies?

  75. By any means necessary (A story from both sides) by Mikey-San · · Score: 2, Informative

    It sucks.

    This is a given.

    But what else are universities to do when their asshat students leave crap like KaZaA on 24/7?

    Here's a nice little essay for you:

    Here at Virginia Commonwealth University, we have very serious bandwidth. /Very./ We're split into two campuses--medical and academic (perhaps you've heard of MCV Hospitals)--and we're actually not even in the same ZIP code, we're so large.

    We have a lot--a LOT--of bandwidth in order to support the two campuses and the hospitals here. We have OC-3s and DS-3s and GTA-3s and See-Deez-Nutz ... We have big-time pipes.

    Here's our problem.

    The residence halls alone are currently using 50% of the entire university's bandwidth to the outside world. Of this amount, roughly 90% of that is taken up by P2P apps like KaZaA and Gator.

    I'm not making this statistic up, sadly.

    The students come to us and say, "Why doesn't VCU just give us more bandwidth?"

    We always reply, "Because that's what we used to do, and the only thing that happened was more file sharing."

    This is simply obvious to any Slashdot reader.

    Good: VCU has quarantined residence hall bandwidth. At my desk, I get great speed everywhere that hasn't been Slashdotted or Farked. ;-) (700 KB to 1+ MB from Akamai-backboned stuff like downloads from Apple.com, for example). Go VCU.

    Bad: This is easily solved, but not with ...

    Well ...

    Welcome to state schools. Apparently, some time in the past year or two, someone (I believe Dell, as the university higher-ups are suckers for anything with Mike D.'s logo on it, regardless of if it's not the best purchasing decision for the situation) sold--and I mean /sold,/ in the salesman sense--the university new networking hardware. I don't know what we replaced (some have told me it was Cisco hardware) but the decision has been one with terrible consequences.

    Apparently, VCU doesn't have the ability to do anything at the individual node level, like impose speed or usage caps, other than turning a port ON or OFF; the only thing we've been able to do is quarantine the res halls' subnets from from the rest of the university.

    I say this because it seems logical that if we /could,/ we /would have by now./ I wonder exactly what we've "upgraded" to/with, because it doesn't seem to be doing a very good job.

    At least, that's what I would have done, had I any control over the situation--every student gets, essentially, N amount of kilobits/sec. Something reasonable, something fair. It doesn't take a TON of bandwidth to be enough for students in the residence halls who need to check their grades, download assignments, and do research--even enough for gaming and doing light Internet file sharing. (Where inter-LAN sharing doesn't have that restriction, of course.)

    The students are responsible for themselves, like the adults they technically are. Wanna trade files over KaZaA all day? Fine, it's your node allotment, use it any way you wish. Don't complain about slow Internet speeds anymore, 'cause it's clearly demonstrated that it's /your fault./ ... But no, that's not how things are.

    Of course, I'm not stupid. That has issues associated with it, too. Another idea would be to put /in writing/ for the students that abuse is against university Internet usage policy, look for abuse, track down the abusers, and actually enforce it. Abusers lose their bandwidth entirely, for example. Repeat offenders go on academic or residence hall probation.

    No pun intended, this is all academic.

    Everyone's at fault in a lot of universities, whether it's the students and a bad IT department or the students and bad adminstration. Here, the students want more to get work done and such, but when they get more, the /more/ gets abused and eaten up by the same people asking for it.

    No, not everyone's abusing it. But as anyone on teh Intarweb knows, it's a very large percentage of the people. And even if it isn't, and the minority is hurting the majority, it's still up to BOTH the adminstration/IT people, to police their turf--and the students, to police themselves.

    I'd be /really/ pissed off were it not confined to the residence halls. ;-)

    -/-
    Michael Watson
    Apple Service Representative
    Virginia Commonwealth University
    http://www.vcu.edu/

    --
    Mikey-San
    Karma: +Eleventy billion (mostly affected by watching Celebrity Jeopardy)
  76. Who Pays for This? by jazman_777 · · Score: 2, Funny

    If we /. Cornell's web site(s), who pays for _that_?

    --
    Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.
  77. Editors are for editing. by Anonymous Coward · · Score: 1, Interesting

    Dear Michael:

    Please either shut up, or post your comments as comments like the rest of us have to.

    Did you know that Cornell's campus network uses centralized Kerberos authentication? No, you didn't. Please explain how proxies and redirections are going to keep them from billing you for bandwidth used when they can keep track of who you are and how much you're transferring independent of IP address.

  78. 55% of Cornell's net traffic is Kazaa by tiohero · · Score: 1
    Living in the area, I have heard a lot about Cornell's network problems. 55% of the network traffic is Kazaa:

    http://www.cit.cornell.edu/computer/students/bandw idth/charts.html

    I've been told that the problem actually has a lot to do with employees and graduate students with too much time on their hands... streaming audio is also a big thing. Still $4 for each 2Gb/month seems VERY restrictive, especially for people who utilize the campus net for making backups and such. I think that they should regulate usage according to time of day since you can actually use up that much bandwidth in under two hours if connected through a decent port.

  79. Nothing new.... by trifster · · Score: 1

    When I was an undergrad we had a few GB per month limit, if you went over your port was limited to 56.6Kbs. This only applied to traffic exiting the schools WAN and to students only. Not traffic staying inside. Our CS prof setup ssh accounts on his linux box and we just DL through that. There will be ways around this too....

  80. They should do it properly by Anonymous Coward · · Score: 0

    Implement an application proxy firewall, and require authentication. If the protocol doesn't allow authentication, then it doesn't get passed through. Plain and simple. It's what we do at the company I work for, and although it can be a pain in the ass sometimes, it puts acountability on everyone, as it the administrators wanted to, they could look at exactly how much work related traffic you are generating, and how much isn't work related. They just log right now, but the option is there.

  81. An impetus for P2P? by blaize · · Score: 1

    Perhaps movements towards this billing structure will lead to a greater appreciation for local mirrors of common data over P2P. If a college charged for bandwidth that left the campus network but not on the interal residence hall (for instance), then Joe Collegestudent might then begin to have a greater appreciation for the type of local caching that becomes available through the (possibly anonymous) peer-based file sharing systems.

  82. Prediction... by Richy_T · · Score: 1
    We'll soon be seeing auctions for bandwidth on ebay (or maybe the Cornell students will get their own thing going). What am I bid for 1GB in June?


    Rich

  83. Not all around campus by MicrowavePopcorn · · Score: 2, Informative

    The anonymous donation was to put wireless in all the libraries, NOT all over the campus. The access points were removed from the dorms because CIT and ResLife couldn't come to an agreement over who would pay for them.

  84. gripes about Linux images etc by forkboy · · Score: 1

    Any decent university is going to have an FTP server for student use. If the administrators or students are any kind of good geeks, they're going to mirror all open source distro sites so that students have access to the images without blowing their bandwidth cap.

    If they DON'T have an FTP server...well...now you have something to bring up at your next student government meeting.

    --
    This message brought to you by the Council of People Who Are Sick of Seeing More People.
  85. Re:Do students consider network in choosing colleg by poot_rootbeer · · Score: 1

    this might actually make some students attend a college other than Cornell.

    Anyone who is taking "capacity to l33ch" into consideration when choosing a college is not someone I'd want diluting the value of my Cornell degree anyway.

    then again students don't have a lot of money to start with.

    I know I didn't when I was a student, but that never stopped Cornell from charging us a fee for anything and everything. Too bad I wasn't one of the rich kids who could just call up Mommy and Daddy and have another $5000 deposited in my bursar account...

  86. Linux ISOs? Yeah, right... by aquarian · · Score: 3, Funny

    ...more like "Girls Gone Wild" DVDs...

  87. Previous College Quota Attempts by dsmoses · · Score: 1

    My alma matter way back when went to implement disk quotas on a VAX which was used by the majority of the 2200 student college, as it also happened the mail accounts. Initially, overnight without warning they set one limit for all accounts, mainly because the average student never purged and compressed their mail file. 2 days later they temporarily suspended the quotas, since the entire computer department could not log in since they couldn't even create temporarily session files to log in with. Nobody could do their programming assignments etc.

    Finally after several weeks of thrashing around between staff and very angered students they re-implemented quotas but they varied depending on how many comp. classes you had and the requirements for that particular class. Which was a little better and met the needs of 95% of the students. However, it still stifled the student who liked to tinker and program on his own, especially if he had no computer courses that semester. This led to MUCH sharing of accounts via shared passwords.

    Of course in the meantime while quotas were suspended, one of the students ran a program to suck whatever spare bytes he could (from people compressing and deleting) as fast as he could. The box sat at about 0% free space for a week before they finally caught on to him and suspended his computer privileges entirely.

    Anyways, the point being that one limit for everyone never works. Ask a Cable ISP. If they set the level right it might be above what 95% of the population really needs, but what about the truly computer savy student who is downloading linux ISOs or various other software that is a more valuable hands-on experience than any class could teach him?

  88. Bandwidth economy? by docbrown42 · · Score: 1

    I could see a "Bandwidth Economy" springing up because of this. Low-bandwidth users "selling" their excess bandwidth to the high-bandwidth users. Or maybe certain classes would require a certain amount of bandwidth, and so the students would have to purchase it along with their other class suplies (it'd be an interesting way to teach an economies class, with some hands-on experience).

    For Sale: 2GB bandwdth. Like New! Hardly Used! Call 555-1212 with offer. NO PERSONAL CHECKS

    --
    Ed Wedig
    Graphic design services
    docbrown.net
  89. Already done at UIUC, and failing... by psoriac · · Score: 1

    My brother is currently an undergrad at UIUC, and they already enforce bandwidth restrictions, although they don't charge for exceeding them since they literally stop your connection before you can. The cap is for off-campus traffic though; as long as you stay on campus you can move as much data as you want, which makes sense, since it's free.

    What he and his friends have done is to set up a distributed network across several dorms and use the slack bandwidth of the members' connections to download/upload from/to the internet, and then use the free campus network to move the data to the desired machine.

    In essence the result of this is that instead of 10% of the people taking up 90% of the bandwidth, you get 50%+ of the people taking up their entire quota, with the net result being the same amount of data is still moved.

    --
    I browse Slashdot at +3, Funny
    1. Re:Already done at UIUC, and failing... by cfoster611 · · Score: 1

      I'm here at UIUC, and its a bitch, but its free, so we can't complain that much.

      But its different then Cornell; its 600-700 mbs per 24 hour period. but when you get hit with the limit, nothing works. your connection is useless, AIM, web, even on-campus stuff. Which really sucks when you actually have to do work.

      You can defeat this, without the aforementioned system (I wanted to build the same system). If you do a DCHP release, you get a new IP, and a new total. So then they'll let you actually get some work done.

      well at least its free.

      --
      --- Kicking the Cheat since late 2002
  90. They should just cap usage. by wikthemighty · · Score: 1

    I think they are going too far out of their way by watching account usage and trying to charge for excessive use.

    What may work better is to just set caps for usage (by IP/userid/dorm floor) which just cut you off when you've reached the limit for the week.

    They started doing this at Oregon State University for the modem pool when it was getting too busy.

    Invariably students would say, "But I need net access for school work!" to which they would get the reply: "The computer lab in the library is open has network access and is open 24 hours..."

    --
    "There are people who do not love their fellow human being, and I _hate_ people like that!" - Tom Lehrer
  91. Only 4166 students needed to reach 100k GB/yr by jeffmeden · · Score: 1

    Even if only half of their undergrads live on campus (I know nothing about Cornell so i could be wrong) but thats ~6750 dormed students and it wont be hard for them to hit the 'unbelieveable' mark of 100,000GB if each is allowed 24 a year...

    jeff

  92. What if a dorm PC gets slashdotted? by iamacat · · Score: 1

    I bet it will cost the poor guy who just tried to share some pages with friends more than his tuition. Charging for bandwidth is a bad idea, because a lot of traffic - slashdot, worms, buggy research projects, DOS attacks, windows update, P2P and so on - is not something user can control or measure until the bill arrives. Limiting speed is better, especially if the limit only takes effect after you used up your daily quota of unlimitted-speed traffic. In any case, there should be liberal exceptions for students doing research projects (like Internet search, multimedia streaming or P2P protocols) that might use up a lot of bandwidth.

  93. Educational purposes by sydbarrett74 · · Score: 3, Informative

    I agree with those posters who say Cornell's network is solely for educational purposes. As long as Cornell provides access to outside broadband providers (cable, xDSL, FSO, wireless), there should be no problem with people putting two NIC's in their machines and dual-homing them. I mean, shit. I can pop down to CompUSA and get a 100baseT PCI NIC for about $10. Bottom line: the school is obligated to provide for students' education, but not their entertainment. Another solution is for Cornell to completely get out of the business of providing connectivity to dorms and open it up to those companies providing access to MDU's (multiple dwelling units) -- and there are plenty of those companies. That way, the economics would cease to be distorted and those who use up a resource would have to pay proportionally. It's the same argument with water. I think it's silly that many apartment complexes include unmetered water useage with the rent. This distorts the allocation of this resource, as some people will wash their SUV's daily, whilst others hardly use water at all.

    --
    'He who has to break a thing to find out what it is, has left the path of wisdom.' -- Gandalf to Saruman
    1. Re:Educational purposes by Anonymous Coward · · Score: 0

      The simple fact of the matter is that they DON'T allow campus residents to use other non-dialup service providers. Read the previous comments from current Cornell students that say that. They are essentially mandating that the only provider for residents is Cornell itself. Every university I've ever worked for or come across has campus policies that mandate that all campus network wiring will be done or approved by a central IT department (including the Unv I'm currently the netadm for). This can easily keep a department from suceeding from the campus network and going their own way. Most policies explicitly state that all aspects of telecom/data networking will be handled by the campus IT department. Again the departments can't go elsewhere. The current campus policies at my Unv were written after the residents halls were wired for cable TV and after that cable TV company started selling cable access in the dorms. The policy can't stop it because it was written too late. I say darn. My dept is already overcharging and under delivering as it is. Now I also believe that any university should remember who they are there to serve. The students. The students that choose to live on campus and purchase network access will inevitably use the network for entertainment purposes. This is expected. It should be controlled of course. They can't even think of asking the students that reside on campus to not use the network for entertainment purposes. Networking the dorms is not meant to used for education only. It's a perk to living on campus. It's a selling point to hopefully get more students to live in the dorms and give the school more money. It's just like cable TV or telephones in each room. It's a perk. It's a selling point. Of course they don't forget to mention to the parents how a computer connection in every room betters their student's learning abilities. Universities that try to keep a tight grip on how the dorm networks are used create an exceptionally high amount of resident turnover and also creates an abundance of unused rooms in the dorms. Students that aren't happy with the campus living facilities will move off campus. Plain and simple. The long term residents cost the university less money than a student that only stays in campus housing for a year. It's documented and frequently discussed here at my Unv (but of course not in my dept). The same can be said about an apartment complex. Long term residents tend to be more self-sustaining and don't call maintenance twice a week. They are more regular will their payments. They are better neighbors. That watch for bad things like cars being broken into, etc.. Fly-by-nighters as we call them don't historically do such things. They are in and out and usually leave damage in their wake.

  94. Cornell seems to have rushed things... by thadeusPawlickiROX · · Score: 1

    I go to a university which has had bandwidth problems as well. We have a nice net speed (10mps), but instead of charging for total bandwidth, students at my school have unlimited downloads but capped uploads. It seems that 99% of the time, bandwidth problems come from students leaving P2P programs (i.e. KaZaA) on 24/7, uploading gig after gig of movies, etc. With a cap of 10 gigs a week (which is very reasonable for ligit purposes) of uploads, the school has fixed the main problem in bandwidth problems (uploading off campus) without causing students to react negatively. IMHO, Cornell should reconsider the move to capping so low, because there are many legit reasons to need more then 2 gigs a month; if their lines can't handle more then that, it's time for an upgrade.

    --
    take off every sig for great justice
    1. Re:Cornell seems to have rushed things... by algebraist · · Score: 1

      A sample of Cornell's usage pattern is available and, yes, it's primarily, KaZaA.

      --
      Jan Theodore Galkowski, (Oo) http://www.smalltalkidiom.net/ MySQL,PHP,ETL,SQL,MinGW C, and plucking the Web
  95. I suspect by Anonymous Coward · · Score: 0

    Nobody really cares what you suspect, Michael.

    I really REALLY wish you'd stop adding your little 0.02 to the stories. It annoys the hell out of me, and FWIW, it makes you look like a self-absorbed idiot (which you probably are, but why make it public?).

  96. This of course comes as a surprise to noone by Illserve · · Score: 1

    It's obviously inevitable that the free ride we've enjoyed would come to an end with the introduction of rate metering. It's going to hit our American broadband ISP's as well. As our society evolves into one more based around the transmission of information, it's going to become a valued economy, one that can no longer be given away for free.

    Those of us with cable modems will need to use it while we've got it.

    Note that rate metering solves alot of problems at both ends. Right now there's a disparity between clients with unlimited bandwidth and servers who pay for theirs. This disparity is why serving is so expensive, Joe user doesn't think twice about downloading the *same* 10 megabyte movie trailer 10 times in one day.

    Give Joe user a rate meter and he'll start considering ways to use his bandwidth more efficiently. This will translate into lower server costs, which means we'll end up with more and better content.

    This is truly a good thing, client side rate metered bandwidth can't be implemented fast enough IMO.

  97. Red Hat ISO's are 3.09 GB alone... by kikta · · Score: 1

    ...for all five CD's. And while I may not be downloading them every month, I usually switch to a different distro on one of my machines evry 2-3 months & they're the latest version (final or beta). This basically means that I would be going over my limit every other month just from distro downloads! What about the rest of my stuff that I do on the Net? This has nothing to do with piracy. Is it a sizeable contirbuting factor? Sure. But this will stifle students desires to go nuts over a braodband connection - a bad thing by anyone's standards.

    And who says they're not for entertainment? Students need to unwind, too. Most schools force freshman to live in dorms. Other students can't afford anything other than the dorms. Are they not allowed to kick back & play a little BF1942 or something after a long day? Have you seen the tuition bill for Cornell? This is most likely an attempt to pass the buck for over-paying on bandwidth by the school.

  98. How much bandwidth to be a D2X addict, etc.? by {tele}machus_*1 · · Score: 1

    I think CU should limit bandwidth if the costs are getting out of control. After all, I'd hate to think that my alumni donation dollars are going to pay for some pimply kid to download warez all night. My main concern, faced with that kind of cap; would be: how many hours of D2X/CS/Q3/UT2003 can I play a day? Anyone here know how much bandwidth an hour of gaming can suck up? Hmm, maybe that cap will actually help people spend more time studying and less time playing video games.

  99. ...shut up... by Anonymous Coward · · Score: 0

    "The article mentions that last year over 100,000GB worth of files were sent from Cornell's network. I'm sure this is not the only school doing this or moving to this. I'm sure the conspiracy theory people will see this as a suggestion by Microsoft to stop students from getting those pesky Linux iso images. At least, according to the RIAA, CD sales around Cornell should now skyrocket :)"

    Yeah, and if my ass had wings, it would be a flying doughnut.

  100. too cheap by zogger · · Score: 1

    --250$ for all that bandwith for a year? I pay roughly 20 clams a month for dialup in my rural area. I have my choice of that or I guess some satellite thing at a ridiculous cost. That's roughly the same they are paying now at cornell for high speed, no wonder it's cost effective solution.. Why stop there, subsidised gasoline, subsidised groceries? And it's less than a dollar? Maybe they should try an even dollar a day, 365$ a year? I fail to see how anyone could complain over broadband for a buck a day, I'd pay that if I could even get it.

    I got a better idea for the uni, stop providing bandwith at all, fergettitaboutit, let the market and the individual students decide, let the local ISP's in that area duke it out instead, OR, cornel charge what it really costs, which has got to be more than that 250$ a year.

    1. Re:too cheap by EvanED · · Score: 1

      Keep in mind, that's $250 per student per year. And it's unlikely that the cost goes above that; a cable modem is about/under $400 [depends where you are] for 9 months. With the university not getting indivudial cable modems for everyone, the cost of broadband would be well under this.

    2. Re:too cheap by zogger · · Score: 1

      --I'll take your point. Deal is, what REALLY is the cost? It is not clear if this is a net loss for the uni, a more or less break even, or if they lose serious and substantial money or actually even turn a profit. I would HOPE they would adjust it so they made a slight profit yearly, and then in turn use said profit every year by putting it back into purchaising both better deals in bandwith (benefits the students that way) and also improving the quality of their hardware (again, benefiting the students).

      Yet again another car analogy. It's cheaper this quarter to NOT change your oil, do tune ups and never buy new tread. It's short range cheaper, long range pretty expensive. I would think that at those prices that the students would exercise a tad more adult control over their surfing, and also be willing to help make surfing in general better for all so they can easily then share in better quality and cheaper bandwith.

      Some of the work arounds I saw had decent merit. Such as the geeks downloading ISOs and proggies could have a centralised method to do it, then burn copies and sneaker net them around. Music and movie fiends the same. I would guess a lot of the downloading is really wasted duplifications of effort. Similar to how it's better deal chow-wise to work through your local food coop, or to share rents, etc, using the electronic resources could be more peasurable, not cost as much, and not give the uni any excuses to freak out or 'clamp down on bandwith hogs' like they are threatening.

    3. Re:too cheap by diablobynight · · Score: 1

      Umm your failing to note some crucial points in my comment. Their standard tuition is 30,000 dollars a year, and that still doesn't cover the 800$ a month they are charged for their dorm rooms. If I was paying 800 dollars a month for a room the size of my bathroom at home, I would be pretty pissed if they wanted to charge me anything for network access.

      --
      Anonymous Cowards - Oh God, How I hate you
  101. Kind of scary. by bamberg29 · · Score: 1

    I'm at the University of Rochester (about 90 minutes from Ithaca, where Cornell is) and I must say, this worries me somewhat. Now, my school doesn't have a download limit but instead has a upload limit of X GB per week. (I'm not sure of the exact number anymore) The first time you go over, you get a warning, the second time I believe you get cut off for a couple days, and the third time even longer, and so on. I think a system like that is much better than charging students per GB. That's just insane.

    For a student paying $30,000+ a year, why should they be charged for bandwidth? If they want to do something, they should block the ports that Kazaa uses or throttle everyone's connection to 128k or 256k. Just my opinion.

    David

  102. In Other News by Guppy06 · · Score: 1

    Cornell will still continue to charge students their special "captive audience" prices for student housing and pay student employees minimum wage for work where the normal salary is at least double that.

  103. Use sneakernet, you morons... by aquarian · · Score: 1

    What a waste of bandwidth! I know this is par for the course with college networks, but step back for a minute and look how stupid it is. People have P2P apps running 24/7, snarfing up more stuff than they'd ever have time to watch, listen to, or whatever. At least if they have lives, or do any studying at all...

    If you have time to watch a movie, you have time to copy a disk and run it down the hall. And if you actually did the math for the bandwidth costs (for what the school pays for their main pipe), sneakernet is probably cheaper. If it wasn't, we'd probably have video-on-demand already.

    1. Re:Use sneakernet, you morons... by Hatter · · Score: 1

      If you're sharing it with your friend down the hall, it's not costing the university anything. Sure it puts a _slight_ strain on the network segment, but it's internal traffic, not metered bandwidth that goes outside the university.

  104. Freenet to replicate to within the network? by Fencepost · · Score: 3, Informative
    Seems to me that if people start running Freenet nodes within the network, items that come down to a small number of people will then be available "free" to others within the same local network.

    Could something like this turn out to be a real boon for Freenet to get a critical mass of users in one area?

    --
    fencepost
    just a little off
  105. Re:Do students consider network in choosing colleg by Warmth+Is+Life · · Score: 1

    So why are students paying 45 dollars a month for 2 gigabytes when 47 dollars is double the bandwidth?

  106. Gentoo's emerge by javacowboy · · Score: 1

    I use Gentoo, a Linux based on the BSD ports system, where programs are installed and updated by downloading the source code and compiling it, all automatically. It's super convenient. Gentoo has almost every open source program on its emerge system, and I rarely have to open a browser to download a program that I want to install.

    I've installed quite a few programs since I installed Gentoo, and, obviously, this takes up far more bandwidth than downloading the binaries. If it weren't for my ISP allowing unlimited downloads, I'd max out my limit pretty quickly. What's more, everything I'd be downloading would be 100% legal, since I wouldn't even think of using more bandwidth for movies or MP3's.

    Obviously, if I were studying at Cornell, I'd have to give up using Gentoo altogether and go back to Slackware or some other distro with an inferior package management system.

    --
    This space left intentionally blank.
    1. Re:Gentoo's emerge by DeathPenguin · · Score: 1

      Yep. Quite frankly, I don't give a shit which university I attend. If mine were to force bandwidth restrictions as tight as this, I'd move elsewhere at soon as the semester ended.

      Give me Gentoo or give me death!

  107. Just use public terminals by adrew · · Score: 2, Insightful

    Unless you have to log in, this is an e way to get around the usage cap.

    I've got 1mbit DSL at home, but if I need anything really big it's faster to drive down to the library and download it there (~600kb/sec).

  108. Go Big Red!! by b!arg · · Score: 1

    ECAC Hockey Champ! Kick Harvard's ass in Tourney!

    --

    Everybody dies frustrated and sad and that is beautiful
  109. Bandwidth at UC Santa Cruz by birdman666 · · Score: 1

    I'm a freshperson at University of California Santa Cruz, and bandwidth was a huge problem at the beginning of the year. It was almost impossible to simply surf the web during peak usage hours, mainly because of all the P2P clients running. It seriously felt like a 28.8. A few months after school started, the school implemented a 2GB/day bandwidth cap. If you go over the cap, they cut you off until you call up and they explain what happened and then turn you back on. It's not meant to inhibit students lives or to police them, simply to allow people to use the campus internet connection at reasonable speeds. Since they implemented the cap, students have become aware of their P2P usage and aren't leaving their kazaa clients online and sharing 24/7 effectively killing the college's bandwidth. Now the connection is fast throughout the day, and people are rarely kicked off any more because they learned how to manage their downloads and uploads. And as far as I'm concerned, as long as I'm paying to live on campus, the internet connection I am given is for whatever I see fit, not just for "academic purposes" as someone else stated, just like the water out of the faucet isn't only for academic purposes. 2GB/month seems a bit harsh, but capping student's bandwidth is a good thing in my opinion as a student who has to share a connection with thousands of others.

    --

    Nothing from nowhere I'm no one at all
  110. Jesus Christ, Michael by leviramsey · · Score: 1

    I don't know the Cornell situation, but I imagine they have unified logins, through NIS or something similar. The proxies that might be used would be something on the order of, "I only transfer 1GB/month, I'll let you use 512MB through my proxy if you pay me... type arrangements.

  111. What does this mean for eCornell? by Anonymous Coward · · Score: 0

    Cornell is one of the few universities left with an online learning arm, called eCornell.

    I wonder if they are also metered by the university? If so, I wonder if they pay the same rate, since they return money back to the university?

    1. Re:What does this mean for eCornell? by Anonymous Coward · · Score: 0

      what money has made it back to the university? they havent even broke eveen yet! but if theyre on the cu network theyre paying. wouldnt that be cornell paying themselves?

    2. Re:What does this mean for eCornell? by mhaithaca · · Score: 1

      eCornell has its own connections to the Internet from its offices in Ithaca and NYC, and the facility where the servers live. They don't use Cornell's network at all.

    3. Re:What does this mean for eCornell? by JimFrenette · · Score: 1

      Unix, Java, Good Strong Coffee and 100% Unmetered Bandwidth

      Learn more about eCornell: www.ecornell.com
      Code with us: Software Engineer Positions
      Make that code run: IT Professional Positions

    4. Re:What does this mean for eCornell? by littlematt · · Score: 0

      Werd.

  112. wtf? by Anonymous Coward · · Score: 0

    they get 2gb a month? we only get $20 worth per semester. im not sure how much that works out to in MB, but it aint much.

  113. 2 GB a month??? by Anonymous Coward · · Score: 0

    Damn, Sam, I do more than on my 53K dailup account!

  114. the real reason for 2GB/month limit by Anonymous Coward · · Score: 0

    it's a conspiracy to keep people from downloading emacs.

  115. Re:Do students consider network in choosing colleg by Anonymous Coward · · Score: 0

    1/100 makes it $10/GB, which is outrageous

    I go to CU, and rumor has it the fee will be around .003 cents/MB

  116. Re:Do students consider network in choosing colleg by brilinux · · Score: 0
    Yes. I am in the process of deciding between CalTech, MIT, Carnegie Mellon, and Cornell.
    This little news came as a surprise to me and will probably tilt my decision away from Cornell.
    I really like CMU's wireless access and of course MIT and CalTech both have good networks. I don't
    think I will use 2GB/month, but if Cornell starts charging for it, who knows what's next?

  117. Wireless authentication by supersat · · Score: 1

    The University of Washington has a wireless authentication system set up so that you are initially firewalled off from the Internet. When you attempt to access a web site outside of washington.edu, it performs some voodoo magic to redirect you to an authentication server. After entering your username and password, it removes the filter and redirects you back to the site you wanted to go to. The only slightly annoying aspect of it is that if you only want to use an instant messenger program or check your e-mail from a non-UW server, you must first visit a web page. When your DHCP lease expires and isn't renewed, the IP is automatically filtered again. While IP addresses can be spoofed, you won't be able to receive much since the computer of the legit user of the IP address will kill any TCP connections you try to establish. A similar system could be used to track bandwidth per user.

    1. Re:Wireless authentication by dknj · · Score: 1

      I wrote this same system for Old Dominion University's Computer Science department, however it also brings insecure communication which is no good. In the end, we will allow you to browse the web (we offer secure webmail imap and pop3 clients, as well as a web based ssh client) and use secure ports (https, imaps, ssh, et al) via web based automagic redirected authentication. We also offer vpn's to students so they can use the net with unrestricted access(which does not require the web based authentication voodoo). If you're an ODU CS student, bring a laptop around the lab sometime to beta test the service. It goes live in the summer.

      -dk

      The funny thing is, the University uses a cisco solution and I did the whole thing with FreeBSD+ipfw+apache+php magic. I expect a hefty bonus this christmas...

  118. BLANK CD sales will skyrocket. by Blackknight · · Score: 2, Insightful

    Since they can't use the network for transferring files, they'll just do it the old fashioned way. Burn to a CD or DVD-R and pass them around.

    1. Re:BLANK CD sales will skyrocket. by Anonymous Coward · · Score: 0

      intra-network sharing is NOT the same as internet sharing.

  119. Some of you get--most of you don't! by Anonymous Coward · · Score: 0

    OK--this is a bit of a rant, but relevant--

    Bandwidth costs money. The economy sucks. There's a money shortage.

    The internet usage at Universities is for RESEARCH and LEARNING. Downloading pr0n, warez, illegal copies of software, video, and music, stupid video clips of your friends lighting farts, game demos, etc, are not included in your "internet rights" on any campus office or residential housing.
    You buy those rights with your DSL or Cable modem agreements.

    I'm an IT employee at a major private university. Our residential halls are throttled back because kids kept using KaZaA and other mal-ware to saturate the copper so much that REAL work began to suffer.

    The University is like a company--it OWNS the network gear and reserves the right to enforce policies.

    I can't believe the number of lamer nihilistic imature snot-nosed trolls posting bitches and rants about their rights. SHUT UP already--grow up, get a hair cut, learn to use your "skilz" at being a "haX0r" for something good and quit trying to subvert the system with ignorance....
    ...besides--I get the good stuff over Inernet II mirrors ;)

  120. Internal network usage by prozac79 · · Score: 1

    What I would like to know is if internal network usage counts toward the 2 GB quota? If you share your files via Network Neighborhood, AppleTalk, etc. then that usage is completely contained within the university. To my understanding, most of the costs come when the university pays for bits being sent and received to the "outside" world since they have contracts with ISP's to handle that traffic. My freshman year of college (when mp3's were popular, but before Napster), I could get tons of files just browsing Network Neighborhood. And the university did not have to pay an ISP for that usage since it was all internal. That would be pretty lame if the university charges for internal usage since I had a great time playing networked games with others in my dorm when I was an undergrad.

    --
    "Oh dear, she's stuck in an infinite loop and he's an idiot" -Prof. Farnsworth (Futurama)
  121. Idiotic by riptalon · · Score: 5, Insightful

    University officials sent out letters to researchers -- including those who, for example, move around large amounts of sky-telescope data -- to warn them of the billing changes. The university offered "to round off the sharp edges" for researchers who will be adversely affected.

    They better had! The assumption that high bandwidth use is all down to music filesharing and other "non-work related" activities is not necessarily well founded. I work for a different large US university and regularly need to transfer data from the other US universities or europe to analyse. I can get transfer rate of 250-750k per second depending on the time of day. This translates to very roughly 1-2 Gb per hour and I might spend all data selecting datasets and leave the transfers going all night and maybe the next day too, to get what I need. A transfer of upto 100 Gb over a couple of days followed by a month or more to analyse the data (before I need more) is not unheard of. A 2 Gb per month limit would stop my research in its tracks and there must be people at Cornell that need similar bandwidth to me, for their work.

    This sounds more like a money making scheme than a real problem. Universities usually get charged a fixed amount for their external connections, whether they use them or not. If they have maxed out their connection and everyones transfer rates are sufferring then slapping quotas on the undergrads, who don't do any work and so shouldn't need large amounts of bandwidth, is the answer. Charging users is just money grabbing since the money isn't going to go to add more bandwidth, since the demand for bandwidth will have fallen when the charges are intoduced.

    1. Re:Idiotic by Anonymous Coward · · Score: 0
      undergrads, who don't do any work and so shouldn't need large amounts of bandwidth
      ARE YOU KIDDING ME?!!! Undergrads DON'T DO ANY WORK?!! That's the most ignorant and arrogant thing I have ever heard! Undergrads don't have the benefits of inflated graduate grades and small favors from professors. Just because you've got a grant and not a greencard does not mean that you do any more work than undergrads. If anything, it should be the other way around. I've never seen a graudate student use the 10 minute walk across campus to read that extra chapter of the textbook while trying to eat lunch. It's understandable that graduate research does require more focus and in-depth understanding, however the pace at which this is performed is nowhere near as rigid as the machinery of undergraduate courses. Not to mention that graduate grade inflation doesn't put you neck-and-neck with the next student. Research work is NOT DESIGNED to ELIMINATE half of the researchers. The lack of competition and survival of the fittest on its own suggests that graduates and researchers don't work as hard. To put it simply, it's much easier to fuck up as an undergrad than a graduate. In my 3 years of undergraduate study I've lost far too much hair to listen to people like you preach your disgusting academic pride. *Note: this comes from an engineering prospective.
  122. No by SlugLord · · Score: 1

    I suspect the more rebellious ones will be running an assortment of proxies and redirections to get around the restrictions

    No, actually, only the freshmen will be in a position to be interested in the bandwidth limitations. Each year past that, the rate of students living on campus drops off sharply.

    Then again, the type of people (L337 h4x0rz) who would be getting around the bandwidth limitations probably stay on campus all four years, but they probably work for CIT anyways, so they can just h4x0r the system directly...

  123. Article missing details by extra88 · · Score: 1
    There's some rather important stuff missing from the article. First, the charge per megabyte is "a fraction of a cent." What fraction is it? If it's 1/10 of 1 cent, that's not too bad (1 ISO = 64 cents). If it's half a cent or more, that would get expensive fast.

    Is internal traffic charged? The implication is they only meter traffic which crosses the campus "boundary" but it's the sort of thing you would want to be clear about. Is Internet2 traffic charged the same as Internet traffic? The whole point of I2 is to make interesting uses of tons of bandwidth. There's a reference to researchers moving large amounts of telescope data which sounds like an I2 project and they only offered to "round off the edges." Since many I2 projects deal with terabytes per month, I guess they're just have to seek new grants or close down. Webmonkey just had an article about I2 which featured a project at the Cornell Lab of Ornithology. Bye Bye birdies!

    The biggest problem with this kind of per-user billing is there are no practical ways for the average person to monitor, or in some way control, their own bandwidth usage. They talk about people making "informed choices" but also say that most traffic is out-going Kazaa traffic and that some students aren't aware their computers are used to serve data by Kazaa. I bet most students don't know they're computers are serving all those files, they certainly don't know how much data they're serving. This is just a big example of something I've thought about for a few years; today's applications and operating systems are simply not transparent enough for anyone to make an "informed choice." Sure, Slashdot readers know about things like client/server and P2P architectures but how the hell is a regular person supposed to learn this stuff? Even if you do know what those things mean, are you sure you know what each particular program is doing? Once something has been around a while, most people can learn what to avoid but every time some new program comes along, a lot of people will be caught unawares.

    [friend at other university]: "Hey [cornell student], try this cool thingy to add to AIM, it'll let all our friends play music for each other."

    [cornell student]: "Thanks [friend at other university], I will."

    [1 month later]

    [cornell student]:"Network bill for $XXX.XX?! Looks like I'll have to spend my summer being a test subject for medical experiments instead of working on that very educational research project."

  124. LAN Gamers BEWARE! by ndrw · · Score: 1

    Be careful during your next all weekend campus game!

    Can you imagine the Monday morning bandwidth hangover? "Yes Johnnie, your dorm racked up $35,000 in charges. Will that be cash, check or charge?"

  125. 2 Gb, we should be so lucky by gan_ceanach · · Score: 1

    Damn, I mean my heart is breakin' here because you guys are set for 2 Gb a month. I'm at an Australian University with over 60,000 students and we have been on a user pays system for almost 2 years. 65c per 10Mb for international stuff, 25c per 10Mb for local and all of it coming down a lousy T3 (which is about as fast as you'll get out here). We get $15 a semester worth of redit which can last anything from a week to a fortnight. I'm sorry to hear other Uni's are following suit. On the upside redirection and tunnelling will become very familar to your students in the near future!

  126. Monopoly anyone? by bombardius · · Score: 1

    at Lehigh.edu they're implementing a new capping system done by physical jack instead of MAC address (previously used and exploited) 500meg up or down in 12 hours then capped for 72. what's interesting is that i signed a user agreement outlining one cost/use schedule but more interesting than that is that living on campus i have no other option if i want net access. installation of dsl is impossible, and cable is not permitted. our way or the highway kinda sucks

  127. think a minute by twitter · · Score: 1
    [sarcastic slap about cheap bandwith] Welcome to the real world.

    Vanderbilt the real world? Cheap? I'd love to take some classes, wanna pay the bill for me?

    cdrudge is smart, like a donkey.

    --

    Friends don't help friends install M$ junk.

    1. Re:think a minute by cdrudge · · Score: 1

      Yes I was being a smartass. So what. The original poster was expressing his amazement that the prices more then doubled to more then $14 dollars. $14 gets a semi-decent ISP in most places in the US. Yeah you can get cheaper/free, but a real full service ISP is around that. That's 56K dialup, not 90Mbit internet pipe that he was use to.

      I don't think that Vanderbilt is the same as UTexas. If it was, I don't think he'd be suprised at a $14 fee.

  128. yeah, BLANK cds by Apreche · · Score: 1

    CD sales around cornell will skyrocked. Blank CD-R sales. If its going to cost me to send some mp3z to my friends or stream them to a lab on the academic side I'll buy a USB keychain and some CD-Rs. Remember, a 747 full of burned CDs has more bandwith than any fiber optic connection there is. And if you use DVDs, or 3.5" drives? ph33r that. I mean, 10 CDRs and a car has more bandwith than most of the world has. Depending on how far and such.

    --
    The GeekNights podcast is going strong. Listen!
  129. Hmmm, how will this work? by Anonymous Coward · · Score: 0

    As an undergraduate I worked on some astrophysics research that required me to transfer gigabytes of data back and fourth per day, sometimes it also had to go to outside the university (as we had collaborators at other universities). I'm not sure how this is going to work.

    Another interesting point is what happens to people running things like debian and gentoo linux? Where files are constantly being downloaded and updated - believe it or not the downloaded files can add up very quickly.

    I think that this 2 gig cap is rather short-sighted.

    1. Re:Hmmm, how will this work? by SouperDouper · · Score: 1

      Because you responded anonymously, I suppose you already thought of this:

      If you honestly think that there's not going to be some sort of provision, especially for students who are in this situation, for approved students and faculty to have a different (if any) limit placed on their usage, you are more short-sighted than you percieve the 2 gig cap to be.

  130. M$ comes in, yes ... by udippel · · Score: 0

    for the accountancy. The only machine I'd know about to do a user-by-user and site-by-site statistics is the notorious ISA. Chances are, this is an attempt by their IT-department to justify huge investments into M$. At least here they do likewise. Probably bolstered with arguments by the local M$-rep.

  131. Vanderbilt's computer practices as I recall them by Dukeofshadows · · Score: 1

    As an alum from the Napster days, I remember when they put the bandwidth limitations into practice. There were people on campus supposedly doing transfers in excess of 200 gig/day of movies and napster files. When the upgrades to the network were announced the profs were complaining that they couldn't get files downloaded worth a damn. They tried to restrict use during the day for the profs but that didn't quite work when people set up 24-hours servers for all kinds of things. But remember, this is a university who gave priority for computer networks to the Greek houses over regular dorms and some of its own staff at one time. I really liked that university, and respect anyone enrolled in its engineering or pre-med divisions, but it had some computer regulatory practices that didn't always make 100% sense.

    --
    As long as there is a Second Amendment, there will always be a First Amendment.
  132. Did Slashdot gone mad? by Anonymous Coward · · Score: 0

    I'm sure the conspiracy theory people will see this as a suggestion by Microsoft to stop students from getting those pesky Linux iso images.

    I alredy knew Slashdot is bullshitting, but this is sort of testing the limits of being an idiot, dumb, stupid.... I don't know what's beyond that.

  133. Carrots better than sticks Re:Necessary, but... by Anonymous Coward · · Score: 1, Insightful

    Cornell needs to realize that by making students upset, they are jeapordizing their future revenue stream from alumni donations. A *much* better strategy is to do the following:

    1) Set a very high cap (say 100GB/month) above which people would be expected to pay for extra usage.

    2) Increase the official monthly fee to cover the extra useage.

    3) Offer students *cash* back if they use less than 100GB/month. The amount of the cash is a monotonic function of how much they are less than the allowed limit and can even be adjusted to incorporate penalties for causing congestion.

    For the majority of students, this will be experienced as a slight increase in dorm rent (a small percentage of what they already pay, and in many cases absorbed by their parents... not felt as a subjective taking away), a mildly happy feeling as they can use the net as much as they like, and a very happy feeling when they get cash back. This incentive for behaving well will get them a lot more goodwill (and possibly even creative schemes to reduce useage over the network) than having a penalty will.

    Heck, even the RIAA should be happy as those students will have a little more spending money to blow on CDs, etc.... Undergrad students like having spending money. It makes them much happier than avoiding a penalty does.

    Win-win people.

  134. Already Solved by Hopalong · · Score: 1

    We have gotten around this at my university.

    Everyone uses a peer-to-peer file sharing client that only works within our network. To be on it you have to share at least 500megs. One person finds and shares something, and everybody has easy and fast access.

    It really caught on, with now over 1000 users and many terabytes shared. Of the file sharing programs I've used, this system is by far the best.

    I bet it has also cut down on the school's internet usage, although I don't know that for a fact.

  135. outright commies by Anonymous Coward · · Score: 0

    yess - these are the worst, aren't they? I hate it most when they dance.

  136. haha by lingqi · · Score: 1

    reminds me of a dilbert strip where he was in his gf's place (on the computer, no less) and she asks "you've been here quite often lately, wouldn't have anything to do with the fact that interent at your house is broken, right?"

    well, something to that extent.

    speaking of which, though - Scott Adams was quite skethy on *how* did Dilbert get a gf...

    --

    My life in the land of the rising sun.

  137. Vengence is sweet by EvilSporkMan · · Score: 1

    Write a nice little "message" on each and every one of the bills you fork over to Cornell for Internet access. See how willing they are to spend them. (This might be mutilating money?)

    --
    -insert a witty something-
  138. Re:Do students consider network in choosing colleg by ShadowDrake · · Score: 1

    You'd be amazed. The local university had parents in a fit when the new 'honour student' dorms didn't have the promised Ethernet connections.

    --
    It's just like a fascist dictatorship, without the punctual rail service!
  139. P2P=Pr0n by Lost+Engineer · · Score: 1

    At any given time on any given P2P network, twice as many people are downloading Debbie Does Dallas as are downloading Daredevil.

  140. As a Cornell Student... by Anonymous Coward · · Score: 1, Insightful

    ...I was kind of surprised to see this headline on Slashdot. For one thing it's old news (this policy was decided on sometime last year). But I figured I'd set some facts straight:

    1. This is internet access only. On campus usage is unrestricted. (I noticed one fellow bitching about spam, but that's kind of a silly thing to bitch about since the Cornell mail servers are naturally on campus. In fact, a lot of stuff is on campus when you think about it.)

    2. An additional charge happens after 2GB of transfers in a month, however you have to get up to 4GB a month before you are being charge the same amount you would be under the old pricing scheme. In other words, if you don't use much bandwidth you will be charged less than you used to be.

    3. This is not an antipiracy measure at all (though everyone seems to assume it is). In fact, it's entirely reasonable. Cornell does not restrict filesharing clients in any way. As a result, there are a bunch of assholes out there who just run KaZaA all day, everyday, and use an absurd amount of bandwidth. We're talking about 95% of the bandwidth being consumed by 5% of the users. This is a really big problem right now and Cornell has to do something. The alternative would be to try and restrict filesharing clients like so many other universities out there.

    Under the new policy there is still no restriction on what you can do with your bandwidth. The only thing it says is that if you're going to use a ton of bandwidth then you should pay for it. What could be more reasonable?

    Anyway, that's enough for now.

  141. A little math... by Woody31484 · · Score: 1

    As a cornell student, I currently pay $44.45 a month for unlimited (actually 27 GB/3 days) internet access. Even if the price is lowered to $26.35 a month, the bonus charge is a little over $3 a gig, meaning I can get 4.67 GB of data a month for the original cost. Link to the policy on Cornell IT website

  142. Bandwidth Limitations... by JawzX · · Score: 1

    Well, I can't speak for the rest of the Vermont State Colleges system, But this semester my friends at Johnson State College have indicated that JSC has put a per-connection bandwidth cap into effect. The cap is a measly and highly annoying 2.5k sec. You can have 100 connections active, but not a single one of them will be allowed to exceed 2.5k. lame. Lab and office computers are not thus limmited, and neither are the public ports arround campus and in the library, but evey dorm room is capped. if you have a Laptop, you can always drag yourself to a public port, but if your computer is stuck in your dorm room the cap is so low that you might as well have a modem. Thats where JSC student's $60 a semester technology fee goes.

  143. eat the costs? by Anonymous Coward · · Score: 0


    Costs? What are these costs you speak of? The price of bandwidth? What is that? The price of the electricity flowing through the wires? The cost of the light travelling through the fiber (uh oh -- better not go there!)

    Who does your ISP pay for bandwidth? And who do *they* pay? No one is actually losing money if I use up a few extra gigabits a month. Everyone should eat the cost, then there would be no cost.

  144. ResNet by Anonymous Coward · · Score: 0

    This policy is a sham. Sure, it will probably satisfy those students who only use their computers to check email, surf the Internet, and use AIM, but it also hurts students who use it for other legitimate purposes. I use streaming media regularly for both academics (especially language study) and entertainment. I also periodically download free software like Linux. I am a high bandwidth user, but its legit-I am not a filesharing fiend. I pay close to $40,000/year to attend Cornell (and we the trustees approved another %5 hike for next year), so why can't CIT and the administration figure out a better solution.

  145. Re:Do students consider network in choosing colleg by Anonymous Coward · · Score: 0

    The only reason someone would go to cornell is if they wanted an Ivy Brand name. The thing they'd consider least of all, probably, is the internet service.

  146. Cornell is pissing me off by Anonymous Coward · · Score: 0

    Im a second year law student at Cornell and this place is pissing me off. First of all they add a 250$ annual charge to our tuition to cover out net access so making us pay more per usage is ridiculous. 2GB is a ridiculously small sum given that dowloading a single linux distros ISO's will fill the quota (mandrake = 3 cd's). In law school we read and access lots of cases mostly in pdf format with the average size being around 5 megs these days (around 500 pages) plus instructors notes (as long as textbooks in some cases) so honestly just legit school work will fill up most of the 2GB limit per month if you wait till the last minute to download everything. Aside from that Cornell is in Ithaca the most boring place on earth 50,000 people and they are all students! Aside from going to bars there is nothing to do. My liver cant take much more of this. Without internet access you can honestly go nuts up here Im from NYC and am still after almost 2 years not used to this small town bull. Tuition is insane because we are "Ivy league" but we are the bottom of the Ivies and even NYU law makes fun of us. Nope this place sucks should have gone to Fordham when NYU rejected me but its to late now.

    1. Re:Cornell is pissing me off by doublea16 · · Score: 1

      I go to cornell too, but as a freshmen, I learned to move off campus. I have verizon Business class DSL, and its fine. It costs me $15 a month split with my housemates, and no one limits anything. As a 2nd year law school, you live on campus?...If so, you really havn't learned too much with your ivy league education, have you?

    2. Re:Cornell is pissing me off by Anonymous Coward · · Score: 0

      First off living off campus costs more if not for Internet service than for everything else like cable and the like and you live with how many roomates? 1 is bad enough. The law school gives us slightly better housing than most undergrads have because we pay more for our degrees. I commute back and forth from Ithaca to NYC a lot so honestly living on campus isnt so bad since close to 1/3 of all my time is spent in Brooklyn. Plus I dont have to drive to campus I wake up and I can be in class in five minutes if I choose not to brush my teeth! Plus the best girls dorm. My last school NYU was better than Cornell but they rejected me from their law program so here I am at #13 Cornell. Again its not the worst place in the world hell Ive got plenty of friends here and I might get a clerkship this summer (I found out next week).

  147. Who's Definition? by otterpop378 · · Score: 2, Insightful

    im not trying to be funny or anything, but this is where a difference of 1000 or 1024 will make a difference.

  148. What QUT does by Daehenoc · · Score: 1

    We here at the Queensland University of Technology in Brisbane, Queensland, AU provide a certain amount of bandwidth to students (I don't actually know how much.) The University covers the cost of this bandwidth (or incorporates it in the fee structure, I don't know) and if a student uses their allocation, they pay some money and they can pull down more traffic (I think the charge rate is about four to five cents per Mb?).
    I think that this results in a more than fair system for the students (I should know I was one at QUT).

  149. Re:Way Up In Ya! by Anonymous Coward · · Score: 0

    and too sick for /.

    You must be new here, huh?

    Sack up little man.

  150. A comparison to berkeley's network by rritterson · · Score: 1

    Berkeley allows only 5gb of out of campus bandwidth per person/week. While this is several times what cornell charges, you can still draw some comparions.

    They use MAC address verification, so if I change NICs (as i did when i got a wireless card, I have to go down to the Computing center and get the RCC to add it to my profile). Each building has it's own switch and subnet, so I can only connect to the network within my building. This keeps people from spoofing my MAC, as only those within my building would be able to get any gain.

    We've also found that many people download the same file, which wastes bandwidth. Using some clever tricks, I have a Kazaa supernode running in my room that only allows connections from within berkeley. Then, after forcing the kazaa client to connect to that supernode, I can see all of the files of people on campus. I find files locally 2/3 of the time and save on bandwidth that way. Some weeks I hardly use any bandwidth while my roomates use almost all of theirs. We put 4 nics in a server and use it as a NAT with load balancing and bandwidth monitoring so that all of us are sharing the same 15gb pool. It turns off file sharing at 14.5gb, which allows us enough room to get web and email through. We have yet to meet a problem.

    I doubt people will try to hack and get around the limit. I can't think of a legitimiate use for that much bandwidth anyway, unless you own a massive amount of DVDs and would like to download the DivX files instead of making them yourselves.

    I also don't think Cornell needs to go to the step of charging people for access after 2gb. Why not just turn the connection off?

    -Ryan

    --
    -Ryan
    AUWYHSTOT (Acronyms are Useless When You Have to Spell Them Out Too)
  151. Didn't get into Cornell, did you? by Anonymous Coward · · Score: 0

    What was the problem? Too low SATs? GPA not high enough? No good recs?
    Or not connections?

  152. Fucking facists! by Anonymous Coward · · Score: 0

    Those fucking facists!

  153. OMG GIVE ME TOO GIG A YEAR PLZ by bloodbob · · Score: 1

    man better then what we get @ uni for the whole year so stop complainging!!

  154. Nothing new, it's been done before by Anonymous Coward · · Score: 0

    At least in Australia, universities have been doing this for years now. When I went we had a quota, and once this was used you had to pay for more internet access. Postgrads had a higher initial allowance. It also cost more to download from offshore sites, and the cheapest downloads are from other australian universities (in the AARNET network). See https://ias.qut.edu.au/information/Budgets/student Quotas.jsp for the QUT quota system.

  155. Mirror moron by mholt108 · · Score: 1

    I dont get it - the universities I attended or was employed by always had mirrors of all the really big stuff (Linuxd, SP's Solaris etc) so it could only be illegal transfers that bump the bill up.

    Simple answer. BIg mirror of pirate stuff on Campus - solve everyones problems

  156. Phynd & Direct Connect by borgasm · · Score: 1

    Here at my school we are capped to 5GB a week, with rollover. Its not a bad policy, since only about 2% of the students complain (the ones using 70% of the bandwidth).

    We run Phynd to try and lessen dependence on our external connection. There is also a Direct Connect server available, again keeping all sorts of bandwidth on campus.

    The main problem with bandwidth is that applications keep increasing in complexity and resources, but most schools won't allow the extra traffic. When our freshmen class came in, bandwidth usage went up 40%, as opposed to the 20% it should have increased.

    Why?

    Faster computers. Easier data manipulation. People expect a fat pipe like the one (sorta) they have at home.

    And the new Redhat is like 5 CDs.

    Back in the day, a P2 MMX 233MHz couldn't run the high-bandwidth apps that most websites server. Now, the standard is 1GHz+.

    Times have changed.

  157. Ping floods vs Cornell are a terrible vengance by Dr.+Spork · · Score: 1
    You know, it used to be that as a part of a friendly rivalry, you would steal a school's mascot or "soil their grounds" in some creative way. But now, every little jerk who's pissed at Cornell can just DoS attack the students, and kill their month's supply of bandwidth in a few minutes.

    Just wait till the summer when they start mailing out rejection letters. Some will surely end up with script kiddies....

  158. its only money by Anonymous Coward · · Score: 0

    obviously cornell will be less thought of when considering a school for comp sci. and engineering. Sounds like a bad move to me. I guess the 40 grand a year isnt enough to cover a few extra gigs of bandwidth. Sad.

  159. Profiting off the bandwidth by vix86 · · Score: 1

    I personally think colleges should profit off this more, using a bandwidth plan.

    100GB/month - 60$
    150GB/month - 70$
    200GB/month - 80$

    Make the prices cheaper then what it would be to get overcharged for going over your monthly set limit. That way a person wouldn't just have to go over it and use as much as they wish without wasting sum of what they would have payed for in full.

  160. DC! by Grendel+Drago · · Score: 1

    We at UConn run a DC hub. Out of thousands of people on campus, we only have about fifty folks on it, but we share about 2TB on a good day, at 10MBit speeds. We pool resources to get newer releases (mostly TV eps) and it all works out pretty well.

    UConn people! The hub awaits!

    --grendel drago

    --
    Laws do not persuade just because they threaten. --Seneca
  161. One of the dumbest things I've ever heard by Anonymous Coward · · Score: 0

    This has got to be one of the dumbest things I've ever heard. The college I attend uses packeteer to take care of bandwidth. Basically, it takes care of all the P2P so that other web traffic doesn't get slowed. I am sure my bandwidth is well over 2gb per month, but it is not from P2P, and I am sure such a thing is not possible. My bandwidth usage is from trying out new software on my Gentoo system, and the IT staff is flexible if I just go and talk to them. Maybe Cornell just needs to prioritize their web traffic.

  162. At the University of Washington... by hypersqurl · · Score: 1

    they implemented caps using packeteer to limit the dorms p2p to 20mbps download and 2mbps upload. They did this in reaction to the insane amount of usage, almost 40% of the campus bandwidth.

    An interesting paper was written recently by a group in the CS Dept on content delivery systems. They monitored the campus network's border routers for 9 days. The result - Kazaa consumed almost 14TB outgoing and only 2TB incoming. This is in comparison to 3TB outgoing for web and 1.5TB incoming.

    What surprised me the most was that more p2p content is leaving the dorms than coming in.

  163. Cornell by Anonymous Coward · · Score: 0

    While I agree with the concept, I am currently a Cornell student who can attest that the incompetent management of Cornell's IT department is responsible for many of the costs. We pay $45 a month in the dorms for ethernet! The money is visibily squandered by the fools who run the show.

  164. Easy solution: Violators may petition. by ayeco · · Score: 1

    This 2gb limit is quite necessary. If anyone is in fear of this stiffling inovation fear not, a simple solution of offenders having the opportunity to defend their bandwidth useage.

    If the warez kiddies in the dorms can give make a solid defense for why they used 200gigs last month then more power to them. I'm sure researchers could justify usage.

  165. arg by Kilbasar · · Score: 1

    I'm a freshman at Cornell. I run perfectly legal web/ftp servers from my box. According to my logs, since september i've uploaded 560 gigs (this is ignoring everything else i do online). Do the math yourselves, but as you can see, i'm way over the limit. I wouldn't complain, but unlike most schools, Cornell charges us for our connections. It's an additional fee from housing. $50 a month for internet usage. I'd think that since they're already charging us, we'd get to use that bandwidth however we like. Oh well. Thank god I'm moving off campus next year.

  166. Bullshit. by Aquitaine · · Score: 1

    As an alumnus ('02) and employee, your accusation that they are 'trying to limit your contact with civilization' is bullshit.

    Perhaps you haven't noticed the skyrocketing costs of ResNet over the last few years? When I was a freshman in '98, we paid some ridiculously low price of around $75 per semester. I think it's something like triple that now.

    You're not going to go far over 2GB with ESPN scores. And even if you do -- let's say you double that. You get FOUR GIGABYTES of ESPN scores. You have committed to memory an enormous sports matrix of the planet earth for the entire month. So you end up paying a few dollars more that month. Big deal.

    The people that CIT is going after are the KaZaa users and the warez groupies. Yes, it sucks that you can't download many many ISOs every single month, but you can still download a distro a month and not worry too much. You think roadrunner is an alternative? That's what I have now, about 100 feet from campus. For $40/mo., I get an average speed of about 100kbps down, half that up. No bandwidth limit, sure. 2 IPs.

    For $26/mo., I get TEN TIMES that speed on campus and as many IPs as I want. You know how far over the cap you'd have to go before you hit $40/mo.? I don't either, but I can assure you that it's A Lot(tm).

    Oh, and to everyone who says "augh, all those poor CS students, I hope they all leave Cornell." This is just the main campus network, operated by CIT (Cornell Information Technologies). There is a whole seperate network that the CS folks get. I don't have any idea how it works or who it's with, but it's Very Special, better than ours, and I guarantee you that they are downloading and uploading things a lot bigger than ISOs there all the time. There is no way that the CS faculty would allow anyone to hamper them like that.

    1. Re:Bullshit. by Anonymous Coward · · Score: 0

      You get one IP for $26/month. Every time you add an IP, it's going to cost you another $4.

  167. i got reduced to 56k by Einsdot · · Score: 0

    Yup. i got warned then banned. reduced bandwith because i download too much crap online. now this page takes forever to load....why, why, why, i thought i paid enough to the freakin school!!!

  168. Re:Linux ISOs? Yeah, right... by addaon · · Score: 1

    URL?

    --

    I've had this sig for three days.
  169. Sad CU Alum by mattr · · Score: 1
    This is bullshit. This sounds like compsci people are not expected to live in dorms or something. Who cares what the content or purpose is, these people are preparing for the future where there is even more bandwidth available and not only that, they're paying for the connection apparently. 2GB just means that you downloaded a 4-CD distro this month. How utterly bizarre. Coming from CU class of '90, who would have died for ethernet in his room and then *did* when he saw his brother's ethernet-equipped room at Harvard Business School (a lucky lottery pick apparently). I believe CU has a responsibility to provide students the highest possible computing resources and to encourage the speedy development of alternative routes.

    In related news, CU is apparently building a new nanotech lab on campus. Just exactly what I wanted to study when I was there, just a few years too soon! (I studied biochem among other things then graduated with Asian studies, and did computer stuff in my spare time).

    Of course I would have been in sheer hell since not only did I have to trawl the engineering library for the proceedings of the ACM SIGGRAPH as computer courses conflicted badly with Japanese, now I would also probably have to pay for the privilege of downloading genome sequences to my dorm. 2 gigs is totally like, not there.

    1. Re:Sad CU Alum by Coram · · Score: 1

      Japanese conflicting with computer science is a global conspiracy. I am suffering the same thing this year. Such is life...

      --
      I say I ain't giving you no tree fiddy you goddamned Loch Ness monster, get yo own goddamned money!
  170. Stanley is a troll by Anonymous Coward · · Score: 0

    whoring for karma.

  171. Is 100,000 GB a month a lot? by Anonymous Coward · · Score: 0

    How many people go to Cornell anyways? ~50,000? It sounds like they aren't that far off of 2 GB /month already...

    moot point

  172. Damn... by ziggyboy · · Score: 1

    You wanna hear something crappy? My university in Australia gives us only 100MB worth of external traffic PER SEMESTER, PER STUDENT. This is if we access non-uni sites.

  173. cornell by tq_at_sju · · Score: 1

    looks like they'll be trading a lot of midi files.

    --
    http://www.vanillaafro.com - take me seriously and I will shoot you
  174. cornednellies by Anonymous Coward · · Score: 0

    Having gone to this worst of the ivies, I can tell you that they would put coin slots in the drinking fountains if they could cut through their own bureaucratic red tape.

  175. Missing the point? by Anonymous Coward · · Score: 0

    Having read the article and the comments, I think that the point is being missed here. The restrictions will apply to research staff. If I can be blunt, Universities really don't care about students beyond furnishing them with the education necessary to be a candidate for the degree in question. Its certainly not their job to furnish entertainment. If you have a problem with this, grow up and live elsewhere. You have my sympathies, but if this upsets you, you are really misunderstanding what higher education is about.

    What is worrying is that this could hit researchers. 2 Gig a month is nothing for most academics in any field where use is made of computers (ie. whole of the science faculty at least). This said, I guess money from research grants would pay for it in the majority of cases, but it seems a shame the Cornell is further hamstringing people at the bottom of the ladder for whom research funding may already by stretched to breaking point. In a sense, they just made the tenure ladder that bit steeper. Bear in mind that the institution will already be likely pocketing an overhead from those grants that have already been issued.

  176. Intranet and Internet access by jsse · · Score: 1

    In my place they've policy to charge only internet access while allow unrestricted intranet access. With proper configured proxy and community effort, downloading large files like Linux's iso/packages would not be an issue.

    Later we might implement batch download request for large files downloading. However, reading thru it I don't see they've the sense and technical clue to implement such a fair policy and this would affect their legitimate academic research VERY much.

    I wondered this policy is coming out of the minds of clueless managers who has never been admin a campus system for a day. I don't know how pirating mp3s and movies would be a problem to them, it's kinda easy to track them down - unless of course their compus rans by bunch of MCSE who cannot tell why bandwidth usage would be skyrocked.

    (apology to the rest MCSE with clue. So far I haven't met one with clue in rl)

  177. Bad if... by forgoil · · Score: 1

    It would be bad if they just send a bill saying "sorry, pay up". I hope that they at least shut your network off when you reach the limit and that you then have to sign a contract saying that you are willing to pay the extra charges.

    It is just the honest thing to do after all. I never saw the good thing in fooling poeple into having to pay money they don't possess in the first place, by fooling them never the less.

  178. Why do we pay for bandwidth? by Anonymous Coward · · Score: 0

    The real cost in the Internet is the infrastructure, why aren't we all paying flat fees for our fair share?

    There are completely different price structures at each level of the internet and I don't see why.

    1. Time -- Dial Ups by the Hour
    2. Data -- ISP's pay for the data they use
    3. Infrastructure -- The big guys are paying for the DSLAMs etc... they put in but not really anything for data at all.

    Why don't why pay an infrastructure fee and forget about the data?

    Why not pay for what it really costs, not another abstraction?

  179. Not such a new idea ... by vyzar · · Score: 1

    In the UK, the JANET national academic network went through a period of charging individual institutions for their use of JANET transatlantic internet links. This was instigated because at the time, the costs of maintaining acceptable access provision were outstripping the available funding.

    Essentially, institutions would be charged 0.02UKP/Megabyte of traffic entering the UK across the Transatlantic links to the US (although this may have included traffic from almost anywhere on the globe). In some institutions,t his charges would be apportioned and re-charged to the relevant departments, or in some cases even to individuals. At one institution I previously worked at it was discovered that 80% of all chargeable traffic could be attributed to student residences! As a result students were given a download quota, and once that quota was consumed, access would be blocked until more credit was purchased.

    Unfortunately, as more lines were added the central JANET traffic accounting systems could no longer keep up, and eventually, when new high speed links were brought into service, the idea was dropped as it was proving too difficult (and costly) to accurately account for all the traffic.

    That said, the concept of charging for use, is still being discussed, although no-one seems to be able to agree on how best to do it!

    In the meantime, we just happily chew up the 2 x 2.5Gbps pipes! ;-)

    As a side note, part of the old charging deal was that you could avoid charges by using the national web-caching service. This worked reasonably well when demand outstripped network capacity (we only had a handful of OC-3/STM-1 pipes then). We no longer have a bandwidth bottleneck, and the web-caching service was formally closed down at the end of 2002.

    It seems that throwing bandwidth at the problem really is the simplest (and perhaps the cheapest) solution.

  180. Pardon my ignorance but don't they use passwords? by muk99 · · Score: 1

    Looking at the scholarly discussion about spoofing MAC's (Or not), don't they use there in Cornell account names and passwords to get access to the network?
    If that is the case, as I believe is, than, The U can bill the account for the accumulated bandwidth usage, regardless of platforms MACs and all other means, other than accessing using stollen accounts' data.

  181. Great idea: A threshold-based bandwidth tariff by Uninvited+Guest · · Score: 1

    Essentially, this seems like a great idea to me. The university sets some threshold for usage, after which higher charges kick in. That threshold actually helps the university estimate their typical bandwidth requirements to the ISP, since most users will have an incentive to gravitate to their limit. However, usage above that threshold is still available, albeit at a higher price. The university can use the additional funds to contract for burstable pipes, when demand exceeds nominal contracted bandwidth. As nominal usage creeps above the 2G mark per IP, the university can buy more constant bandwidth and reset the threshold. The high bandwidth users essentially help the university plan and pay for their current and future bandwidth requirements. So long as the "tariff" on high bandwidth use remains manageable (in terms of budgeting) for the end users, the system effectively self regulates.

    --
    Sometimes I worry that I'll develop Alzheimer's disease, but no one will notice.
  182. No (at least I don't think so) by agilen · · Score: 1

    What they are talking about here is Cornell's residential network. When you are on campus in the library, computer lab, wireless, etc., they aren't charging you more for bandwidth, that cost is placed on the department providing you with the connection.

    That said, students at Cornell typically live in the dorms for only their freshman year, then move to an apt. off campus. I can't provide real numbers, but I can tell you that I don't know anybody who lives in dorms, nor have I (except for maybe a couple) since I was a freshman.

    This means that probably a majority of Cornell undergrads are using RoadRunner, not ResNet(the dorm network) RoadRunner is far more expensive than ResNet, yet ResNet is faster and more reliable. All in all, I highly doubt someone would choose not to go to Cornell because you have to pay a couple of bucks extra for using lots of bandwidth.

  183. well YA! by zogger · · Score: 1

    sure nuff man that is ridiculous expensive. Live off campus then, 800 clams for a room is way way way too expensive, you can get a house note for that kind of money, let alone a couple of people sharing one at 1600$ a month.. I'd even consider just another college at those kinza prices. So I'll agree with you there.

    I think this will get sorted out soon all over pretty quick anyway, the US and the rest of the planet is undergoing an economic reversal. I think you are going to see prices drop severely sometime soon on just about everything as people wake up to the fact that "some" job at a reduced rate is a WHOLE lot better than *no job*. The situation in the US right now in particular is worse than the situation that was happening in roughly the late 20's. Just no one wants to really admit it, except for the people who are in a true "depression" from their personal job loss. There are going to be some MAJOR shakeups in people's pre conceived paradigms and personal sense of what priorities are. If you read what warren buffet is saying lately, you'll see he agrees and gives some details to that point of view. We aren't going to collapse to caveman levels, but we have only burst ONE bubble of several,that was the overvalued stock bubble, there's still to come the pension bubble, the real estate bubble, the banking derivatives bubble, the petroinflated dollar as opposed to the euro dollar and muslim gold dinar mess, and the rest of the accounting/corporate illegalities bubble. Add in governmental completely out to lunch spendingand meddling,and we got some more rough times ahead, which will probably last at least a decade or even longer, much longer if the world can't avoid a series of major resource wars over oil and water.

  184. Think bigger by Featureless · · Score: 1

    I like your way of thinking, but I have to raise two points, just playing devil's advocate.

    First, how do you define educational purposes? Only accessing .edu? Only if it's related to class? Only if it doesn't involve any Hollywood actors? No mp3's?

    I hope I won't have to belabor the point. You can't define it. It's undefinable. It's like if you went into a library and said "only educational books." Shakespeare read the pulp fiction and shoddy histories of his day and produced the greatest art of western civilization.

    The hubris, the smashing stupidity of a school demanding to "limit" it's network to "educational purposes only" is simply breathtaking to me. Prevent abuse. Write clever rules on your Cisco. Heck, even enforce the law! But don't ever try to dress up some hamheaded censorship regime as "education."

    The only other point I'd make is about the competition to provide internet service to campus dwellings that you mention. You have to think bigger. The campus dwellings themselves are a racket. Even in public universities it's common practice to force undergraduates to live in the dorms for at least a year, and if you live in the dorms you're required to buy into the meal plans, etc. All of which cost multiples of what you can pay on the free market for rental spaces, restaurants, etc.

    Of course, you can pay more, too, if you want to live posh and eat fancy every night. But when you're poor and on financial aid that doesn't quite cover everything, it's infuriating that the schools perpetrate this racket - forcing you to pay $700 a month in rent when you could pay as little as $250 off campus, pay $11 a meal when you can cook for yourself for $2, or pay McD's $5...

    So, fuck internet... force them to make _housing_ competititve.

  185. Policy Enforcement by catdevnull · · Score: 1

    Cornell probably needs to renegotiate their IXC agreement if they're paying by the drink themselves. Sounds to me like Cornell is trying to put some teeth into file sharing policies. I'm sure that those doing research and academic work began to complain that data transfer rates weren't fast enough. 2G/Mo. is reasonable for crossing the domain border. Most everything one might need is done usually mirrored on-campus by somebody.

    Universities also get audited from time to time and are responsible for unlicensed software installs. It's reasonable that they would want to protect themselves from hosting illegal activities--and yes, like it or not, sharing MP3s is illegal unless you own the copyright. Despite all your rage you are still just a rat in a capitalist system.

    --

    I might know what I'm talkin' about, but then again, this is Slashdot...
  186. Check your math by Anonymous Coward · · Score: 0

    If the "fraction of a cent per additional MB" is 1/100 of a cent, that means it is $.10/GB, not $1/GB.

  187. Buy my favorite Linux distro. by Anonymous Coward · · Score: 0

    Oh, yeah, I am going to go out and buy a boxed copy of Gentoo right now! Then I'll never have to download anything for my OS again!

  188. Umass resnet policies by noah_fense · · Score: 0


    At University of Massachusetts amherst, i have a total of 4 nics in two boxes. I've run full time ftp servers. All the sudden one day last year, the office of Information Technology decided to start cracking down on bandwidth usage. And me, uploading 15-25 gig/day was one of their first targets. Instead of shutting down, i setup an ftp redirecter that made it look like all the bandwidth i was using went through the student webserver using a simple application level unix program.

    Unfortunatly, one day that program crashed and spawned a million broken proccesses, and i got shut off again.

    Then i realized all i needed to do is use more nics, register them under different names, and voila, i can run 5 gig/day/nic. Becuase university policy states that content shouldn't be monitored, they can only guess at what i'm serving.

    This year, they bought more bandwidth and shut off all the kazaa users who leave kazaa running all day while they are at class. We pay 30 dollars/semester for a 10mbit jack, of which i've been able to download from other universities at up to 9mbits/sec.

    Thankfully, umass is somewhat intelligent, and allowed an on-campus P2P filesharing system to be setup so the border routers are constantly hammered by 10,000 people all downloading the same linkin park album. RIT and other major universities also have direct connect hubs that limit usage to on-campus students. And they rely on people who have connections to actually bring in the newest material the latest. Wtih a fiber backbone, who cares who many people are sharing things locally.

    The important thing to realize is that 30,000 students and faculty aren't goign to just shut off kazaa. And 2 gb/month is ludacris, especially for an elite private school that costs $30,000+/month to attend.

    Universities also host a plethora of hacked nodes that are transformed to XDCCs on IRC channels to server 1337 goods to the hungry masses

    Maybe is cornell took better care of securing their library and faculty computers, they wouldn't have sucha huge bill to pay every month. My guess is the majority of the traffic doesn't come from resnet.

  189. Better solution by Anonymous Coward · · Score: 0

    While my university (RWTH Aachen, Germany) isn't as tightly integrated as american universites are (dorms etc are provided by a variety of organizations independet from the uni) the uni does provide internet service to the dorms. So time ago bandwith became a problem, so they firewalled off some p2p programs. Now, people could get around that fairly easily, so they did one more thing - they created an DirectConnect Hub inside the fireall, open for anyone to use as they like.
    Needless to say, the bandwith problem has gone away overnight. And the students are happy because the amongst the several terabyte of data in the hub there is almost everything they desire. And if not, they go FTP it and drop it in their share - problem solved.
    OTOH, the music/movie industry doesn't seem to be as rabid here as the are in the US of A, so maybe such a project isn't posssible there.

  190. Costs = outsiders accessing your P2P by aquarian · · Score: 1

    If you're sharing it with your friend down the hall, it's not costing the university anything. Sure it puts a _slight_ strain on the network segment, but it's internal traffic, not metered bandwidth that goes outside the university.

    Even if that's true, the real problem is that for the convenience of each other, you have all this crap being shared via P2P apps, which don't discriminate between the downloader down the hall and the world at large. So in fact, you're using your univerisity's resources to offer a free movie and music download service to the entire world. Even big media companies can't afford to do this, which is one reason why they haven't.

  191. The numbers don't add up. by labradore · · Score: 1
    Lets say they sent out 110,000GB of Kazaa data last year (100kGB+). At $4/2GB (their given rate) that adds up to $210,000. Now, lets say that the download to upload ratio is 8:1, then the total bill last year for Kazaa is around $1.68M (though the ratio is probably less because Cornell is a primarily a source of outbound traffic, rather than inbound traffic). Granted, that is a large chunk of cash. It is 19.7% of their total internet bill for last year. However, saying that Kazaa pushed their internet bill too high is overstathing the facts. Somehow the campus managed to accrue 4 times the Kazaa traffic doing something else. It is plausable that Kazaa is the #1 trafic generator, but certainly there are other major contributors. So why couldn't they just raise the rates for dorm ethernet? That wouldn't have cost them a quarter of a million in billing system development costs and probably tens of thousands of dollars in billing system maintenance each year.

    Significantly, they mentioned that departments are using private ip-space routers to reduce the number of ports they buy. The problem they are facing isn't that the departments are using the routers, it's that the departments are controlling their internet network infrastructures. That is the job of the campuswide IT department for most universities. The IT department can make sure that everyone's network is up to a certain standard, and provide better access for some other departments which are willing to pay for it. The total network infrastructure management job is done very poorly if it is split into several fiefdoms, with each department paying someone to manage their own little section of the network. Centralized IT can keep troubleshooters on call 24/7. I'm sure that the English department, for instance, does not have the resources to pay for that QoS for their internal network. They may not even have someone qualified to determine who to hire or who to assign the duty of managing their network and computers.

  192. Represent! by Grendel+Drago · · Score: 1

    Whee! Represent that internal DC hub!

    There's too much anime and not nearly enough porn on it, but that's a minor quibble. Point is, this should have been done years ago. And now we all bask in the glory of the hot, naked downloads.

    'Course, if the university let me get a DSL line in my room, I'd still rather have that. They make a shitty, overpriced ISP.

    --grendel drago

    --
    Laws do not persuade just because they threaten. --Seneca
  193. Interesting! by SuperKendall · · Score: 1

    Where I went (Rice University) usually people stayed in the dorms for three years, then went off campus the senior year... that's why I was thinking it would matter more to people.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  194. What about computer labs? by Anonymous Coward · · Score: 0

    Do the computers in the lab require a login/password? The college's around here don't, just swipe your student ID when you enter the lab and it's all yours. Slip your ZIP disk in any of the PCs (every PC has it, cept the Unix box's) and download all you want.

    Think this will just be an annoyance to students and make many of them question why are they paying all the extra technology fees for their dorm rooms if they can't download all they want when they could be paying LESS for uncapped cable modem??

    I just don't get it, I mean if ISPs can operated successfully and allow uncapped broadband then why can't a university? The students DO pay an extra technology fee for the access, so what's the difference??