Intermediate Numbers & Data #bandwidth #latency #networking

🌐 Network Bandwidth Numbers

5 exercises — practice Mbps, Gbps, latency in milliseconds, and the critical bandwidth vs. latency distinction. Learn to explain network performance numbers accurately.

0 / 5 completed
Key network bandwidth vocabulary and conversions
  • "Bandwidth (Mbps/Gbps) = pipe width — how much data per second. Latency (ms) = pipe length — how long one request takes."
  • "1Gbps = 125MB/s (divide by 8 to convert bits to bytes)."
  • "Latency accumulates: 10 sequential calls at 2ms each = minimum 20ms added to total request time."
  • "CDN reduces latency by reducing distance — not by increasing bandwidth."
  • "Is X ms fast?" — depends on use case: interactive API needs p99 < 50-100ms; batch jobs are far more tolerant."
1 / 5
A team says "our API has 100Mbps bandwidth." A user complains about slow responses. Why might bandwidth not be the problem?