Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does the term multiplexing mean in computer science?

What does multiplexing mean (in it's abstract form)? I understand you have 'multiplexers' in hardware and 'muxing' in networks. What would a good high-level definition be?

like image 479
Ritwik Bose Avatar asked Feb 28 '10 19:02

Ritwik Bose


People also ask

What is multiplexing and example?

In wireless communication, space-division multiplexing is achieved with multiple antenna elements forming a phased array antenna. Examples are multiple-input and multiple-output (MIMO), single-input and multiple-output (SIMO) and multiple-input and single-output (MISO) multiplexing.

What is the purpose of multiplexing in computer network?

Multiplexing is a technique by which different analog and digital streams of transmission can be simultaneously processed over a shared link. Multiplexing divides the high capacity medium into low capacity logical medium which is then shared by different streams.

What is multiplexing explain the types of multiplexing?

Multiplexing is the process of combining multiple signals into one signal, over a shared medium. If analog signals are multiplexed, it is Analog Multiplexing and if digital signals are multiplexed, that process is Digital Multiplexing.


1 Answers

Since the definition is basically 'the doing of multiple things at the same time' or 'interleaving of many things'. I would suggest it's as simple as that when applied to computer science.

Though are are specific instances of multiplexers such as putting multiple signals through a data channel, other words in computer science may also be used to replace multiplexer. For example you could consider the running of many processes as multiplexing but the more common term is multiprocessing.

However the hardware/software example of many signals over a wire/channel is the canonical example for me.

There's a nice definition here - .../wiki/multiplex.

like image 168
Preet Sangha Avatar answered Oct 05 '22 00:10

Preet Sangha