Slashdot Log In
Researchers Transmit Optical Data at 16.4 Tbps 2550km
Posted by
CmdrTaco
on Thursday February 28, @08:41AM
from the someone-compute-the-porntential dept.
from the someone-compute-the-porntential dept.
Stony Stevenson writes "The goal of 100 Gbps Ethernet transmission is closer to reality with the announcement Wednesday that Alcatel-Lucent researchers have recorded an optical transmission record along with three photonic integrated circuits. Carried out by researchers in Bell Labs in Villarceaux, France, the successful transmission of 16.4 Tbps of optical data over 2,550 km was assisted by Alcatel's Thales' III-V Lab and Kylia, an optical solution company. The researchers utilized 164 wavelength-division multiplexed channels modulated at 100-Gbps in the effort."
Related Stories
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading ... Please wait.

Translation please? (Score:5, Funny)
Re:Translation please? (Score:5, Funny)
Re:Translation please? (Score:5, Informative)
(total seconds per fortnight)
14 days per fortnight
24 hours per day
60 minutes per hour
60 seconds per minute
all over
(seconds per Library of Congress transferred)
20 terabytes per second (one LoC/second)
2.05 terabytes per second (16.4 terabits per second
Re:Translation please? (Score:4, Funny)
Re:Translation please? (Score:4, Funny)
Well... if you are Concast they will give you those numbers in terms of photos or mp3's or emails downloaded in a month.
Personally I like to know in terms of how many 8 track tapes I can download a month.
Re: (Score:3, Funny)
Re: (Score:3, Informative)
DVDR = 159238213.7 GB/747LCF
HDVD = 677609420 GB/747LCF
BDVD = 847011775 GB/747LCF
-nB
So, this speed, on a scale of 1-10... (Score:5, Funny)
ObWalken (Score:4, Funny)
Don't get too excited. (Score:5, Funny)
Just check your TOS agreement. It's all right there.
Re:Don't get too excited. (Score:5, Funny)
*1 Gig upload/download monthly limits apply
maybe its just me (Score:5, Funny)
how very Star Trek of them.
Re:maybe its just me (Score:5, Funny)
I'm sorry Captain, but we canno' reach these speeds with time-division multiplexing. the phase coils canno' handle it!
Doesn't matter... (Score:5, Funny)
For download rate n, my demand for new porn will require me to download at a rate of n+1.
Re: (Score:3, Insightful)
Re:16.4 Tbps of optical data? (Score:5, Informative)
Re:16.4 Tbps of optical data? (Score:5, Informative)
Re: (Score:3, Informative)
Re:Make it Short and Fast and Snappy (Score:5, Interesting)
It doesn't really matters (yet, and considering Ethernet technology) if the BW of the fiber is a zillion Petabits/sec.
The problem is now at 1Gbps and 10Gbps in Ethernet technology, and is because the processor overloads with the amount of hardware interrupts. The processors that are general purpose have to waste too many clock cycles processing that much interrupts, the processors nowadays are superscalar [ http://en.wikipedia.org/wiki/Superscalar [wikipedia.org] ]and every time the processor have to change the context (to attend an interrupt) has to do lots of things like unloading the registers, saving the context, loading the registers of the new process, and has to drop something out of the pipeline [ http://en.wikipedia.org/wiki/Pipeline_(computing) [wikipedia.org] ] loosing performance.
Ethernet tech has a huge latency [ http://en.wikipedia.org/wiki/Latency_(engineering) [wikipedia.org] ] and a stack that makes processing not so easy (if you look at te code of a linux network device driver it handles pretty much everything including writing the mac address that is only copied when the driver initialize).
That is why there are some relative new things (NAPI in Linux) that try to make lessen the overload, there are new network devices that handle layer 2 and 3 (or at least parts of those, for example, is used to be handled the checksum algorithm) to avoid doing it in the processor. There are some white papers (one from intel, another from NetXen, I'm sorry I don't have the links now) that explain the problem and some approach to a possible solution.
Yes, I know, there is something I have not said, and is that the main switches or routers have to deal with that and have hardware specially designed to do heavy network packet processing, and that is the point, the network cards will have to do that (and are already starting to), neither is an easy job for hardware designers, nor for the market, is easier and cheaper to have a machine that you can change the behaviour only changing the firmware or changing settings from a program (routers have an operating system, and lots of those are a general purpose microprocessor with a linux kernel and a web server to configure it, for example home routers).
There is much to say yet in this field.
Re: (Score:3, Informative)
Re: (Score:3, Insightful)
New API (NAPI) takes a mixed approach, read: [ http://en.wikipedia.org/wiki/New_API [wikipedia.org] ], and for more information: [ http://www.linux-foundation.org/en/N [linux-foundation.org]
Re: (Score:3, Insightful)
Stick a thousand machines on each end, and you'll understand why 100Gbps is needed.
Re: (Score:3, Interesting)
Re: (Score:3, Informative)
Re:Sending "optical data" (Score:4, Funny)