0% found this document useful (0 votes)
3 views4 pages

Synchronous & Asynchronous

The document explains different data transmission methods: synchronous, asynchronous, simplex, half duplex, and full duplex. Synchronous transmission uses a common clock for fast, continuous data transfer, while asynchronous transmission sends data one byte at a time without synchronization. Simplex allows one-way communication, half duplex enables two-way communication but not simultaneously, and full duplex allows simultaneous two-way communication.

Uploaded by

ishazeeshan07
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views4 pages

Synchronous & Asynchronous

The document explains different data transmission methods: synchronous, asynchronous, simplex, half duplex, and full duplex. Synchronous transmission uses a common clock for fast, continuous data transfer, while asynchronous transmission sends data one byte at a time without synchronization. Simplex allows one-way communication, half duplex enables two-way communication but not simultaneously, and full duplex allows simultaneous two-way communication.

Uploaded by

ishazeeshan07
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

1.

Synchronous Transmission
Definition:
Synchronous transmission is a data transmission method in which sender and receiver are
synchronized using a common clock signal.

Key Features:

 Data is sent in continuous streams (blocks/frames)


 Uses clock synchronization between sender and receiver
 No start/stop bits are required
 Faster and more efficient for large data transfer

Advantages:

 High speed
 Efficient for large volumes of data
 Less overhead

Disadvantages:

 Complex implementation
 Requires precise timing

Example:
Communication between computers in networks (like Ethernet)

2. Asynchronous Transmission
Definition:
Asynchronous transmission sends data one byte (character) at a time, without using a shared
clock.

Key Features:

 Each character has start and stop bits


 No need for synchronization clock
 Data is sent at irregular intervals

Advantages:

 Simple and easy to implement


 Low cost
Disadvantages:

 Slower due to extra bits


 Less efficient

Example:
Keyboard input, serial communication (RS-232)

Difference Between Synchronous and


Asynchronous Transmission
Feature Synchronous Asynchronous
Data Transfer Continuous One character at a time
Speed Fast Slow
Synchronization Required Not required
Efficiency High Low
Complexity Complex Simple

Simplex Transmission
Definition:
Simplex transmission allows data to flow in only one direction.

Key Features:

 One-way communication
 One device is always sender, other is receiver

Example:

 Keyboard → Computer
 TV broadcast
Half Duplex Transmission
Definition:
Half duplex allows data to flow in both directions but not at the same time.

Key Features:

 Two-way communication
 Only one device transmits at a time

Example:

 Walkie-talkie

Full Duplex Transmission


Definition:
Full duplex allows data to flow in both directions simultaneously.

Key Features:

 Two-way communication at the same time


 Faster communication

Example:

 Telephone calls
 Modern mobile communication

You might also like