Resource · Glossary

    Network Bandwidth: What It Is and How It's Measured

    Bandwidth is the maximum rate a network link can carry data, measured in bits per second. It's the most quoted number in networking and the most misread one — because the pipe's width says nothing about how full it is, how fast it responds, or what happens when it saturates.

    Measurement

    How Is the Bandwidth of a Network Measured?

    Two ways, for two purposes. Active testing (iperf between hosts, speed tests to the internet) pushes traffic through a path to find its real ceiling — useful for validation and troubleshooting. Passive measurement reads interface byte counters over SNMP at intervals and converts them to bits per second — how monitoring platforms track every link's utilization continuously without adding load.

    Units

    Bits per second: Mbps and Gbps. Note bits, not bytes — divide by 8 for transfer sizes.

    Active tests

    iperf and speed tests measure a path's real achievable rate.

    SNMP counters

    Interface counters polled over time give continuous utilization.

    95th percentile

    How carriers bill: sustained usage, ignoring the top 5% of spikes.

    Bandwidth vs Throughput

    The Pipe vs What Gets Through It

    Bandwidth is capacity; throughput is reality. Protocol overhead trims a few percent, latency limits how fast TCP can ramp, and packet loss cuts throughput brutally — a fraction of a percent of loss can halve TCP's rate on a long path. That's why "we have plenty of bandwidth" and "transfers are slow" are so often both true: the bottleneck is loss or latency, not the pipe. Measure all three together before buying a bigger link.

    Utilization trends per interface
    Saturation alerts before users notice
    Loss and latency alongside bandwidth
    Capacity upgrades planned from data
    Per-link context: device, rack, services
    FAQ

    Common Questions About Bandwidth

    How is the bandwidth of a network measured?

    Bandwidth is measured in bits per second — today usually megabits (Mbps) or gigabits (Gbps). It's tested by transferring known amounts of data between two points (iperf, speed tests) or read continuously from interface counters via SNMP, which is how monitoring platforms track utilization.

    What does bandwidth mean?

    Bandwidth is the maximum data rate a link can carry — the width of the pipe. It's capacity, not speed: a 10 Gbps link doesn't make each packet faster, it lets more of them travel at once.

    What is the difference between bandwidth and throughput?

    Bandwidth is the theoretical maximum; throughput is what you actually achieve after protocol overhead, congestion, and loss. A 1 Gbps link typically delivers ~940 Mbps of real TCP throughput on a clean path — and much less if there's packet loss or latency.

    What is bandwidth monitoring?

    Bandwidth monitoring is continuously tracking utilization per interface — usually via SNMP counters — to see trends, spot saturation before users feel it, and plan upgrades from data instead of complaints.

    See utilization, loss, and latency in one place