What is Data Transmission?
Transmission: The process of transferring something.
Data Transmission: The communication or transferring of data from one place to another in signals from is called data transmission.
What are the types of Data Transmission?
The transmission of data is categorized into two types. These are:
- Asynchronous Data Transmission
- Synchronous Data Transmission
Asynchronous Data Transmission
Simple meaning of asynchronous is "not existing at same time" while asynchronous in the form of data transmission is "the process in which data is transmitted character by character from one computer to another"
Disadvantage: It is not efficient and slow in speed.
Transmission process: Asynchronous Data Transmission use start bits and stop bits. Start bits have 0 value and it is send when a character is about to transmitted. 0 indicate the character is ready to transfer and also alert the receivers to receive data. This state is also called space state. 1 indicates stop bits. Stop bit is send when the character is transfered. After each character a stop bit is send to show that the character is transfered. know how: If 1 occurs in start bits that means the line is idle. This state is called mark state.
Synchronous Data Transmission
Synchronous is opposite of asynchronous Data Transmission its simple meaning "existing at same time". Synchronous in the form of Data Transmission is "the process in which data is transmitted block by block from computer to another".
Transmission process: It uses clock signals to control data transmission.
Advantages: Synchronous data transmission have lots of advantages over asynchronous Data Transmission. It's is more efficient than asynchronous transmission. It transfer large amount of data as each block consist of many characters. Much faster than asynchronous data transmission because the characters have no gap.
What is difference between Asynchronous and Synchronous data transmission?
Asynchronous Transmission | Synchronous transmission |
---|---|
Transmit data Character by character. Receiver and sender are not synchronized each other. Time interval is not fixed between characters. Gaps between characters. Use start and stop bits to Transmit data. Not more efficient and slow in data transmission speed. | Transmit data block by block. Receiver and sender are synchronized each other. Time interval is fixed between characters. There is no Gaps between characters. Use clock signals that control the data transmission. More efficient and fast in data transmission speed. |
Data Transmission Mode
- Simplex Mode
- Half-Duplex Mode
- Full-Duplex Mode
Simplex Mode
Data can only flow in one direction it's transmission is similar to one-way street. Direction of data flow never change. With Simplex Mode; A device can either send data or receive data cannot perform both at same time.
0 Comments