Slashdot Mirror


New Laser Data Transfer Rate Record Set At 26 Tbps

MasterPatricko writes "Scientists at the Karlsruhe Institute of Technology (KIT), Germany have published a technique to push optical data transfer rates to new levels. The article says, 'The trick is to use what is known as a "fast Fourier transform" to unpick more than 300 separate colours of light in a laser beam, each encoded with its own string of information.'"

127 comments

  1. HDD Speeds by Anonymous Coward · · Score: 0

    I wish HDDs supported even close to this speed :(

    1. Re:HDD speeds by chemicaldave · · Score: 1

      Why? Are there any practical home uses for that kind of speed?

    2. Re:HDD speeds by blair1q · · Score: 1

      Anything that removes latency is useful.

      Just the time needed to load rendering library code as you browse around the web slows you down. A bigger cache only helps after the first time you load it; the first time is still bogged down in disk transfer. SSD would help, but then something else would become the tentpole.

    3. Re:HDD speeds by geogob · · Score: 1

      Just like channels in a fiber, if you get enough HDD in parallel, you might get somewhere close to it... (but don't ask me at what cost).

    4. Re:HDD speeds by Anonymous Coward · · Score: 1

      Under Comcast's current pricing model I pay about $60 for 250GB per month. This service would cost just over $15 billion per month. Or if they were going to keep my current cap of 250GB per month, and I were able to use the full 26Tb connection, I would hit that limit in 0.0096 seconds of use. HP printer ink and Comcast's internet pricing model tend to look very similar.

    5. Re:HDD Speeds by ls671 · · Score: 1

      A Beowulf cluster of them does using raid 777.

      --
      Everything I write is lies, read between the lines.
    6. Re:HDD speeds by aiht · · Score: 1

      Why? Are there any practical home uses for that kind of speed?

      Well, maybe 12Tbps is overkill, but I'm currently waiting for a five- to six-hour disk clone to finish.
      This is only about half a terabyte, so:
      12Tbps / 8 = 1.5TBps
      0.5 @ 1.5/sec = 0.33 seconds
      That would have made my day.

  2. Makes Sense... by WarpedCore · · Score: 3, Insightful

    So that one episode in Voyager where Seven of Nine makes a "Fourier Analysis" wasn't total bullshit?

    1. Re:Makes Sense... by Anonymous Coward · · Score: 3, Informative

      So that one episode in Voyager where Seven of Nine makes a "Fourier Analysis" wasn't total bullshit?

      No, we've been doing Fourier analysis for decades. Fourier himself invented it in the 19th century.

      Regarding the technique, it sounds like an optical-computing implementation of OFDM (orthogonal frequency division multiplexing), which is a core technology for ADSL and many other communications protocols. Electronic and radio OFDM is limited by peaking factor (the ratio of peak level to RMS level); doing this optically may get around this problem.

    2. Re:Makes Sense... by elPetak · · Score: 1

      And if the technology using photons keeps advancing maybe some day we'll have bridges like the ones in "The Dig".

    3. Re:Makes Sense... by Anonymous Coward · · Score: 0

      No, we've been doing Fourier analysis for decades. Fourier himself invented it in the 19th century.

      Hahahahaaaa, it is funny, because you ignore the joke and just stay serious...

    4. Re:Makes Sense... by Anonymous Coward · · Score: 0

      http://en.wikipedia.org/wiki/Fourier_Analysis

    5. Re:Makes Sense... by philmarcracken · · Score: 1

      So the low slot tracking mod 'Fourier Transform' in EVE Online isnt total bullshit?

    6. Re:Makes Sense... by blair1q · · Score: 2

      The word you are looking for is "WHOOSH!".

      HTH

    7. Re:Makes Sense... by pclminion · · Score: 2

      Saying they used Fourier transforms is a "no shit" sort of statement. It's like saying you used a shovel when you dug a hole. You'd have to go out of your way NOT to use some aspect of Fourier theory in this problem space. By "used an FFT" they probably mean they're doing some form of OFDM modulation.

    8. Re:Makes Sense... by semi-extrinsic · · Score: 1

      But surely, if they are using Fourier techniques, they could just transfer on infinitely many frequencies at once, yeah? I mean, such a device would have Tbps, puking in the face of this measly 12 Tbps in TFA...

      --
      for i in `facebook friends "=bday" 2>/dev/null | cut -d " " -f 3-`; do facebook wallpost $i "Happy birthday!"; done
    9. Re:Makes Sense... by semi-extrinsic · · Score: 1

      would have Tbps

      ... and silly me for assuming /. supported a character encoding that became the de facto standard years ago.

      :% s/Alt+221E/infinity/g

      --
      for i in `facebook friends "=bday" 2>/dev/null | cut -d " " -f 3-`; do facebook wallpost $i "Happy birthday!"; done
    10. Re:Makes Sense... by dogmatixpsych · · Score: 2

      We do the same thing with MRI scans to reduce scan times, varying the extent of the transform to alternate between speed and quality.

    11. Re:Makes Sense... by Anonymous Coward · · Score: 0

      ... and silly me for assuming /. supported a character encoding that became the de facto standard more than 15 years ago.

      FTFY. But don't mind the continued lack of Unicode because we got this brand new shiny Web 2.0 ajaxy interface that still has broken buttons all over the space and comes to a crawl even using Chrome on a quad core computer for an article with more than 200 posts.

    12. Re:Makes Sense... by insertwackynamehere · · Score: 1

      I am somewhat new to Fourier transforms but have been recently working with creating FFTs for audio. My understanding is this: at least in the audio field, you can think of a Fourier transform as pretty much a list of sine waves (frequency, phase and amplitude) that can be added together to recreate a particular window of sound. All sound is made up of it's constiuent sine waves and this is the basis for a lot of digital signal processing and other audio/sound crap we know today.

      Anyway, here is the thing: there are constant tradeoffs based on window size and sample rate as to which frequencies you find in the transform. I assume this can be all translated over for light but please, someone tell me if I am wrong about my understanding of this.

      Let us say you have audio sampled at 44100Hz. This means that you have 44100 samples per second of audio or 44.1 samples per millisecond (on average.. no such thing as .1 samples). As an aside, this means the highest frequency you can record is half of that or 22050Hz. This makes sense because if you are sampling at 44100Hz, you are literally recording points on a wave at equal intervals 44100 times each second. Since a frequency is really just frequency of a wave, you cannot sample audio at a low sample rate and expect to maintain integrity of high frequencies that may have oscillated many times in between each sample being taken. The rule is half the sample rate is the highest frequency maintained.

      When you do an actual Fourier transform, you do not run it on an entire audio file when doing spectral analysis. Audio is samples (y) spanning over time (x). Spectral analysis is relevant for windows of sound (think a graphic equalizer that displays frequencies on a stereo, it moves with the music over time). Most FFT algorithms are happy with a power of 2 number of samples being used so lets say we decided to take the transform of every 4096 samples (and lets just assume mono for the sake of simplicity and because I dont think there is a "stereo" in light if you are thinking in that analogy). Taking the FFT every 4096 samples with a sample rate of 44100Hz, we will have a result that consists of a list of sine wave information (amplitude, phase and frequency) for every sine wave that is a multiple of 10.766601563Hz (44100/4096). This means we cannot get 5Hz or 15.766601563Hz. We can get 10.766601563Hz, 21.533203126Hz, etc all the way up to 10.766601563*(4096/2) which, lo and behold, is 22050Hz (44100Hz / 2). You actually can get 10.766601563*4096 or up to 44100Hz but with real, non complex audio data, this is actually a mirror of the result (I think) and discarded; you only need the first half.

      But as you can see, your sample rate and window size limit your frequency intervals that you can successfully determine. If we had a smaller sample interval, say 2048, intervals on 21.533203125Hz could only be captured giving us a less accurate transform but more windows in which to find transforms over time (which means that over the period of one 3 minute song you would find the transform ((3*60)*44100)/2048 = 3875.9765625 times as opposed to ((3*60)*44100)/4096 = 1937.9882813 times but with less accurate results). If you had a larger sample interval, 8192, you would have frequency intervals at 5.3833007813Hz but you would only find the transform ((3*60)*44100)/8192 = 968.99414063 times. Ultimately it is a tradeoff; you can change your sample interval to pick up extremely miniscule frequency intervals but you may be sampling the whole song as one entity and this misses the point. Since I assume with fiber optic transfers the "song" (light pulses) are much shorter than 3 minutes, you kind of hit an upper limit at sample interval anyway and you have to work within that.

      But to make a long story short, with FFTs you cannot find an infinite number of frequencies, as far as I know. Please correct me if I am wrong about this because although this hopefully gets a lot of things right and doesnt lead people astray or confuse anyone, I might just not know of something more advanced since I am also still somewhat of a noob at this

  3. *Facepalm* by Anonymous Coward · · Score: 0

    "At those speeds, the entire Library of Congress collections could be sent down an optical fibre in 10 seconds"

    This got to be a joke.

    1. Re:*Facepalm* by swanzilla · · Score: 3, Funny

      I'm not certain...British humor is puzzling.

    2. Re:*Facepalm* by couchslug · · Score: 1

      Finally someone adopts a useful metric and they get ridiculed for it!

      --
      "This post is an artistic work of fiction and falsehood. Only a fool would take anything posted here as fact."
    3. Re:*Facepalm* by jd · · Score: 1

      If you only consider the paper materials, it would be. But after you factor in porn and torrented movies, you end up with quite a lot of information.

      --
      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)
  4. I was going to make a "Library of Congress" joke.. by Anonymous Coward · · Score: 2, Informative
    But the FIRST line in the article was:

    At those speeds, the entire Library of Congress collections could be sent down an optical fibre in 10 seconds.

    Well played, BBC. Well played, indeed...

  5. No one needs this kind of speed. by Anonymous Coward · · Score: 0

    No one will ever need more than 1 Tbps.

    1. Re:No one needs this kind of speed. by Haedrian · · Score: 1

      You wait until you try to download some HD 3D 'adult material'...

    2. Re:No one needs this kind of speed. by mcavic · · Score: 1

      No one will ever need more than 1 Tbps.

      Are you pulling a Bill Gates?

    3. Re:No one needs this kind of speed. by jd · · Score: 1

      Japanese domestic television is due to switch to a 7680x4320 at 60 frames per second format in 2020. Do not be surprised if the cable companies there seriously debate multi-terabit cables at least between studios and archives or distribution points. If you increase the quality to HDR (32bpp or greater), you start needing these kinds of speeds to the home.

      --
      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)
    4. Re:No one needs this kind of speed. by jdgeorge · · Score: 1

      It may become possible to transmit a 7680x4320 60 frame per second feed on a Japanese television network, but:
      1. Consumers will not have (or need) devices capable of displaying this quality of video
      2. Most television content will not ever be produced in that format.

      It seems to me that the most likely application would be that this standard would allow transmission of a high-quality digital movie to directly a theater, so the theater wouldn't ever have the movie "in house" (in order to mitigate piracy).

    5. Re:No one needs this kind of speed. by SuricouRaven · · Score: 1

      Consumers will not have *eyes* capable of benefiting from that quality of video, unless you're planning to put them in some sort of device that occupies their entire field of view.

    6. Re:No one needs this kind of speed. by jd · · Score: 1

      The Japanese have already started manufacturing the televisions, so presumably they're working on replacement eye surgery for the remainder of the run-up. It can't be cyberpunk-style jacks, as you wouldn't need a tv for those.

      --
      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. KIT by Anonymous Coward · · Score: 0

    The name that has everyone snickering in Germany: A shameless attempt at raising associations with the MIT by giving a German university a similar name.

    1. Re:KIT by nedlohs · · Score: 1

      Yeah, because "X Institute if Technology" is such an uncommon name.

      It's not like there's IIT in Illinios of FIT in Florida or OIT in Oregan. Or a dozens of others of the form XIT and XYIT.

      And if they used the other alternative "tech" they'd be copying caltech right?

    2. Re:KIT by demonbug · · Score: 1

      The name that has everyone snickering in Germany: A shameless attempt at raising associations with the MIT by giving a German university a similar name.

      And here I thought they were trying to associate themselves with David Hasselhoff. You know, KIT -> KITT -> The Hoff.

    3. Re:KIT by Yvan256 · · Score: 1

      You mean like the IIITECH? (The International Internet Institute of Technology)

    4. Re:KIT by Anonymous Coward · · Score: 0

      For future reference, jokes aren't funny when you explain them.

    5. Re:KIT by geogob · · Score: 1

      I work at the KIT and I can assure you that the goal of this new name (came from the fusion of the University of Karlsruhe and the Research Center of Karlsruhe) was to make it "sound" like MIT. I've even seen memos explaining that we should pronounce the letters KIT in English instead of German... which is both stupid and obvious in my opinion. The board of directors was pretty explicit on this topic. And yes, it has everyone snickering... maybe not in Germany, but in the old Forschungszentrum at least.

    6. Re:KIT by dave420 · · Score: 1

      Do you drink at Scruffy's? If you don't, maybe you should :)

    7. Re:KIT by geogob · · Score: 1

      Definitely not often enough.

    8. Re:KIT by maxwell+demon · · Score: 1

      Yeah, because "X Institute if Technology" is such an uncommon name.

      In Germany, it is.

      BTW, I'm still waiting for the Schleswig-Holstein Institute of Technology. :-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    9. Re:KIT by The+Grim+Reefer2 · · Score: 1

      The name that has everyone snickering in Germany: A shameless attempt at raising associations with the MIT by giving a German university a similar name.

      With Germans obsession with David Hasselhoff, I figured it had more to do with KITT.

    10. Re:KIT by nedlohs · · Score: 1

      Yeah I think you'd take the scholtech type variant there :)

    11. Re:KIT by aiht · · Score: 1

      You mean like the IIITECH? (The International Internet Institute of Technology)

      That's just a rip-off of iiNet.*


      * An Australian ISP, for those not in the iiKnow.

  7. More than meets the eye... by Anonymous Coward · · Score: 0

    Maggie Madsen: Maybe it's a precaution, because isn't that what we're doing? The signal pattern is learning, it's EVOLVING on its own, and you need to move past Fourier transforms and start thinking quantum mechanics...

    Admiral Brigham: [with unintentional irony] There is nothing on Earth that complex!

    Maggie Madsen: How about an organism, a living organism? Or some sort of DNA-based computer? I know that sounds crazy, but...

    1. Re:More than meets the eye... by SuricouRaven · · Score: 0

      You got my hopes up there, thinking the quote might be from a much better book. I forgot the title, but it involves a sentient radio signal, an accidentally too-successful attempt to evolve artificial intelligence, wetware processors, and the eventual victory of a robotic caterpillar toy with a program more sophisticated than the owner expected.

    2. Re:More than meets the eye... by aiht · · Score: 1

      You got my hopes up there, thinking the quote might be from a much better book. I forgot the title, but it involves a sentient radio signal, an accidentally too-successful attempt to evolve artificial intelligence, wetware processors, and the eventual victory of a robotic caterpillar toy with a program more sophisticated than the owner expected.

      Not sure about the robotic caterpillar part, but 'sentient radio signal' sounds a lot like A for Andromeda by Fred Hoyle.
      Wikipedia says it's a TV series, but I remember reading the book - apparently a novelization of the show.

    3. Re:More than meets the eye... by SuricouRaven · · Score: 1

      Nope, not the one.

      In the one I remember, the signal is a form of radio-transmitted viral life parasitic on technological civilisations. It's picked up by a mars rover - which is insufficiently advanced for it to infect - and relayed through it's telemetry back to earth, where it is picked up by amateur radio enthusiasts with backyard radio telescopes, who then rebroadcast it at higher power for their friends - as well as much industrial machinary using advanced biological processors*. Those it can infect. Though it doesn't grow any nasty monsters it does play havoc as it spreads causing such disasters as the accidential death of hundreds of wristworn biomonitor-and-regulation devices, both infecting the biological processors as a computer virus would and using them to manufacture a conventional biological virus with which it can spread even to non-networked equipment. Throughout the struggle to contain the outbreak, human-engineered artificial intelligences are just starting to approach human levels of capability.

      The head of a tech company has the caterpillar. A robotic organiser, given to him as a child. Most people outgrew them, transfering the database of life-managing information into a device more suitable for an adult to carry around, but he grew too attached to the personality to delete it. Being one of the longest-operating AIs around, and one who'se owner had been heavily into tinkering and actively encouraged it to attempt self-upgrade, it's one of the first to achieve the breakthrough to human-level thought. A fact it keeps to itsself for self-preservation, only choosing to reveal the full extent of it's intelligence towards the end of the book.

      *One of them is a combine harvester. It's wetware chip is used as a image processor, scanning the stream of grain for insects and damaged crop then zapping it with lasers.

  8. The trick to make a first post by cachimaster · · Score: 0, Offtopic

    Is to use what is know as a "web browser" to quickly surf the "internet"

    1. Re:The trick to make a first post by j33pn · · Score: 0

      I would "mod you up" if I could.

      --
      You people and your slight differences disgust me! - Prof. Farnsworth
  9. Unpick? by Anonymous Coward · · Score: 0

    (v) To absolutely not pick. "The story submitter was unpicked from many dodgeball games growing up."

  10. In the Matrix you will!! by Anonymous Coward · · Score: 0

    n/t

  11. Thank goodness by drb226 · · Score: 1

    they used the American measuring system I'm familiar with: the Library-of-Congress.

    At those speeds, the entire Library of Congress collections could be sent down an optical fibre in 10 seconds.

    It surprised me that this came from bbc.co.uk

    1. Re:Thank goodness by Anonymous Coward · · Score: 0

      I have always wondered how big is a LoC? Meh too lazy to google or do any math today...

    2. Re:Thank goodness by smitty97 · · Score: 1

      what does that work out to in the metric system?

      --
      mod me funny
    3. Re:Thank goodness by _0xd0ad · · Score: 2

      http://www.loc.gov/webarchiving/faq.html#5

      As of April 2011, the Library has collected about 235 terabytes of data (one terabyte = 1,024 gigabytes). The archives grow at a rate of about 5 terabytes a month.

    4. Re:Thank goodness by idontgno · · Score: 1

      I believe the SI version is the "Library of Progress", since the metric system is relatively progressive and "pro" is clearly the opposite of "con" (the key prefix in the Congressional System).

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    5. Re:Thank goodness by TheLink · · Score: 1

      Are those TBs documents stored as scans or are just the text stored? Does it include compression?

      --
    6. Re:Thank goodness by _0xd0ad · · Score: 1

      Since they said "of information", I'm assuming they are talking about how much space it would take if the scanned text was run through OCR and stored without compression.

    7. Re:Thank goodness by drb226 · · Score: 1

      That's an easy one! It's exactly 1 Library of Congress. >.>

  12. Re:I was going to make a "Library of Congress" jok by _0xd0ad · · Score: 2

    The best part is they were off by a factor of 8, since Tbps means terabits per second. Not so well played after all...

  13. Re:I was going to make a "Library of Congress" jok by Anonymous Coward · · Score: 0

    Sure, but what is that in Volkswagens?

  14. Who whole damn library? by Panaflex · · Score: 1

    Lets see what happens when we send Congress through this thing?

    --
    I said no... but I missed and it came out yes.
    1. Re:Who whole damn library? by blair1q · · Score: 2

      As this is a fairly large tube, they should all fit just fine, especially if the go in brain-first.

    2. Re:Who whole damn library? by mr1911 · · Score: 1

      As this is a fairly large tube, they should all fit just fine, especially if the go in brain-first.

      You realize he was talking about Congress, right?

      --
      This post comes with a double-your-money-back guarantee!
      Any offense taken to this post is at your sole discretion.
    3. Re:Who whole damn library? by Anonymous Coward · · Score: 0

      Well, since Pro is the opposite of Con, that might be the key to inventing superluminal communication.

    4. Re:Who whole damn library? by blair1q · · Score: 1

      yes. it's always easier to get something into a narrower space if you start with the pointy end.

  15. Colors by Iamthecheese · · Score: 1

    Serious question: It seems like it could be possible to use an infinite number of colors with interpolated laster on pulse modulation to transmit an infinite amount of information. Why won't this work?

    --
    If video games influenced behavior the Pac Man generation would be eating pills and running away from their problems.
    1. Re:Colors by ledow · · Score: 1

      An infinitely complex sender/receiver apparatus?

    2. Re:Colors by vlm · · Score: 2

      Serious question: It seems like it could be possible to use an infinite number of colors with interpolated laster on pulse modulation to transmit an infinite amount of information. Why won't this work?

      According to the Shannons theory it'll work just fine assuming you have infinite transmitter power with zero receiver noise so as to get that infinite SNR it would require.

      On the other hand, dispersion thru any media, optical fiber, even air, will totally screw it up at an infinitely short distance. Basically you will not be surprised to know that light travels at different speeds in glass or whatever depending on its frequency... that is pretty much how a prism makes a rainbow... So your 1500 nm bitstream will rapidly cover an area of 1499.(lots a 9s) to 15.(lots of 0s)1.

      The other problem is you'd like to think single mode fiber Really Means single mode, but theres dispersion there too. I suppose if you had an infinitely small point source for the transmitter, and the fiber were perfectly straight...

      http://en.wikipedia.org/wiki/Group_delay_and_phase_delay

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    3. Re:Colors by zach_the_lizard · · Score: 1

      Not being a hardware geek, this is what I heard: Is it possible to recalibrate the phased tetryon emitters to modulate the warp field and provide infinite information?

      On a moreassemble note, I would argue no, because of the limited amount of matter / energy in the universe, let alone any limits of the material.

      --
      SSC
    4. Re:Colors by pclminion · · Score: 2

      Serious question: It seems like it could be possible to use an infinite number of colors with interpolated laster on pulse modulation to transmit an infinite amount of information. Why won't this work?

      The uncertainty principle, basically. In the real world, there's no such thing as light of a single frequency. This is due to some basic properties of Fourier transforms. All real light pulses are finite in duration, which means they contain a range of frequencies, not a single frequency. The only way to achieve light of a single precise frequency is for the pulse to be infinite in duration. That's not physically possible.

    5. Re:Colors by blair1q · · Score: 1

      There's also the fact that amplitude is not constant across the spectrum of a pulsed carrier. So there's still a finite bandwidth.

      I'm pretty surprised they got 300 frequencies above the noise floor.

    6. Re:Colors by b4upoo · · Score: 1

      Infinite being what it is one could never hope to complete even making discrete channels for colors as one would be creating each thread infinitely. Then there is the problem of little Johny digs into the cable. Who is going to be able to line up all of those color bands. Infinite speeds are for THE BIG GUY and not for mortals.

    7. Re:Colors by jab · · Score: 1

      Serious answer. An optical fiber is only transparent for a limited range of colors. As soon as you modulate a single color (monochromatic laser beam) the resulting light beam is by definition no longer monochromatic. Here's a fun, beginner oriented book on the topic.

    8. Re:Colors by Anonymous Coward · · Score: 0

      Serious question: It seems like it could be possible to use an infinite number of colors with interpolated laster on pulse modulation to transmit an infinite amount of information. Why won't this work?

      Because there are not an infinite number of colors available. This technique uses pulses that combine to simulate a wider range of colors (not unlike the way you can combine the basic red/blue/yellow to create far more colors. It offers a serious increase in bandwidth in the sense that it lets you transmit different data-streams on each color, but it is still limited by our technological ability to actually generate the wavelengths of light, and then our ability to read and interpret them accurately at the other end.
       
      Saying you could transmit infinite data over this system is like saying you can fit infinite data on a cd disk; it works up to a point with compression technologies and such, but still eventually maxes out from the bit size that can be physically written and read from the media.

    9. Re:Colors by maxwell+demon · · Score: 1

      Not being a hardware geek, this is what I heard: Is it possible to recalibrate the phased tetryon emitters to modulate the warp field and provide infinite information?

      No, because subspace interference would cause a tachyonic wave which would open a temporary worm hole which then would suck the information into a parallel universe.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    10. Re:Colors by kaiser423 · · Score: 1

      Pretty much. It's a "god said" thing.

      Think of it this way, to encode bits onto the light stream, they're modifying both the amplitude and the phase of the light wave. Think of a nice sine wave, and then think about inverting or reversing the phase at various points to represent the data (http://en.wikipedia.org/wiki/Phase_modulation). Then try and calculate what that final frequency of light is. It's not a single frequency anymore. Amplitude modulation is similar, when you change the amplitude of the signal, you can see that while the period stays the same, the slopes and rates of change for the signal change, which also smears it out across bandwidth.

      The big driver in bandwidths right now is the encoding schemes. Items like QAM64 use 64 different phase/amplitude combinations to define bits. If you can keep the transmission medium phase and amplitude stable, and have exceedingly good transmitters and receivers, you can keep differentiating more combinations. Keep making the receivers/transmitters cleaner, and creating better fibers and you'll do better. I think that QAM256 is getting pretty standard, and we're looking at hitting QAM4096 and even more (of course, the rate at which you change it makes a difference, but for a given bandwidth that you fill, this is where we're going to be getting a lot of the rate increases).

    11. Re:Colors by LWATCDR · · Score: 1

      A. You can not generate an infinite number of colors. Each frequency of radiation is caused by a specific change in quantum state. "See black body".
      B. Even with light you can have constructive and destructive harmonics. You would not want to use colors that can interfere with one another.
      C. Your transmitting medium will be limited to what "colors" it can pass. Fiber optics are not good with passing X-Rays or Radio.
      Yes Xrays, Gamma, and radio are really when you get down to it just other "colors" of light, the wave length is what is different. They are all part of the electromagnetic spectrum of which light and what we think of as color is just a small part. So you really don't have that infinite spectrum of colors you where talking about.
      What this is called if frequency based multiplexing. As you can see you do not have the potential for an infinite amount of data but you do have what is known in the field as "an unholy mega crapload of potential bandwidth" or in Europe as a "Metric Mega crapload of potential bandwidth".

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    12. Re:Colors by Fleetie · · Score: 1

      For exactly the same reason that you can't fit an infinite number of AM radio stations into a finite width of radio spectrum. The act of AM-ing a single frequency carrier f_c at data rate / frequency f generates sidebands each side of the carrier, so that the signal now spreads over (f_c - f) to (f_c + f), i.e. the bandwidth becomes (IIRC) 2f. Fleetie

      --
      "Absorbing your worst..."
    13. Re:Colors by peragrin · · Score: 2

      Not being a hardware geek, this is what I heard: Is it possible to recalibrate the phased tetryon emitters to modulate the warp field and provide infinite information?

      No, because subspace interference would cause a tachyonic wave which would open a temporary worm hole which then would suck the information into a parallel universe.

      ah so that is where Hawking radiation comes from. Parallel universes trying to send porn quickly.

      --
      i thought once I was found, but it was only a dream.
    14. Re:Colors by pclminion · · Score: 1

      A. You can not generate an infinite number of colors. Each frequency of radiation is caused by a specific change in quantum state. "See black body".

      The quantum nature of light is immaterial to the problem. The problem is that, by definition, a pure frequency is a sine wave of infinite extent into the past and future. Clearly this can't be achieved. Any finite pulse will contain a range of frequencies, thus, you cannot put the channels arbitrarily close to each other as they will overlap.

      B. Even with light you can have constructive and destructive harmonics. You would not want to use colors that can interfere with one another.

      Interference is beside the point. You filter out the frequencies you don't care about.

    15. Re:Colors by LWATCDR · · Score: 1

      "Interference is beside the point. You filter out the frequencies you don't care about." If you are filtering them out they are not available for use. So you do not have an infinite number of "Colors". There are many reasons why you can not have infinite bandwidth including the ones you gave. The thing is that most of them do not show up in classical physics which is all that most people know.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    16. Re:Colors by Mr.+Freeman · · Score: 1

      "Basically you will not be surprised to know that light travels at different speeds in glass or whatever depending on its frequency... that is pretty much how a prism makes a rainbow"

      Nope, try again. Link: http://en.wikipedia.org/wiki/Prism_%28optics%29
      Quote:
      The refractive index of many materials (such as glass) varies with the wavelength or color of the light used, a phenomenon known as dispersion. This causes light of different colors to be refracted differently and to leave the prism at different angles, creating an effect similar to a rainbow.

      All light travels at the same speed in the speed in the same medium. (All light in air travels the same speed as different color light in the same air). Light slows down in various mediums, but all by the same amount.

      --
      -1 disagree is not a modifier for a reason. -1 troll, flaimbait, redundant, overrated are NOT acceptable substitutes.
    17. Re:Colors by sahonen · · Score: 1

      The refractive index is the ratio of the difference in speed between light in a medium and light in a vacuum. If a material has a different index of refraction at different wavelengths, then by definition the light is traveling at a different speed at different wavelengths in that material.

      --
      Make me a friend and I'll mod you up
  16. HDD speeds by DanCooper · · Score: 1

    I really wish HDD speeds could come even close to this :(

  17. Re:I was going to make a "Library of Congress" jok by smitty97 · · Score: 1
    I wanted to double check exactly what a "Library of Congress" was so I went right to the source:

    "Today the Law Library’s expansive reading room and its administrative offices occupy the second floor of the Madison Building, while the sub-basement provides more than a football field of compact collection storage space."

    ugh.

    --
    mod me funny
  18. Re:I was going to make a "Library of Congress" jok by toetagger · · Score: 1

    I know, it sucks having to wait 1:20 minutes for my LoCs instead of the average 0.17 minutes - I'm so disappointed in this new technology, so yesterday!

  19. otherwise known as OFDM by cats-paw · · Score: 1

    OFDM is the same modulation technique used for WLAN.

    Seems like the hard part is generating that wide variety of wavelengths.

    The thing which is kind of critical is that you need an FFT that you can process at several trillion operations a second.

    The FA says they are doing this photonically, which to me, is the cool part.

    --
    Absolute statements are never true
  20. Enlighten Me! by Anonymous Coward · · Score: 0

    This comes from a lack of understanding of the field, but can someone explain to me what happens before and after, when transmitting data? The last I worked on hardware was with serial UARTs, so is someone willing to take a moment to explain better or to point me in the right direction to find more information on how it works?

    The data is encoded into beams of light and transmitted from point to point. Upon "re-entry" into system at the end point, how is the information gathered and processed internally from this point? Does this rate of transmission get matched or have comparable mechanisms internal to the system? If data is moving at 26 Tbps, is it processed at anything even remotely similar, or does it fill a massive buffer?

    Much appreciated!

    1. Re:Enlighten Me! by Anonymous Coward · · Score: 0

      I work in the fiber optic telecom field and basically in a DWDM system you take put a standard interface (like a 10G signal) on the box then you digitally wrap it using an ITU-T G.709 standard wrapper (in the case of 10G it would be an OCh107 or OCh111 wrapper). From there it is put on a NBO (narrow band optic) and is put into the mux/demux where it becomes a composite signal. When it gets to the other end it is demuxed, unwrapped and sent out a like interface.

  21. Enlighten Me! by AnotherAnonymousUser · · Score: 1

    This comes from a lack of understanding of the field, but can someone explain to me what happens before and after, when transmitting data? The last I worked on hardware was with serial UARTs, so is someone willing to take a moment to explain better or to point me in the right direction to find more information on how it works? The data is encoded into beams of light and transmitted from point to point. Upon "re-entry" into system at the end point, how is the information gathered and processed internally from this point? Does this rate of transmission get matched or have comparable mechanisms internal to the system? If data is moving at 26 Tbps, is it processed at anything even remotely similar, or does it fill a massive buffer? Much appreciated!

  22. Re:I was going to make a "Library of Congress" jok by blair1q · · Score: 1

    But why, you should have asked, is the BBC giving figures in units of LoCs?

    They don't have books in Blighty?

  23. Link to the original by Simon80 · · Score: 2

    http://www.nature.com/nphoton/journal/vaop/ncurrent/full/nphoton.2011.74.html According to the abstract, the key contribution is an optical implementation of the Fast Fourier Transform (which is pretty cool). They only tested their work using fibre, not just laser beams or w/e is implied by the headline.

    1. Re:Link to the original by b4dc0d3r · · Score: 1

      Just wanted to add, the FFT is not a good way to separate frequencies. The result is orthogonal, not necessarily the original input. It's like factoring non-primes. You can't be sure if someone did 4 x 3 x 2 or 6 x 2 x 2.

      So you can break it down into parts, but not necessarily the original parts. If we could always get the original parts, we would have software that can take your favorite CD and spit out a pretty good version of sheet music, guitar tab, etc. Lots of things claim to, but so far we can only do monophonic sounds, and that still has problems.

      I'm assuming the optical implementation of FFT bypasses the limitations of a purely mathematical model. Shine 300 lasers at a prism, and it doesn't have to think about it or crunch numbers - the prism slows the light at different speeds, and gets separated into its original components.

      This apparently has fewer different "colors" involved, making it less likely that you'll break it into different parts. So, single laser source at one end, fewer frequencies, optical separation at the other end. Seems obvious in hindsight, but how to do it was the mystery to crack.

    2. Re:Link to the original by insertwackynamehere · · Score: 1

      My experience, to use a sound analogy, is that yes, you can derive the sine waves that make up the window of sound you are transforming but yeah, you can't pull individual instruments out of the mix. However, presumably isn't the point to mix light together using different frequencies (colors) and then use an FFT to split the beam apart again like a prism? As an audio analogy, if you record two sine waves, one at 1000Hz and one at 10000Hz, you could run an FFT and break the resulting mix back into the original sine waves. You aren't trying to break an orchestra into multiple instruments or anything.

  24. Re:I was going to make a "Library of Congress" jok by Anonymous Coward · · Score: 0

    wake me up when someone invents the Heisenberg compensator so we can beam the LoC in less then 10 seconds.

  25. Re:I was going to make a "Library of Congress" jok by Cynonamous+Anoward · · Score: 1

    Boy, this will REALLY piss off the those entertainment fat cats...

    They got upset because transferring a portion of their catalog no longer had a "cost" associated with it. What are they gonna do when transferring their entire catalog no longer even has a time-cost associated with it?

    --
    "The GPL is viral by design, like any good religion."
  26. Re:I was going to make a "Library of Congress" jok by tepples · · Score: 1

    But why, you should have asked, is the BBC giving figures in units of LoCs?

    Is the Library of Parliament (or whatever they call it) as big as the Library of Congress? If not, that might be part of your answer.

  27. Analog FFT? by hendrikboom · · Score: 1

    Why not just use a prism?

    1. Re:Analog FFT? by Soft · · Score: 1

      You're right: in theory, it's the same as a prism plus a grid to separate the desired wavelengths. The point is, the optical setup described implements far finer and stabler a grid than remotely possible using conventional filters.

  28. Re:I was going to make a "Library of Congress" jok by Anonymous Coward · · Score: 0

    Sure, but what is that in Volkswagens?

    German or American?

  29. Ok... let me try and translate by i_b_don · · Score: 2

    I work in this field so let me see what I can do to translate what's happening and which parts are actually interesting. I dont' know the details of the experiment I'm only going off the article's summary and assuming they're correct. (BTW, while I"m an expert in a tiny slice of this field, my "expert" level knowledge doesn't extend to the whole pie. So some things I say may be assumptions I've made and can be wrong. If you see a mis-statement please correct me.)

    First off, we do fiber optics all day long for internet backbone communications. We even do "multi-mode" optical (different color/wavelength lasers) all day long but only for short cable lengths. Neither of which is article worthy. This thing called a "fast Fourier transform" is just math that is taught in school and is nothing even close to revolutionary, it is simply a fundamental mathematical tool of everything in this field.

    First off let me give you the basic framework. When you're talking about sending data at these speeds and over these lengths, you can forget the idea that you're sending lots of data down the line in nice waveforms. The data is so distorted that significant energy is put into compensating and un-distorting the waveforms. Fiber optics at these speeds just doesn't work at all without heavy duty data recovery techniques. So we send down the line data, get back garbled gibberish, apply techniques for removing errors and you can recover your data stream.

    So typically when we do "long haul" fiber (> 1k or so) we do single mode fiber, this means a single frequency or color (remember your physics, each color is a different frequency of light). This is because different frequencies of light travel at very slightly different speeds down the fiber and if you have long enough fiber this difference in speeds becomes significant and starts to harm your ability to regenerate the information. Additionally one frequency can cause noise in another frequency band so keeping things to a single frequency makes things more stable at long haul lengths. This is why "traditional methods to separate the different colours will not work".

    So Professor Freude and the article:
    There are two steps forward here:

    1. He's using a single laser to create different frequencies of light. I don't know if this is a common technique or not. I've typically hear of different colors of light being generated by different lasers but I am not an optics guy so I'm not sure.

    2. He's using an optical method in place of a Fast Fourier Transform (FFT) instead of silicon that somehow helps him decode the data. An FFT mathematically converts from frequency domain to time domain so maybe he's just using a prism or something to separate the different frequencies as a pre-processor step and then pumping this into his processor, but I can't tell.

    So Professor Freude and team and working on making "multi-mode" work at long haul. This is typically not done today so that's the step forward and since you can pack more information into your data stream if you include multiple frequencies, that's a nice win. but of course research success does not necessarily equal a marketable product.

    (Again, I am not a guru here, so if you are, please politely correct any mis-statements I've made.)

    d

    --
    all language nazi's will burne in heil!
    1. Re:Ok... let me try and translate by PacketShaper · · Score: 1

      I also work in the network field. Please allow me to correct a couple of your points.

      Single mode vs. MultiMode fiber does not mean what you think it means (one wavelength vs. many) and as the name may suggest.
      To simplify, MultiMode is for short distance runs, SingleMode is for long distance runs. A different wavelength (actually a "range" of wavelengths) are used for single mode to achieve longer distances.
      What you were describing is actually called Multiplexing

      This is how super high data rates are achieved by cramming many different wavelength transmissions into the "tubes".

    2. Re:Ok... let me try and translate by Anonymous Coward · · Score: 0

      "Multi-mode" and "single-mode" are not what you describe. These names refer to the way light propagates inside the fiber, not the number of colors.

    3. Re:Ok... let me try and translate by Soft · · Score: 4, Informative

      We even do "multi-mode" optical (different color/wavelength lasers) all day long but only for short cable lengths.

      I'm afraid you're mixing up frequency/wavelength modes with propagation modes. Most long-distance systems use several different wavelengths, that's what WDM is. But they use single-mode fibers, meaning that light at a given optical frequency (and polarization) can only propagate in a single way, thus at a given speed. Multi-mode fibers, with a wider core, let light propagate over different modes (different possible paths in the core for light rays, kind of), which plays havoc with the signal (pulses get echoes and whatnot), which is why they are used only for short distances.

      The experiment described here uses OFDM, which in principle is akin to WDM but squeezing many wavelengths as close together as theoretically possible, too close to be separated by classical optical filters. Instead, you can separate them mathematically using an FFT, but that takes a lot of computing power. What the authors did is to implement FFT optically, which is very neat. It enables the use of OFDM at ultrahigh bit rates; and the details of OFDM are such that, used in the right way, it can be extremely resistant to signal degradation (look e.g. at Figure 4(c) in the Nature Photonics article, and think about how tightly a conventional system at that bit rate would have to manage dispersion).

      What bugs me is that they describe their setup as performing better than plain coherent detection (Figure 5), which I have a hard time believing. Exactly how did they do the comparison, I wonder.

    4. Re:Ok... let me try and translate by i_b_don · · Score: 1

      Thank you for the correction.

      If you don't mind, I'll ask a few questions and try to flush out a few more bad assumptions I've made:

      What is the advantage of multi-mode then? (why allow multi-mode at all?) In electrical signals, the larger the transmission line the more modes can creep into the signal. Is this the same with fiber? Are you basically able to use a larger diameter fiber for multi-mode and therefore push more signal energy into larger diameter fiber thus allowing for a lower loss channel?

      d

      --
      all language nazi's will burne in heil!
    5. Re:Ok... let me try and translate by Soft · · Score: 1

      What is the advantage of multi-mode then?

      Basically what you said: the fiber's core is larger, allowing one to inject power more easily (lower insertion loss, wider tolerances on connectors, so you can have them installed by a less-qualified technician). It doesn't change the loss per kilometer, though, AFAIK. The nonlinearity should be lower, as a given optical power would be spread over a larger area; however, that matters only for high-power applications, or long-distance transmission where you basically can't use multi-mode anyway.

      There is research on how to use multiple modes for separate channels, much like separate wavelengths. However, separating the modes at the output of the fiber is much more difficult.

  30. Doesn't matter. by VortexCortex · · Score: 1

    If spending profit to improve the worth of your company actually resulted in higher short term stock prices, maybe... Currently it does the opposite.

    Want faster Internet? Too bad, that kills our stock prices -- the investors won't allow it, we have to charge the customers more without letting the investors latch on to that profit so that we can spend it on improving our services. Too bad it's illegal to do that once you go public.

    If it costs anything beyond standard maintenance, it's not coming to the giant ISPs. That's what was so great about the smaller ISPs, they could risk more to provide better service and eventually end up with better stock prices in the end. The big ISPs of today are so immobile, the transition would take too long and cause the short-sighted investors jump ship.

    Seen it happen many times, don't take my word for it, do your own damn research if you actually care -- but you don't; so let's just bitch about not having fiber to the home, and make excuses for why our speeds suck in the US compared to smaller places, while marveling at new advances that will never reach us.

    1. Re:Doesn't matter. by Anonymous Coward · · Score: 0

      I guess that's also the reason why we're all using dialup modems or ISD- oh wait

  31. Re:I was going to make a "Library of Congress" jok by Anonymous Coward · · Score: 0

    AHHAHA That's the standard data density unit, LoC/Football field

  32. Fourrier Transform? by Anonymous Coward · · Score: 1
  33. Re:I was going to make a "Library of Congress" jok by Anonymous Coward · · Score: 0

    And how many coconuts?

  34. Original paper link by MasterPatricko · · Score: 1

    Ughh. way to gut the summary I had written.

    Anyway here's the original paper in nature photonics
    http://dx.doi.org/10.1038/nphoton.2011.74

    Basically the advancement in this technique is to take several incoming tributaries of data and use an optical FT method (OFDM) to encode into a single laser for transmission. Apparently the encoding/decoding is simple and low-power enough to fit on a silicon chip so this technology seems very implementable, just by upgrading the hardware on either end of existing fiber optic cables.

    The BBC article with their 0.1 Libraries of Congress per second was great too ;)

    --
    I'd tell a UDP joke, but you may not get it. I'd tell a TCP joke, but I'd have to keep repeating it until you got it.
  35. Re:I was going to make a "Library of Congress" jok by jd · · Score: 1

    The British version of the Library of Congress would be the combination of the National Archives and the British Library. Given the BBC partly functions in the manner of the FCC, you may need to include the BBC archives in there as well. The sum total of these three collections probably exceeds the Library of Congress but there's no collective name for all of this information.

    --
    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)
  36. What is the point? by Max_W · · Score: 1

    What's the point if ISP caps are 4 - 5 GB per month?

    1. Re:What is the point? by aXis100 · · Score: 1

      Change ISPs then. I'm about to get 200GB/month for A$50. And that's in a rural town in the lowest density developed nation in the world.

    2. Re:What is the point? by souravzzz · · Score: 1

      So you are going to able to use your connection in full speed for about 0.0615 seconds. Whether Caps are good or bad is debatable, but the caps need to increase over time as technology progresses. I would not bet on the ISPs upgrading the Caps significantly any time soon, or in the future.

  37. How about summarizing the ACTUAL NEWS instead??? by Co0Ps · · Score: 2

    Wow, the summary is completely misleading and tells you nothing about the actual news. It reads like they just figured out that they can use multiple frequencies to send additional bands of data. Everybody with a slightest clue about how optical data transmission works knows this already. The news in TFA however is that they have figured out how to encode this data with a single laser instead of one laser per band making it enormously more economic. A car analogy would be if someone had figured out how to make cars fly without wings, and the summary would be "a new vehicle pushes transportation to its limits. by sitting in a container with an engine one can travel much faster than walking." Facepalm.

  38. Re:I was going to make a "Library of Congress" jok by SuricouRaven · · Score: 1

    The BBC doesn't function anything like the FCC. The body you're looking for there is OFCOM. They handle frequency allocation*, what little broadcast content regulation we have**, the sort of thing the FCC would handle in the US. The US doesn't really have a counterpart to the BBC. The closest would be PBS, but they differ in some very important ways.

    *Much like the FCC, they'll occasionally say something about public benefit before auctioning it all off to the highest bidder.
    **As we don't have that many radio broadcast channels, and cable/sat are outside OFCOM's direct oversight, they don't have much to do here. They occasionally send a strongly-worded letter.

  39. Re:I was going to make a "Library of Congress" jok by Anonymous Coward · · Score: 0

    Conventionally, there's 10 libraries of congress that form parts of the Library of Congress, so in this case you would look at a speed of 1lcs or 0.1 LCs.

  40. Laser units? by Anonymous Coward · · Score: 0

    26 Tuna Boats per Shark?

  41. Am I the only one... by Anonymous Coward · · Score: 1

    ...Who read it as 26 tablespoons?

  42. Hah. by Weaselgrease · · Score: 1

    And AT&T will buy this technology and lock it away for the next 40 years then complain that they have to raise internet user rates to cover their yearly costs, a la the oil industry to alternative fuel sources.

  43. Re:I was going to make a "Library of Congress" jok by Anonymous Coward · · Score: 0

    No it doesn't, not even close to exceeding it.

  44. Re:Your experience is limited by b4dc0d3r · · Score: 1

    You can derive a set of sine waves that can reconstruct the original, but FFT will not break it down to the original sine waves. Only an orthogonal set. Two sine waves as you describe may be simple to pull apart reliably. Two sine waves is like factoring a prime.

    The article even calls the data "orthogonal frequency-division multiplexing (OFDM) data streams". The authors are aware of this problem. That's why I pointed out this isn't a simple FFT solution.

    Optical FFT means you don't have to decide which windowing function to use, or the size of the window. If you have any experience with FFT the implications will be obvious. If not, try any sound source and any FFT display software with different sizes and window functions, and you'll see you get different results depending on the settings. Then imagine not having to choose one.

    I further speculated that selecting a specific set of input frequencies made it easier to separate. This part seems pretty obvious, but if you don't know FFT results are orthogonal, the reason won't make any sense.