In 1948 Claude Shannon proved that any communication channel — copper wire, WiFi,
fibre, a shout across a room — has a hard ceiling on how much information it can
carry reliably, no matter how clever the encoding scheme. That ceiling is the
Shannon-Hartley capacity: C = B · log₂(1 + S/N),
where B is bandwidth in hertz and S/N is the linear
signal-to-noise ratio. Push data faster than C and errors become
unavoidable, however good your modem or WiFi chipset is.
min(1, C / attempted rate).A WiFi speed test that consistently falls short of the router's advertised number isn't necessarily broken — it's often just running into this exact ceiling, set by the real bandwidth and SNR of the link at that moment.
A 3D noisy-channel model where a data pipe's width represents bandwidth, an internal gate represents the Shannon-Hartley capacity limit, and packets you push through succeed or fail exactly at the rate the maths predicts.
Capacity C = B·log₂(1+S/N) sets a hard ceiling. Push your attempted rate past that ceiling and packets start colliding with the capacity gate and getting dropped, in exactly the proportion predicted by the formula.
Adjust bandwidth and signal-to-noise ratio to reshape the channel and capacity gate, then drag the attempted-rate slider past the ceiling to watch packet loss appear. Try the preset links for realistic scenarios.
Claude Shannon's 1948 theorem still governs every WiFi router, modem and fibre link today — it's the reason speed tests plateau even when hardware and software are working perfectly.