Switching Systems

Part of Telephony

A comparative overview of telephone exchange switching technologies — from manual boards through mechanical selectors to digital architectures.

Why This Matters

A telephone network without switching is a collection of point-to-point lines — each subscriber needs a direct wire to every other subscriber. For N subscribers, this requires N×(N-1)/2 wire pairs — a 100-subscriber network needs 4,950 pairs. Switching allows any subscriber to connect to any other through a shared switching fabric, using only N pairs from each subscriber to the exchange. This is why switching exists and why it is the enabling technology of any multi-subscriber telephone network.

The switching system choice determines the capacity, cost, maintenance burden, blocking probability, and upgrade path of the entire telephone network. Understanding the range of switching technologies — and the specific tradeoffs of each — allows appropriate design decisions at every scale, from a two-farm intercom (no switch needed) to a community network of 200 subscribers (manual or simple automatic exchange appropriate).

No-Switch Networks: Point-to-Point

For two telephones, no switch is needed. A single pair of wires, two instruments, and a ringing arrangement provides everything necessary. Both telephones ring when either party cranks the magneto; both parties can speak when connected.

For three or four telephones, a simple party line (all instruments in parallel on one pair) works with discipline: ring coded signals (one long, two short for subscriber A; two long for subscriber B) so each party knows when a call is for them. Party lines work well at small scale but degrade as the number of subscribers increases — too many instruments in parallel reduces the ring signal and voice level, and the lack of privacy becomes intolerable.

Above about 6 subscribers on a single party line, call quality becomes marginal and the system needs either bridging amplifiers or switching.

Manual Switching

The manual switchboard (described in detail in the Manual Switchboard article) places a human operator between all connections. The operator receives signals, identifies destinations, and physically connects callers.

Advantages: handles any number of calls up to the operator’s simultaneous capacity; no automatic logic needed; operator can resolve ambiguity (wrong numbers, subscriber names vs. numbers) in real time; operator provides a human service layer (time-of-day announcements, emergency routing).

Disadvantages: operator cost and staffing; limited simultaneous capacity (one operator handles ~30-40 active calls); delays when operator is busy; no privacy (operator hears beginning of all conversations).

The manual exchange is the correct first-generation design for any community telephone network. Build it, put it in service, and automate only when growth makes the operator burden intolerable.

Step-by-Step (Strowger) Automatic Switching

The Strowger exchange (covered fully in the Step-by-Step Switch article) is the simplest automatic exchange. It requires no common control, no shared processors, and no electronic logic. Each switch stage acts independently on the dial pulses it receives.

Advantages: simple and repairable; no central processor failure risk; well-understood technology; constructible from basic machining and relay skills.

Disadvantages: blocking probability is higher for a given number of circuits than common-control designs; call statistics are difficult to collect; no flexibility to redirect calls or implement advanced features without rewiring.

Appropriate scale: 10-200 subscribers. Above 200, the mechanical complexity of multiple selector stages becomes significant maintenance burden.

Crossbar Switching

The crossbar exchange (described in the Crossbar Switch article) introduced common control — a shared logic unit that finds paths and fires switches, rather than the distributed sequential logic of step-by-step.

Advantages: lower blocking probability for given capacity; shared common control reduces equipment cost; easier to implement call features (call transfer, forwarding); better call statistics.

Disadvantages: common control is a single point of failure (must be duplicated for reliability); more complex maintenance; requires more sophisticated test equipment.

Appropriate scale: 100-10,000 subscribers. Crossbar was the dominant exchange technology for large city and suburban telephone offices.

Electronic Switching (Analog)

Analog electronic exchanges replaced electromechanical switches with reed relay or ferrite core crosspoints controlled by a stored-program computer. The computer could be programmed to implement complex routing and features without hardware changes.

The stored-program concept was revolutionary: adding call waiting, three-way calling, or custom routing required only a software update, not hardware installation. This programmability is why electronic exchanges dominated from the 1970s onward.

Appropriate scale: any scale. The limiting factor was the cost of the computer and the expertise to program it.

Digital Switching (PCM)

Digital exchanges (first deployed in the 1970s) convert voice to Pulse Code Modulation (PCM) digital data at the subscriber line interface and switch the digital data streams rather than analog signals. This separation of switching from signal type enables integration with digital data networks and makes signal processing (echo cancellation, compression) straightforward.

Digital switches are essentially high-speed data packet switches optimized for low-latency constant-bit-rate voice data. They are immune to noise accumulation (each switch stage regenerates the digital signal perfectly) and scale economically to millions of lines.

For post-collapse networks, digital switching requires the most knowledge and resources but offers the highest performance. Start with manual or step-by-step; upgrade to digital if and when the community has the knowledge base to support it.