Goodput

Last updated

In computer networks, goodput (a portmanteau of good and throughput ) is the application-level throughput of a communication. In other words, goodput is the number of useful information bits delivered by the network to a certain destination per unit of time. [1] The amount of data considered excludes protocol overhead bits as well as retransmitted data packets. [1] This is related to the amount of time from the first bit of the first packet sent (or delivered) until the last bit of the last packet is delivered.

Contents

For example, if a file is transferred, the goodput that the user experiences corresponds to the file size in bits divided by the file transfer time. The goodput is always lower than the throughput (the gross bit rate that is transferred physically), which generally is lower than network access connection speed (the channel capacity or bandwidth).

Examples of factors that cause lower goodput than throughput include:

Example

For an application using the common Transmission Control Protocol (TCP) over IPv4 over Ethernet, the minimum protocol overhead consists of

for a total of 78 bytes: 38 bytes for Ethernet, and 40 bytes for IPv4 and TCP.

An IP packet over Ethernet may have a size of up to 1500 bytes – the maximum transmission unit for Ethernet. That means that a TCP segment can transport up 1500 - 40 = 1460 bytes, while Ethernet needs to transport 1500 + 38 = 1538 bytes. The overall efficiency is 1460 / 1538 = 94.9 %. Accordingly, the maximum goodput for any application running over 100 Mbit/s Ethernet with TCP/IP is 94.9 Mbit/s or 11.9 MB/s. For Gigabit Ethernet, the same calculation results in 949 Mbit/s, or 119 MB/s.

When large objects or files (megabytes) are transmitted, the overhead of the application itself may be ignored since most protocols only add a single header of limited size for each object or file. When only small objects are transmitted, the overhead increases in proportion and becomes more significant.

Data delivery time

The goodput is a ratio between delivered amount of information, and the total delivery time. This delivery time includes:

See also

References

  1. 1 2 RFC 2647. sec. 3.17. doi: 10.17487/RFC2647 .

Sources