Multiplexing (Channel Sharing) in Computer Network
Last Updated :
22 Apr, 2024
Multiplexing means multiple sources but one link. An alternative approach is a Direct point-to-point connection, but it has several problems as it requires an I/O port for each device, a need line for each device, and also a large amount of wiring needed if on different floors. Instead, if we use a multiplexer approach then all devices are connected to MUX and one line to the host, the link carries multiple channels of information and several lines equal to the number of lines out.
Why Multiplexing?
Multiplexing is the sharing of a medium or bandwidth. It is the process in which multiple signals coming from multiple sources are combined and transmitted over a single communication/physical line. Multiplexing in computer networks is done using a device Multiplexer called MUX that takes ‘n’ input lines to generate a single output line. On the other hand, there is a device called DEMUX(Demultiplexer) that takes a single input line and generates ‘n’ output lines.

Multiplexing
The ‘n’ input lines shown above are transmitted via a multiplexer and it combines the signals to form a composite signal. Now, these signals are passed through DEMUX and it transfers those signals to their respective destinations.
Types of Multiplexing in Computer Networks
Multiplexing can be classified as:
.png)
Types of Multiplexer
1. Frequency Division Multiplexing (FDM)
The frequency spectrum is divided among the logical channels and each user has exclusive access to his channel. It sends signals in several distinct frequency ranges and carries multiple video channels on a single cable. Each signal is modulated onto a different carrier frequency and carrier frequencies are separated by guard bands. The bandwidth of the transmission medium exceeds the required bandwidth of all the signals. Usually, for frequency division multiplexing analog signaling is used in order to transmit the signals, i.e. more susceptible to noise. Assignment of non-overlapping frequency ranges to each user or signal on a medium. Thus, all signals are transmitted at the same time, each using different frequencies.Â

Frequency Division Multiplexing (FDM)
The multiplexer is attached to the high-speed communication line. The frequency spectrum is divided up among the logical channels where each user hangs onto a particular frequency. The radio spectrum is an example of the media and the mechanism for extracting information from the medium.Â
Advantages of FDM
- The process is simple and easy to modulate.
- A corresponding multiplexer or de-multiplexer is on the end of the high-speed line and separates the multiplexed signals.
- For frequency division multiplexing analog signaling is used in order to transmit the signals.
Disadvantages of FDM
- One problem with FDM is that it cannot utilize the full capacity of the cable.Â
- It is important that the frequency bands do not overlap.
- There must be a considerable gap between the frequency bands in order to ensure that signals from one band do not affect signals in another band.
2. Time Division Multiplexing (TDM)
Each user periodically gets the entire bandwidth for a small burst of time, i.e. entire channel is dedicated to one user but only for a short period of time. It is very extensively used in computer communication and telecommunication. Sharing of the channel is accomplished by dividing available transmission time on a medium among users. It exclusively uses Digital Signaling instead of dividing the cable into frequency bands. TDM splits cable usage into time slots. The data rate of transmission media exceeds the data rate of signals. Uses a frame and one slot for each slice of time and the time slots are transmitted whether the source has data or not.Â

Time Division Multiplexing
There are two types of TDMs which are as follows:Â
- Synchronous Time Division Multiplexing
- Statistical Time Division Multiplexing
- Asynchronous Time Division Multiplexing
- Interleaving Time Division Multiplexing
Synchronous Time Division Multiplexing: It is synchronous because the multiplexer and the de-multiplexer have to agree on the time slots. The original time-division multiplexing. The multiplexer accepts input from attached devices in a round-robin fashion and transmits the data in a never-ending pattern. Some common examples of this are T-1 and ISDN telephone lines. If one device generates data at a faster rate than other devices, then the multiplexor must either sample the incoming data stream from that device more often than it samples the other devices or buffers the faster incoming stream. If a device has nothing to transmit, the multiplexor must still insert a piece of data from that device into the multiplexed stream.Â

Synchronous TDM
Statistical Time Division Multiplexing: It is a time-division but on-demand rather than fixed, rescheduling links on a per-packet basis and packets from different sources interleaved on the link. It allows the connection of more nodes to the circuit than the capacity of the circuit. Works on the premise that not all the nodes will transmit at full capacity at all times. It must transmit a terminal identification i.e destination id no. and may require storage. A statistical multiplexer transmits only the data from active workstations. If a workstation is not active, no space is wasted on the multiplexed stream. It accepts the incoming data streams and creates a frame containing only the data to be transmitted.

Statistical TDM
Asynchronous Time Division Multiplexing: It is a type of multiplexing, where the rate of sampling is different and also does not require a general clock, it is called Asynchronous Time Division Multiplexing. Asynchronous TDMs have generally low bandwidth. In case when there is nothing to transmit, this type of TDM gives its time slot to other devices.
Interleaving Time Division Multiplexing: Interleaving TDM can be taken as two switches rotating at high speed, one on the multiplexing and the other on the demultiplexing surface. These switches can also be rotated in the reverse direction. At once, when it leaves the surface of multiplexing and releases at the surface of de-multiplexer, it is called Interleaving.
3. Wavelength Division Multiplexing(WDM)
It is the same as FDM but applied to fibers, only the difference is that here the operating frequencies are much higher actually they are in the optical range. There’s great potential for fibers since the bandwidth is so huge. Fibers with different energy bands are passed through a diffraction grating prism. Combined on the long-distance link and then split at the destination. It has got high reliability and very high capacity.Â
.png)
Wavelength Division Multiplexing(WDM)
It multiplexes multiple data streams onto a single fiber optic line. Different wavelength lasers(called lambdas) transmit multiple signals. Each signal carried on the fiber can be transmitted at a different rate from the other signals.Â
Some Other Types of Multiplexing
There are some more types of multiplexing that are discussed here.
1. Code Division Multiplexing
It is a type of multiplexing where each code is distributed among different spectrums so that each one of them can work at the same time simultaneously. It is also called Code Division Multiple Access (CDMA). CDMA makes use of spectrum technology along with analog-to-digital conversion(ADC). It is thus used by various radio communication technologies. Mainly, it is used for mobile communication.Â
Advantages of Code Division Multiplexing
- It provides enhanced data communication capabilities.
- It does not compress the bandwidth of other frequencies.
2. Orthogonal Frequency Division Multiplexing
Orthogonal frequency-division multiplexing (OFDM) is a digital communication technique initially developed for use in cable television systems. OFDM is similar to the broadcasting technique known as frequency division multiplexing (also known as FDM), which uses a multitude of transmitters and receivers to send information on different frequencies over a single wire, such as an electrical power cable.

OFDM vs FDM
Uses of OFDM
3. Space Division Multiplexing
Space Division Multiplexing (SDM) is the combination of Frequency Division Multiplexing (FDM) and Time Division Multiplexing (TDM). It basically means that a particular channel is used against a particular frequency band for some time.Â
Advantages of Space Division Multiplexing
- It provides a high data transmission rate.
- Some Passive Optical Network (POV) implementations use SDM.
Advantages of Multiplexing
- Multiplexing allows the efficient usage of computer resources.
- Multiplexing is Cost effective
- Frequency Divison Multiplexing allows simultaneous transmission of multiple signals
- Time Division Multiplexing is used for Fair Resource Allocation that is each device is allocated a specific time band for their transmission.
- Code Division Multiplexing is used to increase the security so that only authorized user can access data.
- Multiplexing also provide scalability.
Disadvantage of Multiplexing
- It increase the complexity of the system
- There is a problem of SPoF(Single Point of Failure) that means if there is failure in singel point than the entire system become fails.
- This is not fault tolerant.
Previous Year GATE Question
Q.1: Let us consider a statistical time division multiplexing of packets. The number of sources is 10. In a time unit, a source transmits a packet of 1000 bits. The number of sources sending data for the first 20 time units is 6, 9, 3, 7, 2, 2, 2, 3, 4, 6, 1, 10, 7, 5, 8, 3, 6, 2, 9, 5 respectively. The output capacity of multiplexer is 5000 bits per time unit. Then the average number of backlogged of packets per time unit during the given period is [GATE IT 2007].
(A)Â 5
(B)Â 4.45
(C)Â 3.45
(D)Â 0
Solution: Correct Answer is (B).
For detailed explanation, refer to GATE | Gate IT 2007 | Question 60.
Frequently Asked Questions on Multiplexing – FAQs
Which modulation technique is used in CDMA?
Spread Spectrum multiple access is the technique, which is achieved by 2 techniques namely, Direct sequence (DS) modulation and frequency hopping (FH)
Multiplexing can be used in both wired and wireless networks. Is it true?
Yes multiplexing can be used in wired and wireless medium.
Security can be improved with multiplexing.True or Flase?
True, but multiplexing itself is not secure but it provide security to network.
Similar Reads
Data Communication Tutorial
Data communication plays an important role in today's interconnected world and enables the exchange of information between devices and networks. Whether you're sending an email, making a video call, or browsing the web, data communication ensures that information flows smoothly. This Data Communicat
5 min read
Basics of Data Communication
Data Communication - Definition, Components, Types, Channels
Transferring data over a transmission medium between two or more devices, systems, or places is known as data communication. Nowadays, computing and telecommunications depend heavily on this data transmission, which makes a variety of applications conceivable, including email, video chatting, the In
7 min read
Types of Computer Networks
A computer network is a cluster of computers over a shared communication path that works to share resources from one computer to another, provided by or located on the network nodes. In this article, we will discuss computer networks and their types. What is a Computer Network?A computer network is
11 min read
Transmission Modes in Computer Networks (Simplex, Half-Duplex and Full-Duplex)
Transmission modes also known as communication modes, are methods of transferring data between devices on buses and networks designed to facilitate communication. They are classified into three types: Simplex Mode, Half-Duplex Mode, and Full-Duplex Mode. In this article, we will discuss Transmission
6 min read
Difference Between Serial and Parallel Transmission
Data transmission is how computers and other devices send information to each other. There are two main ways to do this Serial and Parallel Transmission. In Serial Transmission, data is sent one bit at a time like sending a single line of people through a door. In Parallel Transmission data is sent
4 min read
How Data Encapsulation and De-encapsulation Works?
Data encapsulation and de-encapsulation are fundamental concepts in computer networking and communication protocols. These processes are essential for transferring data across networks efficiently and securely. What is Data Encapsulation?Encapsulation is the process of adding additional information
4 min read
TCP/IP Model
The TCP/IP model is a fundamental framework for computer networking. It stands for Transmission Control Protocol/Internet Protocol, which are the core protocols of the Internet. This model defines how data is transmitted over networks, ensuring reliable communication between devices. It consists of
14 min read
Transmission of Signals
Transmission Impairment in Data Communication
In communication system, analog signals travel through transmission media, which tends to deteriorate the quality of analog signal, which means that the signal at the beginning of the medium is not the same as the signal at the end of the medium. The imperfection causes signal impairment. Below are
3 min read
What is Bandwidth? Definition, Working, Importance, Uses
Pre-Requisite: Introduction to Bandwidth Network bandwidth is the maximum capacity of a wired or wireless communications link to deliver data via a network connection in a given amount of time. Bandwidth is typically defined as the number of bits, kilobits, megabits, or gigabits that may be sent in
8 min read
Digital To Digital Conversion in Computer Network
In this article we will be discussing about digital-to-digital transmission in computer network i.e., how a digital data or information is converted into digital signal. The digital-to-digital encoding can be done by a technique called line coding. Line CodingThe process of converting the digital da
5 min read
Line Coding
The process of converting binary data into a sequence of bits of the digital signal is known as Line coding. It is also known as digital PAM formats. Need of Line coding: We always come across different types of data such as text, numbers, graphical images, audio, and video. These all data are store
2 min read
Analog to Digital Conversion
Digital Signal: A digital signal is a signal that represents data as a sequence of discrete values; at any given time it can only take on one of a finite number of values. Analog Signal: An analog signal is any continuous signal for which the time varying feature of the signal is a representation of
6 min read
Digital to Analog Conversion
Digital Signal - A digital signal is a signal that represents data as a sequence of discrete values; at any given time it can only take on one of a finite number of values. Analog Signal - An analog signal is any continuous signal for which the time varying feature of the signal is a representation
3 min read
Quadrature Amplitude Modulation
Quadrature Amplitude Modulation (QAM) is a modulation technique that can be utilized in Analog modulation concepts and digital modulation concepts. It is a combination of ASK and PSK. So, in this article, we will discuss QAM, Analog QAM, Digital QAM, and many more. Quadrature Amplitude Modulation:Qu
5 min read
Analog to Analog Conversion (Modulation)
Analog Signal: An analog signal is any continuous signal for which the time varying feature of the signal is a representation of some other time varying quantity i.e., analogous to another time varying Signal. Analog to Analog Conversion - Analog-to-analog conversion, or modulation, is the represent
3 min read
What is Modulation?
Modulation can be digital or analog, the input wave of the analog signal varies continuously like a sine wave. Modulation can be defined as the process of converting data into waves by adding information to a carrier signal. Such a signal can be transmitted electronically or optically, but it must h
6 min read
Transmission Media
Types of Transmission Media
Transmission media refers to the physical medium through which data is transmitted from one device to another within a network. These media can be wired or wireless. The choice of medium depends on factors like distance, speed, and interference. In this article, we will discuss the transmission medi
9 min read
Twisted-pair Cable
Prerequisite : Types of Transmission Media Introduction : Transmission media can be divided into two parts Guided Media and Unguided Media. In guided media, the signal is contained within the physical limits of the transmission medium and is directed along with it. Twisted Pair Cables :These are a t
4 min read
What is Coaxial Cable ?
Coaxial cable is typically used by cable operators, telephone companies, and internet providers to transmit data, video, and voice communications to customers. Its installation and implementation are easy but it is less efficient than optical fiber also it provides moderately low bandwidth in compar
7 min read
Fiber Optics and Types
Fiber Optics or Optical Fiber is a technology that transmits data as a light pulse along a glass or plastic fiber. An Optical Fiber is a cylindrical fiber of glass that is hair-thin in size or any transparent dielectric medium. The fiber which is used for optical communication is waveguides made of
6 min read
Difference between Twisted pair cable, Co-axial cable and Optical fiber cable
A computer cable is a medium used to transmit data between devices such as computers, servers, routers, and switches. Cables physically connect these devices, enabling them to communicate within a network. In computer networking, it is very important to know the distinctions between the different ty
8 min read
Radio Waves
Radio waves are part of the electromagnetic spectrum and waves with one of the largest wavelengths. These waves are used for long-range communication as they are capable of propagating along the curvature of the earth. They are sent using the transmitter and are received using the antenna called the
8 min read
Infrared light for Transmission
Infrared light for Transmission :Infrared is the frequency of light that is not visible to the eyes .The frequency of the waves lies between three hundred gigacycles to four hundred THz. In this, the radiation is in the region of the electromagnetic spectrum . Infrared could be a communication mediu
3 min read
Difference between Guided and Unguided Media
Network media or transmission media refer to the physical pathways through which data is transmitted from one device to another within a network. These ways can be wired or wireless. The selection of media depends on factors like distance, speed, and interference. In this article, we will discuss th
4 min read
Error Detection and Correction