Why is "parallel" port called the "parallel" port? What is so "parallel" about it?

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
lots of wires all transmitting data in parallel. unlike USB or firewire which are only a couple wires, and usually only one of them is for data (i think, might be 2 or something, i'm just giving you the general idea here :p)
 

jcg

Member
Apr 4, 2001
63
0
0
parallel means data(1's & 0's) is transmitted over several wires at once,
serial usually means the data comes thru 1 bit at a time,
thus parallel is faster.
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0


<< parallel means data(1's & 0's) is transmitted over several wires at once,
serial usually means the data comes thru 1 bit at a time,
thus parallel is faster.
>>


parallel is not in itself faster than serial. rambus ram is serial, firewire and usb are serial, serial ATA will be serial, i could go on and on....they're all exponentially faster than a parallel port.
 

BFG10K

Lifer
Aug 14, 2000
22,709
3,002
126
Parallel provides lower latency while serial can be clocked higher to potentially have higher transfer rates.
 

bozo1

Diamond Member
May 21, 2001
6,364
0
0


<< Serial transmits one way at a time. Parallel can send data in both directions at the same time, hence "Parallel". >>


That's not exactly true. Serial sends one bit at a time down a pipe. Parallel has multiple pipes and can send multiple bits of data at the same time.

Parallel can be unidirectional or bidirection and can run at different speeds depending on the type of parallel interface.
Serial can also run at different speeds depending on the type of interface.

Parallel & serial are just two different ways of wiring things. They can be implemented in many different ways.

In the PC world, parallel has become synonymous with the interface used by printers, some scanners, anything that uses the 25-pin connector on the back of your computer. Serial has become synonymous with the interface used by external modems, serial mice, the 9-pin connector on the back of your computer.

There are many other things in your computer that use a serial type connection - your mouse, USB, firewire. There are many things that use a parallel type connection - your hard drive, your floppy.