Multiplexing

TOPIC AREA

What Is Multiplexing?

Multiplexing is the technique of combining multiple independent signals or data streams onto a single shared transmission channel, then separating them again at the receiving end through a corresponding demultiplexing process. By sharing a common medium among many users or signals, multiplexing vastly increases the efficiency of communication infrastructure. Without multiplexing, every telephone call would require a dedicated wire, every television channel a separate cable, and every internet user an independent fiber strand. The discipline encompasses a family of methods that divide the channel according to frequency, time, code, wavelength, or spatial dimension.

Frequency Division Multiplexing

Frequency Division Multiplexing (FDM) assigns each signal a distinct frequency band within the available spectrum. Guard bands between channels prevent adjacent-channel interference. Broadcast radio has used FDM since its inception, assigning each station a carrier frequency within an allocated band. Cable television systems similarly stack hundreds of channels across a wide spectral range. The Orthogonal Frequency-Division Multiplexing (OFDM) variant, used in Wi-Fi, LTE, and digital broadcasting, uses mathematically orthogonal subcarriers spaced so tightly that their spectra overlap without interfering, achieving higher spectral efficiency than conventional FDM.

Time Division Multiplexing

Time Division Multiplexing (TDM) allocates the full channel bandwidth to each signal in turn, assigning each a repeating time slot. Synchronous TDM assigns fixed slots regardless of whether a source has data to transmit, ensuring predictable timing at the cost of wasted capacity during idle periods. Statistical TDM assigns slots dynamically to sources that have data queued, improving efficiency for bursty traffic at the expense of variable latency. The original T1 carrier system, introduced by Bell Laboratories, used synchronous TDM to combine 24 digitized telephone channels onto a single twisted-pair line at 1.544 Mbps, establishing the template for digital telephony hierarchy.

Code Division Multiplexing

Code Division Multiple Access (CDMA) assigns each user a unique pseudo-random spreading code. All users transmit simultaneously across the full bandwidth; each receiver applies its matching code to despread its intended signal while treating all other users as low-level interference. CDMA provides graceful capacity degradation as more users join, and its spreading makes signals resistant to narrowband jamming. CDMA's role in third-generation cellular networks is documented extensively in the IEEE communications literature, where it enabled the transition from circuit-switched voice to packet-based data services.

Optical and Wavelength Division Multiplexing

Optical multiplexing transmits multiple signals through a single optical fiber by exploiting different wavelengths of light. Wavelength Division Multiplexing (WDM) assigns each channel a distinct wavelength (color). Dense WDM (DWDM) packs channels as closely as 0.8 nm apart, enabling a single fiber to carry 80 or more independent 100-Gbps channels, yielding aggregate capacity measured in terabits per second. DWDM system architectures use narrow-linewidth lasers, erbium-doped fiber amplifiers, and wavelength-selective switches to route, amplify, and manage individual wavelength channels across transcontinental networks without optical-electrical-optical conversion.

Add-drop multiplexers (ADMs) insert and extract individual channels at intermediate network nodes. Optical ADMs perform this function without converting the signal to the electrical domain, reducing cost and latency in dense metropolitan and long-haul fiber networks.

Demultiplexing

Demultiplexing is the inverse operation: separating a combined stream back into its constituent signals. Filters, time-slot selectors, code correlators, and diffraction gratings serve as demultiplexers in FDM, TDM, CDMA, and WDM systems respectively. IETF documentation on packet demultiplexing illustrates how modern transport protocols such as QUIC use connection identifiers to demultiplex multiple concurrent data streams over a single UDP flow.

Applications

  • Telecommunications backbone: DWDM networks carry the bulk of global internet traffic across submarine cables and terrestrial long-haul routes.
  • Cellular networks: 5G NR combines OFDM-based frequency division with time-slot scheduling and spatial multiplexing via massive MIMO antennas.
  • Cable television: Hybrid fiber-coax systems multiplex hundreds of video, voice, and data channels onto a shared coaxial segment.
  • Satellite communications: Transponders divide satellite capacity among many uplinks using FDM, TDM, or CDMA depending on traffic type.
  • USB and PCIe: High-speed computer interfaces multiplex data from multiple logical channels over a small number of physical lanes using protocol-layer techniques.
  • Medical imaging: MRI scanners use frequency and phase encoding as spatial multiplexing mechanisms to reconstruct 2D and 3D images from raw k-space data.