You are on page 1of 2

Computer Science Notes

September, 2023

Asynchronous and synchronous data transmission

Asynchronous Data Transmission refers to data being transmitted in an agreed bit pattern. Data
bits (1s and 0s) are grouped together and sent with CONTROL BIT:

This means that the receiver of the data knows when the data starts and when it ends. This
prevents data becoming mixed up; without these control bits, it would be in1possible to separate
groups of data as they arrived.

Synchronous Data Transmission is a continuous stream of data. The data is accompanied by


timing signals generated by an internal clock. This ensures that the sender and receivers are
synchronized with each other. The timing must be very accurate here since there ara no control
bits sent in this type of data transmission. However, it is a faster data transfer method than
asynchronous and is therefore used where this is an important issue.

Universal Serial Bus (USB)

Universal Serial Bus (USB) is an asynchronous serial data transmission method. It has quickly
become the standard method for transferring data between a computer and a number of devices.
Essentially, the USB cable consists of:

 a four-wire shielded cable ; two of the wires arc used for power and the earth and Two of
the wires are used in the data transmission.

Benefits ( √ ) And Drawbacks (X)

You might also like