Save
Computer Science
Communication and Networking
Communication methods
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
willow
Visit profile
Cards (19)
What is the definition of synchronous communication?
Data transferred at
regular
intervals and synchronized by a
clock signal
View source
Why is synchronous communication useful for real-time data?
It provides reliable
data transfer
with fewer
bits
View source
What is a key characteristic of asynchronous communication?
It doesn’t require permanent
synchronization
View source
How does asynchronous communication synchronize data transmission?
By sending additional bits called
start
and
stop
bits
View source
What is the purpose of start and stop bits in asynchronous data transmission?
They help the receiver
synchronize
its
clock
to the
sender's
rate
View source
What must both devices agree on in asynchronous communication?
How many
bits
of data will follow and whether a
parity bit
is used
View source
Why are stop bits important in asynchronous communication?
They indicate that the data has
arrived
so the
processor
can handle it
View source
What is serial transmission?
It sends and receives data
one
bit at a time
View source
Where are serial connections typically used?
To connect
peripherals
to a computer
View source
What does the speed of serial transmission depend on?
The type of
cabling
used
View source
What is the function of a
Universal
Serial
Bus
(USB)?
It allows high-speed
serial
connections to connect
peripheral
devices
View source
How does parallel transmission differ from serial transmission?
It uses
multiple
wires to send several bits
simultaneously
View source
What is a disadvantage of parallel transmission?
Skew
, where bits arrive at different
times
View source
Why is parallel transmission more expensive?
It uses more
hardware
components
View source
What happens to the signal in parallel transmission as distance increases?
The signal
degrades
with distance and speed
View source
What is the difference between asynchronous and synchronous data transmission?
Asynchronous sends data in groups with
start and stop bits
, while synchronous sends a stream of bits with
timing signals
View source
What are the advantages of serial transmission over parallel transmission?
Less
skew
as data is sent one bit at a time
Requires fewer
wires
, reducing costs
Better
signal integrity
over longer distances
View source
What are the key components of asynchronous data transmission?
Data sent in groups
Agreed
bit pattern
Start and stop bits for
synchronization
View source
What are the key components of synchronous data transmission?
Data sent as a stream of bits
Contains
timing signals
generated by an
internal clock
View source