Networking

Bandwidth

The maximum rate of data transfer across a network path, measured in bits per second (bps, Mbps, Gbps). Bandwidth is the capacity of the pipe, while throughput is the actual achieved rate accounting for protocol overhead, retransmissions, and congestion. High bandwidth does not guarantee low latency — a satellite link may have 50 Mbps bandwidth but 600 ms of latency. API designers optimize for bandwidth by compressing payloads and using binary protocols like gRPC.

関連プロトコル

ガイドで言及されています

関連項目