Slashdot Mirror


U of Wyoming Fingerprinting All P2P Traffic

mk2mk2 writes "News.com has an article on how they're preparing to shut down P2P sharing of copyrighted content: 'For months, the digital equivalent of a postal censor has been sorting through virtually all file-swapping traffic on the University of Wyoming's network, quietly noting every trade of an Eminem song or "Friends" episode.'" It's scary until one realizes that most P2P traffic isn't encrypted, like back when everyone still used telnet.

90 of 518 comments (clear)

  1. Eh? by whig · · Score: 3, Funny

    Why does the fact that it's unencrypted make it non-scary?

    --
    Peace and love, y'all
    1. Re:Eh? by petwalrus · · Score: 5, Funny

      Sounds not like a case of too few double negatives causing non-clarity to the writer.

    2. Re:Eh? by Tackhead · · Score: 2, Funny
      > Knowing the search parameters and the returned file name(from the person's search) would probably be enough for troublemaking.

      Didn't someone already do this - put up a website with "My Node's Most Embarassing Gnutella Queries" that their node had received?

      192.168.0.1 - [rDNS] - goat pr0n
      192.168.0.1 - [rDNS] - goatse pr0n
      192.168.0.1 - [rDNS] - n00d g0at

      (Fun project - See BOFH write a fake Gnutella server that, when certain keywords are tripped, returns a sample HTML file that attempts to load an IMG SRC pointing to "www.fbi.gov/[luser's/search/terms].jpg". See BOFH run fake server in background. See BOFH laugh :)

    3. Re:Eh? by Hast · · Score: 2, Insightful

      What the AC was probably trying to say (but in a, shall we say, crude way) is that there is no key to extract.

      Any encryption protocol worth it's salt (ie generally not those propriatary/secret protocols) is protected against this. Eg SSL or SSH which you can snoop all you want, but there's never a key sent in clear text across the channel. Neither is there any key to find in the source. Instead a key is agreed upon by the clients as they connect, but using "one way functions" which are hard and/or practically impossible to crack. You can also use public key encryption with it to add even more security and authentication to the system.

      That's why he suggested that you should read about SSL. A cheap way is to just look at the relevant RFC, although it may be a bit complex if you don't have any experience in number theory. Another hint could be look at crypto sites such as Bruce Schneier's crypto-gram (counterpane.com).

      In any case, if you use a well tested protocol and implement it correctly (not always trivial) then the system will be secure.

  2. There's always another way... by EvilSporkMan · · Score: 4, Insightful

    What about FTPs? Direct file sending over IM clients? Usenet? IRC? Good luck, RIAA...

    --
    -insert a witty something-
    1. Re:There's always another way... by KDan · · Score: 2, Insightful

      That's fine until the RIAA gets so desperate that they get the laws lobbied in and come and break down your door and arrest you if they detect that you trade files. That would be enough of a deterrent for most people.

      Daniel

      --
      Carpe Diem
    2. Re:There's always another way... by aridhol · · Score: 4, Insightful
      Not necessarily. What happens if, instead of listening to traffic on a single protocol, they just listen to all traffic, regardless of the headers? Which they, being in control of the routers, are perfectly capable of doing.

      Remember, as long as it's on their network, they can do whatever they want with it. You may not like it, but that's the way it works.

      --
      I can't say that I don't give a fuck. I've just run out of fuck to give.
    3. Re:There's always another way... by EvilSporkMan · · Score: 5, Insightful

      Well, they still can't stamp out the CD burner and the "analog hole". Sales of CD-Rs should pick up after measures that serious are put into place, and nothing beats the bandwidth of handing your buddy a spindle of CD-Rs. Also, I don't know much about encryption, but couldn't someone and their friends agree on an arbitrarily huge key in person and trade their little hearts out?

      --
      -insert a witty something-
    4. Re:There's always another way... by paganizer · · Score: 2, Insightful

      ...or freenet. It's major file trading app (FROST) is busted right now, but the web component works just fine.

      Of course it is kinda hard to find the sites when there isn't a functioning search engine.

      --
      Why, yes, I AM a Pagan Libertarian.
    5. Re:There's always another way... by Hast · · Score: 2, Informative
      What happens if, instead of listening to traffic on a single protocol, they just listen to all traffic, regardless of the headers? Which they, being in control of the routers, are perfectly capable of doing.

      Actually they probably can't do that. At least not without some pretty extreme hardware.

      Typically you get to a point where you have to use RAM buffers to save data and then have multiple network listeners which swap so they can save the data to disk. If you have a large amount of traffic you soon get to a point where you can't store all data.

      But sure, it's their network, so they can do what they want. Just as long as they don't mind me using encrypted channels. ;-)
    6. Re:There's always another way... by aridhol · · Score: 2, Interesting

      You don't have to listen to all the traffic. Just enough to fingerprint it. Or watch the opening of all the traffic - file transfering protocols have to identify the filename somewhere. If it's a suspicious filename, store the traffic on that stream for later analysis.

      --
      I can't say that I don't give a fuck. I've just run out of fuck to give.
    7. Re:There's always another way... by OMEGA+Power · · Score: 2, Informative
      While it is technically possible for a university to monitor all network traffic it is impractical due to the about of computer power and storage needed to record the billions of packets that pass through a large university everyday and the manpower needed to review the massive ammounts of data (think multiple terrabytes a day) this would collect.

      Also, in general, universities strive to protect the intelecual freedom and privacy of their students and faculty (although U Wyoming seems to be an exception). For example the univeristy I attend (UMD) includes the following language in their AUP (which can be found in it's entierty at http://www.inform.umd.edu/aug/:

      "To the extent possible in the electronic environment and in a public setting, a user's privacy will be preserved. Nevertheless, that privacy is subject to the Maryland Access to Public Records Act, other applicable state and federal laws, and the needs of the University to meet its administrative, business, and legal obligations."

      While this language is admitadly quite weak it is better than nothing and would prevent monitoring of this kind unless it is determined that ISPs are liable for copyright infringment commeted by their users.

    8. Re:There's always another way... by SatanicPuppy · · Score: 2, Insightful

      The same argument can be made of the relative insecurity of packet data on a WIFI network. Even encrypted, the network is insecure because packet headers are all so similar that the encryption scheme has to be ludicrous to even slow down a determined snoop.

      Solution: Virtual Private networking. If the whole transport layer is encrypted then the packets (or pr0n) slide by without anyone being the wiser.

      Unless they start running some kind of statistical analysis and stepping on everyone who seems like he is PROBABLY running a file sharing client, their control of the network won't really matter.

      --
      ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
    9. Re:There's always another way... by Anonymous Coward · · Score: 2, Insightful

      I'm so sick of people bringing up these alternatives to P2P and saying the RIAA is stupid because people can get around it with FTP, etc. What you don't get is that yes it's possible. It's also possible that I will win a million dollars tomorrow. So the fuck what?

      You need to understand that if they can stop the ease at which P2P's currently allow you to share files, you severely cripple file sharing, copyrighted or not. Would I have as much porn and MST3K episodes if it weren't for KaZaA? Hell no. I've been downloading copyrighted works since I was a punk in 6th grade, and it was so much of a pain in the ass back then. Today, it takes a few keystrokes and I'm downloading from 5 sources at once.

      Before Napster, downloading music online was limited to a small fraction of people online. Nowadays, everyone here at my college does it. Broadband and improved general computer knowledge have also been factors, but hardly the driving force. Sending us back to 1997 before the "P2P revolution" would diminish file trading so much as to make it insignificant. Yeh, you can share music with your friends. How many of them are going to have all the music you want, and the obscure titles they've never heard of? How many are going to go through the trouble of sharing their music with everyone else? How many are going to even know how? That's a lot more work then downloading and running 1 program called KaZaa.

      The point is, no there is no technical way to stop all file trading. But it's not really a solution they have to look for. Stopping the majority of it is all they have to accomplish to turn in into a pain in the ass procedure like it was before It's like integrals. Just because you can't find an exact mathematical solution to them all, doesn't mean a numerical appromixation isn't more than useful for your intents and purposes in solving a particular problem.

      Gloss over the point and mod this as a troll. Whatever. It's just typical slashdot who thinks they're so intelligent and above everyone else but haven't a clue as to the real world.

    10. Re:There's always another way... by blair1q · · Score: 3, Funny

      If the RIAA could have their way, they'd meter your ears.

    11. Re:There's always another way... by ATMAvatar · · Score: 2, Funny

      Don't forget this protocol, too.

      --
      "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
    12. Re:There's always another way... by EvilSporkMan · · Score: 2, Insightful

      Well, you do have a valid point. However, the difference "post-KaZaA" would be that people are aware of the bulk of material out there and are used to having it, so they'd be more willing to jump through the hoops to keep the stuff coming. We might even see teenage girls mustering the brainpower to log onto IRC instead of AIM...the horror!

      --
      -insert a witty something-
  3. oh my! by Joe+the+Lesser · · Score: 4, Funny

    Someone wasting bandwidth on a 'friends' episode is scary indeed!

    --
    "I only speak the truth"
    Karma: null(Mostly affected by an unassigned variable)
    1. Re:oh my! by Anonymous Coward · · Score: 5, Informative

      Its a joke, but shit like that actually costs MORE money than the stupid music.

      People downloading good quality TV shows and movies are probably using orders of magnitude more bandwidth than people downloading many, many more songs.

    2. Re:oh my! by Nemith · · Score: 4, Informative

      Acutally it's not the Music that Brad Thomas and UW is worried about. It's the bandwidth. I belive UW only has one 155mbit ATM link to the net. This link is shared with voice, video, and remote backups. When I was working for brad thomas he was having paying people complain about video being choppy so something had to be done. Now with ports jumping all around the place it is harder to find p2p programs which have a sponge effect on the outpound pipe.

  4. Scary until? by Halo- · · Score: 3, Insightful

    No, I would say scary after. If it were encrypted, if would be much harder to do.

    I suppose you could claim "spoofed ip" ...

    1. Re:Scary until? by Mourgos · · Score: 2, Funny

      Well how long till everything becomes encrypted.? It's gonna take a few guys going to jail. Can't wait till they encrypt computer monitors. U're gonna have to use special decrypting goggles:P

  5. Well, heres the new testbed for freenet. by Unknown+Poltroon · · Score: 2, Funny

    SO, i guess they have no problem with ME running a sniffer on all traffic on their network? I mean, since they feel its ok for them to do it, its ok for me to do it.

    --
    All Troll + "offtopic" mods are meta moderated as "Unfair", because you abused the system.
    1. Re:Well, heres the new testbed for freenet. by cos(0) · · Score: 2, Interesting

      Heh, nowadays everything (wired, at least) is microsegmented -- you won't be able to sniff anyone else's data. Now, insecurely encrypted wireless links which are cropping up in a lot of universities nowadays, is a whole another story.

    2. Re:Well, heres the new testbed for freenet. by davmoo · · Score: 5, Insightful

      There is one small point you are overlooking here. They (the University of Wyoming) own the network they are snooping...you don't. That is what makes the difference between it being okay for them to do it and not okay for you to do it.

      --
      I want a new quote. One that won't spill. One that don't cost too much. Or come in a pill.
    3. Re:Well, heres the new testbed for freenet. by t0qer · · Score: 4, Insightful

      SO, i guess they have no problem with ME running a sniffer on all traffic on their network? I mean, since they feel its ok for them to do it, its ok for me to do it.

      Dude you are so off base you should be modded a funny. (Mods, please read parent before modding me)

      The point is, it's THEIR network. It's not the student network, it's not the taxpayers network, it's not even the Alumni's network. It belongs to the University plain and simple. University is for research, not d/l pr0n or sharing eminem. Students are given access to the internet in their dorm rooms to assist them with their studies.

      If I caught you running a sniffer on my network, I would yank that patch cord leading up to your room so fast it would make a "whooosh" sound like a whip cracking in the air.

    4. Re:Well, heres the new testbed for freenet. by Kenja · · Score: 2, Funny

      So, i guess you have no problem with ME running around in your living room wearing my boxer shorts and nothing else? I mean, since you feel its ok for you to do it, its ok for me to do it.

      --

      "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
    5. Re:Well, heres the new testbed for freenet. by alienw · · Score: 3, Interesting

      If I own a telephone set and an associated line, it would still be illegal for me to record my friend's conversation when he's using it, at least without asking his permission first. A company can't legally record its employees' conversations, either. Your argument does not apply.

    6. Re:Well, heres the new testbed for freenet. by mmol_6453 · · Score: 2, Informative

      In the US, it's legal for you to record the conversation, if the person on the other end called you.

      And you only own the part of the phone system on your side of the d-mark, which is that little gray box on the outside of your house where the phone company's wires come in.

      --
      What's this Submit thingy do?
    7. Re:Well, heres the new testbed for freenet. by ComputerSlicer23 · · Score: 2, Interesting
      Uhhh, you didn't read the TOS on your Univeristy Network did you? They should have given you one, they generally include a clause that they have the right to monitor every bit you save on a harddrive they own, and every bit you send over the wires they own.

      Now a public phone company doesn't have that right, because it's not in their TOS, and if they put it in their TOS, somebody would fight it as being an illegal invasion of privacy. The Internet, and a University network at large aren't seen as a common enough utility, that is necessary for living in the current society to warrent those kinds of protections yet. At some point the Internet might get that kind of protection. However, given the proliferation of networks, my guess is that it will be a market driven thing. Phone companies are monopolies, so they have a lot more regulation then a University network ever will, because you can always get network access from a dozen other places if you don't like the terms of service the University has. A University is also a lot like a place of business. My company has the right to monitor everything I do on their equipment. All their wires, all their harddrives are fair game for them to search. It's a term of my employment. They also own all of the things I do on their computers that's in my IP agreement. They also can restrict my free speech because I signed an NDA agreeing that as a term of my employment, I can't talk about certain areas of expertise I have to other companies.

      Technically, you don't need his permission to do record his conversation, you just have to tell him you are doing it (it's subtle, but there's a difference, he doesn't have to concede it's okay, he merely has to hear you say it's the case). If he continues to use the phone, I don't believe there is anything illegal about it.

      Kirby

    8. Re:Well, heres the new testbed for freenet. by chrysrobyn · · Score: 4, Interesting

      The point is, it's THEIR network. It's not the student network, it's not the taxpayers network, it's not even the Alumni's network. It belongs to the University plain and simple. University is for research, not d/l pr0n or sharing eminem. Students are given access to the internet in their dorm rooms to assist them with their studies.

      That certainly is an interesting point. Please allow me to offer a counter point.

      Universities are there for learning and growth of their students and faculty. They are not all about books and studying and stuff like that. Universities sponsor football -- why? Student unions and governments -- why? Those are extracurricular activities that help the students grow as people, round them out, etc. Ever meet someone in real life who thought university was there for books and no socialization? I've met one, and let me tell you, communicating to get to the immense book-smarts was tough, and he was not prone to creative, reasonably practical ideas.

      The university network is there primarily for learning, but there should be a reasonable amount of respect for personal growth and exploration. I'm not sure I want to argue that pirating friends episodes and pornography are aiding that pursuit, but maybe they are. The university should make a reasonable effort to allow the students to do explore their freedoms and help enforce the law when subpoenaed to do so. I think it can easily be argued that the downloading of friends episodes leads one to think about copyrights and what use they have in the real world. The exploration of pornogrpahy, it can be argued, helps educate the "consumer" what he (or she) thinks about the impact on the models as individuals.

      My education was, believe it or not, furthered by playing with a little known Unix clone named "Linux". It wasn't supported on my campus network, and there were times when I used bandwidth for this side project that did not contribute directly to my studies, but I believe it was worthwhile. I played Doom over Kali, and ended up learning something about network latencies and bandwidths. Completely illegal on the campus network, I even ran a password logger for some time -- this turned out to be a very powerful lesson in cryptography and network security. I did not have the money to set up a legitimate private network to explore these issues, but this was education that helped me become the person that I am.

      I believe that university and college dorms are there, not for the exclusive pursuits of scheduled academia, but for the students to explore their own educations, as they pertain or do not pertain to their class schedules.

    9. Re:Well, heres the new testbed for freenet. by bleckywelcky · · Score: 3, Insightful


      That's where the power hungry politicians in the University world have it wrong. The students own the network, not the administrators. The students have paid for the network and are paying the administrators to operate the school. I really am quite confused as to who the heck some of these people think they are, implementing measures like this. It would be like hanging from a rope over a gorge and cutting the rope because it's violating copyright law. I have a feeling that once the whole student body catches wind of a P2P crackdown on campus that there will be massive protests and possibly riots. Like the incident at Michigan State University when the University decided to ban alcohol on campus. The whole freaking place went to hell, rioting on campus, cars on fire, etc. I think the reason that we are not hearing more opposition from the people who pay for the networks is probably the same reason that most of the computers that these people use leave port 139 open.

      Let the police do their job and RIAA push the police to do a harder job. The university administrators should stay the heck out of it unless there would be legal implications for the university. Afterall, the administrators are there to make the university a better place for the students, not for the RIAA.

    10. Re:Well, heres the new testbed for freenet. by davmoo · · Score: 3, Informative

      Some others have already replied to this, but I'm going to reply too anyway, just because it gives me the warm fuzzies to do so.

      And sorry, you're wrong on both counts, but thanks for playing along anyway.

      I won't swear to this for all 50 states, but I know for a fact that in both Indiana (where I currently live) and Kentucky (where I used to live), if you're talking to me on my phone line, I can legally record that call any stinking time I want to, whether you know I'm recording or not. And which one of us originated the call is irrelevant. And if you come over to my house and use my phone to call your Aunt Bertha, I can still legally record it without either of you knowing it.

      And a company can listen in on, and record, any conversation they want, so long as the policy that they are doing so is spelled out to the employees beforehand. They can also monitor what you do on the office computer, etc etc. And there are a number of court decisions affirming the rights of a company to do so.

      I'll bet money that buried somewhere deep in that University of Wyoming Student Handbook there is a clause that says "its our network, we'll snoop it any damned time we want, and we'll block anything we want too", or words to that effect. If you don't like them snooping on you, then the solution is simple...don't use their network.

      --
      I want a new quote. One that won't spill. One that don't cost too much. Or come in a pill.
  6. Privacy by Telastyn · · Score: 4, Insightful

    Why's this under privacy? There's no reasonable expectation of privacy using someone else's network. Especially when the stated policy upon arrival almost certainly says "don't do this"

    1. Re:Privacy by theLOUDroom · · Score: 5, Insightful

      There's no reasonable expectation of privacy using someone else's network.

      Yes there is. Just like there is if you're living in someone else's house, aka, an apartment. At my school students have to pay for their internet access. This makes the school an ISP. As a business providing a service and can't just "do whatever they want".

      Do you own your phonelines? Is it okay with you if the phone company records every conversation you make to check for illegal activities? They are their phone lines you know, you have no easonable expectation of privacy using them. Too bad, I guess you should have encrypted all your phone calls.

      One of these days, an ISP or school will get sued for pulling this shit. Network traffic can contain some very personal information. AFAIK I have never signed anything that would let my isp monitor ALL my traffic continuously. Most service contracts suggest that the may be some montioring to ensure network performance, but it would be pretty damn easy to prove that this was not what they we doing if they were continuously monitoring my traffic for an extended period of time.

      Of course, the real solution is to encrypt your traffic. Then you get to have your ISP prosecued for a serious crime (at least much more serious than copyright violation) if they do manage to break the encryption.

      --
      Life is too short to proofread.
    2. Re:Privacy by Tackhead · · Score: 3, Interesting
      > Network traffic can contain some very personal information. AFAIK I have never signed anything that would let my isp monitor ALL my traffic continuously. Most service contracts suggest that the may be some montioring to ensure network performance, but it would be pretty damn easy to prove that this was not what they we doing if they were continuously monitoring my traffic for an extended period of time.

      Funny, ensuring network performance is kinda what university monitoring of traffic is about, isn't it? How do you think QoS or packet-shaping works?

      The interesting question was when someone pointed out that it's not your network unless you laid the fiber yourself. I think there'll be some very interesting cases in the next few years with regards to setting up wireless access points. A wireless mesh network, in which 100, 1000, or 10,000 users allow their boxen to be used as access points, is indeed one in which the users "own the pipe".

      At 100 users, odds are that "someone else" owns the pipe where stuff eventually goes through. (Like your University owning the pipes through which much of your dorm's P2P traffic eventually goes.)

      At 10,000 users, that's not necessarily so. A mesh network composed of 10,000 Freenet nodes scattered throughout a city might be able to cache Titney Spears' "OopsYouGotFuckedbyRIAAAgain.mp3" within itself -- and thus the "pipes" through which the MP3z flow are indeed owned by the users doing the flowing.

      Both cases are clearly copyright infringement - but the latter case would be much more interesting from a legal perspective - RIAA has the right to ask the University to sniff its traffic, but do they have the right to sniff your traffic?

      (The Feds, of course, suffer from no such restriction, but that's because we've given them the authority to enforce the law and laid down rules that govern when/what/who they can sniff. But unlike the Feds, RIAA has no more authority to sniff than you or I do. Fuck 'em :-)

  7. a few arrests in the States... by aSiTiC · · Score: 3, Insightful

    It will only take a few arrests of young college students in the States to pressure the release of secure sharing over P2P. That's probably one of the reasons the RIAA isn't targeting anyone in the States yet. They are testing the waters in Australia however, but they don't want the P2P networks to go secure until they have cataloged everything they can.

  8. Won't work! by FreeLinux · · Score: 5, Interesting

    This new technology will last for about 1 day. That's how long it will be until Kazza, Gnutella, Limewire, et all will switch to an SSL encapsulated protocol. Suddenly all the "fingerprints" will be shot. Each and evey download of the exact same file will have a different, unidentifiable, "fingerprint".

    Sounds to me like this company took a copy of Snort, set up a few rules for the "fingerprints" and sold it to the University of Wisconsin. What a waste of money!

    1. Re:Won't work! by ColdForged · · Score: 5, Insightful
      That's how long it will be until Kazza, Gnutella, Limewire, et all will switch to an SSL encapsulated protocol
      I've said it before and I'll say it again, and I'll bold face it for good measure:

      If administrators can't distinguish "good" traffic from "bad" traffic, they will have no choice but to simply remove any access at all to the Internet from the problem subnets, namely dorms.

      So, encrypt the traffic. Make it so that nobody can tell what's inside the stream. That's dandy. But if P2P usage makes it such that researchers can't get the resources or bandwidth do actually do their work or are significantly impacted (the argument of whether researchers are doing anything more than reading Slashdot or Dilbert is for a separate post), even if the traffic isn't recognized as P2P per se, you can bet that this will be the next step.
      --

      -"I seem to be having tremendous difficulty with my lifestyle." - Arthur Dent

    2. Re:Won't work! by sh!va · · Score: 2, Informative

      But if P2P usage makes it such that researchers can't get the resources or bandwidth do actually do their work or are significantly impacted

      This is the most foolish thing I've heard. There are things called packet shaping algorithms. There is a reason we have diffserv. There is no reason why dorm or other traffic can just be given lower priority than "important" research traffic (which is exactly what is done at my University, btw)

      As for the larger question of whether p2p traffic needs encrypting etc, here are some things to consider:
      1. The whole idea behind p2p is to tell everyone what you're sharing. So an easier way is to just use the standard kazaa client or a clone to query each user for what they're sharing. Run this in daemon mode and you have a rather up-to-date list of what everyone on campus has / had and at what time.
      2. So the only remaining thing is: you're downloading something and you don't want anyone to figure out what you're downloading. In theory, you could use SSL. But it won't do much. If I really wanted to find out what you're downloading, I'd look at your SSL connection, figure out what IP you're hitting, query them over the P2P network to find out list of exported files. I can calculate approximate filesize from the packets that you're receiving and just compare that to get a very good estimate on what you're downloading. Also, by default, files that you download are immediately shared, so I could always just query you and compare filelists.

      My point in writing that whole thing was simple: p2p networks are not meant to be private. SSL doesn't give you any protection since anyone would be able to get this simply by querying you over the p2p network.

  9. As if it's not bad enough by automag_6 · · Score: 2, Funny

    that I'll be punished for stealing songs, if they release details, my freinds will never let me live down my collection of Ricky Martain MP3s!

  10. Re:Quoth by IshanCaspian · · Score: 4, Insightful

    If it's about bandwith, why don't they throttle the p2p ports like any self-respecting, upright university.

    --

    But there is another kind of evil that we must fear most... and that is the indifference of good men.
  11. Re:Quoth by Anonymous Coward · · Score: 3, Funny

    If it's about bandwith, why don't they throttle the p2p ports like any self-respecting, upright university.

    You misspelled "uptight".

  12. Its that goddamned freedom and liberty again .... by bizitch · · Score: 3, Insightful

    What sucks about giving freedom and liberty to people (or even college students!) - is not knowing ahead of time what they might actually do with it.

    You know - like invent a decentralized p2p network and trade music files with it ...

    --
    ---- "Logoff! That cookie shit makes me nervous!" - A. Soprano
  13. Wyoming Not Wisconsin. by FreeLinux · · Score: 2, Insightful

    Sometimes, my stupidity amazes even me.

  14. Telnet by DJ+FirBee · · Score: 5, Funny

    Yeah, I remember telnet.

    It's been like .... hours since I have used telnet.

    Those were the days.

  15. Is it scarry ? by barwil · · Score: 3, Informative

    I don't think so. Everybody who is using the Net should be aware that he/she can be watched. P2P networks do not encrypt data because the idea behind it is to share. If you want to find out who is sharing files you don't have to monitor the traffic. You can just join the party :) It means that no encryption would help. If you share your copyrighted material you can be watched by the RIAA and their friends. I don't personally think it's dangerous for the p2p users (there are too many of them out there) but it's good to know barwil

  16. Re:Quoth by chazzf · · Score: 2, Informative

    From the perspective of college system administrators everywhere, yes. I'm with network support at a small liberal arts college and let me tell you, our connection slowed to a crawl when the students discovered p2p. We don't have enough bandwidth to support that kind of thing, and with the RIAA and MPAA sending out cease-and-desist notices, we really don't have the legal wherewithal either...

    --
    No statement is true, not even this one.
  17. How many bits before you own something ... by taniwha · · Score: 3, Interesting
    Presumeably they are searching for strings of bits that are the same as some copyrighted work once it has been mp3 encoded some particular way .... what happens if my object happens to contain the same string of bits at some random location in it?

    It's pretty obvious you can't copyright a length 1 bit string, so how many bits do you need before you own it and I don't? 10? 100? 10,000? I know you can't trademark a number, can you coprright one?

  18. Wyoming....Leading the way???? hahahahahaha by reezle · · Score: 4, Interesting

    Well, I'm sure this will appear in the large ISP's if it's proven to work on the small-scale...

    Perhaps with this 'fingerprinting' technology the big boys can just charge us the ($.50/$1/whatever) a song they want from us anyways? Instant delivery system for them that they didn't even have to build!

    This whole deal about copyrighted material somehow reminds me of the war-on-drugs... Making criminals of all the users didn't work there... Trying to stop the supplies at the street level didn't work either. The only thing that will work is legalizing the controlled substance... then taxing the hell out of it... hehee

  19. "Isn't" encrypted, or is? by Featureless · · Score: 4, Interesting

    This claim is interesting in a variety of ways.

    If the notion of privacy in our communications is going to be utterly discarded, I rather wish the school had elected to eavesdrop on every phone call made on campus to help catch thieves, domestic abusers and other violent criminals, etc.

    There are plenty of people who say what goes on the internet shouldn't be private; that there's no expectation of privacy there. I guess we'll get into this issue a bit on this topic. Just please don't forget to have a little imagination. This is all new. We're making the rules as we go along. Sometimes I think if the phone had been invented last year there wouldn't be an expectation of privacy on phone calls either.

    Remember this is a "private" institution doing this, i.e. not a law enforcement agency. Remember that just because they can write a fancy terms of service that authorizes them to do whatever they want with the network, it doesn't make their actions legitimate, let alone moral.

    Finally, most interestingly, remember that Fasttrack (i.e. Kazaa, etc) is encrypted over the wire (see this link). There's nothing saying that the whole thing won't be reverse-engineered and cracked sooner or later, but to my knowledge, that hasn't happened yet... of course, that could just be last I checked.

  20. Isn't this illegal? by jforr · · Score: 2

    Can someone explain to me why this isn't illegal? Theres a law from the 1930's that prohibits telephone operators from listening to people's conversations. A few years back it was ruled that ISP's are in the same category as the telephone operators as far as the law is conccerned, and thus can't spy on what their users are doing. Yes I know its a university, but I think they can qualify as an ISP as well.

    1. Re:Isn't this illegal? by The+Ape+With+No+Name · · Score: 5, Interesting

      At our university you promise to not engage in criminal conduct on the University network. Sharing movies illegally (now that is unequivocally illegal) breaks the AUP and you have no expectation to privacy while committing a crime, do you? Does a burglar have the right to privacy when he discovers that he was caught with a surveillance camera in your house?

      --
      Comparing it to Windows will be a moot point, since El Dorado is going to have a 40% larger code base than XP.
  21. Forget "Friends" by 0x0d0a · · Score: 2, Funny

    For months, the digital equivalent of a postal censor has been sorting through virtually all file-swapping traffic on the University of Wyoming's network, quietly noting every trade of an Eminem song...

    I'd been *wondering* when someone was going to finally do something about his lousy music! U of W's spearheading a regular cultural revolution! :-)

  22. impossibility by antiprime · · Score: 3, Informative

    If monitoring and blocking tools were widely introduced, new software programs could easily develop ways to encrypt or scramble the data in transmission in order to make it unrecognizable by Audible Magic's tools or other databases.

    Encryption is just the tip of the iceberg. I can easily compress and encrypt any file, then slap on a header that claims it's a benign .jpg of astronomical images, or pass it through a filter that makes it look like bad poetry, or make it a self-inflating-decrypting executable. You simply cannot write a program that will automatically filter all content, without simply denying all communication.

  23. Re:OK, so... by Richard_at_work · · Score: 2, Funny

    I prefer ROT26, as its so much faster to encrypt stuff with, and with my spelling, is undecypherable anyways!

  24. That won't work either by Doppler00 · · Score: 5, Insightful

    All they need is software that emulates kazza or other P2P software and attempts to make connections to user's computers. Unless you do filesharing with people you trust, there is no way you can hide what kind of traffic is being sent. On the client side, the person not sharing files, I guess you could use encryption, but then you know what that will lead to in universities? A ban on high-bandwidth encrypted connections. As long as it's a problem I think the technology to detect P2P will keep up with the P2P software itself.

    Besides, if I went to that university, I wouldn't want my research slowed down because some freshmen was trying to download Friends episodes.

  25. Won't compression defeat this? by droopus · · Score: 4, Interesting

    So, ok these guys have essentially done what FastTrackMovies has done and hashed each file. Hunky dory. So, people implement this and think "no one can trade my files, cause we know what they look like (and have the hash), so we can block it."

    Now, Joe Pirate simply .zips or .tars the music or movie.

    Exactly how would they then block the .zipped asset from being traded? I know it won't compress the MP3, but it will change the fingerprint.

    Methinks WinZip is the Sharpie for this expensive DRM.

    --
    "The pie shall be cut in half and each man shall receive.....death. I'll eat the pie."
    1. Re:Won't compression defeat this? by swb · · Score: 2, Insightful

      Forget compression, what about transcoding of the files between various formats or bitrates? Forget about the aural impact of transcoding for a second, but the datastream impact. My rusty ol' ears won't hear anything different, but the data stream will have a completely different signature.

      If its watermarking, would transcoding it destroy the watermark?

  26. Just an idea... by Adeptus_Luminati · · Score: 2, Insightful

    Why don't those silly P2P programmers get smart and start making their software work off port 80. That oughta stall them sys admins for a few more months.

    --
    No trees were killed in the making of this post; however, many trillions of electrons were horribly inconvenienced.
  27. This is just silly. by Anonymous Coward · · Score: 3, Interesting

    Theyre looking to block copyrighted audio content. Sure, that's fine. But you can't "fingerprint" something as complicated as a DVD or somebody's home-ripped pr0n movies because each ripper/encoder works a little differently.

    Youre going to wind up filtering everything but *porn*. I can't really see that being what they intended to do.

  28. Better solutions! by duncf · · Score: 5, Interesting

    "But it's getting to be the only way to control our bandwidth."

    In one 24-hour period, for example, the most popular file traded using the Gnutella network was an MP3 by rap artist "Big Tymers," which passed the network monitor 188 times.

    The students should really set up their own, internal P2P network. This would put less tax on the University's external bandwidth, downloads would be quicker, and, assuming it's restricted to local users, the RIAA couldn't really prove any wrongdoing. (Although their FUD generally scares universities enough.)

    Universities are generally big enough to support a network on their own. They should.

    1. Re:Better solutions! by Anonymous Coward · · Score: 2, Informative

      I can say that this is in fact true. Our university has a very nice direct connect hub. We even deliberately limit our bandwidth usage to stop it clogging up the network. So far it looks like our computer guys are turning a blind eye to it, since they have to pay for external traffic and we're helping to cut it down.

  29. Read the article! by 0x0d0a · · Score: 4, Insightful

    They really don't care *what* is being shared so much as bandwidth costs. For U of W, this isn't so much a legal question as a policy question to keep their network costs from spiraling out of sight.

    And many P2P users simply don't care in the least about their bandwidth usage -- they suck up as much as they can get. No effort to obtain a file from another computer on the local network (granted, most P2P software doesn't even support this). They simply expect mass amounts of bandwidth, and for other students' tutitions to subsidize their downloading.

    I'd like to see per-user data transfer per week quotas, where users get capped to 2kBps or so for the rest of the week if they exhaust their quota.

  30. We need to respect and uphold copyright laws by Jeff+Probst · · Score: 4, Interesting

    Or we may find ourselves without the ability to enforce the GPL.

    1. Re:We need to respect and uphold copyright laws by discogravy · · Score: 3, Funny
      Or we may find ourselves without the ability to enforce the GPL.
      what does sharing have to do with the GPL? are the eminem covers that RMS has done for FSF or something?
    2. Re:We need to respect and uphold copyright laws by Jezral · · Score: 2, Informative

      Let's take an example of a new program... Unless it's in the public domain, then it's copyrighted.

      When you release a copyrighted work, you get to set the terms of how it is to be used. This we call a license.

      All licenses are extensions of copyright, including the GPL. The GPL builds upon the basic copyright laws, and further sets restrictions on what you can do with the program/sources.

      Here's the catch...
      If copyright ceases to have an enforcable meaning, then all licenses also cease to have enforcable meanings.
      Everything reverts to public domain, where anyone can do whatever they want with the program/source.

      So, when we dilute copyright by pirating movies, music, games, and so on, we work towards the day of public domain.

      Is this a good thing? Depends on your point of view...but it would destroy the GPL's "must share" power.

      -- Tino Didriksen / ProjectJJ.dk

  31. Re:Quoth by Politburo · · Score: 3, Informative

    To provide more empirical data to the other reply, Rutgers University's policy is to allow 2GB over any 7 day period downloading, and 512MB over any 7 day period uploading. This makes it pretty much impossible to serve anything but small files (they but the dorms into private address space last year as well), but allows enough room to get most things done on the internet, legit or illegal. And no, it doesn't matter if you spent your 2GB downloading Linux ISOs. The policy is meant to save bandwidth, not stop piracy.

    If you exceed the limit, you cannot access the internet for a week. University resources may still be accessed, which allows for basic internet access through X or port forwarding, etc.

  32. Re:oh my! (girls) by $$$$$exyGal · · Score: 5, Insightful
    I bet there were a lot more copies of "Girls Gone Wild - Spring Break #19" sent around the campus than "Friends - The one where they shave a turkey". If the University decide to stop Friends from being distributed, then should they also stop the porn? What if the porn doesn't have an easily found copyright? Who's going to verify which porn is copyrighted? ;-)

    It's different if they just want to conserve some bandwidth, but if they are just trying to stop the distribution of copyrighted works, then that sounds like an impossible task. Who owns the copyright on "Redhead Sticking a Cucumber up her Ass" ?

    --sex

    --
    Very popular slashdot journal for adul
  33. Re:Quoth by Gonarat · · Score: 2, Interesting

    It seems to me any easy way to bypass (or at least extend) quotas at the University level is good old sneakernet -- much like we got our music when I was in School back in the '80s. One would make friends and get to know who liked what -- you want Dead Kennedys talk to Cosmic John, need Billy Joel, talk to someone else. We would build our collections a cassette at a time.


    Since CD burners are so common now, why not do the same thing? Pass around CD-Rs with .OGGs or .MP3s around the Dorm (or between classmates) -- instant portable 600MB of "bandwidth" per CD-R. Great way to build up a collection without worrying about sniffers or using up the bandwidth.



    --
    Beware of Sleestak
  34. Not just about copyrights by GnoMoreGnuPuns · · Score: 3, Informative

    Generally, the majority of campus internet traffic these days is related to file sharing. Almost every colleges and university in the States has had to employ some method for dealing with this, from governing bandwidth distribution to simply upgrading infrastructure. Curbing the distribution of copyrighted data is not just about folding to the RIAA ... it's a pragmatic solution to a huge problem.

  35. Friends by Zapateria · · Score: 2, Funny

    People that watch "Friends" know how to use P2P software.

    I'm stunned.

  36. Privacy IS an issue here by Anonymous Coward · · Score: 5, Interesting
    Only criminals have something to hide in their private life. ...
    Before some of our fellow slashdotters come up again with "They own the network": Yes, they do. But that does not grant them the right to monitor it continuosly and in detail.

    Someone always owns a piece of infrastructure, be it an ISP, a University, the interstate authority or your 'landlord'. But they don't have the right to invade your privacy if you are using rented, leased or subscribed equipment. Imagine the owner of your apartment trying to monitor your living habits, to make sure "nothing fishy is going on in your apartment".

    Network and telephone lines can transmit very private and sensitive information, and it is a serious crime to snoop that out. If you thought that was the right way, you're had too much time on corporate americas way of life. They are your customers, your contractors, if you like, but not only that, but living feeling humans that deserve to have a private life, one that's none of your business. You can imagine a thousand situations like this:

    • You rented my car, why don't I have the right to monitor where you're driving, who you take with you and what roads you drive on?
    • You rented my house. I claim the right to visit you whenever I deem it's necessary. And just to ensure, that my property is taken good care of and you don't hoard drugs there, I will make a full seizure every time I come.
    • I rented you my video camera, you've got to give me a copy of each recorded tape, so that you cannot film underage porn. Think of the children, my god!
    • And finally: I've given you Internet Access. Now that you can browse the web and do spiffy emailing, you must be utterly thankful to me. And since you are a student, you don't have any rights to complain, we will treat you as a slave and you have no private life. Be thankful, you even got a 'net connection and understand, that we have to make sure you don't do illegal things with it. We don't count the bytes, we don't have per-user quotas, we do the nasty GESTAPO stuff piling through all your traffic. If you complain, well, try another University.
    Opening some other's letters is the same and I hope finally someone will punish the university for doing this.

    Let it happen, that on one incident, some very private information about a student is obtained that way and told the public to embarrass him. One lawsuit later, the U has lost 10 Million US$ for a settlement and the bandwitdh savings of 5 years are worth exactly nothing compared to this. Go ahead, wait till someone reacts. I'd do that.
  37. Not necessarily by acidrain69 · · Score: 2, Interesting

    I don't think this is relevant. I haven't looked at any packets going down the wire, but I'm assuming when you request a file from another user, you have to ask for that file. Filename request goes down the wire. Once you know the format of file requests for a given P2P program, you can just scan them to see what kinds of files people are requesting. If not the file requests, what about when the client replies to search requests? What about direct connect complete listing queries?

    Some users have already brought this up, but the way around this is to encrypt/re-code the traffic. That is, all the requests, all the listings, all the control stuff, and the file transfer itself. This may lead to an increase in bandwidth consumption just to encrypt everything though :) So in an effort to make things better, once the P2P catches on it will be made worse again.

    Just like after Napster. When Napster was popular, there was a gradual movement to shut down access to it. So other services started popping up, then completely distributed services such as Gnutella. Gnutella is a tremendous bandwidth hog, as opposed to something more centralized.

    I respect the universities that just try to limit the bandwidth consumption of the offenders. But just shutting this stuff down cold turkey is only going to lead to P2P more difficult to detect and filter.

    Of course, organizations such as the shitty Adelphia cable should not BY DEFAULT have a 15kps upstream. Assholes.

    --
    -- Having a Creationist Museum is like having an Atheist place of worship
  38. Poison the database. by shepd · · Score: 3, Funny

    Make a 1 byte file, call it "U of Wyoming - The modern day 1984.zip", get a friend outside the Uni. to host it, and set your machine inside the Uni. to download it once a minute.

    Heh... If a few of you do that, the database could be full of useless info in no time!

    --
    If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
  39. Uh... no by Wrexs0ul · · Score: 2, Insightful

    That's not the point. They're not targetting burglars or file pirates, this system invades the privacy of EVERYONE on the network utilizing P2P for a variety of reasons, not necessarily to get a sneak peek at Matrix: Reloaded. That's illegal or at the very least immoral.

    -Matt

    --
    --- Need web hosting?
  40. Re:oh my! (girls) by phorm · · Score: 2, Informative

    I'd be more worried when somebody's prof finds of a homemade copy of "Me and my dormroom buddies get it on.mpg" starring one of the students. That or just when the computer admin gets it... not sure who is scarier.

  41. Re:oh my! (girls) by TummyX · · Score: 5, Funny

    I read that as "Girls Gone Wild - Spring Break #19 - The one where the shave the turkey".

  42. ROT13 + P2P = DMCA fun by shellac · · Score: 2, Insightful

    Why don't all the filesharing networks, Kazaa, gnutella, etc., encrypt their searches with ROT13 and then slap malintentioned groups snooping traffic with lawsuits citing the DMCA. Since the movie industries pushed this to control their media, this would be quite an ironic usage of the DMCA. hehe

  43. Reasons why this won't work by shut_up_man · · Score: 2, Informative
    Oh they're so cheerful and earnest about their technology, I feel like a bit of a cad...
    • The net is not a college network. Traffic can pass through millions of different routes, which means they'll need sniffers at millions of different points in the net, in every country, at every ISP, in every town, on every backbone, etc. It's unlikely that everyone in the world would suddenly agree on something, particularly to do with monitoring.

    • For the system to be effective, all these sniffers need to communicate constantly, exchanging user data, song info and fingerprint information. The traffic hit on the wider internet would be severe.

      (of course, a way to get around the traffic hit would be to build a smaller, slightly less expensive internet just for the sniffer communications, but the costs for that would be pretty painful)

    • The local storage and processing power of these internet sniffers would have to be several orders of magnitude over their college sniffer. "...it creates a copy of all the traffic flowing past" which at major backbones would be just stupidly, massive, incredibly huge.

      (Relating points 2 and 3 will mean the only thing the internet will be capable of anymore will be sniffer communication, but I suspect that would suit these guys)

    • The money cost of putting these huge sniffer machines all over the world would be astronomical. As in, about the cost of the internet so far. No-one is going to pay it, least of all ISPs, users or record companies. Maybe the Queen, but I doubt it.

    • Their library of 3.5 million songs is simply puny when put up against the weird tastes of all the black t-shirt-wearing music freaks in every dark corner of the world. Plus... new songs would have to be uploaded as they are released to every sniffer point, making the net explode once again.

    • Their fingerprinting technology sounds dodgy, just like every other fingerprinting technology ever invented. Does it match 256kbit and 128kbit versions of songs? LAME and Xing? How about VBR? How about mp3s and oggs? How about wmvs? With or without ID3 tags? Not to mention trimmed versions, album versions, live versions, covers, remixes, etc.

    • Modern P2P networks like Kazaa download files from multiple sources, which would render the sniffer useless. 30% from this IP, 25% from that, 45% from another, are they all part of the same file, or separate pieces? Which way do they go together? Do you get 30% of the thumbprint from one piece? It's all broken.

    • If the sniffers were implemented, they would be the biggest target for cracking since the RIAA's website. They'd be DOSed off the net, rewritten as warez ftp points, porn image servers, IRC chat servers and Shoutcast servers every third day.

    • Changing protocols, creating new protocols, garbling data, encrypting data - all these would break the sniffers and are easy to implement, but I doubt they'll ever be needed, as there are too many other barriers in the way.
  44. Makes me hate my job at a University by Sabalon · · Score: 4, Interesting

    I am in charge of the network/server department at our college.

    We have a limited connection to the internet, which is usually being eaten up by P2P traffic. Today, over an hour period, we had three students that used a total of 4G of traffic in an hour.

    I don't care what the traffic is, but when legit work can't get done, such as our payroll system which uses SQL*Net across the WAN (bad idea to begin with, but that's a state bueracracy for you.) and their processes just aren't working, shit is gonna have to happen.

    We blocked port 1214 (kaaza) and a week later the port switching version came out.

    Right now we are facing the choice of either doing some severe draconian network policies or buyin a packeteer.

    And how long will that work before the next fileswapping act runs with ssl over 443?

    I feel for the students - it's something fun to do...hell, I remember downloading .au files when I was in college thinking how cool it was that my box could play the james bond theme.

    Makes my life a pain in the ass - how to be nice and let legit stuff go on, allow some fun and experimenting to go on, at the same time "protect" the network and make sure it is available when need be.

    1. Re:Makes me hate my job at a University by The+Ape+With+No+Name · · Score: 2, Informative

      Get a Packeteer. Start shutting down ports and banning MAC addresses. Carve the link into a student only side and a staff only side. Get the Student Judiciary involved and your General Counsel as well. They will start behaving properly. You hold all the cards. The network is a privilege not a right.

      --
      Comparing it to Windows will be a moot point, since El Dorado is going to have a 40% larger code base than XP.
  45. UW's resnet.. by Nemith · · Score: 2, Informative

    is free! There is no extra charge when you live in the dorms or a on campus fraternaty or sorority. This gives the students even less say on what the bandwidth can be used for.

    I used to work directly under Brad Thomas and actually setup cricket to monitor the bandwidth on campus and as far as I know this is still working. The Packeteer software was added while I was working there while this new finger printing was added later. I know that the bandwidth from the dorms (as high as 50MB when unlimited) was killing voice and video trasmissions for remote schooling. Something definatly had to be done, they are not just evil.

    Also I remember a couple of times where abuse@uwyo.edu would be hit by Sony records asking us to shutdown someones computer sharing illegal music on the net. Few switch commands later, *BAM*, the kid was disconnected until he removed the material. Kinda a fun job :). Kinda wish I was still there

  46. Re:Quoth by Nemith · · Score: 3, Informative

    Read the article buddy. They did do that, that what the Packeteer program was for. But the problem was that the programs and the students themselved were finding ways around it.

    Kazza started hopping ports, very had to throttle the ports then. Also the students found ways to get around this, like httptunnels. Or the one I used at UW. I had a work machine that was unthrottled, so I setup a Socks server on my machine at work(I worked for the Network team at UW) and tunneled all my traffic though that. Worked great, expecially since all the other traffic was slow

    I know now that they are having such a problem with bandwidth that internet access in the dorms is slow for anyone and anything you just can block a couple of ports and call it good.

  47. oh ya.. by Nemith · · Score: 2, Interesting

    We don't call the university U of Wyoming or UW(you double-you). It's U Dub (you dub) :P

    Proud freshman flunkout!

  48. Funny.. by Nemith · · Score: 2, Funny

    I though the bandwidth would go down after I moved out of the dorms. Since I kept trying to /. it in my posts (succeded once too).

    Like here Or here. Or even here.

    Guess my old drinking buddies filled the bandwidth gap I left when I dropped out.

  49. Re:Quoth by alecto · · Score: 2, Informative
    You've obviously never tried to download a new .0 release of Red Hat the day of its release :).

    And downloading ISOs from an unknown source can be hazardous--which is why you always check the MD5 checksum against the one posted on the official site. So you grab 600MB ISOs from multiple people who are (ideally) closer to you on the network than the official site, and grab a 1KB file of MD5 sums from the official site, and all is well.

  50. Re:Quoth by woodsma · · Score: 2, Interesting

    Maybe I misunderstood, please correct me if I'm wrong, but your post seems to imply that you think that anytime someone/some company does something that has the effect of furthering someone else's goals, then they are really doing what they're doing in order to help the other person/company. That's pretty flawed logic.

    Suppose that I am married and my wife doesn't like guns. Further assume that in my house, what I say goes (I know, I know...but it's a hypothetical situation!), and I don't want the guns in the house because, though I like guns, I think they're too dangerous to have since we have children. By your logic, what I am really doing is conceeding to my wife, rather than making a decision based on my own beliefs, simply because it furthered her goals. That would be a wrong conclusion.

    Now, back to the bandwidth thing. I am a network engineer at a large financial institution. We just upgraded our Internet pipes to 22 meg, because we need the bandwidth. Though we have plenty of money to pay for it, it may not be a cost effective move if we could have elminiated, say, 25% of the traffic (5.5 meg) through any valid (meaning, more cost effective) means. For a university (yes, I am very familiar with university networks and funding issues) this is even more critical, as their funding is much lower than where I work. And, in fact, even we limit bandwidth used by using a web proxy and by restricting sites that employees can go to (which, admittedly, does serve another purpose as well).

    My point is, that this type of activity is very common, especially in well structured networking departments, primarily because a dollar that is spent on a recurring charge is a dollar that may be better spent elsewhere. The recurring charges are the budget killers, though some are necessary.

    Just my $0.02...

  51. The Real Story here at UWYO by Gaerne · · Score: 5, Interesting

    Wow.. UW on the Slashdot front page... Amazing. Unfortunately the article hardly says anything, so as a former IT employee and currently part of the staff that deals with all things related to student networking in the dorms, I'd like to try and fill in the details: Unfortunately, Laramie is NOT a large town (26k counting students) and the bandwidth coming in is very limited. The University only has a 30 Mbit upload capacity coming through Cheyenne, which (limitedly) comes from the huge hub in Denver, CO and (so we've been told) "there isn't enough capacity going into Cheyenne for us to purchase more". Up until a year and a half ago there weren't any problems here with bandwidth. Then all of a sudden everyone is using P2P in the dorms and leaving outside sharing on. It wasn't a problem of people downloading with P2P, it was the rest of the world downloading from us. There was so much traffic going out of the dorms that the entire university network was slowed to a crawl. Their solution at first was to just limit the dorm traffic to 10Mb which fixed the problem for the rest of the university but made it impossible for me to even read slashdot from my room. Naturally that was still a problem, as even legit HTTP traffic couldn't get through. They've been messing with packeteer for a long time but can't come up with a good solution. Right now HTTP packets have highest priority, followed by FTP (which wasn't allowed any priority at first until a lot of students complained) and just about anything else is like squeezing the entire population of China through a single revolving door. Speaking of telnet.. I can't telnet to anything off campus from my room unless I want to WATCH the packets arrive every 10 seconds or so. P2P traffic is about 20 times slower than a modem (but everyone still uses it.. as I sit here writing on my ex's computer next to her latest list of mp3s to download). So how do the geeks here survive? A lot of people are running local FTP servers, which is all I use any more. We can't play networked games off campus, so we have set up our own servers. But even that didn't work- Games like counterstrike which needed outside authentication would time out after 60 seconds. We managed to fix that problem with http tunnel. Almost anything can still be tunneled out and is unaffected by the packet shapers, provided you can find a good, reliable proxy on the outside. As far as getting busted for file sharing, we have shut off quite a few ports because of letters from the RIAA/MPAA, but for the first offense the students are only required to give us verbal confirmation that all of the illegal material has been removed before we enable their ports again. After that the ports to their rooms are shut off for the rest of the semester. Oh, and as far as an agreement? I sure don't remember signing anything related to the network usage. Personally, I don't see anything wrong with them snooping the files going through to help increase the legit bandwidth, as long as they aren't trying to crack through encryption and they don't snoop local traffic. I also think they should look into local file servers... you'd be amazed at what you CAN'T find on a 320 Gb ftp server filled by students... I never have to get anything from off campus anymore, unless its the latest source code for my Gentoo box (wget through HTTP works beautifully). At least the article picked the right person to interview as Brad is one of the few people over in the IT department with a clue. Sorry, couldn't let the article make our IT department look like they really know what they are doing. Really they are just being guinea pigs for this new software that the article is hyping up. IT is, however, doing a good job of walking the fine line on illegal P2P sharing. As Brad stated, they have a somewhat "don't know, don't care" policy while at the same time acting as MPAA/RIAA whores upon request (which I think is what this software is really for). Anyway, hope I could clear up a few things for you from someone who has been quite involved with all of this. Post questions, I'll be happy to answer. --An Anonymous Coward, even though most people from UW already know who I am now-- And uh.. mod this up/link it to the article

  52. Uh no by NDPTAL85 · · Score: 2, Informative

    You are seriously mentally deficient if you think students own ANYTHING that the University owns. Tuitions don't even cover the total costs of getting an education, and haven't for decades. Ever hear of Endowment funds? If anything, the alumni own the universities along with corporate donors, the government, and philanthropic individuals.

    And no there won't be riots. Not as many students think stealing someone else's intellectual property is as important as being able to get your class mate drunk enough to date rape her.

    --
    Mac OS X and Windows XP working side by side to fight back the night.