Is optical fibers used for distributed systems? The communication between machines seems to be a bottleneck for distributed systems. Why aren't optical fibers used then? |
Is optical fibers used for distributed systems? The communication between machines seems to be a bottleneck for distributed systems. Why aren't optical fibers used then? |
As @talidayo points out, the fiber connections are unlikely to be saturated. What hurts distributed systems is the overhead of message sending, the packing and unpacking of transmission data structures. As a rudimentary rule, individual nodes / services should spend only a small fraction of the resources and time for marshaling data and the rest on useful computation.