Parallel communications
From Free net encyclopedia
In telecommunications and computer science, parallel communications is the process of sending data several bits at one time over a communications link.
The choice of parallel links over serial links has historically been driven by two factors:
- Speed: Superficially, the speed of a parallel data link is equal to the number of bits sent at one time times the bit rate of each individual path; doubling the number of bits sent at once doubles the data rate (see Parallel transmission). In practice, skew reduces the speed of every link to the slowest of all of the links. More importantly, crosstalk creates interference between the parallel lines; this effect worsens with the length of the communication link. This places an upper limit on the length of a parallel data connection.
- Complexity: Parallel data links are easily implemented in hardware, making them a logical choice. Creating a parallel port in a computer system is relatively simple, requiring only a latch to copy data onto a data bus. In contrast, most serial communications must first be converted back into parallel form by a Universal asynchronous receiver transmitter before they may be directly connected to a data bus.
The decreasing cost of integrated circuits, combined with greater consumer demand for speed and cable length, has led to parallel communication links becoming deprecated in favor of serial links; for example, IEEE 1284 printer ports vs. USB, Advanced Technology Attachment vs. Serial ATA, SCSI vs. FireWire.