0Pricing
Network+ Academy · Lesson

Bandwidth, Throughput, and Latency Basics

Understand the simple measures that decide how fast a connection feels.

Bandwidth, Throughput, and Latency Basics is a free Network+ Academy lesson on CoddyKit — lesson 4 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Network+ Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.

Measuring a Connection

"Fast" has several meanings. Three measures describe a network: bandwidth, throughput, and latency — each a different part of the experience.

What Bandwidth Means

Bandwidth is the most data a connection can carry per second, like a pipe's width — measured in bits per second (Mbps, Gbps). It is a capacity limit.

Bits Versus Bytes

Speeds use bits; file sizes use bytes, and 8 bits make 1 byte. So 100 Mbps delivers about 12.5 megabytes per second at best.

What Throughput Means

Throughput is the speed you actually get, usually below bandwidth. Congestion, distance, and errors all drag it down. Bandwidth is the limit; throughput is reality.

What Latency Means

Latency is the delay before data starts moving — how long a packet takes to travel, in milliseconds. Low feels snappy; high feels laggy.

Round-Trip Time

Round-trip time (RTT) is how long a packet takes to reach a destination and reply. The ping tool reports it — that is your ping. Lower is snappier.

ping example.com
64 bytes from example.com: time=24.3 ms
64 bytes from example.com: time=23.9 ms

Jitter

Jitter is how much latency varies. Uneven delays make voice and video stutter even when the average is low. Steady timing matters for live media.

Which Matters When

Different tasks stress different measures. Big downloads need throughput; video calls and gaming need low latency and jitter to feel natural.

Why High Bandwidth Is Not Enough

More bandwidth does not fix everything. A call on a 1 Gbps link with 300 ms latency still lags, because delay, not capacity, is the problem.

What Causes Delay

Latency comes from distance, router processing, and congestion. Distance sets a hard floor — even light takes time, so a far server always feels slower.

Putting It Together

Bandwidth is max capacity, throughput is what you get, latency is delay, and jitter is how steady that delay is. Name the failing one to fix it.

Quick Check

Which measure best describes the delay before data arrives?

Recap

Bandwidth is max capacity; throughput is your real rate; latency is delay (ping/RTT), and jitter is its variation. Downloads need throughput, calls need low latency.

Frequently asked questions

Is the “Bandwidth, Throughput, and Latency Basics” lesson free?

Yes — the full text of “Bandwidth, Throughput, and Latency Basics” is free to read here on the web, and the Network+ Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Network+ Academy course, upgrade to CoddyKit PRO.

What will I learn in “Bandwidth, Throughput, and Latency Basics”?

Understand the simple measures that decide how fast a connection feels. You practise Network+ Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start Network+ Academy?

No prior experience is required. Network+ Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 4 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “Bandwidth, Throughput, and Latency Basics” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this Network+ Academy lesson?

Yes. Every Network+ Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. The Internet as a Network of Networks
  2. What Happens When You Visit a Website
  3. Internet Service Providers and Backbones
  4. Bandwidth, Throughput, and Latency Basics
← Back to Network+ Academy