Comm Notes
TDM principles, synchronous TDM, statistical TDM, frame structure, and applications in digital telephone networks
Time Division Multiplexing: Sharing by Taking Turns
Time Division Multiplexing divides a communication channel into sequential time slots, with each user getting exclusive access to the full channel bandwidth during their assigned slot. Like a group of friends taking turns speaking into a single microphone — each gets the entire microphone but only for a brief moment before passing it to the next person.
The Concept
Think of it this way: imagine a rotating door at a building entrance. Each person gets through one at a time, but if the rotation is fast enough, everyone gets in without noticeable delay. TDM works the same way — each channel gets the entire link bandwidth for a brief time slot, and the rotation (frame) repeats so fast that each user perceives continuous service.
Key principle: If the multiplexed output rate exceeds the sum of all input rates, each user experiences no loss of information — the time sharing is transparent.
Synchronous TDM
In synchronous (fixed) TDM, each user is permanently assigned a specific time slot position within every frame, regardless of whether they have data to transmit:
Frame structure:
| Sync | Slot 1 | Slot 2 | Slot 3 | ... | Slot N | Sync | Slot 1 | ... |
|---|
Parameters:
- Frame duration: Tf = 1/fs (where fs is the sampling frequency)
- Number of slots per frame: N (number of multiplexed channels)
- Slot duration: Ts = Tf/N
- Bit rate per slot: Same as input rate per channel
- Total output rate: N × (input rate per channel) + overhead
Example — E1 System (European standard):
- 32 time slots per frame
- Each slot: 8 bits (one PCM sample)
- Frame duration: 125 μs (= 1/8000 Hz sampling rate)
- Slot duration: 125/32 = 3.9 μs
- Total bit rate: 32 × 8 × 8000 = 2.048 Mbps
- 30 slots for voice, 1 for signaling, 1 for frame sync
Statistical TDM (Asynchronous TDM)
Statistical TDM allocates time slots dynamically — only active users get slots:
Operation:
- Each input is buffered
- Multiplexer scans buffers in sequence
- Only non-empty buffers get a slot in the output frame
- Each slot carries a channel identifier (address field) since position is no longer fixed
Advantage: Much higher efficiency than synchronous TDM when users are bursty. If each user is active only 20% of the time, statistical TDM serves 5× more users with the same output capacity.
Disadvantage: Variable delay (queuing), potential buffer overflow if too many users are active simultaneously, and overhead from address fields.
Example: Internet Protocol (IP) packet switching is essentially statistical TDM — packets from many sources share link capacity dynamically.
The T-Carrier and E-Carrier Hierarchies
Digital telephony built hierarchical TDM systems:
North American (T-carrier):
| Level | Designation | Rate | Voice Channels |
|---|---|---|---|
| 1 | T1/DS1 | 1.544 Mbps | 24 |
| 2 | T2/DS2 | 6.312 Mbps | 96 |
| 3 | T3/DS3 | 44.736 Mbps | 672 |
| 4 | T4/DS4 | 274.176 Mbps | 4032 |
European (E-carrier):
| Level | Designation | Rate | Voice Channels |
|---|---|---|---|
| 1 | E1 | 2.048 Mbps | 30 |
| 2 | E2 | 8.448 Mbps | 120 |
| 3 | E3 | 34.368 Mbps | 480 |
| 4 | E4 | 139.264 Mbps | 1920 |
Higher levels multiplex lower-level streams together — a T3 is 28 T1s combined.
Frame Synchronization
The demultiplexer must know exactly where each frame begins to correctly assign received bits to channels. Frame synchronization uses:
Framing bits: A known pattern inserted at fixed positions (e.g., alternating 1-0 in T1 framing bit)
Frame alignment word: A recognizable sequence (e.g., E1 uses 0011011 in time slot 0)
Synchronization procedure:
- Search for the framing pattern in received data
- Verify pattern recurs at expected frame intervals
- Declare synchronization after M consecutive correct frames
- Declare loss of sync after N consecutive mismatches
Loss of frame synchronization is catastrophic — all channels become garbled simultaneously.
TDM Advantages
- Digital-native: Perfectly suited to digital (PCM) signals
- No intermodulation: Only one signal uses the channel at any instant — no non-linear distortion
- Flexible bit rate: Can assign multiple slots to users needing higher rates
- Easy encryption: Digital time slots are easily encrypted individually
- Noise does not accumulate: Digital regeneration at each repeater
TDM Disadvantages
- Synchronization required: Both ends must maintain precise timing
- Rigid allocation: Synchronous TDM wastes slots for idle users
- Jitter sensitivity: Timing variations corrupt slot boundaries
- All-or-nothing failure: Loss of sync affects all channels simultaneously
TDMA: TDM as Multiple Access
When TDM is used to share a wireless channel among multiple independent users, it becomes TDMA (Time Division Multiple Access):
GSM TDMA: 8 time slots per frame (4.615 ms frame duration)
- Each mobile gets 1 slot per frame
- 577 μs per slot (156.25 bit periods)
- Burst structure: guard time + data + training sequence + data + guard time
Modern Relevance
While pure synchronous TDM dominates traditional telephony, modern systems use hybrid approaches:
- LTE/5G: OFDMA combines frequency and time division
- Ethernet: Statistical TDM (packet switching)
- SONET/SDH: Synchronous TDM with add/drop flexibility
- PON (fiber to home): TDM upstream, broadcast downstream
Key Takeaways
- TDM shares a channel by assigning exclusive time slots to each user — full bandwidth access for a fraction of the time.
- Synchronous TDM provides guaranteed capacity but wastes slots for inactive users; statistical TDM adapts dynamically but introduces variable delay.
- The E1 (2.048 Mbps, 32 slots) and T1 (1.544 Mbps, 24 slots) systems are the fundamental building blocks of digital telephony.
- Frame synchronization is critical — the demultiplexer must identify frame boundaries precisely or all channels fail simultaneously.
- TDM excels for digital signals with constant bit rates but is inefficient for bursty data traffic.
- Modern systems combine TDM with FDM (OFDMA) or statistical multiplexing (packet switching) to optimize for mixed traffic types.
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for Time Division Multiplexing (TDM).
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Communication Systems topic.
Search Terms
communication-systems, communication systems, communication, systems, multiplexing, techniques, time, division
Related Communication Systems Topics