The modem is a contraction of the term modulator and demodulator.as the name suggests a modem performs functions of both modulator and demodulator.
modems are described depending upon their mode of operation.the modems can be used to transmit and retrieve the data in the following three modes:
(1.) SIMPLEX MODE- it is mode of using a modem in which data signals can be transmitted b/w the transmitter and the receiver in only one direction.
(2.) HALF DUPLEX- it is the mode of using a modem in which data signals can be transmitted b/w the transmitter and the receiver in both the direction at a time.
(3.)FULL DUPLEX- it is the mode of using a modem ,in which data signals can be transmitted b/w the transmitter and the receiver in both directions at the same time.
Subscribe to:
Post Comments (Atom)
Implemet Stack in python
class Stack : def __init__ ( self , data ): self . stack = [] if ( data ): self . stack . append ( da...
-
The modem is a contraction of the term modulator and demodulator.as the name suggests a modem performs functions of both modulator and demo...
-
you may be thinking why have i written a post for installing code blocks as it is very easy to install programs on windows now a days may...
-
Consider this small code sample in Javascript. var arrayOfNumbers=[1,2,3,4,5,6,78]; for(var index in arrayOfNumbers){ console.log(...
No comments:
Post a Comment