Multiplexing
gocourse.in Maintenance

We'll be back soon

Our CDN (cdn.gocourse.in) is currently unreachable. Some images, JavaScript, or CSS files may not load properly.

Estimated downtime: ~30 minutes

Multiplexing

kumudha

What is Multiplexing?

Multiplexing is a technique used to combine multiple independent signals and transmit them over a single communication medium.

Instead of allocating a separate channel for each communication, multiplexing allows several data streams to share the same transmission path.

The device that combines multiple signals is called a Multiplexer (MUX).

At the receiving end, another device called a Demultiplexer (DEMUX) separates the combined signal back into its original signals.

Understanding Multiplexing with an Example

Imagine a highway with only one road between two cities.

Without multiplexing:
  • Each vehicle would require a separate road.
  • Building multiple roads would be costly.
With multiplexing:
  • Many vehicles can travel on the same highway using different lanes or different time schedules.
Similarly, in networking:
  • Multiple users share a single communication channel.
  • The channel's bandwidth is divided efficiently among users.

Components of a Multiplexing System

A multiplexing system consists of three major components:

1. Input Signals

These are the individual data streams generated by different devices.

Examples:
  • Telephone calls
  • Internet traffic
  • Television signals
  • Sensor data

2. Multiplexer (MUX)

The multiplexer combines multiple input signals into one composite signal.

Functions:
  • Accepts multiple inputs
  • Allocates resources
  • Creates a combined signal
  • Sends it through a shared medium

3. Demultiplexer (DEMUX)

The demultiplexer performs the reverse operation.

Functions:
  • Receives the composite signal
  • Separates individual signals
  • Delivers them to the correct destination

Working of Multiplexing

The process works as follows:

Step 1: Data Collection

Multiple devices generate data simultaneously.

Step 2: Signal Combination

The multiplexer combines all signals into a single composite signal.

Step 3: Transmission

The composite signal travels through a shared communication medium.

Step 4: Signal Separation

The demultiplexer separates the combined signal.

Step 5: Delivery

Each signal reaches its intended receiver.

Why Do We Need Multiplexing?

Multiplexing plays a crucial role in efficient network communication.

1. Efficient Use of Bandwidth

Available bandwidth can be shared among multiple users.

2. Reduced Communication Cost

Using a single transmission medium is much cheaper than installing separate channels.

3. Prevention of Channel Waste

Unused portions of the communication channel can be allocated to other users.

4. Better Resource Utilization

Network resources are used more efficiently.

5. Supports Large-Scale Communication

Multiplexing enables millions of users to communicate simultaneously over shared infrastructure.

History of Multiplexing

The concept of multiplexing originated in the telecommunications industry.

Important Milestones

  • Early 1870s: Multiplexing began with telegraph systems.
  • 1910: George Owen Squier developed telephone carrier multiplexing.
  • Modern Era: Multiplexing became a fundamental technology in:
  • Telephone networks
  • Radio broadcasting
  • Television systems
  • Fiber-optic communication
  • Internet infrastructure

Advantages of Multiplexing

1. Multiple Signals over One Medium

Several signals can be transmitted simultaneously through a single channel.

2. Cost Reduction

Reduces the need for additional transmission lines.

3. Efficient Bandwidth Usage

Available bandwidth is utilized effectively.

4. Increased Network Capacity

More users can communicate without requiring extra infrastructure.

5. Improved Scalability

Networks can grow without significant physical expansion.

Disadvantages of Multiplexing

1. Increased System Complexity

Additional hardware such as MUX and DEMUX is required.

2. Synchronization Issues

Some multiplexing methods require precise timing.

3. Failure Impact

If the shared channel fails, all users may be affected.

4. Initial Setup Cost

Advanced multiplexing systems can be expensive to deploy.

Types of Multiplexing

The major multiplexing techniques are:
  1. Frequency Division Multiplexing (FDM)
  2. Wavelength Division Multiplexing (WDM)
  3. Time Division Multiplexing (TDM)

1. Frequency Division Multiplexing (FDM)

What is FDM? 

Frequency Division Multiplexing (FDM) is an analog multiplexing technique in which the available bandwidth is divided into multiple frequency bands.

Each signal is assigned a unique frequency range.

All signals are transmitted simultaneously over the same medium.

How FDM Works

The transmission channel's bandwidth is divided into several smaller frequency channels.

Each user:
  • Gets a different frequency band.
  • Transmits data continuously.
Since frequencies are different, signals do not interfere with one another.

Example

Suppose a channel has a bandwidth of 100 MHz.

Real-World Example: FM Radio

Every FM radio station operates on a different frequency.

Examples:
  • 91.1 MHz
  • 93.5 MHz
  • 98.3 MHz
  • 102.7 MHz
All stations broadcast simultaneously through the air.

Your radio tunes to a specific frequency and extracts the desired station.

Advantages of FDM

  • Suitable for analog signals
  • Simultaneous transmission possible
  • Simple implementation
  • No strict synchronization required

Disadvantages of FDM

  • Requires large bandwidth
  • Crosstalk may occur
  • Needs multiple modulators
  • Inefficient for low-bandwidth systems

Applications of FDM

  • Radio broadcasting
  • Television broadcasting
  • Cable TV networks
  • Satellite communication

2. Wavelength Division Multiplexing (WDM)

What is WDM?

Wavelength Division Multiplexing (WDM) is a multiplexing technique used in fiber-optic communication.

It is conceptually similar to FDM, but instead of frequencies, different wavelengths (colors) of light are used.

Multiple optical signals travel simultaneously through a single optical fiber.

How WDM Works

Different light sources generate optical signals at different wavelengths.

A multiplexer combines these wavelengths into a single optical signal.

The signal travels through a fiber-optic cable.

At the receiving end, a demultiplexer separates the wavelengths.

Prism Analogy

Think of white light passing through a prism.

A prism separates white light into multiple colors.

Similarly:
  • Multiplexer combines wavelengths.
  • Demultiplexer separates wavelengths.

Real-World Example

Internet service providers use WDM to increase the capacity of long-distance fiber-optic links.

A single fiber can carry:
  • Internet traffic
  • Voice calls
  • Video streams
all at the same time using different wavelengths.

Advantages of WDM

  • Extremely high bandwidth
  • Efficient utilization of fiber
  • Supports long-distance communication
  • Increases fiber capacity significantly

Disadvantages of WDM

  • High implementation cost
  • Complex optical equipment required
  • Difficult maintenance

Applications of WDM

  • Fiber-optic communication
  • High-speed internet backbones
  • Data centers
  • Telecommunication networks

3. Time Division Multiplexing (TDM)

What is TDM?

Time Division Multiplexing (TDM) is a digital multiplexing technique where multiple users share the same channel by taking turns.

Instead of assigning different frequencies, each user is assigned a specific time slot.

How TDM Works

The available transmission time is divided into small intervals called time slots.

Each device transmits only during its assigned time slot.

The process repeats continuously.

Example

Suppose four devices share a channel:

Time → | A | B | C | D |

Each device gets an equal opportunity to send data.

Real-World Example

A classroom projector is connected to multiple students.

Only one student can present at a time.

The teacher gives each student a fixed presentation time.

This is similar to TDM.

Types of TDM

There are two types:
  • Synchronous TDM
  • Asynchronous TDM (Statistical TDM)

Synchronous TDM

Definition

In Synchronous TDM, each device is assigned a fixed time slot whether it has data to transmit or not.

Working

If four devices exist:

Frame:
| A | B | C | D |

Even if device B has no data:

| A | Empty | C | D |

The empty slot is still transmitted.

Advantages

  • Simple implementation
  • Predictable transmission pattern
  • Easy synchronization

Disadvantages

  • Wastes bandwidth
  • Empty slots reduce efficiency
  • Channel capacity must exceed total input rate

Applications

  • T1 Multiplexing
  • ISDN Networks
  • SONET Networks

Asynchronous TDM (Statistical TDM)

Definition

In Asynchronous TDM, time slots are assigned only to devices that have data to transmit.

Because of this dynamic allocation, channel utilization becomes more efficient.

Working

Suppose four devices exist:

A, B, C, D

Only A and C have data.

Frame becomes:

| A | C |

No empty slots are transmitted.

Advantages

  • Better bandwidth utilization
  • Higher efficiency
  • Reduced transmission time
  • Supports bursty traffic

Disadvantages

  • More complex implementation
  • Requires addressing information
  • Slight processing overhead

Applications

  • Computer networks
  • Packet-switched networks
  • Modern communication systems

Practical Applications of Multiplexing

Multiplexing is used everywhere in modern communication systems.

Telecommunications

Multiple phone calls share the same transmission line.

Internet Service Providers (ISPs)

Thousands of users share backbone network links.

Cable Television

Many TV channels are delivered through a single cable.

Mobile Networks

Millions of users communicate through shared cellular infrastructure.

Fiber-Optic Networks

Multiple optical channels are transmitted through one fiber.

Satellite Communication

Several communication streams share the same satellite transponder.


Our website uses cookies to enhance your experience. Learn More
Accept !