Revision as of 13:17, 23 April 2005 edit193.63.197.246 (talk)No edit summary← Previous edit | Revision as of 01:27, 16 May 2005 edit undoEvice (talk | contribs)8,558 editsmNo edit summaryNext edit → | ||
Line 3: | Line 3: | ||
In ] and ], '''serial communications''' refers to any data transmission scheme in which data is sent one symbol at at time, sequentially over a communications channel. | In ] and ], '''serial communications''' refers to any data transmission scheme in which data is sent one symbol at at time, sequentially over a communications channel. | ||
The communications links across which computers |
The communications links across which computers—or parts of computers—talk to one another may be either serial or parallel. A parallel link transmits several streams of data (perhaps representing particular bits of a stream of bytes) along multiple channels (wires, printed circuit tracks, optical fibres, etc.); a serial link transmits a single stream of data. | ||
At first sight it would seem that a serial link must be inferior to a parallel one, because it can transmit less data on each clock tick. However, there are plenty of compensating advantages. | At first sight it would seem that a serial link must be inferior to a parallel one, because it can transmit less data on each clock tick. However, there are plenty of compensating advantages. | ||
*A serial connection takes up less space |
*A serial connection takes up less space. | ||
*The extra space can be used to isolate it better from its surroundings. | *The extra space can be used to isolate it better from its surroundings. | ||
*Not having multiple conductors in close proximity means less crosstalk at higher frequencies. | *Not having multiple conductors in close proximity means less crosstalk at higher frequencies. | ||
Line 12: | Line 12: | ||
*These last three considerations mean that a serial connection can, all else being equal, be clocked considerably faster than a parallel one. | *These last three considerations mean that a serial connection can, all else being equal, be clocked considerably faster than a parallel one. | ||
⚫ | ==Examples of serial communication architectures== | ||
⚫ | |||
*] ] | *] ] | ||
Line 23: | Line 20: | ||
*] | *] | ||
*] (high-speed, for connecting computers to mass storage devices) | *] (high-speed, for connecting computers to mass storage devices) | ||
*] (very high speed, broadly comparable in scope to ]) | *] (very high speed, broadly comparable in scope to ]) | ||
*] | *] | ||
*] | *] | ||
*] | *] | ||
See also |
==See also== | ||
] | *] | ||
External links |
==External links== | ||
* | |||
Revision as of 01:27, 16 May 2005
You must add a |reason=
parameter to this Cleanup template – replace it with {{Cleanup|reason=<Fill reason here>}}
, or remove the Cleanup template.
In telecommunications and computer science, serial communications refers to any data transmission scheme in which data is sent one symbol at at time, sequentially over a communications channel.
The communications links across which computers—or parts of computers—talk to one another may be either serial or parallel. A parallel link transmits several streams of data (perhaps representing particular bits of a stream of bytes) along multiple channels (wires, printed circuit tracks, optical fibres, etc.); a serial link transmits a single stream of data.
At first sight it would seem that a serial link must be inferior to a parallel one, because it can transmit less data on each clock tick. However, there are plenty of compensating advantages.
- A serial connection takes up less space.
- The extra space can be used to isolate it better from its surroundings.
- Not having multiple conductors in close proximity means less crosstalk at higher frequencies.
- Clock skew between the different channels is not an issue.
- These last three considerations mean that a serial connection can, all else being equal, be clocked considerably faster than a parallel one.
Examples of serial communication architectures
- Morse code telegraphy
- RS-232 (old, low-cost, low-speed, for connecting computers to peripherals)
- RS485
- Universal Serial Bus (newer, moderate-speed, for connecting computers to peripherals)
- FireWire
- Fibre Channel (high-speed, for connecting computers to mass storage devices)
- InfiniBand (very high speed, broadly comparable in scope to PCI)
- Serial Attached SCSI
- Serial ATA
- PCI Express