0
22kviews
Explain Multiplexer and Demultiplexer
1 Answer
1
488views

Multiplexer

  • A Multiplexer or Mux is a device that has many inputs and a single output. The selected line decides which i/p is connected to the o/p, and also increases the amount of data that can be sent over an n/w within a certain time.
  • A multiplexer is also called as a data selector. The best example of the non-electronic circuit of the multiplexer is a single-pole, multi-position switch, which is generally used in many electronics circuits.
  • The main purpose of mux is to perform high-speed switching and is constructed by basic electronic components.
  • These are accomplished by handling both analog and digital applications. In analog applications, these are made up of transistor switches and relays, whereas in digital applications, these are made up of logic gates. When the mux is used in digital applications, it is called a digital multiplexer.

1

Types of Multiplexer

2

Multiplexer Types

Multiplexers are classified into four types:

  • 2-1 multiplexer ( 1select line)
  • 4-1 multiplexer (2 select lines)
  • 8-1 multiplexer(3 select lines)
  • 16-1 multiplexer (4 select lines)

8-to-1 Multiplexer

3

The 8-to-1 multiplexer consists of 8 input lines, one output line and 3 selection lines.

8-1 Multiplexer Circuit

For the combination of a selection input, the data line is connected to the output line. The circuit shown below is an 8*1 multiplexer. The 8-to-1 multiplexer requires 8 AND gates, one OR gate and 3 selection lines. As an input, the combination of selection inputs is giving to the AND gate with the corresponding input data lines.

In a similar fashion, all the AND gates are given connection. In this 8*1 multiplexer, for any selection line input, one AND gate gives a value of 1 and the remaining all AND gates give 0. And, finally, by using OR gate, all the AND gates are added; and, this will be equal to the selected value.

4

Applications of Multiplexers

Multiplexers are used in various applications wherein multiple-data need to be transmitted by using a single line.

  • Communication System A communication system has both a communication network and a transmission system. By using a multiplexer, the efficiency of the communication system can be increased by allowing the transmission of data, such as audio and video data from different channels through single lines or cables.
  • Computer Memory Multiplexers are used in computer memory to maintain a huge amount of memory in the computers, and also to reduce the number of copper lines required to connect the memory to other parts of the computer.
  • Telephone Network In telephone networks, multiple audio signals are integrated on a single line of transmission with the help of a multiplexer.
  • Transmission from the Computer System of a satellite multiplexer is used to transmit the data signals from the computer system of a spacecraft or a satellite to the ground system by using a GSM satellite.

De-Multiplexer

A demultiplexer is a device, that has one input and multiple output lines which are used to send a signal to one of the various devices. The most prominent distinction between a multiplexer and demultiplexer is that a multiplexer takes two or a lot of signals and encodes them on a wire, whereas a demultiplexer reverses what the multiplexer does.

5

Types of De multiplexer

De-multiplexers are classified into four types

  • 1-2 demultiplexer (1 select line)
  • 1-4 demultiplexer (2 select lines)
  • 1-8 demultiplexer (3 select lines)
  • 1-16 demultiplexer (4 select lines)

1-4 De-multiplexers

The 1-to-4 demultiplexer comprises 1- input bit, 4-output bits and – control bits. The 1X4 demultiplexer circuit diagram is shown below.

6

The i/p bit is considered as Data D. This data bit is transmitted to the data bit of the o/p lines, which depends on the AB value and the control i/p.

When the control i/p AB = 01, the upper second AND gate are permitted while the remaining AND gates are restricted. Thus, only data bit D is transmitted to the output and Y1 = Data.

If the data bit D is low, the output Y1 is low. IF data bit D is high, the output Y1 is high. The value of the output Y1 depends upon the value of data bit D, the remaining outputs are in a low state.

If the control input changes to AB = 10, then all the gates are restricted except the third AND gate from the top. Then, data bit D is transmitted only to the output Y2; and, Y2 = Data. The best example of the 1X4 demultiplexer is IC 74155.

1-8 De-multiplexers

The demultiplexer is also called as data distributors as it requires one input, 3 selected lines and 8 outputs. De-multiplexer takes one single input data line and then switches it to any one of the output lines. 1-to-8 demultiplexer circuit diagram is shown below; it uses 8 AND gates for achieving the operation. The input bit is considered as data D and it is transmitted to the output lines. This depends on the control input value of the AB. When AB = 01, the upper second gate F1 is enabled, while the remaining AND gates are disabled, and the data bit is transmitted to the output giving F1= data. If D is low, the F1 is low, and if D is high, the F1 is high. So the value of the F1 depends on the value of D, and the remaining outputs are in the low state.

7

Applications of Demultiplexer

Demultiplexers are used to connect a single source to multiple destinations. These applications include the following:

Communication System – Multiplexer and Demultiplexer both are used in communication systems to carry out the process of data transmission. A De-multiplexer receives the output signals from the multiplexer; and, at the receiver end, it converts them back to the original form.

Arithmetic Logic Unit – The output of the arithmetic logic unit is fed as an input to the De-multiplexer, and the o/p of the demultiplexer is connected to a multiple registers. The output of the ALU can be stored in multiple registers.

Serial to Parallel Converter – The serial to parallel converter is used to reform parallel data. In this method, serial data are given as an input to the De-multiplexer at a regular interval, and a counter is attached to the demultiplexer at the control i/p to sense the data signal at the demultiplexer’s o/p. When all data signals are stored, the output of the demultiplexer can be read out in parallel.

Therefore, this is the basic information about multiplexer and demultiplexers. Hope you might have got some fundamental concepts about this topic by observing the digital logic circuits and their applications. Furthermore, any doubts regarding this article or electronics projects, You can write your views about this topic in the comment section below.

Please log in to add an answer.