3

Is Time Division Multiplexing and Time Division Multiple Access same if not what is the difference between them? Similarly between FDM and FDMA.

Enthusiast
  • 477
  • 1
  • 5
  • 17

1 Answers1

2

TDM is a general concept of partitioning the communication media into non-overlapping time periods (slots). These slots may be assigned, independently of each other, to various communication agents (channels). At any given instant of time, there is only one channel transmitting over the media, but due to the fast switching between the channels the media is seen as though carrying few channels simultaneously.

TDMA is a subset of TDM. TDMA means using TDM concept while the channels are physically separate. Why give a separate name to (essentially) the same concept? Because TDMA is (one of) the most commonly employed subsets of TDM which has additional engineering complications which are special to it (and a wide set of techniques to address these complications).


FDM is a general concept of partitioning the communication media into non-overlapping frequency ranges (bands). These bands are assigned, independently of each other, to various communication agents (channels). All channels are transmitting in their frequency band (or several bands) over the media, therefore FDM allows for a true simultaneous communication over multiple channels.

FDMA is a subset of FDM. When FDM protocol is employed between physically separate channels it is called FDMA.


TDM and FDM may be used together.

For example: partitioning an available frequency spectrum into bands (FDM), and transmitting multiple channels in each band alternatively (TDM).

Vasiliy
  • 7,443
  • 2
  • 21
  • 38
  • What is the meaning of separate channels? If we use separate channels how is channel utilization improvement achieved using TDM and FDM? Because with FDM we were able to transmit more information in the given band of frequencies- bandwidth, so if we are to use separate channels why use TDM, FDM? – Enthusiast Aug 05 '13 at 19:31
  • 1
    Depends on what you mean by "channel". I meant "virtual channel" - a communication range (either in time or frequency) assigned to a particular agent. – Vasiliy Aug 05 '13 at 19:38