0
0
Computer Networksknowledge~6 mins

Multiplexing techniques in Computer Networks - Full Explanation

Choose your learning style9 modes available
Introduction
Imagine many people want to talk on the same phone line at once. Without a way to share the line, their calls would get mixed up or blocked. Multiplexing techniques solve this problem by letting multiple signals share one communication channel efficiently.
Explanation
Frequency Division Multiplexing (FDM)
FDM splits the available bandwidth of a channel into separate frequency bands. Each user gets a unique frequency band to send their signal simultaneously without interference. This works like tuning a radio to different stations on the same airwaves.
FDM allows multiple signals to share a channel by assigning each a different frequency band.
Time Division Multiplexing (TDM)
TDM divides the channel into time slots and assigns each user a specific slot in a repeating cycle. Users take turns sending their signals in rapid succession, so it feels like simultaneous communication. This method works well when users have similar data rates.
TDM shares a channel by giving each user a turn in a fixed time slot sequence.
Wavelength Division Multiplexing (WDM)
WDM is similar to FDM but used in fiber optic cables. It assigns different light wavelengths (colors) to different signals. This lets many optical signals travel together through the same fiber without mixing. WDM greatly increases fiber capacity.
WDM multiplexes signals by using different light wavelengths in fiber optics.
Code Division Multiplexing (CDM)
CDM allows multiple users to send signals simultaneously over the same frequency by encoding each signal with a unique code. Receivers use these codes to separate the signals. This technique is common in mobile phone networks for secure and efficient communication.
CDM separates signals by assigning unique codes to each user on the same frequency.
Real World Analogy

Imagine a busy highway where many cars need to travel without crashing. One way is to give each car its own lane (frequency bands). Another way is to let cars take turns using the same lane at different times. Or, cars could use different colored headlights to be recognized even if they share the same lane. Lastly, cars could have special license plates that let traffic controllers identify them uniquely.

Frequency Division Multiplexing (FDM) → Cars driving in separate lanes on the highway
Time Division Multiplexing (TDM) → Cars taking turns to use the same lane at different times
Wavelength Division Multiplexing (WDM) → Cars using different colored headlights to share the lane safely
Code Division Multiplexing (CDM) → Cars having unique license plates that traffic controllers recognize
Diagram
Diagram
┌─────────────────────────────┐
│        Multiplexing          │
├─────────────┬───────────────┤
│ Frequency   │ Time          │
│ Division    │ Division      │
│ Multiplexing│ Multiplexing  │
│ (FDM)       │ (TDM)         │
├─────────────┴───────────────┤
│ Wavelength Division (WDM)   │
├─────────────────────────────┤
│ Code Division Multiplexing   │
│ (CDM)                       │
└─────────────────────────────┘
This diagram shows the four main multiplexing techniques grouped under the general concept of multiplexing.
Key Facts
Frequency Division Multiplexing (FDM)Splits channel bandwidth into separate frequency bands for simultaneous signals.
Time Division Multiplexing (TDM)Divides channel time into slots, assigning each user a turn to send data.
Wavelength Division Multiplexing (WDM)Uses different light wavelengths to carry multiple signals in fiber optics.
Code Division Multiplexing (CDM)Assigns unique codes to signals so multiple users share the same frequency.
Common Confusions
Believing FDM and WDM are the same because both use frequency or wavelength.
Believing FDM and WDM are the same because both use frequency or wavelength. FDM uses radio frequencies in electrical signals, while WDM uses different light wavelengths in fiber optics; they operate in different mediums.
Thinking TDM means users send data at the same time.
Thinking TDM means users send data at the same time. TDM users send data one after another in rapid time slots, not simultaneously.
Assuming CDM requires separate frequencies for each user.
Assuming CDM requires separate frequencies for each user. CDM allows users to share the same frequency by encoding signals with unique codes.
Summary
Multiplexing techniques let many signals share one communication channel efficiently.
FDM and WDM separate signals by frequency or wavelength, while TDM separates by time slots.
CDM uses unique codes to allow multiple users on the same frequency simultaneously.