answersLogoWhite

0

what is a mux

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Computer Science

What is difference between Mux and Routers?

a mux has many i/ps & 1 o/p but a router connects many n/ws and the may or may not be of same kind a mux does not follow an algo but router follows algo such as dikakstra bellman ford or any other or a combination.......


Describe the goals of multiplexing and two main multiplexing techniques?

In telecommunications and computer networks, multiplexing (known as muxing) is a term used to refer to a process where multiple analog message signals or digital data streams are combined into one signal over a shared medium. The aim is to share an expensive resource. For example, in telecommunications, several phone calls may be transferred using one wire. It originated in telegraphy, and is now widely applied in communications. The multiplexed signal is transmitted over a communication channel, which may be a physical transmission medium. The multiplexing divides the capacity of the low-level communication channel into several higher-level logical channels, one for each message signal or data stream to be transferred. A reverse process, known as demultiplexing, can extract the original channels on the receiver side. A device that performs the multiplexing is called a multiplexer (MUX), and a device that performs the reverse process is called a demultiplexer (DEMUX). Inverse multiplexing (IMUX) has the opposite aim as multiplexing, namely to break one data stream into several streams, transfer them simultaneously over several communication channels, and recreate the original data stream.Techniques of MultiplexingA multiplexing technique may be further extended into a multiple access method or channel access method, for example TDM into Time-division multiple access (TDMA) and statistical multiplexing into carrier sense multiple access (CSMA). A multiple access method makes it possible for several transmitters connected to the same physical medium to share its capacity.Multiplexing is provided by the Physical Layer of the OSI model, while multiple access also involves a media access control protocol, which is part of the Data Link Layer.


When Did Online Gaming Start?

The first example of computers networking was created by the US Government's advance research department known as DARPA. The folks at DARPA created what came to be known as ARPANET. By 1970, computers on both shores of the United States could switch packets with one another. Though this looked nothing like the internet as we know, it was the first computer network. As the federal government was the first holder of this technology, it was undoubtedly used by the Department of Defense to create simulations over several computers. This could be thought of as the birth of networked gaming. It wasn't until networks across the country grew large enough to be available to the general public that internet gaming took off. By 1995, millions of websites and games were available for download to anyone with an internet connection. The first examples of this were text based, RPG type games where multiple users could roleplay in a single environment over the internet. These were known as MUDs, MUCKs, MUX, etc. . . Later these kinds of games would develop graphics (Everquest was an early example) and become widely known as MMORPGs. Many other kinds of games had networking capabilities, and favorites that did not (like Tetris), were quickly developed. Java and later Flash would broaden this experience to browsers and soon all kinds of games including gambling would explode all over the web. Games like CounterStrike rose the popularity of First-Person Shooters (FPS) for online gaming very early on by utilizing Java. Later, engines were developed that could network FPS games outside of HTTP, opening up the full potential of computers to run such games.


Related Questions

How many input MUX you will get if 4 input multiplexers drive a 4 input multiplexer?

we'll get 4 input mux cuz 2^4=16.... therefore the first 4 input mux has 16 o/p.. hence four-4 i/p mux are required to fill all 16 leads.


What is the market cap for McEwen Mining Inc MUX?

As of July 2014, the market cap for McEwen Mining Inc. (MUX) is $706,322,326.55.


Can inverter circuit be design from multiplexer circuit?

MUX(A, B, S) = A*S + B*S' NOT(A) = MUX(0, 1, A) = 0*A + 1*A' = A' From http://noyesno.net/


What is difference between Mux and Routers?

a mux has many i/ps & 1 o/p but a router connects many n/ws and the may or may not be of same kind a mux does not follow an algo but router follows algo such as dikakstra bellman ford or any other or a combination.......


What type of product is a cmos mux?

A CMOS Mux is a piece of technology that is used to create integrated circuits that are used in electronics. The full name of 'CMOS' is Complementary Metal Oxide Semiconductor.


What nicknames does Alexander Maas go by?

Alexander Maas goes by Mux.


Implement a full adder using 2 41 mux?

implement it. enough said.


What are some features of a mux?

Features of a multiplexer, also known as a mux, include being able to select analog or digital signal inputs and forward the signals into a single line. This is an electronic device and can be purchased in stores that sell electronic equipment.


What is the VHDL program for mux?

A simple program for 8 x 1 multiplexer is given below. Library ieee; use ieee.std_logic_1164.all; entity mux is port (a, b, c, d, e, f, g, h : in std_logic; s: in std_logic_vector ( 2 downto 0); y, yn : out std_logic ; St : in std_logic) ; end mux ; architecture mux of mux is signal yt : std_logic; begin process (a, b, c, d, e, f, g, h, s, yt) begin case s is when "000" => yt <= a; when "001" => yt <= b; when "010" => yt <= c; when "011" => yt <= d; when "100" => yt <= e; when "101" => yt <= f; when "110" => yt <= g; when "111" => yt <= h; when others => yt <= (others => '0'); end case; if St='1' then y <= yt; yn <= not yt; else y<= '0'; yn <= '1'; end if; end mux;


A 4 variable logic expreSSion can be realized using which multiplexer?

using 8:1 mux....


What is the airport code for Multan International Airport?

The airport code for Multan International Airport is MUX.


What is the symbol for McEwen Mining Inc in the NYSE?

The symbol for McEwen Mining Inc. in the NYSE is: MUX.