Multiplexer(MUX) is a device that allows digital signals from several sources to be routed onto a single line of output. It has several input lines and a single output line. It has also data selector lines which specifies which input signal has to be switched to the output line. n data selector lines are required for routing 2n input lines.
4-input Multiplexer
A 4-input multiplexer has two data-selector lines a combination of which are used to select any of the four data-input lines.
Logic symbol of a 4-input MUX is shown in figure.

If a binary 0 is applied to the data-selector lines, the data on input D0 appear on the data-output line. If a binary 1 is applied to the data-selector lines, the data on input D1 appear on the data-output line. If a binary 2 is applied to the data-selector lines, the data on input D2 appear on the data-output line. If a binary 3 is applied to the data-selector lines, the data on input D0 appear on the data-output line.
This operation is given in the table.
Data Selector | Output | |
---|---|---|
S1 | S0 | Y |
0 | 0 | |
0 | 1 | |
1 | 0 | |
1 | 1 |
From the table it is clear that
is
only if
and
:
is
only if
and
:
is
only if
and
:
is
only if
and
:
The total expression for the data output is
This can be implemented using four 3-input AND gates, a 4-input OR gate, and two inverters as shown in the figure.

8-input Multiplexer
An 8-input multiplexer has three data-selector lines a combination of which is used to select any of the eight data-input lines.
Logic symbol of a 8-input MUX is shown in figure.

The operation of 8:1 MUX is described in the truth table.
Data Selector | Output | ||
---|---|---|---|
S2 | S1 | S0 | Y |
0 | 0 | 0 | |
0 | 0 | 1 | |
0 | 1 | 0 | |
0 | 1 | 1 | |
1 | 0 | 0 | |
1 | 0 | 1 | |
1 | 1 | 0 | |
1 | 1 | 1 |
The expression for the data output can be derived from the truth table
This can be implemented using eight 4-input AND gates, an 8-input OR gate, and three inverters.
Higher-Order MUX Using Lower Order MUX
Multiplexers can also be implemented using a set of lower order multiplexers. Construction of an 8×1 multiplexer using 4×1 and 2×1 multiplexers is shown in the figure.
