Skip to main content

Difference Between Parallel & Serial Communication

The Difference Between Parallel & Serial Communication

Communication between two machines requires a transfer of signal from an output to an input. There needs to be a sender and receiver of the signal for the complete communication process to take place. Serial and parallel communications are both ways of transferring data over networks. Both systems have a unique way of operating, with differences between the two ranging from the mode of relaying signals to the level of connectivity they require.

DATA TRANSFER

A serial communication device transfers data in bits in the same direction. A parallel communication device sends data in multiple bits to the same direction. In serial communication a word of eight bits in length is sent sequentially, and is received after all eight bits are sent, one at a time. The bits are then assembled back into one byte which is the initial communication. In parallel communication the eight bits are transferred in corresponding 8 channels, every channel transmits a bit, and a byte of data is received simultaneously.

SPEED

Parallel communication devices are faster than their serial counterparts. A serial communication device sends data in bits, and at the end the bits harmonize to form a byte of data. A parallel communication device sends and receives the same amount of data simultaneously, thus making it faster. The parallel device has eight wires connected to the port which transmits all the 8 bits through the eight wire connectors simultaneously. This means that a parallel device transmits an 8 bits data within the same time a serial device transmits a single bit.

CONNECTION

Serial communication uses fewer connections and cables than parallel communication does. The use of fewer wires in serial communication makes its signals clearer, thus making it suitable for long distance communication. Parallel communication uses more wires to allow the transfer of data simultaneously. The use of many wires causes the signals to become distorted, making parallel communication unsuitable for long distance transmission.

COST AND SPACE

Serial communication has a single port with a connector while a parallel port is usually connected to eight wires. A serial port therefore, requires less investment for purchasing wires compared to parallel communication. In terms of space, parallel communication requires more space to accommodate its wires while serial communication utilizes minimal space for its single connection.

AVHI ARYAL

Comments

Popular posts from this blog

BSc CSIT VS Computer Engineering

BSc CSIT VS Computer Engineer After passing plus two many student feel hard to choose either CSIT or Engineering. In this article I will try to show what is the main difference between these two subjects. If you don't want to read out all this article then in one line let me make you clear about their difference, CSIT deals with theory, principles, algorithms and software side of computer field where as Engineering deals with hardware and design aspect of same field. Lets talk in detail. What is Computer Science and Information Technology (CSIT)? It is a blend of Computer Science and Information Technolog. It is the systematic study of algorithmic methods for representing and transforming information, including their theory, design, implementation, application, and efficiency. The discipline emerged in the 1950s from the development of computability theory and the invention of the stored-program electronic computer. The roots of computer science extend deeply into mathe...