Glossary:Parallel Interface: Difference between revisions

(Created page with "A serial interface is a data connection in which some number of bits (for example the 8 bits of a byte, or maybe 16 or 32 bits) are all sent...")
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
A serial interface is a data connection in which some number of [[Glossary:Bit|bits]] (for example the 8 bits of a [[Glossary:Byte|byte]], or maybe 16 or 32 bits) are all sent simultaneously down separate wires. Whilst this can be a fast method of transmission, the speed and physical length of the connection are limited by the fact that the bits may travel at slightly different speeds down the different wires and so not all arrive together.
A parallel interface is a data connection in which some number of [[Glossary:Bit|bits]] (for example the 8 bits or a [[Glossary:Byte|byte]], or maybe 16 or 32 bits) are all sent simultaneously down separate wires. Whilst this can be a fast method of transmission, the speed and physical length of the connection are limited by the fact that slight differences in the path lengths may mean that not all bits arrive quite together.

Latest revision as of 13:48, 19 September 2020

A parallel interface is a data connection in which some number of bits (for example the 8 bits or a byte, or maybe 16 or 32 bits) are all sent simultaneously down separate wires. Whilst this can be a fast method of transmission, the speed and physical length of the connection are limited by the fact that slight differences in the path lengths may mean that not all bits arrive quite together.