Skip to content
Surf Wiki
Save to docs
general/data-transmission

From Surf Wiki (app.surf) — the open knowledge base

Parallel communication

Method of data transmission in which bits are conveyed in parallel

Parallel communication

Method of data transmission in which bits are conveyed in parallel

Parallel versus serial communication

In data transmission, parallel communication is a method of conveying multiple binary digits (bits) simultaneously using multiple conductors. This contrasts with serial communication, which conveys only a single bit at a time; this distinction is one way of characterizing a communications link.

The basic difference between a parallel and a serial communication channel is the number of electrical conductors used at the physical layer to convey bits. Parallel communication implies more than one such conductor. For example, an 8-bit parallel channel will convey eight bits (or a byte) simultaneously, whereas a serial channel would convey those same bits sequentially, one at a time. If both channels operated at the same clock speed, the parallel channel would be eight times faster. A parallel channel may have additional conductors for other signals, such as a clock signal to pace the flow of data, a signal to control the direction of data flow, and handshaking signals.

Parallel communication is and always has been widely used within integrated circuits, in peripheral buses, and in memory devices such as RAM. Computer system buses, on the other hand, have evolved over time: parallel communication was commonly used in earlier system buses, whereas serial communications are prevalent in modern computers.

Examples of parallel communication systems

  • Internal buses: memory bus, system bus, and front-side bus, including various generations of DDR SDRAM and GDDR SDRAM
  • IBM System/360 Direct Control Feature (1964). Standard System/360 had an eight-bit wide port. The process-control variant Model 44 had a 32-bit width.
  • Legacy computer peripheral buses: ISA, ATA, SCSI, PCI, and the once-ubiquitous IEEE-1284 / Centronics "printer port"
  • Laboratory Instrumentation bus IEEE-488
  • (see more examples at computer bus)

References

References

  1. IBM Corporation. "IBM System/360 Principles of Operation".
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Parallel communication — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report