calc.engineer / Homelab & Networking / Network Bandwidth
Network Bandwidth v1.0.0
Plan and validate network link capacity for homelab workloads. Determine whether a 1G, 2.5G, 10G, or faster link can handle your concurrent streams (VMs, backups, media, iSCSI). Calculates effective bandwidth after TCP/IP overhead, total required bandwidth, utilization percentage, and remaining headroom. Flags saturation at 80% utilization and identifies whether the bottleneck is network or storage. Provides a 1TB transfer time reference and recommends the next link speed upgrade if your current link is saturated. Useful for planning NIC upgrades, switch purchases, and storage network design.
Fill in the inputs and Compute to see the structured result.
From an agent (MCP) or the API
curl -X POST https://calc.engineer/api/network_bandwidth \
-H "Content-Type: application/json" \
-d '{"link_speed_gbps": …, "concurrent_streams": …, "stream_bandwidth_mbps": …}'MCP: connect to https://calc.engineer/mcp and call network_bandwidth.
calc.engineer — free, MCP-native engineering tools.