대역폭

모니터링

정의

네트워크 링크의 최대 데이터 전송 속도로, 일반적으로 초당 비트(Mbps, Gbps)로 측정됩니다. 대역폭은 실제 속도가 아닌 용량을 나타내며, 실제 전송 속도는 지연 시간, 혼잡, 프로토콜 오버헤드에 따라 달라집니다.

Bandwidth vs. Throughput vs. Speed

Bandwidth is the maximum theoretical capacity of a link — the size of the pipe. ThroughputThe actual rate of successful data transfer over a network, measured in bits per second. Unlike bandwidth (theoretical maximum), throughput reflects real-world performance after accounting for latency, packet loss, and protocol overhead. is the actual data rate achieved under real conditions — how much data flows through that pipe at a given moment. "Speed" is a colloquial term that conflates both. A 1 Gbps fibre link has 1 Gbps of bandwidth, but if TCP congestion, Packet LossThe percentage of data packets that fail to reach their destination, typically caused by network congestion, faulty hardware, or wireless interference. Even 1-2% packet loss can noticeably degrade voice and video quality., or CPU bottlenecks are present, measured throughput may be a fraction of that. Understanding the distinction matters when diagnosing why a connection feels slow despite a high-tier subscription.

Factors That Reduce Effective Bandwidth

Protocol overhead is unavoidable: TCPTransmission Control Protocol. A reliable, connection-oriented transport protocol that guarantees ordered, error-checked delivery of data through three-way handshakes, acknowledgments, and retransmission. The foundation of HTTP, SSH, and most internet services. headers, IPInternet Protocol version 4. The fourth revision of IP using 32-bit addresses (e.g., 192.168.1.1), providing approximately 4.3 billion unique addresses. Still the most widely used internet protocol despite address exhaustion. headers, Ethernet framing, and SSL/TLSSecure Sockets Layer / Transport Layer Security. Cryptographic protocols that provide encrypted, authenticated communication over a network. SSL is deprecated; modern implementations use TLS 1.2 or TLS 1.3. record overhead consume a small but real percentage of every transmission. Half-duplex links common in older Wi-FiA family of wireless networking protocols based on the IEEE 802.11 standards, enabling devices to connect to a local network without cables. Wi-Fi 6 (802.11ax) and Wi-Fi 7 (802.11be) are the latest generations. networks share bandwidth between transmit and receive directions. Contention with other users on a shared segment — the last mile in cable broadband being a classic example — causes bandwidth to vary by time of day.

Measuring and Monitoring

Internet Speed Test gives a snapshot of available bandwidth between your device and a test server, sampling both download and upload directions. For ongoing monitoring, SNMP counters on network interfaces provide cumulative byte counts; plotting the rate of change gives a continuous bandwidth utilization graph. Network operators use these graphs to identify when a link consistently exceeds 70-80% utilization — the threshold at which LatencyThe time delay for a data packet to travel from source to destination, typically measured in milliseconds (ms). Lower latency is critical for real-time applications like video calls, gaming, and financial trading. and Packet LossThe percentage of data packets that fail to reach their destination, typically caused by network congestion, faulty hardware, or wireless interference. Even 1-2% packet loss can noticeably degrade voice and video quality. typically rise under bursty traffic.

관련 용어

모니터링에서 더 보기