In a Nutshell

Why can't we just push 100Gbps over a standard copper phone line? The answer lies in the fundamental laws of information theory. The Shannon-Hartley theorem defines the maximum rate at which information can be transmitted over a communications channel of a specified bandwidth in the presence of noise.

The Capacity Formula

Claude Shannon proved that the capacity CC of a channel is limited by two primary physical factors: the Bandwidth (frequency range) and the Signal-to-Noise Ratio (SNR).

C=Blog2(1+SN)C = B \log_2(1 + \frac{S}{N})

Where:

  • C: Channel Capacity (bits per second).
  • B: Bandwidth (Hz).
  • S/N: Signal-to-Noise Power Ratio (linear, not dB).
  • N: Gaussian Noise power.

SHANNON CAPACITY ENGINE v1.2

Mathematical Ceiling Analysis

Status
Solving...
Theoretical Max Throughput (C)
0.0Mbps
Shannon-Hartley Solved
Channel Bandwidth (B)
20 MHz
1 MHzNarrowband160 MHz (Standard 5GHz)
Signal-To-Noise Ratio (SNR)
20 dB
-10 dB (Noise Floor)Medium Link60 dB (Optical Pure)

Efficiency Rating

0.00bit/Hz

Noise Relation

100xLinear

Note: Linear SNR below -1.59 dB makes successful communication mathematically impossible. Current setting is SAFE.

Solved:C = 20M × log₂(1 + 100)0.00 Mbps

Converting dB to Linear

In the field, we measure SNR in decibels (dB). To use the Shannon formula, we must convert the log-scale dB back to the linear power ratio:

Linear Ratio=10(SNRdB/10)\text{Linear Ratio} = 10^{(\text{SNR}_{dB} / 10)}

Example: An SNR of 30dB corresponds to a linear ratio of 1000. Under these conditions, a 20MHz Wi-Fi channel has a theoretical limit of roughly 20×log2(1001)200 Mbps20 \times \log_2(1001) \approx 200 \text{ Mbps}.

Spectral Efficiency (bits/Hz)

A key metric derived from the Shannon-Hartley theorem is Spectral Efficiency, defined as the ratio of the channel capacity to the bandwidth:

η=CB=log2(1+SNR)\eta = \frac{C}{B} = \log_2(1 + \text{SNR})

This value tells us how many bits per second we can push through a single Hertz of spectrum. In a 5G environment using 256-QAM modulation, spectral efficiency can reach up to 8 bits/Hz. However, as SNR drops (e.g., as you move further from a cell tower), the modulation scheme must "downshift" to lower orders like 16-QAM or QPSK to remain within the physical limits of the channel.

Shannon-Hartley Capacity Simulator

Explore how Bandwidth (linear scaling) and SNR (logarithmic scaling) affect maximum data rate.

Theoretical Max133 Mbps
Capacity Formula
C = B × log₂(1 + S/N)
20 MHz
2080160
Linear effect: Doubling spectrum doubles capacity.
20 dB
0 dB (Noisy)40 dB (Clean)
Logarithmic effect: Requires massive power increases for marginal gains at high SNR.
OPERATING CURVEY: Capacity | X: SNR (dB)
0 dB
40 dB
0 M
2126M
Data Pipeline Metaphor

The Normalized SNR: $E_b/N_0$

While SNR is useful for general engineering, communication theorists often use Energy per Bit to Noise Power Spectral Density ($E_b/N_0$). This normalization allows us to compare different modulation and coding schemes regardless of the bandwidth used.

EbN0=SNR×BR\frac{E_b}{N_0} = \text{SNR} \times \frac{B}{R}

Where $R$ is the actual data rate. Shannon proved that there exists an ultimate physical floor for $E_b/N_0$ of approximately -1.59 dB. Below this point, no amount of advanced mathematics or error correction can ever reconstruct the original message—the noise becomes the message.

Approaching the Limit: Turbo Codes and LDPC

For decades after Shannon published his paper in 1948, engineering systems were far from the theoretical capacity. It wasn't until the invention of Turbo Codes in the 1990s and Low-Density Parity-Check (LDPC) codes (now used in 5G and DVB-S2) that we began to close the Shannon Gap.

These Forward Error Correction (FEC) algorithms use iterative mathematical processes to "guess" the original data even when the signal is severely mangled by noise, allowing us to operate within a fraction of a decibel of the Shannon Limit.

Increasing Capacity: MIMO and MCS

How do we bypass these limits in modern hardware?

  • MIMO: Multiple-Input Multiple-Output uses spatial multiplexing to create multiple "virtual channels," effectively multiplying the capacity by the number of spatial streams.
  • High-Order Modulation (QAM): Encoding more bits per symbol allows us to pack more information into the same bandwidth, but requires a significantly cleaner SNR (lower noise floor).
  • Spectral Reuse: Utilizing higher frequencies (mmWave) where larger bandwidth chunks are available.

The Future: Terahertz and Beyond

As we reach the peak of SNR efficiency in the Gigahertz range, the only path forward for 6G and beyond is moving into higher frequency bands (Terahertz), where vast amounts of Bandwidth (B) are still available, even if the SNR remains challenging at those ranges.

Share Article

Technical Standards & References

REF [SHANNON-THM]
Bell Labs
Shannon-Hartley Theorem
VIEW OFFICIAL SOURCE
REF [CAPACITY]
IEEE
Channel Capacity Calculation
VIEW OFFICIAL SOURCE
Mathematical models derived from standard engineering protocols. Not for human safety critical systems without redundant validation.