👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Network Fundamentals
Study mode

Multiplexing

Multiplexing: Efficient Use of Communication Channels

Imagine you have a single telephone line but multiple people want to make calls at the same time. How can all these conversations happen simultaneously without interference? The answer lies in a technique called multiplexing. Multiplexing is a fundamental concept in computer networks and telecommunications that allows multiple signals or data streams to share a single communication channel efficiently.

Why Do We Need Multiplexing?

Communication channels, such as cables or wireless frequencies, have limited capacity or bandwidth. If each user or device had to use a separate channel, the cost and complexity would skyrocket. Multiplexing solves this problem by combining multiple signals into one channel, making the best use of available resources.

Think of multiplexing as a way to organize traffic on a busy road. Instead of building many separate roads for each vehicle, we create lanes or time schedules so that many vehicles can use the same road without crashing into each other.

Basic Concept of Multiplexing

At its core, multiplexing involves two main processes:

  • Multiplexing: Combining multiple input signals into one composite signal for transmission.
  • Demultiplexing: At the receiving end, separating the composite signal back into individual signals.

This process requires special devices called multiplexers (MUX) and demultiplexers (DEMUX).

Real-World Analogy

Imagine a multi-lane highway where each lane carries cars (signals) moving side by side. This is similar to Frequency Division Multiplexing. Alternatively, think of a single-lane toll booth where cars pass one at a time in a timed sequence - this resembles Time Division Multiplexing. For fiber optics, imagine different colors of light traveling together in one cable, each carrying separate data - this is like Wavelength Division Multiplexing.

Types of Multiplexing

1. Frequency Division Multiplexing (FDM)

In Frequency Division Multiplexing (FDM), the total available bandwidth of a communication channel is divided into non-overlapping frequency bands. Each band carries a separate signal simultaneously. This is like tuning into different radio stations, each broadcasting at a unique frequency.

To avoid interference between adjacent frequency bands, small gaps called guard bands are placed between them. These guard bands act as buffers to prevent signal overlap.

Channel 1 Guard Band Channel 2 Guard Band Channel 3 Guard Band Channel 4 Guard Band Channel 5 Frequency Spectrum

Key Points:

  • Each channel has a unique frequency band.
  • Channels transmit simultaneously.
  • Guard bands prevent interference.

2. Time Division Multiplexing (TDM)

Time Division Multiplexing (TDM) divides the time on a single communication channel into fixed intervals called time slots. Each channel is assigned a specific time slot during which it can transmit its data. The process repeats cyclically, allowing multiple signals to share the same frequency channel but at different times.

There are two types of TDM:

  • Synchronous TDM: Time slots are fixed and assigned to channels whether or not they have data to send.
  • Asynchronous TDM: Time slots are assigned dynamically based on demand, improving efficiency.
Slot 1 Slot 2 Slot 3 Slot 4 Slot 5 Slot 6 Slot 7 Slot 8 Time Frame Divided into Slots

Key Points:

  • Channels transmit in assigned time slots sequentially.
  • Only one channel transmits at a time on the channel.
  • Synchronous TDM wastes bandwidth if channels are idle; asynchronous TDM improves efficiency.

3. Wavelength Division Multiplexing (WDM)

Wavelength Division Multiplexing (WDM) is used primarily in fiber optic communication. Instead of radio frequencies, WDM uses different wavelengths (colors) of light to carry separate data streams simultaneously through a single optical fiber.

This technique allows enormous data capacity since multiple wavelengths can coexist without interference, similar to how a prism splits white light into multiple colors.

Multiple Wavelengths Combined in One Fiber

Key Points:

  • Uses different light wavelengths (colors) to carry data.
  • Greatly increases fiber optic cable capacity.
  • Common in high-speed internet and long-distance communication.

Applications of Multiplexing

Multiplexing is everywhere in modern communication:

  • Telecommunication Systems: Telephone networks use FDM and TDM to handle multiple calls over the same line.
  • Internet Data Transmission: TDM and WDM enable efficient data flow in broadband and fiber optic networks.
  • Satellite Communication: Satellites use multiplexing to send multiple channels of data simultaneously.

Advantages and Limitations

Advantages:

  • Efficient use of bandwidth and infrastructure.
  • Reduces cost by sharing channels.
  • Enables simultaneous transmission of multiple signals.

Limitations:

  • Requires complex multiplexing/demultiplexing equipment.
  • Guard bands in FDM reduce usable bandwidth.
  • Synchronization challenges in TDM.
  • WDM requires precise wavelength control and expensive optical components.

Related Concepts

Demultiplexing: The reverse process of multiplexing, separating combined signals back into individual channels.

Multiplexer and Demultiplexer Devices: Hardware that performs multiplexing and demultiplexing functions.

Comparison with Other Network Concepts: Multiplexing differs from switching and routing, as it focuses on sharing a single channel rather than directing data paths.

Key Takeaways

  • Multiplexing allows multiple signals to share one communication channel efficiently.
  • FDM divides bandwidth into frequency bands; TDM divides time into slots; WDM uses different light wavelengths.
  • Guard bands prevent interference in FDM; synchronization is vital in TDM.
  • WDM greatly increases fiber optic capacity using multiple light colors.
Key Takeaway:

Understanding multiplexing is essential for grasping how modern networks handle vast amounts of data simultaneously.

Formula Bank

Total Bandwidth in FDM
\[ B_{total} = \sum_{i=1}^{n} B_i + (n-1) \times B_{guard} \]
where: \( n \) = number of channels, \( B_i \) = bandwidth of channel \( i \) (MHz), \( B_{guard} \) = guard band bandwidth (MHz)
Time Slot Duration in TDM
\[ T_{slot} = \frac{T_{frame}}{n} \]
where: \( T_{frame} \) = total frame duration (ms), \( n \) = number of channels
Total Capacity in WDM
\[ C_{total} = n \times C_{wavelength} \]
where: \( n \) = number of wavelengths, \( C_{wavelength} \) = capacity per wavelength (Gbps)
Example 1: Calculating Bandwidth in FDM Easy
Calculate the total bandwidth required to transmit 5 channels using Frequency Division Multiplexing. Each channel requires 4 MHz bandwidth, and the guard band between channels is 0.5 MHz.

Step 1: Identify the number of channels \( n = 5 \).

Step 2: Each channel bandwidth \( B_i = 4 \) MHz.

Step 3: Guard band \( B_{guard} = 0.5 \) MHz.

Step 4: Apply the formula for total bandwidth:

\[ B_{total} = \sum_{i=1}^{5} 4 + (5-1) \times 0.5 = 5 \times 4 + 4 \times 0.5 = 20 + 2 = 22 \text{ MHz} \]

Answer: The total bandwidth required is 22 MHz.

Example 2: Time Slot Calculation in TDM Medium
In a synchronous TDM system, 8 channels share a frame of duration 2 ms. Calculate the duration of each time slot.

Step 1: Number of channels \( n = 8 \).

Step 2: Frame duration \( T_{frame} = 2 \) ms.

Step 3: Use the formula for time slot duration:

\[ T_{slot} = \frac{T_{frame}}{n} = \frac{2 \text{ ms}}{8} = 0.25 \text{ ms} \]

Answer: Each time slot duration is 0.25 ms.

Example 3: Cost Analysis of Multiplexing Equipment Medium
A telecom company needs to install multiplexing equipment for 10 channels. The cost per multiplexer unit is Rs.15,000 and per demultiplexer unit is Rs.12,000. Calculate the total cost.

Step 1: Number of channels \( n = 10 \).

Step 2: Cost per multiplexer = Rs.15,000.

Step 3: Cost per demultiplexer = Rs.12,000.

Step 4: Total cost = Cost of MUX + Cost of DEMUX.

Assuming one multiplexer and one demultiplexer handle all channels:

Total cost = Rs.15,000 + Rs.12,000 = Rs.27,000.

Answer: The total cost for multiplexing equipment is Rs.27,000.

Example 4: Bandwidth Efficiency Comparison Hard
Compare the bandwidth efficiency of FDM and TDM for 4 channels, each requiring 3 MHz bandwidth. The guard band for FDM is 0.2 MHz. Assume TDM uses a frame duration of 4 ms and each channel transmits at 3 Mbps. Calculate total bandwidth for FDM and total data rate for TDM.

Step 1: For FDM:

Number of channels \( n = 4 \), bandwidth per channel \( B_i = 3 \) MHz, guard band \( B_{guard} = 0.2 \) MHz.

Total bandwidth:

\[ B_{total} = 4 \times 3 + (4 - 1) \times 0.2 = 12 + 0.6 = 12.6 \text{ MHz} \]

Step 2: For TDM:

Each channel data rate = 3 Mbps, number of channels = 4.

Total data rate:

\[ R_{total} = 4 \times 3 = 12 \text{ Mbps} \]

Answer:

  • FDM requires 12.6 MHz bandwidth.
  • TDM achieves a total data rate of 12 Mbps over the same channel.

Note: Bandwidth in MHz and data rate in Mbps are related but not directly comparable without modulation details. TDM can be more bandwidth-efficient by sharing the channel in time.

Example 5: WDM Channel Capacity Calculation Hard
A fiber optic cable uses Wavelength Division Multiplexing with 16 wavelengths. Each wavelength carries data at 10 Gbps. Calculate the total data capacity of the fiber.

Step 1: Number of wavelengths \( n = 16 \).

Step 2: Capacity per wavelength \( C_{wavelength} = 10 \) Gbps.

Step 3: Use the formula for total capacity:

\[ C_{total} = n \times C_{wavelength} = 16 \times 10 = 160 \text{ Gbps} \]

Answer: The total data capacity of the fiber optic cable is 160 Gbps.

Tips & Tricks

Tip: Remember that guard bands are only used in FDM to prevent overlap.

When to use: When calculating total bandwidth in FDM problems.

Tip: In TDM, time slots are equal in synchronous TDM but variable in asynchronous TDM.

When to use: When solving time slot allocation questions.

Tip: Use the analogy of a multi-lane highway (FDM) vs. a single-lane toll booth with timed slots (TDM) to remember differences.

When to use: When trying to recall multiplexing types quickly.

Tip: Always convert all units to metric before calculations to avoid errors.

When to use: During numerical problems involving bandwidth, time, or data rates.

Tip: For WDM, think in terms of colors of light to remember the concept of multiple wavelengths.

When to use: When visualizing or explaining WDM.

Common Mistakes to Avoid

❌ Ignoring guard bands in FDM bandwidth calculations.
✓ Always add guard bands between channels except after the last one.
Why: Students often forget guard bands, leading to underestimated bandwidth.
❌ Confusing time slot duration with frame duration in TDM.
✓ Divide frame duration by number of channels to find time slot duration.
Why: Misunderstanding leads to incorrect time slot assignments.
❌ Mixing units like MHz with GHz or ms with seconds without conversion.
✓ Convert all units to metric base units before calculations.
Why: Unit inconsistency causes wrong numerical answers.
❌ Assuming WDM is similar to FDM in frequency domain rather than wavelength domain.
✓ Remember WDM uses different light wavelengths, not radio frequencies.
Why: Terminology confusion leads to conceptual errors.
❌ Overlooking the difference between synchronous and asynchronous TDM.
✓ Identify the type of TDM before solving related problems.
Why: Different TDM types have different slot allocation methods.
FeatureFDMTDMWDM
Division BasisFrequency bandsTime slotsLight wavelengths
Simultaneous Transmission YesNo (sequential) Yes
Guard Bands/SlotsGuard bands neededTime slots assignedNo guard bands, uses wavelengths
Typical UseRadio, telephoneDigital data streamsFiber optic communication
Bandwidth EfficiencyLower due to guard bandsHigher, depends on slot usageVery high, multiple wavelengths
Equipment ComplexityModerateModerateHigh, optical components
✨ AI exam tools — try them free (included in every plan)
Tip: select any text above to Explain / Example / Simplify it.
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Multiplexing · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.