LOGBOOK

HELP

Quiz Entry - updated: 2026.07.14

What is the purpose of a multiple access scheme, and why is it necessary in mobile networks?

Multiple access schemes regulate how multiple users share the same radio medium simultaneously — without them, everyone would interfere with everyone else.

OFDMA time-frequency grid: each user is scheduled a tile of subcarrier blocks and time slots.

* OFDMA (the 4G/5G scheme) tiles the time-frequency grid, giving each user a block of subcarriers × time slots. *

The fundamental problem:

  • Radio spectrum is a shared medium — unlike a cable, you can't give each user their own physical wire
  • Multiple users in the same cell need to communicate with the base station at the same time
  • Without rules, their signals would collide and become undecodable → interference

The solution: Divide the shared resource (spectrum) along different dimensions:

  • Frequency — give each user a different frequency band (FDMA)
  • Time — give each user a different time slot (TDMA)
  • Code — give each user a different mathematical code (CDMA)
  • Space — use directional antennas to separate users spatially (SDMA)

Key fact: Every mobile generation defines its own access scheme. This is one of the most fundamental design choices in a mobile standard:

Generation Primary access scheme
1G (analog) FDMA
2G (GSM) FDMA/TDMA
3G (UMTS) CDMA
4G (LTE) OFDMA
5G (NR) OFDMA + SDMA (beamforming)

What is OFDMA? Orthogonal Frequency-Division Multiple Access is the scheme 4G and 5G actually use — think of it as FDMA done right. Instead of a few wide frequency bands, the spectrum is split into thousands of narrow, mathematically orthogonal subcarriers (they don't interfere even though they overlap slightly). The scheduler then hands each user a block of subcarriers and time slots — a tile on a 2-D time-frequency grid (in LTE these tiles are called resource blocks). This is what lets a 5G cell serve many users at once with high efficiency, and it combines naturally with SDMA/beamforming to reuse the same subcarriers for users in different directions.

Go deeper:

From Quiz: MOBINFSEC / Modulation, Multiple Access & Power Control | Updated: Jul 14, 2026