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