
- DCN Tutorial
- Data Comm & Networks Home
- DCN - Overview
- DCN - Computer Network Types
- DCN - Network LAN Technologies
- DCN - Computer Network Topologies
- DCN - Computer Network Models
- DCN - Computer Network Security
- Physical Layer
- DCN - Physical Layer Introduction
- DCN - Digital Transmission
- DCN - Analog Transmission
- DCN - Transmission media
- DCN - Wireless Transmission
- DCN - Multiplexing
- DCN - Network Switching
- Data Link Layer
- DCN - Data Link Layer Introduction
- DCN - Error detection and Correction
- DCN - Data Link Control & Protocols
- Network Layer
- DCN - Network Layer Introduction
- DCN - Network Addressing
- DCN - Routing
- DCN - Internetworking
- DCN - Network Layer Protocols
- Transport Layer
- DCN - Transport Layer Introduction
- DCN - Transmission Control Protocol
- DCN - User Datagram Protocol
- Application Layer
- DCN - Application Layer Introduction
- DCN - Client-Server Model
- DCN - Application Protocols
- DCN - Network Services
- DCN Useful Resources
- DCN - Quick Guide
- DCN - Useful Resources
What is Serial Transmission?
The alternative to parallel transmission, called serial transmission, sends one bit at a time. With the importance of speed, it may seem that anyone designing a data communications system would choose parallel transmission. However, most communication systems use serial mode.
Following are the two main reasons for serial transmission−
- First, serial networks can be continued over long distances at much less cost because fewer physical wires are required, and intermediate electronic elements are less cheap.
- Second, using only one physical wire defines that there are never timing issues caused by one wire being slightly higher than another (a difference of millimetres can be essential in a high-speed communication system).
It can use serial transmission. The sender and receiver must include a small amount of hardware that changes data from the parallel form used in the machine to the serial structure used on the wire.
The figure given below shows the configuration−
The hardware needed to convert data between an internal parallel form and a serial form can be straightforward or complex, depending on the type of serial communication mechanism. In the simplest case, a single chip that is known as a Universal Asynchronous Receiver and Transmitter (UART), performs the conversion. A related chip, Universal Synchronous-Asynchronous Receiver and Transmitter (USART) handles conversion for synchronous networks.
Types
There are three types of Serial Transmission which are as follows−
- Asynchronous transmission: It can occur at any time, with an arbitrary delay between the transmissions of two data items.
- Synchronous transmission: It can occur continuously with no gap between the transmissions of two data items.
- Isochronous transmission: It can occur at regular intervals with a fixed gap between the transmissions of two data items.
- Related Articles
- Difference between Serial and Parallel Transmission
- What is infrared transmission?
- What is Transmission media?
- What is Radiowave Transmission?
- What is Microwaves Transmission?
- What is Asynchronous Transmission?
- What is Asynchronous Serial Transfer in computer architecture?
- What is baseband transmission in computer networks?
- What is Parallel Transmission in Computer Network?
- What is pass band transmission in Computer networks?
- What is Electricity – Generation, Transmission, Distribution, and Utilization
- In MySQL, what is the difference between SERIAL and AUTO_INCREMENT?
- What is Transmission Control Protocol (TCP) in Computer Network?
- What is the Corona Effect in Overhead Transmission Lines?
- What is simplex mode of transmission in computer networks?
