Work out how long a transfer will take at any speed, or the bandwidth you need to hit a deadline — with decimal and binary units handled properly.
Nothing is sent to the server — all calculations happen in your browser.
This is the theoretical figure at full line rate. Real transfers rarely reach it — TCP overhead, disk speed, latency and competing traffic all take a bite. Expect roughly 90–95% of these numbers for a large sequential transfer, and considerably less for many small files.
10 GB at 100 Mbps = 13 minutes 20 seconds (00:13:20)
Network speeds are sold in bits per second. File sizes are measured in bytes. There are eight bits in a byte, so a 100 Mbps connection tops out at 12.5 MB/s — and that single missing factor of eight is behind more "my internet is broken" tickets than any other cause.
The calculator keeps the distinction explicit. Every speed you enter is converted to bits per second internally, so a rate given as Mbps and one given as MB/s are handled by the same arithmetic and produce the same answer when they describe the same link.
There is a second mismatch, and it is the reason a "1 TB" drive shows up as 931 GB. Drive manufacturers and network engineers use powers of ten. Most operating systems use powers of two — but label the result with the decimal name.
| Decimal | Bytes | Binary | Bytes |
|---|---|---|---|
| KB | 1,000 | KiB | 1,024 |
| MB | 1,000,000 | MiB | 1,048,576 |
| GB | 1,000,000,000 | GiB | 1,073,741,824 |
| TB | 1,000,000,000,000 | TiB | 1,099,511,627,776 |
Both sets are available in the calculator. Pick the one your source actually used — choosing the wrong column introduces a 2.4% error at KB and 10% by TB.
A link running at line rate is not moving your data at line rate. Ethernet frames carry a 14-byte header, a 4-byte checksum, and 20 bytes of preamble and inter-frame gap. Inside the 1,500-byte payload, TCP and IP consume another 40 bytes. That leaves 1,460 bytes of application data out of 1,538 bytes on the wire — about 95%, before disk speed, latency or any other traffic is considered.
| Link speed | Theoretical max | Typical sustained |
|---|---|---|
| 100 Mbps | 12.5 MB/s | ~11.8 MB/s |
| 1 Gbps | 125 MB/s | ~118 MB/s |
| 10 Gbps | 1.25 GB/s | ~1.18 GB/s |
These figures assume a single large sequential transfer and storage that can keep up. Many small files perform dramatically worse, because each one costs a latency round trip rather than a slice of bandwidth — which is why archiving a directory before sending it is often several times faster than copying it file by file.
DMC IT Services designs network and cloud infrastructure for SMBs across London, Cambridge, Hertfordshire, and Bedfordshire — including sizing links for backup and migration workloads before they run.
Talk to an Engineer