FullCalculator

Network Throughput Calculator

Effective Throughput

Calculate effective throughput considering overhead and efficiency

TCP Window Throughput

Calculate max TCP throughput based on window size and RTT

Formula

Effective Throughput = Bandwidth x (1 - Overhead%) x Utilization% | TCP Max = Window Size / RTT

Frequently Asked Questions

Why is my actual throughput lower than my bandwidth?
Actual throughput is always less than raw bandwidth due to protocol overhead (TCP/IP headers, TLS encryption), link utilization limits, TCP window size constraints, packet loss causing retransmissions, and contention with other traffic. Typical efficiency is 60-80% of raw bandwidth.
What is the bandwidth-delay product?
The bandwidth-delay product (BDP) is the maximum amount of data 'in flight' on a network connection: BDP = Bandwidth x RTT. The TCP window size must be at least as large as the BDP to fully utilize the link. A 100 Mbps link with 50ms RTT has a BDP of 625 KB.

You may also need