Stories
Slash Boxes
Comments

SoylentNews is people

posted by martyb on Sunday October 23 2022, @12:15AM   Printer-friendly
from the kilo-mega-giga-tera-peta...wow-that's-*FAST* dept.

Record 1.84 Petabit/s Data Transfer Achieved With Photonic Chip, Fiber Optic Cable

Scientists from the Technical University of Denmark in Copenhagen have achieved 1.84 petabits per second data transfers using a single photonic chip connected via a single optical fiber cable. The feat was accomplished over a distance of 7.9 km (4.9 miles). For some perspective regarding this achievement, at any time of day, the average internet bandwidth being used by the whole world's population is estimated to be about 1 petabit/s.

[...] Firstly, the data stream used in the trial was split into 37 lines, with each one sent down a different optical thread in the cable. Each of the 37 data lines were split into 223 data chunks corresponding to zones of the optical spectrum. What this allowed is for creating a "frequency comb" where data was transmitted in different colors at the same time, without interfering with other streams. In other words a "massively parallel space-and-wavelength multiplexed data transmission" system was created. Of course, this splitting, and re-splitting massively increased the potential data throughput supported by a fiber optic cable.

[...] In action, the photonic chip splits a single laser into many frequencies and some processing is required to encode light data for each of the 37 data optical fiber streams. A refined fully capable optical processing device should be possible to build at approximately the size of a match box, according to Jørgensen. This is a similar size to current single color laser transmission devices used by the telecoms industry.

Also at Notebookcheck.

Journal Reference:
A. A. Jørgensen, D. Kong, M. R. Henriksen, et al. Petabit-per-second data transmission using a chip-scale microcomb ring resonator source (DOI: 10.1038/s41566-022-01082-z) (DX)


Original Submission

 
This discussion was created by martyb (76) for logged-in users only, but now has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by legont on Sunday October 23 2022, @01:36AM (3 children)

    by legont (4179) on Sunday October 23 2022, @01:36AM (#1277934)

    I done those kind of tests in the office - not that scale obviously. It is hard to generate a lot of data on the fly. If data was pre generated, it is even harder to read it fast enough. I don't know much about fiber so I guess I accept it, but I'd really wanted to see how they got the data. Perhaps some analog device? Even some quantum thing? Look, it's twice the size of the whole traffic.
    I hope they did not load one channel and said that many of them would handle that many multiplied. That'd be fishy.

    --
    "Wealth is the relentless enemy of understanding" - John Kenneth Galbraith.
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 3, Informative) by BigJ on Sunday October 23 2022, @02:26AM (2 children)

    by BigJ (3685) on Sunday October 23 2022, @02:26AM (#1277943)

    PRBS algorithm https://en.m.wikipedia.org/wiki/Pseudorandom_binary_sequence [wikipedia.org] generates data on chip at line speed. Since it's deterministic, you can check for transmission errors.

    • (Score: 2) by legont on Sunday October 23 2022, @02:57AM (1 child)

      by legont (4179) on Sunday October 23 2022, @02:57AM (#1277949)

      That's a variation of the original pseudorandom multiplication algorithm which in FORTRAN takes just one cycle. Way not fast enough though.

      --
      "Wealth is the relentless enemy of understanding" - John Kenneth Galbraith.
      • (Score: 4, Interesting) by BigJ on Sunday October 23 2022, @04:53AM

        by BigJ (3685) on Sunday October 23 2022, @04:53AM (#1277953)

        Plenty fast when it's performed in an ASIC. It's just a linear feedback shift register. Each bit clock shifts out a new value. No need for a general purpose cpu to generate data. Each WDM channel would have its own PRBS logic. 1.84pb/s / 37 / 223 = 223gb/s per WDM channel. That's Ethernet speeds. Current silicon logic would have no problems generating test patterns at that line rate.