Difference between Multiplexer and Demultiplexer
1. Multiplexer :
Multiplexer is a data selector which takes several inputs and gives a single output.In multiplexer we have 2n input lines and 1 output lines where n is the number of selection lines.

2. Demultiplexer :
Demultiplexer is a data distributor which takes a single input and gives several outputs.In demultiplexer we have 1 input and 2n output lines where n is the selection line.

Difference between of Multiplexer and Demultiplexer :
| Multiplexer | Demultiplexer |
|---|---|
| Multiplexer processes the digital information from various sources into a single source. | Demultiplexer receives digital information from a single source and converts it into several sources |
| It is known as Data Selector | It is known as Data Distributor |
| Multiplexer is a digital switch | Demultiplexer is a digital circuit |
| It follows combinational logic type | It also follows combinational logic type |
| It has n data input | It has single data input |
| It has a single data output | It has n data outputs |
| It works on many to one operational principle | It works on one to many operational principle |
| In time division Multiplexing, multiplexer is used at the transmitter end | In time division Multiplexing, demultiplexer is used at the receiver end |
GeeksforGeeks has prepared a complete interview preparation course with premium videos, theory, practice problems, TA support and many more features. Please refer Placement 100 for details
Recommended Posts:
- Difference between Decoder and Demultiplexer
- Implementation of SOP function using multiplexer
- Solving multiplexer circuit
- Difference between LAN and MAN
- Difference Between SEO and SEM
- Difference between H.323 and SIP
- Difference between OOP and POP
- Difference between 4G and 5G
- Difference between PCI and PCI-X
- Difference between PCI-E and PCI-X
- Difference between ZIP and RAR
- Difference between 4NF and 5NF
- Difference between LED and LCD
- Difference between C and C#
- Difference between CD-R and CD-RW
If you like GeeksforGeeks and would like to contribute, you can also write an article using contribute.geeksforgeeks.org or mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.
Please Improve this article if you find anything incorrect by clicking on the "Improve Article" button below.

