The Puzzle
A network administrator at a reputed engineering college in India receives a bizarre bug report from the computer science faculty: following a major OS upgrade on the campus email and edge servers, researchers can no longer establish connections to any external servers located more than 800 kilometers away.
The admin dismisses it as a joke. Software protocols like TCP/IP do not understand geographic distance; they only understand IP addresses and routing hops. A server in Mumbai should be as reachable as a server in New York, provided the routing tables are intact.
However, after running diagnostic pings, the admin is stunned to find the faculty is entirely correct.
- Connections to a server in a neighboring city (150 km away) succeed instantly.
- Connections to a server 700 km away succeed.
- Connections to a server 850 km away fail consistently, dropping the TCP handshake.
- Connections to international servers fail completely.
The routing tables are perfect. The ISP is not blocking traffic. The physical fiber-optic cables are fully operational. Why is the campus network suddenly constrained by a strict geographical boundary?
Formalization
Let the maximum successful connection distance be $D \approx 800 \text{ km}$. The speed of light in a vacuum is $c \approx 3 \times 10^5 \text{ km/s}$. The propagation speed of a signal through fiber-optic cables is $v \approx \frac{2}{3}c \approx 2 \times 10^5 \text{ km/s}$. Let $T$ be the total time required for a signal to travel to the destination and back (Round Trip Time). $T = \frac{2D}{v}$.