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 a port address a logical address and a physical address?
What protocols fall under the tcp/ip internet layer?
How do I find available ip addresses?
which osi layer consists of characteristics like acknowledgement, flow control and sequencing?
What is domain name system (dns)?
What are the 4 layers of tcp ip?
What port number is 8080?
Explain how can we measure the performance of an ip link?
What is an ip address, anyway?
How do you check your ip address?
How come the systems know to differentiate between network id and the host id?
What is routing protocol?
What is difference between tcp and ip?
What is ipconfig command?
What is synchronization os?