Synchronous and Asynchronous Transmission
Synchronous and Asynchronous Transmission
Chapter
Synchronous and Asynchronous
Transmission
1
Synchronous and
Asynchronous Transmission
• What is Synchronous Transmission?
• In Synchronous Transmission, data is sent
in the form of blocks or frames. This
transmission is the full-duplex type.
Between sender and receiver,
synchronization is compulsory.
• In Synchronous transmission, There is no
time gap present between data. It is more
efficient and more reliable than
asynchronous transmission to transfer a
large amount of data.
2
Synchronous and
Asynchronous Transmission
• What is Synchronous Transmission?
• Both the sender and receiver are
synchronized with a common clock signal.
This means they operate at the same speed
and know exactly when to send and receive
data. Data is sent in a continuous stream,
with each byte or chunk of data following the
previous one without any gaps. It’s efficient
for sending large amounts of data quickly
because there’s less overhead (extra bits)
needed to start and stop the transmission.
3
Synchronous and
Asynchronous Transmission
• What is Synchronous Transmission?
4
Synchronous and
Asynchronous Transmission
• What is Asynchronous Transmission?
• In Asynchronous Transmission, data is
sent in form of byte or character. This
transmission is the half-duplex type
transmission. In this transmission start
bits and stop bits are added with data. It
does not require
synchronization. Asynchronous
transmission is like sending individual
text messages without knowing exactly
when the other person will read them.
5
Synchronous and
Asynchronous Transmission
• What is Asynchronous Transmission?
• The sender and receiver do not share a
common clock signal. Instead, data is sent one
byte or character at a time, with start and stop
bits indicating the beginning and end of each
byte. Each piece of data is sent independently,
with gaps in between, allowing the receiver to
process each byte as it arrives. It’s flexible and
simpler to implement, especially useful for
communications where data is sent
intermittently.
6
Synchronous and
Asynchronous Transmission
• What is Asynchronous Transmission?
7
Synchronous and
Asynchronous Transmission
Synchronous Transmission Asynchronous Transmission
While in Asynchronous
Efficient use of transmission lines
transmission, the transmission
is done in synchronous
line remains empty during a gap
transmission.
in character transmission.
Errors are detected and corrected Errors are detected and corrected
in real time. when the data is received.