Score: 0/3
📡

GSM Multiplexing Schemes

FDM & TDM Techniques in Mobile Communications

1
Frequency Division Multiplexing
In the GSM 900 system, the available frequency spectrum is divided into multiple carrier frequencies using FDMA (Frequency Division Multiple Access). Given that GSM 900 uses:
  • Uplink (Mobile to Base): 890-915 MHz
  • Downlink (Base to Mobile): 935-960 MHz
  • Channel bandwidth: 200 kHz per carrier
Calculate the total number of available carrier frequencies (channels) in the GSM 900 system and identify the duplex spacing between uplink and downlink frequencies.
GSM 900 Frequency Allocation
890 MHz
Uplink Start
...
915 MHz
Uplink End
935 MHz
Downlink Start
...
960 MHz
Downlink End
Each carrier = 200 kHz | Duplex spacing = ?
A
124 carriers with 20 MHz duplex spacing; calculated as (915-890)/0.2 = 125, minus 1 guard channel
B
125 carriers with 45 MHz duplex spacing; calculated as 25 MHz/0.2 MHz = 125, with 935-890 = 45 MHz separation
C
124 carriers with 45 MHz duplex spacing; calculated as floor(25/0.2) = 124 carriers, with 935-890 = 45 MHz duplex gap
D
200 carriers with 20 MHz duplex spacing; calculated as total bandwidth (70 MHz)/0.2 MHz = 200 channels total
✅ Correct Answer: Option C Correct Choice

Step-by-Step Solution:

Available bandwidth per direction = 915 - 890 = 25 MHz (Uplink)
Number of carriers = floor(25 MHz / 0.2 MHz) = floor(125) = 124 carriers
(Note: Actual GSM 900 uses 124 carriers, with some reserved for guard bands)
Duplex spacing = Downlink start - Uplink start
= 935 MHz - 890 MHz = 45 MHz
OR 960 MHz - 915 MHz = 45 MHz (consistent)
Total Uplink Bandwidth: 25 MHz (890-915 MHz)
Total Downlink Bandwidth: 25 MHz (935-960 MHz)
Channel Bandwidth: 200 kHz
Total Carriers: 124 (ARFCN 1-124)
Duplex Spacing: 45 MHz (FDD)

Why Other Options Are Incorrect:

Option A: Incorrect duplex spacing (20 MHz is wrong; it's 45 MHz). The calculation method is also incorrect—guard channels are already accounted for in the 124 carrier specification.

Option B: While the duplex spacing is correct (45 MHz), the carrier count is wrong. 25/0.2 = 125 mathematically, but GSM specifically defines 124 carriers (ARFCN 1-124) with ARFCN 0 typically unused or used for special purposes.

Option D: Completely incorrect approach. You cannot sum uplink and downlink bandwidths (they are separate frequency bands for FDD). Duplex spacing is 45 MHz, not 20 MHz.

Key Concept:

GSM uses FDD (Frequency Division Duplex) where uplink and downlink operate simultaneously on different frequencies separated by the duplex spacing (45 MHz for GSM 900). This allows full-duplex communication.

2
Time Division Multiplexing
Each GSM carrier frequency (200 kHz) uses TDMA (Time Division Multiple Access) to support multiple users. The GSM frame structure consists of 8 time slots per frame, with each time slot (burst) lasting approximately 0.577 ms.

If a user is assigned one time slot per frame, calculate the total frame duration and determine how many users can be simultaneously supported per carrier frequency. Additionally, what is the data transmission rate impact due to the guard time between bursts?
GSM TDMA Frame Structure
TS0
TS1
TS2
TS3
TS4
TS5
TS6
TS7
1 Frame = 8 Time Slots | Duration = ? | Users per carrier = ?
A
Frame duration = 4.615 ms (8 × 0.577 ms); 8 users per carrier; guard time reduces effective data rate by approximately 10%
B
Frame duration = 4.615 ms; 16 users per carrier (8 × 2 via half-rate coding); guard time of 30.46 μs enables timing advance but reduces capacity by 5.3%
C
Frame duration = 8 × 0.577 = 4.616 ms; 8 users full-rate or 16 users half-rate; guard time (30.46 μs) is necessary for propagation delay compensation and burst synchronization
D
Frame duration = 4.615 ms; 32 users per carrier via quarter-rate coding; guard time eliminates inter-symbol interference completely, allowing 100% channel utilization
✅ Correct Answer: Option C Most Complete & Accurate

Detailed Analysis:

Frame Duration = 8 time slots × 0.577 ms = 4.616 ms (≈ 4.615 ms in standards)
Frame Frequency = 1 / 4.615 ms ≈ 217 frames/second
Time Slot Duration: 0.577 ms (156.25 bit periods)
Frame Duration: 4.615 ms (120 ms multiframe = 26 frames)
Full-Rate Users: 8 users per carrier (1 TS/user)
Half-Rate Users: 16 users per carrier (0.5 TS/user)
Guard Period: 30.46 μs (8.25 bits) at end of each burst

Guard Time Functionality:

The 30.46 μs guard time serves critical functions:

  • Propagation Delay Compensation: Allows for different distances between mobile and base station (up to 35 km cell radius)
  • Timing Advance: Mobiles closer to base station transmit later; those farther away transmit earlier
  • Burst Synchronization: Prevents overlap between consecutive bursts from different mobiles
  • Switching Time: Allows transmitter power ramp-up and ramp-down

Why Other Options Are Incorrect:

Option A: The 10% data rate reduction claim is arbitrary. The guard time is essential for system operation, not just overhead.

Option B: While mathematically close, it incorrectly states capacity reduction. The guard time doesn't reduce "capacity"—it's a necessary system design parameter. Also, 5.3% is not the standard metric used.

Option D: Quarter-rate coding (32 users) is not standard GSM. Also, guard time doesn't eliminate ISI "completely" nor allow 100% utilization—this is physically impossible in a TDMA system.

Key Concept:

GSM combines FDMA (200 kHz carriers) with TDMA (8 time slots). This hybrid approach is called Hybrid Multiple Access. The guard time is not wasted capacity but essential infrastructure enabling the cellular concept with variable distances.

3
System Capacity Analysis
A GSM 900 operator has been allocated 4.8 MHz of spectrum in the uplink direction (paired with 4.8 MHz in downlink). Using the standard GSM channel spacing of 200 kHz and the TDMA structure of 8 time slots per frame:

Calculate the theoretical maximum number of simultaneous full-rate voice users that can be supported. Additionally, if the operator implements half-rate voice coding (which doubles capacity by compressing voice into half the time slots), determine the new capacity and identify the trade-offs involved.
Operator Spectrum Allocation
4.8 MHz
Uplink
4.8 MHz
Downlink
Channel spacing: 200 kHz | Duplex: FDD | Multiple Access: TDMA
A
24 carriers (4.8/0.2) × 8 slots = 192 full-rate users; 384 half-rate users; trade-off: reduced voice quality (MOS score drop) and increased processing complexity
B
24 carriers × 8 slots = 192 users full-rate; 384 users half-rate; trade-offs: voice quality degradation, increased delay, higher susceptibility to errors, and increased computational load at MSC
C
23 carriers (guard band consideration) × 8 = 184 full-rate users; 368 half-rate users; trade-off: coverage reduction due to higher C/I requirement for half-rate coding
D
48 carriers (4.8/0.1 with compression) × 8 = 384 full-rate users; 768 half-rate users; trade-off: spectrum efficiency vs. voice clarity
✅ Correct Answer: Option B Comprehensive Analysis

Capacity Calculation:

Number of carriers = 4.8 MHz / 0.2 MHz = 24 carriers
Full-rate capacity = 24 × 8 time slots = 192 simultaneous users
Half-rate capacity = 192 × 2 = 384 simultaneous users
Allocated Spectrum: 4.8 MHz × 2 (FDD pair)
Carrier Spacing: 200 kHz
Total Carriers: 24 ARFCNs
Full-Rate Capacity: 192 users (13 kbps per user)
Half-Rate Capacity: 384 users (6.5 kbps per user)
Spectral Efficiency: 40 users/MHz (full) / 80 users/MHz (half)

Half-Rate Coding Trade-offs:

While half-rate coding doubles system capacity, it involves significant engineering trade-offs:

Parameter Full-Rate (FR) Half-Rate (HR)
Bit Rate 13 kbps 6.5 kbps
Voice Quality (MOS) ~4.0 (toll quality) ~3.5 (noticeable degradation)
Algorithm RPE-LTP VSELP or ACELP
Processing Delay ~20 ms ~30-40 ms
Error Sensitivity Standard Higher (more compression)

Why Other Options Are Incorrect:

Option A: While the calculation is correct, it oversimplifies the trade-offs by only mentioning MOS score and processing complexity. It misses critical aspects like increased delay and error sensitivity.

Option C: Incorrectly assumes guard bands reduce carrier count in this context. The 4.8 MHz allocation is the usable spectrum; guard bands are typically at band edges, not within the operator's allocation. Also, coverage reduction is not a direct trade-off of half-rate coding.

Option D: Fundamentally flawed. Channel spacing remains 200 kHz regardless of coding rate. Half-rate doesn't change the physical layer channel spacing—it only changes how time slots are assigned to users.

Engineering Insight:

Half-rate coding was introduced in GSM Phase 2+ primarily for capacity enhancement in dense urban areas or during events. However, with the advent of AMR (Adaptive Multi-Rate) coding in 3GPP, network operators can dynamically adjust coding rates based on channel conditions, making static half-rate assignment largely obsolete in modern networks.

The trade-off between spectral efficiency and quality of service is a fundamental concept in wireless engineering, directly impacting customer satisfaction and network planning.

🎉 Quiz Completed!
0/3

Great job completing the GSM multiplexing quiz!