A faster but more expensive method that i just thought about might be by using an equivalent of a parallel bus using fiber optics !
Instead of using one line to transfer data on. we use multiple cables.
imagine a 32bit parallel communication medium. Thats 32 separate fiber optic cables catering only one connection .
Now lets reduce that to a 4bit parallel system to ease explanation (4 cables) .
on a normal one cable setup the data will travel one bit after the other to deliver a number* on the other end
on 4 cable parallel setup each bit will travel on its own separate pipe !
thats:
bit0=0
bit1=1
bit2=1
bit3=1
all the bits will arrive at the same time rather than arriving one after the other on a one cable setup !
DAMN IM SMART :D now im off to do a working model :P
Instead of using one line to transfer data on. we use multiple cables.
imagine a 32bit parallel communication medium. Thats 32 separate fiber optic cables catering only one connection .
Now lets reduce that to a 4bit parallel system to ease explanation (4 cables) .
on a normal one cable setup the data will travel one bit after the other to deliver a number* on the other end
on 4 cable parallel setup each bit will travel on its own separate pipe !
thats:
bit0=0
bit1=1
bit2=1
bit3=1
all the bits will arrive at the same time rather than arriving one after the other on a one cable setup !
DAMN IM SMART :D now im off to do a working model :P