Instiq
Chapter 1 · Standards and Concepts·v1.0.0·Updated 7/17/2026·~13 min

What's changed: Initial version

1.2Bandwidth and throughput

Key points

Covers the difference between bandwidth (a link's theoretical maximum capacity) and throughput (the actual effective amount that flows), latency as a measure of delay, and the difference between a speed test (against a server) and iperf (between two points)—framed as the judgment of using numbers to isolate a "it is slow" complaint.

"The network is slow" is one of the most common support complaints, yet few words are vaguer. Slowness has separate faces: is the link's capacity simply insufficient, is capacity present but effective speed low, or is capacity ample but response (delay) high? This section distinguishes bandwidth (the theoretical maximum) from throughput (the actual flow), adds latency, and uses two measurement methods—speed test and iperf—to build the basics of turning a subjective "slow" into numbers you can isolate with.

1.2.1Bandwidth, throughput, and latency

  • Bandwidth is the maximum transmission capacity a link can theoretically carry (e.g., 1 Gbps). Like the "width of a road," it is the catalog upper bound.
  • Throughput is the effective amount of data that actually flows per unit time. Due to overhead, congestion, interference, and device performance, it is always at or below the bandwidth. On a 1 Gbps link measuring 600 Mbps, the throughput is 600 Mbps.
  • Latency (delay) is the waiting time until data arrives (e.g., 20 ms round trip). Even with wide bandwidth, high latency feels "unresponsive." Capacity (bandwidth/throughput) and delay (latency) are separate metrics, and not confusing them is the key to isolation.

1.2.2Speed test vs. iperf

  • A speed test measures upload/download speed and latency from a browser against a measurement server on the internet. It is handy for checking "the felt speed from home or office to the internet," but the result also mixes in the path and the far server's condition.
  • iperf is a tool that measures effective throughput between two endpoints (a sender and a receiver) you set up yourself. Because it isolates the capability of a specific segment—say internal point A to point B—it suits pinpointing "which segment is slow."
Exam point

Most-tested: bandwidth = theoretical maximum capacity vs. throughput = effective amount always at or below bandwidth; latency is delay, not capacity (a separate metric); a speed test measures against an internet measurement server while iperf measures between two of your own endpoints. Build the habit of splitting "slow" into capacity, effective flow, or delay.

Suppose a branch office complains that "copying to the file server is slow." Concluding "the link is 1 Gbps so bandwidth must be plenty—it is imagined" is a wrong call, because bandwidth (the contracted 1 Gbps) is only a theoretical ceiling and differs from the throughput actually achieved. The right approach is to capture the situation in numbers first. Running iperf from a branch PC to the head-office server measures the effective throughput of that specific segment and yields a concrete figure—say only 120 Mbps. Next, running a speed test from the same PC that shows ample speed toward the internet lets you narrow the problem to a specific internal segment, not the internet link. Further, if the copy itself is fine but interactions feel sluggish overall, the issue may be latency (delay) rather than capacity, and you should look at ping round-trip times. The key posture: decompose "slow" into "insufficient capacity (bandwidth/throughput)," "low effective flow on a specific segment (isolate with iperf)," and "slow response (latency)," and turn each into numbers with the right measurement. Rather than swapping hardware on a hunch, measure first and isolate—this is the basic discipline of support.

Metric/methodMeaningWhen to use
BandwidthTheoretical maximum capacity (catalog ceiling)Confirming a link's designed upper bound
ThroughputActual effective flow (at or below bandwidth)Grasping the speed actually achieved
LatencyThe delay until data arrivesInvestigating sluggish responsiveness
Speed testMeasurement against an internet serverQuickly checking felt speed to the internet
iperfEffective throughput between two own endpointsIsolating a specific internal segment's capability
Warning

Trap: "If the contract is 1 Gbps, the measured speed must always be 1 Gbps" is wrong—bandwidth is a theoretical ceiling, and actual throughput is always at or below it due to overhead and congestion. Also wrong: "wider bandwidth automatically lowers latency"—capacity (bandwidth) and delay (latency) are separate metrics, and a wide link can still have high latency.

Bandwidth vs. throughput, latency, speed test vs. iperf.
Isolating "slow" with numbers

1.2.3Section summary

  • Bandwidth is the theoretical maximum capacity; throughput is the effective amount, always at or below bandwidth—do not confuse them
  • Latency measures delay, not capacity; when responses are slow, suspect latency rather than capacity
  • A speed test is a quick measurement toward the internet; iperf isolates a specific segment between two of your own endpoints

Sign in to track progress — Log in.

Quick check

(just a quick review)

Q1. On a link with 1 Gbps contracted bandwidth, an actual file transfer measures about 600 Mbps. Which interpretation of this result is most appropriate?

Q2. Only file transfers from internal site A to site B are slow, while speed to the internet is fine. Which method best isolates and measures the effective throughput of the specific A-to-B segment?

Q3. An application draws a report that "capacity should be ample, yet interactions feel sluggish overall." Which metric is most appropriate to check first?

Check your understandingPractice questions for Chapter 1: Standards and Concepts