- Why does this route use Mbps instead of MB/s?
- Network links and ISP packages are typically advertised in megabits per second (Mbps). Using Mbps aligns with those specs. If your tools report MB/s, you can multiply by 8 to convert to Mbps before entering the value.
- Should I use my ISP’s advertised speed or a measured speed?
- Always prefer measured speeds for planning. Advertised speeds are peak theoretical values; real-world throughput is often significantly lower due to overhead, contention, and routing. Use a speed test or sample transfer to get a realistic number.
- Does this use decimal GB/TB or binary GiB/TiB?
- This route uses decimal KB, MB, GB, and TB because that matches the live calculation and many network-speed conventions. If your source system reports binary GiB or TiB, convert first or add a small planning margin.
- Why is my actual backup or restore slower than the estimate?
- The route gives a baseline based on effective throughput, but real jobs can be slowed by protocol overhead, small-file handling, encryption, checksums, verification passes, retries, storage bottlenecks, and throttling. Operationally, a margin on top of the estimate is usually safer than trusting the exact number.
- Can I use this for uploads, downloads, backups, and restores?
- Yes. The math is the same as long as you enter the effective throughput for the path you actually care about. Use upstream speeds for cloud backups, downstream or LAN speeds for restores and local copies, and measured application throughput whenever possible.
- Should I enter the full dataset size or just changed data?
- Use the amount of data that will actually move in the job you are planning. For a full migration or full backup, that may be the complete dataset. For an incremental or differential backup, use the changed-data size instead.
- How do parallel streams affect the estimate?
- This tool assumes one effective throughput number. If parallel streams really improve total payload throughput, measure the combined rate under realistic conditions and enter that aggregate number rather than the theoretical sum of link speeds.
- When should I choose a different transfer method instead of waiting for the network?
- If the estimate is already close to or beyond your allowed window before overhead is added, that is a signal to consider compression, staging to local storage, scheduling during quieter hours, or pre-seeding data on a physical device rather than pushing everything over the same link.