Slashdot Mirror


Sun Turns to Lasers to Speed Up Computer Chips

alphadogg writes to mention that Sun is attempting to move from the typical design of multiple small chips back to a unified single-wafer design. "The company is announcing today a $44 million contract from the Pentagon to explore replacing the wires between computer chips with laser beams. The technology, part of a field of computer science known as silicon photonics, would eradicate the most daunting bottleneck facing today's supercomputer designers: moving information rapidly to solve problems that require hundreds or thousands of processors."

6 of 130 comments (clear)

  1. Great idea! by peipas · · Score: 5, Funny

    I assume these systems will be water-cooled so the miniaturized sharks have somewhere to swim.

  2. Are actuators faster than direct connections? by BadAnalogyGuy · · Score: 5, Interesting

    I wonder if the time saved transmitting information via light is offset by the transition time used to translate that back into electric signals. On a single board, the distance travelled is on the order of decimeters. On a chip, micrometers. Are the time savings *that* significant? Even between peripherals, the time saved seems negligble.

    1. Re:Are actuators faster than direct connections? by bartosek · · Score: 5, Informative

      In fact electrons in your typical electrical wire don't move anywhere near the speed of light.

      http://www.eskimo.com/~billb/miscon/speed.html

    2. Re:Are actuators faster than direct connections? by JustinOpinion · · Score: 5, Insightful

      The article doesn't make it clear whether using optical communications is intended to reduce latency or increase bandwidth.

      With respect to latency: the electrical signals travel at ~30% the speed of light, whereas the optical signals travel at ~70% the speed of light (it depends on refractive index, etc.). Over the distances we're talking about (as you said, mm to dm), that's only fractions of a nanoseconds delay savings. This is on the order of a modern computer's switching time. All this complexity to get rid of a one or two processor cycles of latency?

      I suspect instead they are looking to increase bandwidth. An optical fiber can carry very high data rates. Moreover a single physical fiber can carry multiple simultaneous channels (e.g. different wavelengths of light). So the intention may instead be to create high-bandwidth links between various processors. Using on-chip lasers can make the entire assembly smaller and faster than the equivalent for electrical wires.

      Really what they want, I think, is to implement the same kind of high-speed optical switching we use for transcontinental fiber-optics into a single computer or computer cluster. If you can put all the switching and multiplexing components directly onto the silicon chips, then you can have the best of both worlds: well-established silicon microchips that interface directly into well-understood high-speed optical switching systems.

  3. -1 : redundant by UdoKeir · · Score: 5, Funny

    To quote Scott McNealy:

    You know, I have one simple request. And that is to have SPARCS with frickin' laser beams attached to their heads!

  4. A really high bridge by Pinky's+Brain · · Score: 5, Informative

    On chip they are pumping the signal over a traces with mm range lengths and um range widths, off chip it's over traces with dm range lengths and mm range widths. Timing and power consumption are hard enough problems on chip, off chip they become much harder ... not to mention that most of the power consumed either goes into EM or gets coupled into other signals.

    Serial connections help with the timing, but do diddly for power and noise. That's where optical comes in.