Communication Switching

TOPIC AREA

What Is Communication Switching?

Communication switching is the set of techniques and systems by which a network routes information from a source to one or more destinations by selectively connecting or directing signals, circuits, or packets through shared transmission infrastructure. Rather than providing a dedicated physical path between every pair of communicating parties, which would be economically impractical at scale, switching systems allocate network resources on demand and share them among many users. The field draws on telecommunications engineering, queuing theory, digital signal processing, and network protocol design, and its history tracks the evolution from manual telephone switchboards in the 1870s to the programmable software-defined switching fabrics of modern data centers.

Multiplexing: Time, Frequency, and Code Division

Multiplexing techniques allow multiple signals to share a single transmission medium by dividing the medium's capacity along one dimension. Frequency division multiplexing (FDM) assigns each signal to a distinct frequency band within the available spectrum; the signals travel simultaneously but occupy separate portions of the bandwidth, and filters at the receiver separate them. FDM is used in analog telephone carrier systems, AM and FM radio broadcasting, and cable television distribution. Time division multiplexing (TDM) instead divides the channel into successive time slots, assigning each slot to a different user on a rotating basis; the ITU-T G.703 and G.704 standards define the E1 and T1 TDM hierarchies that form the backbone of circuit-switched telephone networks. Code division multiplexing (CDM), also known as spread-spectrum multiple access, assigns each user a unique spreading code that is near-orthogonal to all others; users transmit simultaneously across the full bandwidth and the receiver correlates the received signal against the desired code to extract the intended data. CDM is the basis of CDMA2000 and WCDMA 3G cellular standards defined by 3GPP and 3GPP2, and its spreading codes provide both multiple-access capability and inherent resistance to narrowband interference.

Packet Switching

Packet switching is a mode of network operation in which data is divided into discrete units called packets, each carrying a header with destination addressing information, and each packet is independently routed through the network from node to node. This contrasts with circuit switching, which establishes a dedicated end-to-end path before transmission begins and holds that path for the entire duration of the session. Packet switching achieves higher statistical multiplexing efficiency because transmission capacity is consumed only when data is actually present, and unused capacity can serve other flows. The Internet operates on packet switching principles using the IP protocol at the network layer, with routers making independent forwarding decisions for each packet based on destination address. Queuing at each router introduces variable delay called jitter, which is a negligible concern for bulk data transfer but requires management for real-time applications such as voice and video. The IETF's RFC 791 defining the Internet Protocol is the foundational document specifying IPv4 packet structure and forwarding behavior.

Electronic Switching Systems

Electronic switching systems are the hardware and software platforms that implement circuit-switched telephone connectivity in the public switched telephone network (PSTN). The transition from electromechanical crossbar switches to stored program controlled digital switches in the 1970s and 1980s dramatically reduced the physical size of central office equipment while increasing capacity and enabling new calling features. A digital switching matrix connects calls by routing 64 kbps pulse-code-modulated voice channels through a time-space-time switching fabric that reconfigures at each TDM frame boundary. Software control of the switching matrix also enabled the introduction of signaling system 7 (SS7), which separated call control signaling from the voice path and allowed features such as call forwarding and caller ID to be implemented in network software.

Optical Switching

Optical switching routes light signals through a network without converting them to electrical form, preserving the bandwidth of the optical carrier and avoiding the power consumption and latency of optoelectronic conversion. Wavelength division multiplexing (WDM) combines many optical carriers at different wavelengths onto a single fiber; reconfigurable optical add-drop multiplexers and optical cross-connects then route individual wavelengths through the network. The IEEE Photonics Society coordinates research in switching fabrics built from micro-electromechanical mirrors, liquid crystals, and photonic integrated circuits.

Applications

Communication switching has applications in a wide range of disciplines, including:

  • Cellular networks, where CDM and TDM underpin radio access and backhaul multiplexing
  • Internet infrastructure, where packet switching enables global data routing and the web
  • Telephone network core infrastructure, where digital electronic switching systems handle billions of call-minutes daily
  • Data center interconnects, where optical switching moves traffic between server racks at terabit-per-second rates
  • Cable and broadcast distribution, where FDM allocates spectrum among channels in hybrid fiber-coax networks