DCC Project
DCC Project
1
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
Certificate
Institute Stamp
2
ACKNOWLEDGEMENT
1. Brief Introduction :
The three primary transmission modes used in computer networks: simplex,
half duplex, and full-duplex. The transmission mode refers to the way in
which data is transmitted between devices. Simplex mode allows for
communication in one direction only, while half-duplex mode allows for
communication in both directions but only one device can transmit at a
time. Full-duplex mode allows for simultaneous communication in both
directions. Each transmission mode has its own advantages and
disadvantages, and the choice of mode depends on the specific needs of
the network. Understanding transmission modes is crucial for designing and
implementing effective computer networks that meet the needs of the
users.
Advantages:
Simplex mode is the easiest and most reliable mode of
communication
It is the most cost-effective mode, as it only requires one
communication channel.
There is no need for coordination between the transmitting
and receiving devices, which simplifies the communication
process.
Simplex mode is particularly useful in situations where
feedback or response is not required, such as broadcasting or
surveillance.
Disadvantages:
Only one-way communication is possible.
There is no way to verify if the transmitted data has been
received correctly
Simplex mode is not suitable for applications that require
bidirectional communication.
2)Half-Duplex mode:
In half-duplex mode, each station can both transmit and
receive, but not at the same time. When one device is sending,
the other can only receive, and vice versa. The half-duplex
mode is used in cases where there is no need for
communication in both directions at the same time. The entire
capacity of the channel can be utilized for each direction .