I have the following problem to solve. I have to find the maximum achievable distance between two nodes of a network, given the maximum delay possible between them. The connection can be single mode optical fiber or shared ethernet connection.
Thanks to the help of some users, I was able to calculate the distance of the link using the propagation speed inside fiber and ethernet. However, the length that comes out is unrealistic. so there must be other parameters I have to take into account, to get this distance.
For example, one of the max delays I can have is 8,5 ms. in optical fiber, that is more than 1000 kms, which is absurd. I was thinking that maybe attenuation has to be considered, so additional delay maybe from repeaters?
Any ideas?
Thank you