Site hosted by Angelfire.com: Build your free website today!

DATA COMMUNICATIONS
© Copyright Brian Brown, 1995-2000. All rights reserved.

Part 10: Channel Organization

Parallel | Serial | Summary


Introduction
This section briefly discusses how data might be sent from one point to another, namely via a parallel method, or via a serial method. Each technique has its own advantages and disadvantages.

Objectives
At the end of this section you should be able to

 

Channel Organization
Data may be transmitted between two points in two different ways. Lets consider sending 8 bits of digital data (1 byte). These bits may be sent all at once (in parallel), or one after the other (serial).


Summary
Parallel transmission sends each bit using a separate wire. In addition, extra wires are needed to transfer the data between the sender and receiver. These handshake signals allow the data to be transferred in the correct sequence. Computers often send data in parallel form because it is fast. An example of a parallel format is the Centronics parallel interface.

Serial data is slower than parallel, but suited to long distances. There is no need for extra wires to convey handshake signals, as the data is packaged in a variety of different ways (prefixed and suffixed with additional information). An example of a serial format is RS232.


© Copyright B Brown. 1995-2000. All rights reserved.