T1 PDH Multiplex System

A comprehensive study guide for undergraduate communication engineering students covering the North American Plesiochronous Digital Hierarchy, framing formats, and T-carrier technology.

1. Introduction to T1 PDH

Definition: T1 is the North American standard for digital transmission at 1.544 Mbps, carrying 24 digitized voice channels (DS0s) using Time Division Multiplexing (TDM).

Historical Context

Developed by Bell Laboratories in 1957 and implemented in the early 1960s, T1 was the first commercial digital transmission system designed to support long-haul Pulse Code Modulation (PCM) voice transmission. It revolutionized telecommunications by introducing digitized voice to what was previously a fully analog telephone system. [^3^][^12^]

Key Characteristics

Line Rate

1.544 Mbps (±75 Hz tolerance)
8,000 frames/second
193 bits/frame

Payload Capacity

1.536 Mbps user data
24 channels × 64 kbps
8 kbps overhead for framing

Channel Structure

24 DS0 channels
Each DS0: 64 kbps (8 bits × 8 kHz)
Derived from PCM voice sampling

Line Code

AMI (Alternate Mark Inversion)
Bipolar signaling
B8ZS for zero substitution

Basic Frame Structure

T1 Frame Structure (193 bits total)

F
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

Frame Duration: 125 µs | Frame Rate: 8,000 frames/second
Framing Bit (1 bit) | Voice/Data Channels (192 bits)

Bit Rate Calculation:
Total Rate = (24 channels × 8 bits/channel + 1 framing bit) × 8,000 frames/s
Total Rate = 193 bits/frame × 8,000 frames/s = 1,544,000 bps = 1.544 Mbps

Payload Rate = 24 × 8 × 8,000 = 1,536,000 bps = 1.536 Mbps
Overhead = 1.544 - 1.536 = 0.008 Mbps (8 kbps)

2. T-Carrier Hierarchy (PDH)

The Plesiochronous Digital Hierarchy (PDH) is a telecommunications transmission technology where signals at various hierarchy levels operate at nominally identical bit rates but permit controlled timing variations (plesiochronous = "nearly synchronous"). [^2^]

North American Digital Signal Hierarchy

DS0 (64 kbps) - 1 Channel (Basic PCM voice channel)
8 bits × 8 kHz sampling
⬇️ × 24
DS1 / T1 (1.544 Mbps) - 24 DS0 channels
1.536 Mbps payload + 8 kbps overhead
⬇️ × 4
DS2 / T2 (6.312 Mbps) - 96 DS0 channels (4 T1s)
M-12 multiplexer with bit stuffing
⬇️ × 7
DS3 / T3 (44.736 Mbps) - 672 DS0 channels (28 T1s)
M-13 multiplexer, common for Internet backbone
⬇️ × 6
DS4 / T4 (274.176 Mbps) - 4,032 DS0 channels (168 T1s)
High-capacity long-haul fiber/microwave
Signal Level Line Rate DS0 Channels Multiplexing T-Carrier
DS0 64 kbps 1 Basic channel -
DS1 1.544 Mbps 24 24 × DS0 T1
DS1C 3.152 Mbps 48 2 × DS1 T1C
DS2 6.312 Mbps 96 4 × DS1 T2
DS3 44.736 Mbps 672 7 × DS2 or 28 × DS1 T3
DS4 274.176 Mbps 4,032 6 × DS3 T4
Important Note: The distinction between DS (Digital Signal) and T (Transmission) is often blurred in practice. DS refers to the logical signal format, while T refers to the physical transmission medium. However, DS1 is commonly called T1, DS3 is called T3, etc. [^3^]

Bit Stuffing (Justification)

Since PDH is plesiochronous (not perfectly synchronous), slight clock rate differences exist between multiplexed streams. Bit stuffing (or justification) is used to align these rates:

3. T1 Framing Formats

Framing provides synchronization between transmitter and receiver, allowing the receiver to identify frame boundaries and individual channels within the bit stream. Two primary framing formats exist for T1: Superframe (D4) and Extended Superframe (ESF). [^1^][^5^]

D4 Superframe Format (12 Frames)

The original framing format groups 12 consecutive frames into a superframe. The framing bits (193rd bit of each frame) follow a specific pattern: 100011011100

Framing Bit Functions

Terminal Framing (Ft)

Frames 1,3,5,7,9,11 (odd frames)
Pattern: 1 0 0 0 1 1
Used for frame alignment and synchronization

Signaling Framing (Fs)

Frames 2,4,6,8,10,12 (even frames)
Pattern: 0 1 1 1 0 0
Identifies frames carrying signaling bits

Frame Structure (12-Frame Superframe)

Frame F-bit Type Signaling
11Ft (Terminal)-
20Fs (Signaling)-
30Ft-
40Fs-
51Ft-
61FsA-bit robbed
70Ft-
81Fs-
91Ft-
101Fs-
110Ft-
120FsB-bit robbed
Robbed-Bit Signaling: In frames 6 and 12, the least significant bit (bit 8) of each voice channel is "robbed" to carry signaling information (A and B bits). This reduces voice quality slightly but avoids dedicated signaling channels.

Extended Superframe Format (24 Frames)

ESF extends the superframe to 24 frames and redefines the 8 kbps framing bit channel into three distinct sub-channels: [^1^][^6^]

🎯 Frame Pattern Sync (FPS)

2 kbps
Pattern: 001011 repeating
Frames: 4, 8, 12, 16, 20, 24
Used for frame alignment

🔍 CRC-6 Check

2 kbps
Frames: 1, 5, 9, 13, 17, 21
Error detection with ~98% accuracy
Calculated over previous 24 frames

📡 Facility Data Link (FDL)

4 kbps
Frames: 2,3,6,7,10,11,14,15,18,19,22,23
Maintenance messages and network control
Out-of-band signaling

ESF Frame Organization (24 Frames)

F = Frame Pattern Sync (FPS) - 6 bits
C = CRC-6 Error Check - 6 bits
D = Data Link (FDL) - 12 bits

Sequence: C D D F D D C D D F ... (repeats)

ESF Signaling (Robbed-Bit)

ESF supports 4 signaling bits (A, B, C, D) vs. 2 in D4:

  • Frame 6: A-bit robbed from all channels
  • Frame 12: B-bit robbed from all channels
  • Frame 18: C-bit robbed from all channels
  • Frame 24: D-bit robbed from all channels

This provides 16 possible signaling states (2^4) compared to 4 states in D4.

Comparison: D4 vs ESF

D4 Superframe (SF)

  • 12 frames per superframe
  • All 8 kbps for framing/sync
  • 2 signaling bits (A, B)
  • In-band maintenance (overwrites data)
  • Older, legacy equipment
  • Simpler implementation

Extended Superframe (ESF)

  • 24 frames per superframe
  • Framing split: 2kb FPS + 2kb CRC + 4kb FDL
  • 4 signaling bits (A, B, C, D)
  • Out-of-band maintenance (FDL)
  • Error detection (CRC-6)
  • Modern standard, preferred

4. Signaling Methods

Channel Associated Signaling (CAS)

Also known as Robbed-Bit Signaling, CAS embeds signaling information within the voice/data channels themselves by "robbing" the least significant bit (LSB) of specific frames. [^5^][^10^]

Impact: When robbed-bit signaling is used, the affected channel operates at 56 kbps (7 bits × 8 kHz) instead of 64 kbps during signaling frames, as bit 8 carries signaling information rather than voice/data.

Signaling Bit Rates

Format Signaling Bits Frames Used Bit Rate per Channel States
D4/SF A, B 6, 12 666.66 bps each 4 (2^2)
ESF A, B, C, D 6, 12, 18, 24 333.33 bps each 16 (2^4)

Common Channel Signaling (CCS)

Instead of robbing bits from voice channels, CCS dedicates one entire DS0 channel (usually channel 24) for signaling. This leaves the remaining 23 channels at full 64 kbps capacity for clear data transmission. [^10^]

ISDN PRI (Primary Rate Interface)

23 B-channels (64 kbps) + 1 D-channel (64 kbps)
D-channel carries Q.931 signaling
Total: 1.544 Mbps (T1 rate)

Clear Channel Capability

All 23 channels at full 64 kbps
No bit-robbing artifacts
Essential for data transmission
Requires ESF framing

Line Coding: AMI and B8ZS

T1 uses Alternate Mark Inversion (AMI) line coding, where binary 1s (marks) alternate between positive and negative voltage, while 0s (spaces) are at zero voltage. This ensures:

B8ZS (Bipolar 8 Zero Substitution): AMI requires maintaining 1s density (no more than 15 consecutive zeros). B8ZS replaces strings of 8 zeros with a special pattern containing intentional bipolar violations to maintain clock synchronization while allowing transparent data transmission.

5. Interactive T1 Calculator

🧮 T1 Bandwidth Calculator

Results:
Payload Bandwidth: 1.536 Mbps
Usable per Channel: 64 kbps
Total T1 Rate: 1.544 Mbps
Overhead: 8 kbps (Framing)

Key Formulas Reference

Basic Calculations:

DS0 Rate = 8 bits × 8 kHz = 64 kbps

T1 Payload = 24 × 64 kbps = 1.536 Mbps

T1 Total Rate = (24 × 8 + 1) × 8 kHz = 193 × 8,000 = 1.544 Mbps

Overhead % = (8 kbps / 1,544 kbps) × 100 = 0.52%

Efficiency = (1.536 / 1.544) × 100 = 99.48%

6. Applications and Modern Usage

Historical Applications

Inter-Office Trunks

Connecting telephone central offices
Long-distance voice transmission
Replacing analog FDM systems

Internet Backhaul

Early ISP backbone connections
T3 (DS3) at 45 Mbps for POPs
Frame Relay and ATM transport

Enterprise Connectivity

Point-to-point leased lines
PBX interconnection
WAN connectivity for remote offices

Current Status

While T1 has been largely superseded by fiber optics, DSL, cable, and wireless technologies, it remains in use in specific scenarios: [^4^]

Transition to SDH/SONET: PDH has been largely replaced by Synchronous Digital Hierarchy (SDH/SONET) in modern networks. SDH provides synchronous multiplexing, easier add/drop capabilities, and better network management compared to PDH's plesiochronous approach.

7. Key Points Summary

📊 Frame Structure

193 bits/frame (192 payload + 1 framing)
8,000 frames/second
125 µs frame duration

⚡ Bit Rates

Line Rate: 1.544 Mbps
Payload: 1.536 Mbps
Overhead: 8 kbps

🔧 Framing

D4: 12 frames, A/B signaling
ESF: 24 frames, A/B/C/D signaling
ESF adds CRC and FDL

📈 Hierarchy

DS0 → DS1 → DS2 → DS3 → DS4
64k → 1.5M → 6.3M → 45M → 274M
Bit stuffing for synchronization

Study Tip: Remember that T1 is the North American standard (1.544 Mbps, 24 channels), while E1 is the European standard (2.048 Mbps, 32 channels, 30 usable). The key difference is the framing structure and number of channels.