Slashdot Mirror


Researcher Only High Bandwidth Network

Icarus1919 writes "A brand-new 10 gigabit per second per user optical fiber network is now available to researchers in the U.S. (compared to Internet2, which offers only 10 gigabits of bandwidth total, regardless of the number of users). The National Lambda Rail, as it is known, is named for the 40 different wavelengths of light it uses to send data within the fiber network. In the past, researchers have complained about the relatively (relative when you're dealing with terabytes of data) small bandwidth they can access to send data, and the addition of the NLR will most likely be a boon to research."

209 comments

  1. High Speed, but what about processing? by pholower · · Score: 4, Interesting

    From what I understand, they will be using quite a bit of the bandwidth in this as well. Do we know how much data must be trasfered at once? Is this continuous data, or is it in chunks? How much ram would it take to hold all of this data until it can be placed unto a disk for storage?

    --
    -- johntracy.com, because everybody else is wrong.
    1. Re:High Speed, but what about processing? by Anonymous Coward · · Score: 0

      this is dumb.

      20 Gbits per second per user .. going into a box with a PCI attached NIC with a maximum throughput of 130 Mbytes, to a disk that might see 100 Mbytes disk writes.

      what am i missing ?

    2. Re:High Speed, but what about processing? by Anonymous Coward · · Score: 1, Insightful

      All the world is not you, you moron - it isn't going to a PC like yours.

      God please, what did this guy do to deserve sub-chimp intelligence?

    3. Re:High Speed, but what about processing? by Bai+jie · · Score: 1

      It really depends on the research application being used over the NLR. In the example used in the article, the collider will require continuous transfer while other uses would be just as easily served sending in chunks. As for processing power, many research projects on the NLR will take advantage of grid computing to get their numbers crunched and data stored.

    4. Re:High Speed, but what about processing? by wmspringer · · Score: 3, Funny

      And the most important question...

      Where do we sign up?

    5. Re:High Speed, but what about processing? by psetzer · · Score: 3, Interesting

      The Cray XT3 has several 10 gig NICs, and enough RAM to soak up anything you want to send at it. You can't really have more than a quarter petabyte of data you need to send right now, do you? In big ass systems, the one constant you can always count on is communication to be the thing that slows it down.

      --
      "Anyone who attempts to generate random numbers by deterministic means is living in a state of sin." -- John von Neumann
    6. Re:High Speed, but what about processing? by masterLoki · · Score: 1

      I'd guess you may got the RAM but, What about the Disk writing speed?. How fast can they really write 20 or 30 GB (peer user)? And do they check the data to void corrupted blocks? After all the data they share is the matter...

    7. Re:High Speed, but what about processing? by falser · · Score: 1

      I bet a Gibson could handle it.

    8. Re:High Speed, but what about processing? by sadler121 · · Score: 1

      You can't really have more than a quarter petabyte of data you need to send right now, do you?

      Maybe not right now, but just what till CERN gets their super collider up and running that should provide well over a quarter petabyte worth of Data...

      Though, in the real world, IE buisness world, there is no real need to send that much data...

    9. Re:High Speed, but what about processing? by Profane+MuthaFucka · · Score: 1

      If your Cray takes an hour to transfer the code and data to the machine, a minute to run the program, and another hour to transfer the results back, then there's no need for a computer that can calculate in a minute. You could run the problem on a machine that can calculate in 121 minutes, and have your answer just as fast.

      Just another reason to have a fast network on a supercomputer.

      --
      Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
    10. Re:High Speed, but what about processing? by Profane+MuthaFucka · · Score: 1

      Data can be written at 80GB a second to high end disk systems. Maybe faster, but the last time I heard about a world record, it was 80GB a second.

      --
      Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
    11. Re:High Speed, but what about processing? by Retric · · Score: 1

      Not if you doing an iterative calulation. AKA add the average value to every cell in the table. At which point you can't start adding till you have the average.

    12. Re:High Speed, but what about processing? by Profane+MuthaFucka · · Score: 1

      Irrelevant. No matter what algorithm, iterative or not, it takes time to finish the entire calculation. My example is not refuted.

      --
      Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
    13. Re:High Speed, but what about processing? by Maniac-X · · Score: 1

      But think about this... if it takes an hour to send it to a cray, then it's going to take a lot longer to send to any other machine.

      The only solution is for everyone to get large beowulf clusters. Now if we can only fit that into the budget...

      --
      (A)bort, (R)etry, (I)gnore?_
    14. Re:High Speed, but what about processing? by Profane+MuthaFucka · · Score: 1

      Not if you do the processing on the same machine you store it on. The usage of fast and slow machines is different.

      If you're using a supercomputer, then there's a real liklihood that it's not on your desk, or in your department. In fact, it's likely to be located at another facility. That means that you can't hook up your data with a fast drive directly to the machine. You're relying on the Internet to transfer your data. That's the reason for building these superfast research networks anyway.

      But suppose you have a machine that's 1000 times slower (the example I gave previously). That's a PC. Just run the numbers on your own desktop or department server. You've got a direct connection to the machine from your fast disk.

      --
      Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
    15. Re:High Speed, but what about processing? by Retric · · Score: 1

      "If your Cray takes an hour to transfer the code and data to the machine, a minute to run the program, and another hour to transfer the results back, then there's no need for a computer that can calculate in a minute. You could run the problem on a machine that can calculate in 121 minutes, and have your answer just as fast."

      "Irrelevant. No matter what algorithm, iterative or not, it takes time to finish the entire calculation. My example is not refuted."

      If you need to wait for a download to finish to start your computation and one machine takes 1 min to do that computation and the other takes 121 min to do that calculation then it's 60 + 1 + 60 vs 60 + 121 + 60 or 121 vs 241

      Now if you where going to re encode say a DVD you might end up with something like super computer takes 60min to download + 1 min + do calculation but upload occures at the same time as download so it ends up as 62min or so.
      vs 121 min to do the calculation and 1 min overhead for the network but you get the final results in 121 min.

      I was just pointing out that iterative calculations change the way you compute the effect the network has on your responce time.

    16. Re:High Speed, but what about processing? by Profane+MuthaFucka · · Score: 1

      For batch, response time is irrelevant. You're thinking about how you would use a personal computer, not a supercomputer.

      --
      Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
    17. Re:High Speed, but what about processing? by Maniac-X · · Score: 1

      And if it's 1000 times slower, it takes 1000 times as long to do. Supposing it took 1 minute to process on the supercomputer, it takes you 16 hours, 40 minutes (give or take a couple of milliseconds) to process. Would you rather wait two hours and a minute for the data, or almost 17 hours? Personally, I'd take the 2 hours.

      --
      (A)bort, (R)etry, (I)gnore?_
    18. Re:High Speed, but what about processing? by Profane+MuthaFucka · · Score: 1

      Ahhh, I got the math a bit wrong, and it confused you. Sorry.

      --
      Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
  2. This is news? by SirPhreak · · Score: 2, Interesting

    I did a paper on this for my introductory networking class LAST YEAR and the topic had been a subject in the class for a few semesters before mine.

    --
    ------------------------------ SirPhreak - "It's Thinking..."
    1. Re:This is news? by double-oh+three · · Score: 1

      I belive that this falls under the "stuff that matters" catagory. And it's news to some of us. I have a sneaking suspicion I've seen this topic before though, but maybe it's just another fiber network for researchers that was being built.

      --
      "For years, I struggled with reality... but I'm happy to say I finally won out over it." -- Elwood P. Dowd
    2. Re:This is news? by lpret · · Score: 1

      Woo hoo! My school is getting in on it! http://www.baylor.edu/Lariat/news.php?action=story &story=21045

      --
      This is my digital signature. 10011011001
  3. Slowing down... Article text... by Staos · · Score: 1, Informative

    US scientists enjoy big bandwidth boost

    15:21 26 October 04

    NewScientist.com news service


    The world's biggest fibre optic network entirely dedicated to scientific research is now in place in the US. The National Lambda Rail will allow scientists to exchange more data at faster speeds than via the internet.

    "It's a landmark because it's the first time that we in the research community really own and control the underpinning infra-structure vital to advancing science," says Tom West, the CEO of NLR, based in Cypress, California, US. He will outline the benefits of NLR at the Supercomputing Conference 2004 on 6 November in Pittsburgh, US.

    The days of "figuring out how to jam a lot of data into a small pipe" are numbered, explains Scott Colburn, a network engineer at the National Center for Atmospheric Research in Boulder, Colorado, US, which is part of the NLR consortium - a collection of research institutions and private companies.

    "It was kind of like the first computers," he says, "except back then we were trying to work with very little memory. Now we have so much memory we don't give a hoot and in future we won't give a hoot about bandwidth."


    Transfer rates

    NLR is entirely owned by the US research community and offers users 10 gigabits per second each. In contrast, Internet2 is a slice of internet infrastructure currently designated to the US academic community and provides a total transfer rate of 10 gigabits per second to be shared between all its users.

    Both networks use a technique called Wave Division Multiplexing (WDM) to send different wavelengths or "lambdas" of light through an optical fibre simultaneously, with no interference. Light is routed to its destination using prisms which extract particular wavelengths.

    Whereas Internet2 dedicates just one lambda to the whole US research community, NLR dedicates 40. Its creators are now distributing cards embedded with lasers of different frequencies to the first four users of NLR, allowing them each to hook into their dedicated channel.

    "NLR is another landmark in the progression towards ubiquitous high-speed computing, which is essential for our research," says Julian Bunn, a particle physicist at the California Institute of Technology, US.

    Large Hadron Collider

    He plans to use NLR - which is connected to existing high speed scientific networks across Europe - to link up with colleagues at the Large Hadron Collider in Switzerland. When the collider goes live in 2007, the network will transfer terabytes of data directly to his lab in California for analysis.

    The NLR will also allow US doctors to stream high resolution video of surgical procedures in real time to remote surgeons, allowing them to monitor crucial operations.

    And climatologists - who must pool measurements from sources all over the world in real time to make weather predictions - will also benefit.

    But NLR is also exciting for researchers who want to experiment with the network itself. Colburn likens it to the pioneer spirit surrounding the earliest version of the internet - ARPAnet - which was purely a research endeavour.

    "NLR will provide us with the infra-structure to do things that could potentially bring the network down," he explains. "Commercial internet providers can't allow us to do experiments willy-nilly because the net is mission critical."

    These "destabilising" experiments could include trying out new protocols, probing how data should best be routed from one place to another and testing whether decision-making software works better when it is installed on the fringes of the network or at the core.

    Researchers have been able to test some of this using a virtual software network called PlanetLab, which sits on top of the internet in a similar way to which the internet sits on top of the telephone network. But this research is subject to internet bandwidth constraints.

    "NLR will

    --
    In Soviet russia, only old Koreans profit from pictures of Natalie Portman stored on Beowulf Clusters.
    1. Re:Slowing down... Article text... by metlin · · Score: 3, Insightful

      That's Newscientist and Wired btw.

      They're quite used to the Slashdot effect, and there is no way they're going to go down that easily.

      If you must provide a backup, at the very least provide a coralized link or a google cache.

      Nice try though.

    2. Re:Slowing down... Article text... by Anonymous Coward · · Score: 0

      Don't worry, he's just trying to get his karma up like a whore. Thats all.

  4. of course by mrpuffypants · · Score: 4, Funny

    the addition of the NLR will most likely be a boon to research."

    and, of course, bittorrent :)

    1. Re:of course by strider44 · · Score: 2

      heh, Usually having 10 gigabits per second nullifies all possible reasons to have bit torrent in the first place - I mean it only takes 8 seconds to transfer a full DVD.


      Guybrush Threepwood.

    2. Re:of course by superpulpsicle · · Score: 1

      There is a conspiracy that saids the U.S government might never let home broadband bandwidth exceeding X-number of bits per second for piracy reasons. I guess don't put these 10 gigabit toys in your christmas list anytime soon in the next decade or two.

    3. Re:of course by strider44 · · Score: 1

      I don't live in the US but considering Telstra's record I won't be putting any 10 gigabit toys on my christmas years for the next century or so.

  5. Boo hoo by detritus` · · Score: 1, Insightful

    I feel so sorry for those researchers, stuck at 20Gb/s... honestly, i know terabyte databases arent that uncommon among researchers (or that common) but honestly how much of a difference is 20Gb/s to 10Gb/s, you might save half the time but to be honest when calculations can take days/weeks this transfer rate isnt going to make a huge difference... (now in my basement that might be a different story...)

    1. Re:Boo hoo by Fancia · · Score: 4, Informative

      They're both 10Gbps, but the difference is that this new one is 10Gbps per *user,* while Internet2 is 10Gbps for *all* users. That's a rather significant difference, I suspect.

      --

      Bít, zabít, jen proto, ze su liska!
    2. Re:Boo hoo by doormat · · Score: 3, Informative

      10Gb/s = 1TB transfered in 800 seconds, or 13 minutes 20 seconds. 10Gb/s per user is far far greater than 10Gb aggrigate.

      --
      The Doormat

      If you're not outraged, then you're not paying attention.
    3. Re:Boo hoo by detritus` · · Score: 1

      hehe, i'm remedial... next time i need to read a bit closer :)

    4. Re:Boo hoo by Sonic+McTails · · Score: 1

      And once people said that 1200 bps was all they needed ...

      --
      This signature was left intentionally blank.
    5. Re:Boo hoo by Seanasy · · Score: 3, Informative

      It is not really 10 Gbps per user. New Scientist got that wrong. It's a fiber-optic infrastructure capable with 40 lambdas max. A lambda is a wavelength of light. They use DWDM to split the light on the fiber into 40 lambdas. One lamdda = 10 Gbps.

      Now, a single user can, for a period of time, get a whole lambda for himself for a particular application. That's a big deal for researchers. But don't think that everyone at an NLR connected institution automatically has a 10 Gbps link to everyone else on NLR. Most of the users, at best, probably have 1 Gbps ethernet to their desktop. This isn't for browsing the web and playing Doom. It's to connect huge data stores in San Diego to supercomputers in Pittsburgh.

    6. Re:Boo hoo by wmarti · · Score: 1

      No, NLR is *not* 10Gbps per user. With 40 lambdas, that'd be 40 users for a national system (and it's starting out at 4 lambdas). We'll 'lease' 10Gbps between two cities from them, but there'll be more than 1 user.

    7. Re:Boo hoo by Breakfast+Pants · · Score: 2, Informative

      The point of the lambda rail system is not necessarily the bandwidth. Its that there is no "routing" involved on the base network in the traditional sense. High bandwidth combined with low latency is the goal.

      --

      --

      WHO ATE MY BREAKFAST PANTS?
    8. Re:Boo hoo by Anonymous Coward · · Score: 0

      We had this same capability with ATM. Explain why we will magically make better use of lambdas?

    9. Re:Boo hoo by Breakfast+Pants · · Score: 1

      It actually is fast enough to feed data hungry processors in a back and forth, parrallel, computation, allowing some of the advantages of clustering to be had over great distances (the disadvantages are still there, there is still huge latency in compared to say the two processors communicating in an SMP system, but its insanely better than what we have available via the standard internet).

      --

      --

      WHO ATE MY BREAKFAST PANTS?
  6. Now? by Anonymous Coward · · Score: 0

    I think I should go back to the academe. Will they install these also to the house of the researcher?

  7. Not enough bandwidth? by Spillman · · Score: 5, Funny

    relative when you're dealing with terabytes of data

    They should be recompressing all those movies to Xvid, then they wouldnt have that bandwidth issue. I mean isn't that what you would do if you had a network dedicated to "research"? (the above post was meant to be humorous, not trollish)

    --
    sig?
  8. But I thought... by Phosphor3k · · Score: 3, Funny

    most of the Lambda team was killed in that indcident at Black Mesa a few years ago....

    1. Re:But I thought... by TristanDunn · · Score: 1

      I saved a few of them.

  9. The application process by Blair16 · · Score: 5, Funny

    Me: Hello, I am a researcher and I would like access to this network

    Them: And what is your field of research, sir?

    Me: Why, I am researching human biology and behaviour in group situations.

    Them: Well that sounds very interesting. How exactly would having 10 Gbps help you.

    Me: Glad you asked. First I download all the pr0n I can find, then I watch it...

    Them: Look, this is about the 1000th application we have had that wants to download porn. Good day, sir.

    Me: But, but....

    Them: I said good day!

    --

    Chaos will always win out over order because chaos is more organized
    1. Re:The application process by Anonymous Coward · · Score: 0

      You: I Believe I had a hat. ...

      Suckers!

      </obSimpsons>

    2. Re:The application process by metlin · · Score: 1

      Contrary to popular belief, areas like Biology and Physics indeed do have a lot of data that needs to be transmitted for research.

      Look at gene sequences for instance -- those things are huge. Particular physics experiments generate statistical data that are of the order of gigabytes.

      This most certainly makes a lot of sense, and hopefully it should be widespread, just as how the research and academia helped kickstart the original Internet in the first place =)

      On the other hand, there is no list of the labs and research facilities that would be connected by this network. That would be nice to see.

    3. Re:The application process by Geoffreyerffoeg · · Score: 4, Funny

      pr0n

      How do you do that over the telephone without it sounding like "pron"? Do you say "pruh", dial 0, and say "nn" or something?

    4. Re:The application process by Bai+jie · · Score: 1
      On the other hand, there is no list of the labs and research facilities that would be connected by this network. That would be nice to see.

      Here ya go. Now be gentle people, this site is not on the magic 10Gb/s pipe.

    5. Re:The application process by metlin · · Score: 1

      w00t!

      Thanks! Just happy that my school (GTech) is on the list =)

    6. Re:The application process by JDevers · · Score: 1

      This may be a bit off topic, but molecular biology databases aren't really all that huge. There is a lot of processing needed for things like complex searches, but that is about all. Particle physics on the other hand generates HUGE piles of data, as does radio astronomy...more like on the order of terabytes.

    7. Re:The application process by metlin · · Score: 4, Interesting

      Well, I've heard that genetic data is huge -- but have never encountered any first hand.

      However I do have first hand experience with particle physics data, and yes those are HUGE. Those are really unweildy and have a lot of work that need to be done on them.

      Some of the particle accelerators on an average generate a few TBs for every collision experiment, and those are pretty huge numbers.

    8. Re:The application process by Anonymous Coward · · Score: 0
      pr0n
      How do you do that over the telephone without it sounding like "pron"? Do you say "pruh", dial 0, and say "nn" or something?
      Sounding like... prawn?
    9. Re:The application process by Anonymous Coward · · Score: 0

      You just be specific. For example, ask for videos of me cumming my load into many female vaginas, then peeing into all of their asses, afterwhich they all expel the scat/urine mixture and we all have a taste test party like sommeliers. Later I loose my bowels into the hottub and we all bathe in the brown goodness...or, whatever it is you want to see.

    10. Re:The application process by buttahead · · Score: 1

      hm... I have encountered my own genetic data first hand, though this sentence is all I have to show for it.

    11. Re:The application process by icekillis · · Score: 1

      So it was you who was saturating bignaturals.com from our school network? That explains why you were tucking over your laptop on the corner during Rob Malda's visit.

    12. Re:The application process by metlin · · Score: 1

      No, for one it was suicidegirls and not bignaturals.

      For another, no offence to Taco watching pr0n would anyday be a higher priority than Rob Malda ;-)

    13. Re:The application process by BlueStraggler · · Score: 1
      I have close to 10 terabytes of disk space available on our local computing cluster for a particle physics experiment, and it's mostly used for rotating data on and off of tapes because it can only hold a small slice of the most recent year's data set at a time. The experiment has been running since the late 1980s, so there's a lot of archived data filling thousands of 8mm and DLT tapes in boxes and cabinets, and generally getting in peoples' way. And that's just the data worth keeping - I work for a rare decay experiment, so for every interesting event worth keeping, there are millions that have been thrown out. And for the millions that have been kept, only a handful (as in less than 10) are actually the ones you were looking for in the first place.

    14. Re:The application process by Anonymous Coward · · Score: 0

      To give some approximate numbers on human genome data size...

      The entire sequence is ~1 gb zipped (someone else can guess on compression amount)

      All exonic sequences is ~60 mb
      All intronic sequences is ~1.2 gb

      The database of ESTs (expressed sequence tags - basically sequenced ~600 bp sequences) is ~4 gb

    15. Re:The application process by JDevers · · Score: 1

      I'm on the other side of the coin, never done any physics but work in a sequencing lab :)

      Really, most of the space needed for sequencing is temp space. There is a hell of a lot of overlap in a typical shotgun sequence read, but once you start making large contigs you can throw the overwhelming majority of the data out. I don't do much of the computer side, so I don't know real numbers (I'm just a biologist that can code a bit of Perl, which in my tiny local neighborhood makes me a God...to at least three or four people ;), but I've never generated enough data to fill up our small drive array which is about 500 GB or so. We aren't a large sequencing center, but we do keep a copy of the whole Ensembl database, so outside of a few places (Wustl and Rice come to mind...) I doubt anyone has more than a TB of data and most of that is either temp stuff that only they are interested in or mirrors of other databases.

      I can't wait until the large telescope (well, large CCD) that was posted a month or so ago comes online. The discussion was of hundreds of terabyte (maybe even exabyte range) per night of captures... That alone will require some radical changes in the storage paradigm...

    16. Re:The application process by MegaFur · · Score: 1

      I just pronounce it as "pron" and know, in my head, that it's spelled "pr0n".

      Kind of like "they're", "their", "there", "you're", "your", "it's", "its", "we", "oui", "know", "no", "knew", "new", "eye", "I", "aye", etc.

      --
      Furry cows moo and decompress.
  10. Defying the laws of physics by echocharlie · · Score: 2, Insightful
    ...10 gigabit per second per user... Guaranteed switched bandwidth? But you have to hit some kind of limit at some point, right? I need more data...

    1. Re:Defying the laws of physics by Wesley+Felter · · Score: 2, Informative

      Exactly. Every guarantee has an equal and opposite refusal. In this case they have only 40 lambdas, so they can only support 40 users at a time.

    2. Re:Defying the laws of physics by echocharlie · · Score: 1

      Thanks for the clarification. 40 sessions is probably more accurate, no?

  11. Stop the Press! by dancingmad · · Score: 4, Funny

    So Bush was right and there are internets?!?!

    --
    "There is no time, sir, at which ties do not matter," Jeeves, (Jeeves and the Impending Doom)
    1. Re:Stop the Press! by irc.goatse.cx+troll · · Score: 4, Interesting

      Internet2 has been around for years. Theres atleast 3 government/military networks that use the InternetProtocol. Thats just in the US, who knows what kind of private nets are out there in forign nations.

      So, looks like monkeyboy knows more than you.

      --
      Pain lasts, kid. Its how you know you're alive. Sometimes I think this growing up thing is just pain management-TheMaxx
    2. Re:Stop the Press! by Anonymous Coward · · Score: 0

      Internet2,Mbone,6Bone....

      And as the previous poster mentioned private networks.

      I had more fun laughing at those "techies" who thought that there was only a single [iI]nternet

      Now, yes its a technicality, but there is more than one.
      No, I don't believe the president could name any of them, or knew of there existance. It just so happens that he misspoke and was right.

    3. Re:Stop the Press! by YetAnotherAnonymousC · · Score: 1

      >No, I don't believe the president could name any of them, or knew of there existance. It just so happens that he misspoke and was right.

      While he did probably mispeak, he probably does know about at least one other internet: SIPRNET.

    4. Re:Stop the Press! by bersl2 · · Score: 1

      No, he wasn't right. Political discussion occurs on only one public network using the Internet Protocol: THE Internet. Nobody uses the Internet2 or Mbone for political discussion. And if they do, it's an egregious misuse of resources.

    5. Re:Stop the Press! by Kogase · · Score: 1

      Is that dancingmad as in... Kefka? I mean, what else would one use those words for?

    6. Re:Stop the Press! by msimm · · Score: 1

      There are private networks and interconnected networks, but there's still only one Internet.

      But its all bananna's to monkey boy.

      --
      Quack, quack.
    7. Re:Stop the Press! by Door-opening+Fascist · · Score: 1

      He might be wrong on lots of counts, but not on this one. Internets refers to a collection of networks with common links, and is a generic term that needn't refer to the protocol. The Internet is the largest collection of such networks, and is a non-generic term for an internet that uses the IP protocol.

    8. Re:Stop the Press! by Anonymous Coward · · Score: 0

      He probably counted the Internet, SIPRNET, *and* NIPRNET.

    9. Re:Stop the Press! by dancingmad · · Score: 1

      Yup.

      --
      "There is no time, sir, at which ties do not matter," Jeeves, (Jeeves and the Impending Doom)
    10. Re:Stop the Press! by LinuxGeek · · Score: 3, Interesting
      But its all bananna's to monkey boy.

      Ok, let me see if I understand you correctly. You cannot properly spell 'banana', and you think Bush is a moron? Mr. Bush is the first president to hold an MBA from any school, let alone from Harvard.

      Bush's SAT scores were higher than Kerry's too. I bet both candidates are very aware of the DARPA Net derived Internet, Internet2 and many secret things that we will never even see. Neither John Kerry nor George Bush got where they are today without being both intelligent and politically savvy.
      --

      Kindness is the language which the deaf can hear and the blind can see. - Mark Twain
    11. Re:Stop the Press! by Hatta · · Score: 2, Informative

      Internet2 is transparent between hosts that are both on Internet2. College students across the country are using I2 for political discussion, gaming, and pr0n right now, and never even knowing it.

      --
      Give me Classic Slashdot or give me death!
    12. Re:Stop the Press! by mcrbids · · Score: 0, Flamebait
      Technically, any IP-based network could be called "internet" but "Internet" is a specific network, that one which I post this note to.

      Of course, why knock George on "Internets" when he can't even say "nuclear" without sounding like a gen-yoo-wine redneck....

      It scares me that such an dolt could actually be in one of the most powerful seats in the free world. Bush's campaign has been something on the order of
      "Yessir, I drove the truck right off the cliff, but I did so calmly and deliberately, and I never waivered. I'd do it again, too."
      What's even sicker is that people are buying it enough to make this a very close race! Which brings me to perhaps the most insightful quote I've ever seen:
      "Never underestimate the power of human stupidity" - Heinlein
      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    13. Re:Stop the Press! by Anonymous Coward · · Score: 0
      In Melbourne, Victoria, Australia, there is the VRN (Victoria Research Network).

      http://www.vrn.edu.au

    14. Re:Stop the Press! by isaac338 · · Score: 1

      Ah, but degrees and high standardized test scores do not a smart person make! Educated, maybe, but not _smart_.

    15. Re:Stop the Press! by Anonymous Coward · · Score: 0
      Mr. Bush is the first president to hold an MBA from any school

      MBAs are what they give to people who can't cut it as English majors.

      (That stat is also not very impressive considering that MBAs have been availible recently. You can't compare Lincon and Bush on MBAs - since MBAs didn't exist when Lincon lived.

    16. Re:Stop the Press! by Daniel+Dvorkin · · Score: 1

      An MBA is an anti-degree; having one is an indication of lower intelligence on the part of the degree holder, not higher, than not having one is. That being said, I agree that any post which disparages someone's intelligence should be carefully proofread, or it loses its effect.

      --
      The correlation between ignorance of statistics and using "correlation is not causation" as an argument is close to 1.
    17. Re:Stop the Press! by NaDrew · · Score: 1
      While he did probably mispeak, he probably does know about at least one other internet: SIPRNET.
      Doubtful, and I'm not being facetious. He has no need to know the details of what secure network the Red Phone is connected to, be it SIPRNET or the brain-implant network we got from the Area 51 aliens. As long as it works, that should be all he cares about.
      Now, "internets" was just plain misunderspeakment, classic Dubya.
      --
      Vista:XPSP2::ME:98SE
  12. Just Like Al Gore Dreamed It !! by serutan · · Score: 4, Funny

    ... oh wait, this isn't Fark. My bad.

  13. Re:pirst? by e9th · · Score: 0, Troll

    You do deserve some credit for being the first to mention pr0n, MPAA/RIAA, Bittorrent, etc.

  14. And if you remember your history... by physicsphairy · · Score: 5, Interesting

    This is really not so different from how the present internet got started. Will researchers pave the way for a new international fiberoptic network?

    1. Re:And if you remember your history... by Anonymous Coward · · Score: 0

      They had better hope not, considering they can only have 40 users with the full 10Gbps speed, not to mention they seem to be saying essentially "Boy, I'm sure glad we got away from the regular internet, what with all the people and all." :)

    2. Re:And if you remember your history... by Scott7477 · · Score: 1

      I think I'll finally get serious about going for my doctorate now...I reaally need to get my hands on that kind of bandwitdth...

      --
      "Lack of technical competence coupled with the arrogance of power, as usual, leads to no good end."
    3. Re:And if you remember your history... by ScrewMaster · · Score: 2, Interesting

      No, because the original one snuck up on governments and large corporations (read: China and the RIAA) and I doubt they'll let that happen twice.

      --
      The higher the technology, the sharper that two-edged sword.
    4. Re:And if you remember your history... by LiquidCoooled · · Score: 1

      I think fully wireless local level nets are sneaking up on governments and ISPs.

      Its not going to be long until wireless is *so* common in lots of places that linking over the public phone lines won't be necessary.

      Will this be the only place left after palladium hits?

      [/tin foil beany]

      --
      liqbase :: faster than paper
    5. Re:And if you remember your history... by ScrewMaster · · Score: 1

      Probably you're right. Hopefully you're right. But I won't be surprised when the day comes when I'm forced to upgrade my wireless router to one with a Palladium chip in it. But, yeah. I was connecting to my server this afternoon and I saw about fourteen networks in my area when there were only three yesterday. Popping up like weeds, everywhere. And, of course, most of them were wide-open with SSID's of "linksys" or "default". Pretty scary. I accidentally connected to one of them and was browsing away and didn't realize my mistake until I tried to get my mail. That's probably some kind of felony or something now.

      --
      The higher the technology, the sharper that two-edged sword.
    6. Re:And if you remember your history... by Seanasy · · Score: 1

      Actually, it's better. A 10 Gbps backbone isn't that big of a deal. It's not just a 10 Gbps network. It's a 40 lambda infrastructure -- 10 Gbps being just on lambda. The 10 Gbps IP network isn't the big news. The big news is the infrastructure.

      Consider this: you're a weather researcher modeling tornadoes at the University of Oklahoma. You're running a simulation on a Cray in Pittsburgh and you need transfer terabytes of data back and forth. A 10 Gbps shared network isn't going to cut it. You'll either disrupt everyone else's service or get insufficient transfer rates.

      What do you do? Load up a station wagon with tapes? On National LambdaRail you can set up, for a limited time, your own private 10 Gbps network to the supercomputing center. That fat pipe is all yours.

      Another application will be experimental networks. Want to play around with MTUs? Auto-tuned hosts? They'll have a network just for the screwing around with network technologies.

      NSFnet was important for being the first wide-spread IP network. This is more than just one network. It's flexible, fiber-optic infrastructure. A lot of the tech, especially network tuning stuff, will trickle down. I can't even imagine, though, how this kind of flexibility will influence the future Internet.

  15. obligitory comparison... by endersdouble · · Score: 5, Interesting

    how does this compare to a station wagon full of DVDs hurtling down the highway?

    1. Re:obligitory comparison... by kamapuaa · · Score: 1

      Or a puppy first learning to walk?

      --
      Slashdot: providing anti-social weirdos a soapbox, since 1997.
    2. Re:obligitory comparison... by MindStalker · · Score: 1

      Lets see, single sided single layer. 4.5GB DVD.
      this is 2 of them a second (yea rough math, but its about to get rougher)
      Now lets say with cases (without and this number would be much much bigger) you can stack about a 50 vertically and maybe 150 of these stacks = 7500+4.5GB.
      33750 GB you can fit in a station wagon. Lets say your taking this from new york to LA.
      2.5 Days approximatly driving flat out without stopping. 225000 seconds
      33750GB/225000seconds
      only .15GB per second Weak.
      Of course with a shorter distance say 1 hour drive.
      33750/3720=9GB per second. Almost competative. So while the bandwidth pay me high, the speed of the network causes you old station wagon to finally be defeated in any distance of reason. Of course we don't even dare mention time to load information on disk, hell its hard to find a computer with a 10GB per second access to its own data.

    3. Re:obligitory comparison... by blueg3 · · Score: 1

      If you figure a 650 MB data CD put in the mail that takes 7 days to reach its destination (fairly slow for 1st-class mail), then that's 9 kb/sec for 37 cents (I figure you can send one CD by first-class mail), plus the cost of a CD.

      That's over half a million dollars per user per year, if you figure 10 cents per CD and you want 10 Gb/sec.

    4. Re:obligitory comparison... by magarity · · Score: 1

      10Gbits / 8 bits per byte = 1.1GB. So you'll have to write DVDs faster than 1.1GB/sec, read them faster than that, at a rate that allows for 55mph times distance.

      Good luck and please let me know where I can get one of those burners.

    5. Re:obligitory comparison... by Hatta · · Score: 1

      how does this compare to a station wagon full of DVDs hurtling down the highway?

      Depends, how many rods to the hogshead does the station wagon get?

      --
      Give me Classic Slashdot or give me death!
    6. Re:obligitory comparison... by mccoma · · Score: 1

      better ping times, less chance of losing all data

    7. Re:obligitory comparison... by Fweeky · · Score: 1

      9GB/s ~= 72Gbps. Try again?

    8. Re:obligitory comparison... by kjones692 · · Score: 1

      Isn't the current world record for bandwidth held by pigeons?

      --

      Love the Third Amendment?
    9. Re:obligitory comparison... by MindStalker · · Score: 1

      Sorry thanks, I deserve to be slapped for not noticing that.

  16. news by Anonymous Coward · · Score: 0

    "A brand-new 10 gigabit per second per user optical fiber network is now available"

    As opposed to what - a stinkin' old 2 gigabit per second per user optical fiber network?

  17. Sure, but how fast can you save your data? by Datagod · · Score: 3, Insightful

    I haven't seen too many disk sub-systems out there that can store data faster than 640 Mbits per second. Will 10Gbit per second really be that useful? Maybe I am wrong...

    1. Re:Sure, but how fast can you save your data? by Anonymous Coward · · Score: 0

      Maybe I am wrong...

      You think?

      Jesus, do you think people would have spent millions of dollars and years developing this if they couldn't utilise it. Just because, you, some average geek on slashdot hasn't seen something that can take advantage of this kind of bandwidth doesn't mean to say it doesn't exist.

    2. Re:Sure, but how fast can you save your data? by Spy+der+Mann · · Score: 1

      It's not about saving data... it's about PARALLEL computing. Just think about it. Currently there are computing clusters which use the internet for their calculations. All that transfer mixed up with SPAM, pop-ups, the occasional 419 SCAM, and tons, tons of downloads from other users.

      We're talking about 100% network use for scientific purposes. Like, genome research, perhaps...

      That's what the researcher-only networks were about in the first place.

    3. Re:Sure, but how fast can you save your data? by Anonymous Coward · · Score: 1, Informative

      You fucking dumbass. Think about it, its a network.

      Do you think ONE person is going to be sitting downloading porn or do you think there will be data farms with MANY people accessing them at once.

      Errr in case you cant figure it out, it is the latter of the two.

      Yes, I will be benefitting from this project. Yes we currently saturate 1Gb like it is a dial up line.

      Lets not get into computing power behind the network either. Many Large clusters will be connected to this network.

    4. Re:Sure, but how fast can you save your data? by Leadmagnet · · Score: 1

      I have customers that have single databases over 20TB and petabytes of storage is a datacenter, the biggest well over 25PB. They would pay millions of dollar$ ever month to be able to replicate that to a DR or bunker site at realtime.

      --
      http://www.leadmagnet.50megs.com
    5. Re:Sure, but how fast can you save your data? by jd · · Score: 1

      That's easy. Use striping. Each disk in the array handles 640 MBits/s, so stacking 20 in parallel gives you enough performance to handle the data coming in. You'd need pretty fancy software to stripe across so many devices, as each in themselves is likely to be an array of disks, but I don't see any theoretical objection to this.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    6. Re:Sure, but how fast can you save your data? by mynameis+(mother+... · · Score: 1
      Silly question but...

      Why aren't they doing it then? Or why aren't you doing it for them?

      If the datacenter isn't insanely stupidly located, shouldn't be a big problem... Hell you could get right-of-way and lay private fiber for those kinda cubic-$s ;)

      I imagine with db's that big the issue isn't live replication, but cramming a full backup (or restore) through the pipe... Which would take a few hours at 10Gb for 20TB...

      Actually totally forget I said anything. Whoever has 25PBs scares the f*ck out of me, as the largest single publicly known db is like 1PB, and CERN hopes to have a 20PB setup in a couple *years*...

      In all seriousness, If they'll buy the redundant hardware (no idea what a 25PB NAS is going for, but I imagine it depreciates by 7-figures per month...) get in touch, it's worth putting the project together for that kinda margin :)

      I must warn you, a full backup/restore of 25TB happens via a totally different layer-1.... Either asphalt or air ;)

    7. Re:Sure, but how fast can you save your data? by Leadmagnet · · Score: 1

      They wind up doing realtime disk based replication using a SAN over DWDM to remote (within 200km) sites. At the remote site they split off dynamic mirrors every couple of hours or each day, then sent the differential data to disk archives. Full backups are performed weekly or monthly. NAS realy isn't that great for this level of replication, usualy you want block level data not file level. BTW the largest single database isn't 25PB by itself - the entire datacenter is 25PB.

      --
      http://www.leadmagnet.50megs.com
    8. Re:Sure, but how fast can you save your data? by Sein · · Score: 1

      You wouldn't happen to be near Iowa somewhere, would you? Just taking a wild guess at who does that kind of customer data gathering...

  18. Different units by Anonymous Coward · · Score: 3, Funny

    10 gigabit per second per user

    What is that in breasts per second?

    1. Re:Different units by jettoblack · · Score: 2, Funny

      640k breasts per second should be enough for everyone...

    2. Re:Different units by Anonymous Coward · · Score: 0
      What is that in breasts per second?

      That depends on the size of the, uh, dataset, yeah dataset. Perhaps you should send me some samples for, uh, evaluation.

    3. Re:Different units by Biogenesis · · Score: 1

      Well, given an average breast (not work safe) is about 200x200 pixels = 40000 pixels and at 24bpp = 960000 bits. So at 10Gb this is about 10400Bps.

    4. Re:Different units by burns210 · · Score: 5, Funny

      More than you can shake a uh... stick at?

    5. Re:Different units by J3r3miah · · Score: 1

      yeah.. but can you run linux on them?

      --
      God is real unless declared as int
    6. Re:Different units by Brewdles · · Score: 1
      One, you'll note that most porn images are jpegs. You didn't count for compression.


      Two, I wish that was an "average" breast.

    7. Re:Different units by NaDrew · · Score: 1
      Well, given an average breast
      "Average" is not the first word that comes to mind.
      --
      Vista:XPSP2::ME:98SE
    8. Re:Different units by Biogenesis · · Score: 1

      Shhh, I like my unrealistic view on reality.

  19. My Important Research by Anonymous Coward · · Score: 0

    Hi, I'm studying the effects of DVD-R isos, gimmie gimmie gimmie.

  20. See? Dubya IS right! by Blahbbs · · Score: 0, Redundant

    There are "Internets"!

  21. Definitely beneficial for Video streaming by slackerny · · Score: 0, Redundant

    I think the main application of this improvement is that it could boost the video conferencing applications or video streaming (which has seen so less improvement in the recent days). When talking about 10 Gb/s bandwidth, it does not help anything with our system unless you are dealing with huge amounts of data - like video streaming or conferencing. Also considering the fibre optic communication(FOC) systems it is been quite some time since we knew the potential of the FOC. Seriouly, we had 1Tb/s experimental systems 4 years back and only now do we have a 10Gb/s per user system. make love make: *** No rule to make target `love'. Stop.

  22. Video conferencing application - a real boost by slackerny · · Score: 3, Insightful

    I think the main application of this improvement is that it could boost the video conferencing applications or video streaming (which has seen so less improvement in the recent days). When talking about 10 Gb/s bandwidth, it does not help anything with our system unless you are dealing with huge amounts of data - like video streaming or conferencing.

    Also considering the fibre optic communication(FOC) systems it is been quite some time since we knew the potential of the FOC. Seriouly, we had 1Tb/s experimental systems 4 years back and only now do we have a 10Gb/s per user system.

    make love
    make: *** No rule to make target `love'. Stop.

    ps:Sorry I forgot the html formatting and reposting it for better understanding!

  23. Complaining... by syousef · · Score: 1

    In the past, researchers have complained about the relatively (relative when you're dealing with terabytes of data) small bandwidth they can access to send data, and the addition of the NLR will most likely be a boon to research."

    The complaints will continue. There's always a larger data set to move, and complaining is human nature. This new network is a good thing but are they spending time/money on educating the researchers on the most efficient use of the network? That'll increase the longevity of the network.

    --
    These posts express my own personal views, not those of my employer
    1. Re:Complaining... by KevinM · · Score: 1

      One of the suggested uses of the network is for transport of high-resolution medical images. Here's a situation where today, there simply isn't enough bandwidth to even consider some of the applications (remote visualization/manipulation of these images). So having this level of dedicated bandwidth isn't about making efficient use, it's about enabling entire classes of research that simply aren't possible given existing bandwidth constraints.

  24. So what qualifies as a researcher... by Trogre · · Score: 4, Interesting

    ... in the US?

    What do you need to be researching? Who do you need to be affiliated with?

    Do people like RMS count?

    --
    "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
    1. Re:So what qualifies as a researcher... by Anonymous Coward · · Score: 0

      Yes, I would think so. http://www.csail.mit.edu/index.php

    2. Re:So what qualifies as a researcher... by Idarubicin · · Score: 2, Informative
      What do you need to be researching? Who do you need to be affiliated with?

      Well, there's a useful pamphlet (PDF, 830 kB) on the National LambdaRail website.

      It states that there will be a solicitation/application process that will peer review project proposals. The intent is for NLR to be used both as a tool for other research, and also for research into networking technology (both protocols and hardware).

      To answer your question, you need to convince their scientists that you have an interesting project proposal, and you probably need to be "affiliated with" a big chunk of grant money.

      --
      ~Idarubicin
  25. Hey! by hayden · · Score: 1

    You're that fat security guard that got away, aren't you?

    --
    Nerd: Derogatory term typically directed at anybody with a lower Slashdot ID than you.
    1. Re:Hey! by mrchaotica · · Score: 1

      No, I AM! And my weight is APPROPRIATE and ATTRACTIVE, you insensitive clod!

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  26. Firehose bottleneck by slackerny · · Score: 1

    this only makes the Firehose bottleneck (too much data from communication channel than you can process or even store) worse...

    device guys, and computer architecture gear up and give us some good processing. looks like everybody else is working!

    make love
    make: *** No rule to make target `love'. Stop.

  27. Add a turbo for lower ping rates. by Charcharodon · · Score: 3, Interesting
    Yes never underestimate the bandwidth of a station wagon, I think they call them crossover vehicles these days, full of discs going down the highway. They've been saying that just upgrading the media every couple of years or so. The first time I heard it was floppies.

    Yes that is true they actually did a comparison, which if I remeber correctly endedup here on slashdot about the "bandwidth" of the US postal service just using Netflix DVD rentals and AOL disks as the "data" being transferred. It was astonishing that with just those the bandwidth was something like a factor 300 times faster than then internet in mbps and resulted in more total data being transfered than the internet over the course of a month.

    Actually I came to that realization myself a few years back at the hight of my MP3 collecting days. A 40gb drive passed among friends through the mail was much faster and had better results than looking on the net.

    1. Re:Add a turbo for lower ping rates. by drauh · · Score: 2, Funny

      The latency is hell, though.

      --
      This is a tautology.
    2. Re:Add a turbo for lower ping rates. by Anonymous Coward · · Score: 0

      Ah ha! I WILL underestimate the bandwith of a station wagon!

    3. Re:Add a turbo for lower ping rates. by Charcharodon · · Score: 1

      Drat underestimated his superior underestimating skills. I will have to be far sneeker next time, and catch him in a nafarious trap of underestimating the airspeed velocity of a ripped DVD collection laden Swallow.

  28. And if you remember your history...A "key" idea. by Anonymous Coward · · Score: 0

    "This is really not so different from how the present internet got started."

    "The Victorian Internet by Tom Standage".

    I'd say it got it's start earlier than people think.

  29. Will they buy it? by Anonymous Coward · · Score: 0

    I'm doing a research project on "how many gigabytes of porno can somebody download in one month".

    1. Re:Will they buy it? by J3r3miah · · Score: 1

      I can download 817.3828125 gigs (bytes) of p0rn in a 31 day calendar month. now if only i had a 10gigbit at home instead of the slow 3Mbps cable.. i could download 3,428,352,000 gigabytes in the same time.. oh yeah.. i think i'll need to pickup ~3000 of those 100 terabyte Holographic disks too for p0rn backups.

      --
      God is real unless declared as int
  30. Here is the article with my comments. by Anonymous Coward · · Score: 0

    > The world's biggest fibre optic network entirely > dedicated to scientific research is now in place > in the US. The National Lambda Rail will allow > scientists to exchange more data at faster > speeds than via the internet. In other words, DWDM technology has dropped in price. > "It's a landmark because its the first time > that we in the research community really own and > control the underpinning infra-structure vital > to advancing science," says Tom West, the CEO of > NLR, based in Cypress, California, US. He will > outline the benefits of NLR at the > Supercomputing Conference 2004 on 6 November in > Pittsburgh, US. I wonder why it took so long to get fiber to their local CO, then off via the ILEC to a central hub for that region? These regions then link together in some common topology we would all recognize. > The days of figuring out how to jam a lot of > data into a small pipe are numbered, explains > Scott Colburn, a network engineer at the > National Center for Atmospheric Research in > Boulder, Colorado, US, which is part of the NLR > consortium a collection of research > institutions and private companies. Yea, those were the days. But now you own the fiber and have solid leases on the rest. You simply upgrade the interfaces and backplanes every 2 years or as you can afford. > It was kind of like the first computers, he > says, except back then we were trying to work > with very little memory. Now we have so much > memory we dont give a hoot and in future we > wont give a hoot about bandwidth. I hope this type of thinking decreases with the software I use in the future. > Transfer rates > NLR is entirely owned by the US research > community and offers users 10 gigabits per > second each. In contrast, Internet2 is a slice > of internet infrastructure currently designated > to the US academic community and provides a > total transfer rate of 10 gigabits per second to > be shared between all its users. I imagine the interfaces the fiber are pluggng into run at 10 gigabits per second. One has to wonder what the backplane the SFP interface runs at. Take for example a GigE card in a juniper M40. The card, due to the backplace, can only run at 800 Mb/s. > Both networks use a technique called Wave > Division Multiplexing (WDM) to send different > wavelengths or lambdas of light through an > optical fibre simultaneously, with no > interference. Light is routed to its destination > using prisms which extract particular > wavelengths. Calling the filter a prism is quite accurate in a way. Its main goal is to cut out a certain wavelength while reflecting all the rest of the signal. They position these filters in a crafty pattern that allows the light to bounce, and all the while catching the light in collimators after passing through the filter. Picture a bank shot in pool, but some of the ball goes through the rail to travel on. > Whereas Internet2 dedicates just one lambda to > the whole US research community, NLR dedicates > 40. Its creators are now distributing cards > embedded with lasers of different frequencies to > the first four users of NLR, allowing them each > to hook into their dedicated channel. Each SFP (small form-factor pluggable) interface can be set to different wavelengths. They are all the same. It sure does sound like each location gets a wavelength. This allows easy back haul from the centralized regions. You can now have 40 diff locations in that region connect to the central hub for that region. Then yuo backhaul all 40 of those wavelengths over one pair of fiber to the main congegration point. Saving big bucks on long haul fiber. > NLR is another landmark in the progression > towards ubiquitous high-speed computing, which > is essential for our research, says Julian > Bunn, a particle physicist at the Califor

    1. Re:Here is the article with my comments. by Anonymous Coward · · Score: 0

      bah, i cannot even post because of too many
      junk characters in plain old text.

      now i made the mistake above. screw it.

  31. This is progress by shaneh0 · · Score: 4, Insightful

    You may remember that the "internet 1" was a researcher-only network once and we all know how that turned out.

    With even more competition now that the Electric companies can offer broadband service I think we'll see a Moores-law type situation in Telecom (albeit with a longer cycle then 18 months). With networks like this serving as a proving ground for new technology I think we'll see a speed-race among providers. Americans love Horsepower, RPM, GhZ, and they may not know it yet but Mb/s. Shane

    1. Re:This is progress by plstbb · · Score: 2, Informative
      That law already exists: Gilders Law. See the 3 technology Laws: http://www.automation.com/sitepages/pid1010.php/

      I have not enough data to compare the performance of this network with the findings of the Law.

      You will be surprised to see that it has a shorter cycle.

  32. I had a high speed connection once. by twitter · · Score: 1
    Then an idiot from ATT took it over and the company sank in a sea of red ink. Then some stupid cable company took it, crimped upload to 30kBs, forbade "servers", forced dhcp, and did everything they could to make it useful for no more than browsing the corporate billboard. It's not that the network could not handle it, it's that someone did not want it to. From 1.5mbs no restrictions but "thou shalt not spam" to Hollywood whore in 6 months.

    That's recent history.

    Why should I expect more? All I imagine is that extra bandwith will be used for more digital TV and other on demand suckdom.

    --

    Friends don't help friends install M$ junk.

    1. Re:I had a high speed connection once. by ScrewMaster · · Score: 1

      It was worse for me. I had a 4 mbit/sec symmetric connection from @Home, back during their heydey. It was great, really, they couldn't care less about server activity, whatever. It was just a fat, symmetric pipe with which I could do as I pleased. Then @Home's poor management (purchasing Blue Mountain for $800 mil didn't help) forced them into Chapter 11, and AT&T Deadband took it over and I went from that awesome connection to a mere 1.5 mbit/sec down 256 kbit/sec up in less than an hour. And ... they magnanimously decided not to raise our rates right away. Now I have Comcast and I get my four megabit down, but my upload cap still sucks.

      --
      The higher the technology, the sharper that two-edged sword.
  33. Well, in a manner of speaking, yes by Sycraft-fu · · Score: 1

    There are multiple large scale IP networks, and the Internet proper isn't the only international one. I suppose it depends on how you use the term. Since an intranet is a network within your building or at most orginazation, then a research network like I2 would qualify as an internet. However there is only one Internet with a capatial I, that being the one we connect to.

    Difference between the onter internets and THE Internet is more or less barrier for entry and scope. The Internet has no real barrier for entry other than the money and hardware to get a connection. It's not like I2, which requires you to be a research instution. Also the Internet has reach across the world far above and beyond any other network.

    1. Re:Well, in a manner of speaking, yes by NoMoreNicksLeft · · Score: 1

      Does mine count as an internet?

    2. Re:Well, in a manner of speaking, yes by Sycraft-fu · · Score: 1

      I have no idea. I read your page, and I have no idea what your project is about. I suppose if I wanted to actually take the time to decode what you are saying I could figure it out, but the text you have there just sounds like general rambling about the Internet and evesdropping.

  34. Use exact units. by nounderscores · · Score: 1

    How many libraries of congress per second is that stationwagon?

    1. Re:Use exact units. by Anonymous Coward · · Score: 1, Interesting

      No. The real question is how many Libraries of Congress fit into a station wagon.

  35. problem by ArbitraryConstant · · Score: 1

    Do you want your confidential data shooting across this network in plaintext?

    Alternatively, do you want to encrypt data fast enough for it to be worth it?

    --
    I rarely criticize things I don't care about.
    1. Re:problem by Anonymous Coward · · Score: 0

      But who can eavesdrop on it? As I understand it, it's much harder to eavesdrop on a light signal than an electronic one. And even if you could capture some of the light, how could you store it to look at?

    2. Re:problem by ArbitraryConstant · · Score: 1

      It might be harder, but it's possible, and the signal has to go through routers, which can be compromised.

      To store it, I imagine you're want a RAID array. A big one.

      --
      I rarely criticize things I don't care about.
  36. data reception? by Chuck+Bucket · · Score: 2, Insightful

    That's a great speed, but how much data can be processed on the recieving end? Would it just shove it into RAM or ? I'm just trying to think how a network card would handle/distribute that much data at once.

    CB#@(*(#$_@J

    1. Re:data reception? by KevinM · · Score: 2, Informative

      While some tests have been run with simple off-the-shelf-hardware, in most cases the 10Gbps connections will be shared amongst a cluster of machines or a high-end machine.

      For some relevant projects actually using NLR right now:
      TeraGrid
      OptIPuter

  37. 1 user == 1 of 40 wdm channels by j1m+5n0w · · Score: 3, Informative
    ...10 gigabit per second per user... Guaranteed switched bandwidth? But you have to hit some kind of limit at some point, right? I need more data...

    By "user" they mean "institution connected to our network" not "individual person". As the previous reply said, they're limited to 40 wdm channels, one per user. To put this in perspective (from wikipedia):

    The first WDM systems combined two signals and appeared around 1985. Modern systems can handle up to 160 signals and can expand a basic 10 Gbit/s fibre system to a theoretical total capacity of over 1.6 Tbit/s over a single fiber pair.

    Anyone know what the shannon limit for single mode fiber is?

    -jim

    1. Re:1 user == 1 of 40 wdm channels by Retric · · Score: 1

      the shannon limit for fiber is nut's from:http://www.packet.cc/larry-news/ICMosiac.htm

      There is some controversy over the Shannon limit for the capacity of a fiber, but experts agree that there is a limit to the total bandwidth we will be able to achieve in a fiber, no matter how DWDM divides the channel. Current estimates of this limit range from 10 to 100 terabits per second (Tbps).

      Although I read somewhere where 512bit's where sent over 1 mile of fiber in a nano pico second (10 ^ -21) which works out to 512 000 000 000 TeraBits per second which is INSANE. But this is from memory and I have yet to locate that again.

  38. Disaster waiting to happen... by jettoblack · · Score: 1

    So what happens when some reasearcher jams the laser shield open with a crate, and subsequently blows a hole in the side of the Lamda research complex?

  39. More information by Rufus211 · · Score: 3, Informative

    More information is available at nlr.net including a network map. The first link that went up was between Chicago and the Pittsburgh Supercomputer Center which is run by CMU (where I go). The only problem I think we only have 1 (maybe 2) gigabit links to them, so the bandwidth isn't available onto campus.

  40. membership by ManuelKelly · · Score: 1

    There is a weird mix of members in this. Not what I would expect from their quotes. One of the interesting ones: University of New Mexico representing the state of New Mexico. http://www.nlr.net/members.html

  41. directing by prism by blackest_k · · Score: 1

    does this mean they are selecting light colours / frequencys to route across the physical network? you want to send to computer1 blue light routes more directly too it with less relay points.
    switching paths by frequency could really speed things up especially if the frequency used represented the path between computers. and the breaks in transmission the data

  42. PetaBytes by Leadmagnet · · Score: 3, Interesting

    I have customers that have single databases over 20TB in size and petabytes of storage in a single datacenter, the biggest well over 25PB. They would pay millions of dollars ever month to be able to replicate that to a disaster recovery or bunker site at realtime.

    --
    http://www.leadmagnet.50megs.com
    1. Re:PetaBytes by Anonymous Coward · · Score: 0

      And yet with all those petabytes in those datacenters, you still need a free 50megs.com account to host your webpage?

      Shame.

  43. But is it faster than FedEx by Ralph+Spoilsport · · Score: 1
    carrying 20 boxes, each holding three terabytes? FedEx will get it there the next morning.

    Someone else do the math - I'm tired...

    RS

    --
    Shoes for Industry. Shoes for the Dead.
    1. Re:But is it faster than FedEx by Anonymous Coward · · Score: 0

      60 (terabytes per day)= 5.68888889 gigabits per second

      Easy enough to figure out

      http://www.google.com/search?hl=fr&safe=off&q=60+t erabytes+per+day+in+gigabits+per+second&btnG=Reche rcher&lr=

    2. Re:But is it faster than FedEx by J3r3miah · · Score: 1

      I can't believe you actually used google for that!!! if only google could make me a latte :(

      --
      God is real unless declared as int
    3. Re:But is it faster than FedEx by Anonymous Coward · · Score: 0

      depends on if you add the time required to write the data into a form that can be packaged in those boxes.

  44. Articles! by LinuxGeek · · Score: 1

    Really, I just want to download all of the articles. Really.

    --

    Kindness is the language which the deaf can hear and the blind can see. - Mark Twain
    1. Re:Articles! by khrtt · · Score: 1

      Are you going to read, like, all of them?

  45. Re:directing by prism by man_ls · · Score: 1

    You know, that is an extremely interesting approach to this.

    Not really feasible, except in small-ish mesh networks,

    but very, very, very interesting.

    Let the source of the transmission deal with selecting the wavelength; let the laws of physics deal with the actual physical routing.

  46. This is all wrong... by Anonymous Coward · · Score: 0

    It's a 40 Gbps network scaling up to 400 Gbps, it's not 10Gbps/per user, it's not 'news' because it's been in the works for more than two years and has been online (at least partially) since March of this year...who's writing this stuff and where has their head been for the last two years?

    What's really unique about this network is that it is owned and managed by the research and academic partners instead of by the govt. or a service provider. It's going to allow for some really cool things to go on because not only is it going to provide service, it is going to provide a test bed for new technologies and applications related to networking that were not possible before.

    http://www.nlr.net/

  47. Re:directing by prism by Seanasy · · Score: 1

    Yeah, they're using DWDM.

  48. Hmmm, sounds like a good idea. by suso · · Score: 1

    I think a network like that would be good in the commercial sector, I think I'll go lobby to make sure that it's open for public use. ;-)

  49. sigh... by __aailob1448 · · Score: 1
    I have postulated some time ago that 10/10 Gbps is the magic number for home users. Once everyone has that, we can all chill and enjoy it for a century or so. Until then, we will keep needing more and more speed.

    We'll see if I'm right or not in 20-30 years. I don't think we'll see these kind of speeds until then.

    1. Re:sigh... by Derleth · · Score: 1
      I have postulated some time ago that 10/10 Gbps is the magic number for home users. Once everyone has that, we can all chill and enjoy it for a century or so.

      I have four mod points, and not one of them can be used to mod a post Naïve. Damn.

      --
      How can you use my intestines as a gift? -Actual Hong Kong subtitle.
    2. Re:sigh... by russint · · Score: 1

      we can all chill and enjoy it for a century or so.
      More like 5 years.

      --
      ^^
  50. Researcher's Only, HAH! by Anonymous Coward · · Score: 0

    Wait until AOL gets their hands on it.

    Let the pr0n flow like WATER!

  51. Who Stopped the Press? by Anonymous Coward · · Score: 0
    He might be wrong on lots of counts

    Congratulations on the understatement of the century.

  52. It's the same old story... by pyite · · Score: 1

    First they create "The Internet" and only researchers are using it. Then it gets flooded with non-research traffic, so they create "Internet2." Now that's "flooded" and they want lambda rail. It's a cycle that's tough to end. I thought it would be cool to get us on NLR, but the futility of it was noted by my Director. Our Internet2 link (OC-12) is far from saturated, so there's really no need for it.

    --

    "Nature doesn't care how smart you are. You can still be wrong." - Richard Feynman

  53. HDless PC by droper · · Score: 2, Interesting

    Sounds like we are a step closer to not needing secondary storage anymore.

  54. University of Louisiana at Lafayette by duncanbojangles · · Score: 1

    We're getting this at my university! The University of Louisiana at Lafayette is on the up and up!

  55. Hoggin the intarweb by seanadams.com · · Score: 1

    compared to Internet2, which offers only 10 gigabits of bandwidth total

    So if I run ethernet to the machine down the hall, and do a big file transfer, it slows down the entire INTARWEB-2 for everyone?

    I'll stick with INTARWEB-1, thanks.

  56. great by J3r3miah · · Score: 1

    so now I can look forward to a computer that will download the source code for the internet, compile a boot loader, that will compile the kernel, that will compile the internet.
    All while it reboots and I take a piss.

    --
    God is real unless declared as int
  57. No! by Emperor+Tiberius · · Score: 1

    Just wait until we see the researchers' machines turn zombie and start DOS attacking...

  58. So you save every web page you visit to your HDD ? by anti-NAT · · Score: 1

    It seems you are making the assumption that literally every bit they transfer (and every bit you transfer, by making that assumption) will be stored on a storage device. I'd doubt that is the case ...

    --
    The Internet's nature is peer to peer - 20050301_cs_profs.pdf
  59. what are the largest files? by opencity · · Score: 1

    Hey Slashdot -

    What are the largest files moved around? From the wide-array telescope project? Genome and protein info? obligatory porn joke inserted here?

    --
    Physics is like sex: sure, it may give some practical results, but that's not why we do it.
  60. Where the data comes from by piters · · Score: 2, Informative

    Last week we celebrated
    the 50th anniversary of CERN (European Laboratory for High Energy Physics).
    There was an "Open Day" organized (visits to tens of interesting places at CERN) and the Computing Center was one of the most popular places.
    I was honoured to be one of the guides there.

    The LHC will produce proton-proton collisions 40 million times per second.
    Even after a first pre-selection of the events, there will be around 100 "potentially interesting" events per second that have to be recorded for further (so called "off-line") analysis.
    There will be 4 detectors running on LHC (ATLAS, CMS,LHCb and ALICE).
    The size of the data describing a typical "event" (collision) depends on the detector, but it is of order of Megabytes.
    Assuming 1MB/event/detector that gives

    1MB*100events/s*4 detectors*86400s/day=
    34560000 MBytes of data produced every day.
    That is almost 35 Terabytes of data per day (24 hours).

    We expect to have some 10 Petabytes of data per year. And we hope to run the LHC for some 20 years.
    Obviously, this amount of data cannot be stored/analysed locally; it will be therefore transmitted to scientific institutes worldwide.

    You may have a look at the presentation:
    [PPT]
    PDF

    The answer to computing power is the Grid: more information at http://gridcafe.org/

    cheers,
    Piotr Golonka
    CERN IT/CO

  61. pr0n by karniv0re · · Score: 1

    I wouldn't know whether to masturbate to the pr0n I'd be downloading or the transfer speeds...

  62. Funny, but partially true by Anonymous Coward · · Score: 0

    Actually I was thinking the same thing when a professor showed a one minute movie demonstrating TEM tomography this morning. It was over 200 MB, so I guess he'd never heard of data compression. Actually some shorter clips are regularly available for download by students. They're also uncompressed. Is this a trend of the age of cheap storage and bandwidth or just limited to a few computer-illiterate professors?

  63. No by Anonymous Coward · · Score: 0

    They aren't doing any research into body odors at the moment.

  64. I hear there's... by ekmo · · Score: 1
    --

    | Ceci n'est pas une pipe.
  65. Not /.ed.... by Anonymous Coward · · Score: 0

    Bet anything hosted on it would be immune to the /. effect ;)

  66. my skewl lucked out by steak · · Score: 1

    http://www.baylor.edu/Lariat/news.php?action=story &story=21045

    if you look at the picture in the story this network goes right up i-35. $200K + luck = 10Gbps

  67. From the helful analogy department by exp(pi*sqrt(163)) · · Score: 1

    If you took all the data they sent in 58 seconds and put it on floppies, and then you laid all of those floppies in a row, it'd form a line 1/3 of a mile long! You could send over 1000 copies of the Complete Works of Shakespeare in that time! And if you took all of that data and wrote it in a 6 point font on a large sheet of paper which you handed out to all of the people in a state the size of Texas then the total amount of money they would have to spend to deal with the damage caused by eyestrain would be more than the entire GDP of a small Central American country.

    --
    Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
  68. Really, a spelling reply? by msimm · · Score: 1

    Isn't that a little petty?

    artilery artillery
    inteference interference
    excercise exercise

    And of course the fun ones, like tht and dosen't does not make you stupid any more then I'd seriously suggest that Bush is stupid simply because he sometimes (very publicly) acts that way.

    --
    Quack, quack.
  69. Re:ITS THE END OF THE WORLD by sh1ftay · · Score: 0

    wtf is wrong with the mods here.. seriously you guys are total idiots, I have no idea how that qualifies as a troll. Morons.

  70. okay... by Anonymous Coward · · Score: 0

    Yea... i'm like a researcher or something... uh... how can I get one.