Difference between synchronous & asynchronous communication.
Answer Posted / abhishek panwar
synchronous transmission, the stream of data to be
transferred is encoded as fluctuating voltages on one wire,
and a periodic pulse of voltage is put on another wire
(often called the "clock" or "strobe") that tells the
receiver "here's where one bit/byte ends and the next one
begins".
Practically all parallel communications protocols use such
synchronous transmission. For example, in a computer,
address information is transmitted synchronously—the address
bits over the address bus, and the read strobe in the
control bus.
Single-wire synchronous signalling
Synchronization can also be embedded into a signal on a
single wire. In Asynchronous transmission
Main article: Asynchronous communication
In one form of asynchronous transmission, there is only one
wire/signal carrying the transmission. The transmitter sends
a stream of data and periodically inserts a certain signal
element into the stream which can be "seen" and
distinguished by the receiver as a sync signal.
That sync signal might be a single pulse (a "start bit" in
asynchronous start/stop communication), or it may be a more
complicated syncword or self-synchronizing code such as HDLC
or 8B/10B encoding.
Other forms of asynchronous communication use two wires for
each data bit (dual-rail encoding) or one wire for each data
bit and a separate timing wire (bundled data). Both of these
require a separate acknowledge wire.
Obviously, the term "asynchronous" is misleading in its
literal interpretation considering that the
resynchronization problem can be easily rectified...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between unidirectional and bidirectional?
How can I tell if a ftp port is open?
What is unix port?
Explain what is the pdu of "network layer" and "data link layer"?
How does a messaging queue work?
Explain how does tcp try to avoid network meltdown?
Is ftp faster than smb?
Can isp block ports?
What port can I use instead of 80?
What is an ip block list?
What is port 135 commonly used for?
How to get a client system IP address
What is ip multicast?
What does an ip address mean?
Why its so called Open system interconnection reference model?