Data Transmission Methods
Data Transmission Methods
UNIT-2
GRADE - IX
Data Transmission
● Each station can both transmit and receive the data but
not at the same time. When one device is sending the
other can only receive and vice-versa.
1. The capacity of the communication channel is divided into two parts. Also, no
dedicated path exists for data transfer.
2. It has improper channel bandwidth utilization as there exist two separate paths
for two communicating devices.
Based on the number of bits sent simultaneously in the
network:
1. Serial
2. Parallel
Serial
● The Serial data transmission mode is a mode in which
the data bits are sent serially one after the other at a
time over the transmission channel.
● Actually, both the sender and receiver are paced by the same system clock. In this
way, synchronization is achieved.
● In a Synchronous mode of data transmission, bytes are transmitted as blocks in a
continuous stream of bits. Since there is no start and stop bits in the message
block. It is the responsibility of the receiver to group the bits correctly. The
receiver counts the bits as they arrive and groups them in eight bits unit. The
receiver continuously receives the information at the same rate that the
transmitter has sent it. It also listens to the messages even if no bits are
transmitted.
● In synchronous mode, the bits are sent successively with no separation between each
character, so it becomes necessary to insert some synchronization elements with the
message, this is called "Character-Level Synchronization".
For Example, if there are two bytes of data, say(10001101, 11001011) then it will be transmitted in
the synchronous mode as follows:
Advantages of using a Synchronous transmission mode:
It is very expensive.
Asynchronous
● The Asynchronous transmission mode is a mode of communication in which a start and the
stop bit is introduced in the message during transmission. The start and stop bits ensure
that the data is transmitted correctly from the sender to the receiver.
● Generally, the start bit is '0' and the end bit is '1'.Asynchronous here means 'asynchronous
at the byte level', but the bits are still synchronized. The time duration between each
character is the same and synchronized.
● In an asynchronous mode of communication, data bits can be sent at any point in time. The
messages are sent at irregular intervals and only one data byte can be sent at a time. This
type of transmission mode is best suited for short-distance data transfer.
For Example, if there are two bytes of data, say(10001101, 11001011)
1. The data transmission can be slower due to the gaps present between
different blocks of data.
Differences between Serial and Parallel Transmission
● Serial transmission requires a single line to send data. Parallel transmission requires
multiple lines to send data.
● There are fewer errors and less noise in serial transmission, since the transmission is
done one bit at a time. There are more errors and noise in parallel transmission, since
the transmission is done multiple bits at a time.
● Serial transmission is slower since data flows through a single line; conversely,
parallel transmission is faster since data flows through multiple lines.
● Serial transmission is ‘full duplex’ since the sender can send and receive data at the
same time. Parallel transmission is ‘half duplex’ since the data can be sent or received
at any given time.
● The cables used in serial transmission are thinner, longer, and more economical
compared to the cables used in parallel transmission.
● Serial transmission is reliable and straightforward. Parallel transmission is unreliable
and complicated.
Skew