Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

Difference between Simplex, Half duplex and Full Duplex Transmission Modes

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

Prerequisite – Transmission Modes in Computer Networks 

There are 3 types of transmission modes which are given below: Simplex mode, Half duplex mode, and Full-duplex mode. These are explained below.

  1. Simplex mode: In simplex mode, Sender can send the data but the sender can’t receive the data. It is a unidirectional communication.
     
  2. Half-duplex mode: In half-duplex mode, Sender can send the data and also can receive the data one at a time. It is two-way directional communication but one at a time.
  3. Full duplex mode: In full-duplex mode, Sender can send the data and also can receive the data simultaneously. It is two-way directional communication simultaneously.

Difference between Simplex, Half duplex, and Full Duplex Transmission Modes:

S. No.ParametersSimplexHalf DuplexFull Duplex
1.The direction of communicationSimplex mode is a uni-directional communication.Half Duplex mode is a two-way directional communication but one at a time.Full Duplex mode is a two-way directional communication simultaneously.
2.Sender and ReceiverIn simplex mode, Sender can send the data but that sender can’t receive the data.In Half Duplex mode, Sender can send the data and also can receive the data but one at a time.In Full Duplex mode, Sender can send the data and also can receive the data simultaneously.
3.Channel usageUsage of one channel for the transmission of data.Usage of one channel for the transmission of data.Usage of two channels for the transmission of data.
4.PerformanceThe simplex mode provides less performance than half duplex and full duplex.The Half Duplex mode provides less performance than full duplex.Full Duplex provides better performance than simplex and half duplex mode.
5.Bandwidth UtilizationSimplex utilizes the maximum of a single bandwidth.The Half-Duplex involves lesser utilization of single bandwidth at the time of transmission.The Full-Duplex doubles the utilization of transmission bandwidth.
6.Suitable forIt is suitable for those transmissions when there is requirement of full bandwidth for delivering data.It is suitable for those transmissions when there is requirement of sending data in both directions, but not at the same time.It is suitable for those transmissions when there is requirement of sending and receiving data simultaneously in both directions.
7.ExamplesExample of simplex mode are: Keyboard and monitor.Example of half duplex mode is: Walkie-Talkies.Example of full duplex mode is: Telephone.
My Personal Notes arrow_drop_up
Last Updated : 21 Jun, 2022
Like Article
Save Article
Similar Reads