パラレル通信
[Wikipedia|▼Menu]

パラレル通信(パラレルつうしん、: parallel communication)は、複数のデータ信号を同時並列的にそれぞれの通信リンクで送る通信方式である。一般に有線で複数の配線を使って行う。対義語はシリアル通信であり、通信リンクの特性の分類法の1つである。

パラレル通信とシリアル通信の基本的差異は、物理層で伝送に使用する導線の本数である。パラレル通信は複数の導線を使い、それにさらに接地接続用の線が加わる。
パラレル通信システムの例

パラレル通信は、コンピュータバスによく使われる。例えば、ISAATASCSIPCIフロントサイドバスなどがある。また、プリンタ接続によく使われていた IEEE 1284(セントロニクス)もパラレル通信である。

各種機器の接続用の IEEE 488 もパラレル通信である。
シリアルとの比較

高速シリアル技術が開発される以前に、シリアルリンクよりもパラレルリンクを選択していた要因(逆に言えば、その後シリアルに移行した要因)としては、次のようなことが考えられる。
性能
個々のデータリンクの転送性能が同じなら、当然複数のビットを並行して転送した方が性能がよい。一般にビット数が倍になれば転送レートも倍になる。実際には全てのリンクで同期させる必要があるため、理想的な性能は達成できないことが多い。同期クロックが高速化する中で同期のずれ(スキュー)が無視できなくなってきた。同期の調整が
ボトルネックと化して高速化が頭打ちを起こし始めこれがパラレル通信が廃れた原因の一つにもなっている。
配線長
並行して走っている配線間で漏話が生じるため、配線長を長くすることができない。したがって、一般にシリアル接続よりも配線長の上限は短くなる。
複雑さ
パラレル通信は送受信部のハードウェアが簡単で、実装しやすい。パラレルポートは単にデータをデータバスにコピーするためのラッチさえあればよい。一方シリアル通信ではパラレルに変換する作業が必要で、それを行っているのがUARTである。


集積回路が安価に製造できるようになり、消費者がさらなる高性能とケーブル長を求めた結果、パラレルからシリアルへの移行が進んだ。例えば、プリンタの接続は IEEE 1284 から USB に移行し、ディスク接続はATAからシリアルATAに、あるいはSCSIから Serial Attached SCSI に移行している。
関連項目

シリアル通信
.mw-parser-output .asbox{position:relative;overflow:hidden}.mw-parser-output .asbox table{background:transparent}.mw-parser-output .asbox p{margin:0}.mw-parser-output .asbox p+p{margin-top:0.25em}.mw-parser-output .asbox{font-size:90%}.mw-parser-output .asbox-note{font-size:90%}.mw-parser-output .asbox .navbar{position:absolute;top:-0.90em;right:1em;display:none}

この項目は、コンピュータに関連した書きかけの項目です。この項目を加筆・訂正などしてくださる協力者を求めていますPJ:コンピュータ/P:コンピュータ)。
.mw-parser-output .hlist ul,.mw-parser-output .hlist ol{padding-left:0}.mw-parser-output .hlist li,.mw-parser-output .hlist dd,.mw-parser-output .hlist dt{margin-right:0;display:inline-block;white-space:nowrap}.mw-parser-output .hlist dt:after,.mw-parser-output .hlist dd:after,.mw-parser-output .hlist li:after{white-space:normal}.mw-parser-output .hlist li:after,.mw-parser-output .hlist dd:after{content:" ・\a0 ";font-weight:bold}.mw-parser-output .hlist dt:after{content:": "}.mw-parser-output .hlist-pipe dd:after,.mw-parser-output .hlist-pipe li:after{content:" |\a0 ";font-weight:normal}.mw-parser-output .hlist-hyphen dd:after,.mw-parser-output .hlist-hyphen li:after{content:" -\a0 ";font-weight:normal}.mw-parser-output .hlist-comma dd:after,.mw-parser-output .hlist-comma li:after{content:"、";font-weight:normal}.mw-parser-output .hlist-slash dd:after,.mw-parser-output .hlist-slash li:after{content:" /\a0 ";font-weight:normal}.mw-parser-output .hlist dd:last-child:after,.mw-parser-output .hlist dt:last-child:after,.mw-parser-output .hlist li:last-child:after{content:none}.mw-parser-output .hlist dd dd:first-child:before,.mw-parser-output .hlist dd dt:first-child:before,.mw-parser-output .hlist dd li:first-child:before,.mw-parser-output .hlist dt dd:first-child:before,.mw-parser-output .hlist dt dt:first-child:before,.mw-parser-output .hlist dt li:first-child:before,.mw-parser-output .hlist li dd:first-child:before,.mw-parser-output .hlist li dt:first-child:before,.mw-parser-output .hlist li li:first-child:before{content:" (";font-weight:normal}.mw-parser-output .hlist dd dd:last-child:after,.mw-parser-output .hlist dd dt:last-child:after,.mw-parser-output .hlist dd li:last-child:after,.mw-parser-output .hlist dt dd:last-child:after,.mw-parser-output .hlist dt dt:last-child:after,.mw-parser-output .hlist dt li:last-child:after,.mw-parser-output .hlist li dd:last-child:after,.mw-parser-output .hlist li dt:last-child:after,.mw-parser-output .hlist li li:last-child:after{content:")\a0 ";font-weight:normal}.mw-parser-output .hlist ol{counter-reset:listitem}.mw-parser-output .hlist ol>li{counter-increment:listitem}.mw-parser-output .hlist ol>li:before{content:" "counter(listitem)" ";white-space:nowrap}.mw-parser-output .hlist dd ol>li:first-child:before,.mw-parser-output .hlist dt ol>li:first-child:before,.mw-parser-output .hlist li ol>li:first-child:before{content:" ("counter(listitem)" "}.mw-parser-output .navbar{display:inline;font-size:75%;font-weight:normal}.mw-parser-output .navbar-collapse{float:left;text-align:left}.mw-parser-output .navbar-boxtext{word-spacing:0}.mw-parser-output .navbar ul{display:inline-block;white-space:nowrap;line-height:inherit}.mw-parser-output .navbar-brackets::before{margin-right:-0.125em;content:"[ "}.mw-parser-output .navbar-brackets::after{margin-left:-0.125em;content:" ]"}.mw-parser-output .navbar li{word-spacing:-0.125em}.mw-parser-output .navbar-mini abbr{font-variant:small-caps;border-bottom:none;text-decoration:none;cursor:inherit}.mw-parser-output .navbar-ct-full{font-size:114%;margin:0 7em}.mw-parser-output .navbar-ct-mini{font-size:114%;margin:0 4em}.mw-parser-output .infobox .navbar{font-size:88%}.mw-parser-output .navbox .navbar{display:block;font-size:88%}.mw-parser-output .navbox-title .navbar{float:left;text-align:left;margin-right:0.5em}


次ページ
記事の検索
おまかせリスト
▼オプションを表示
ブックマーク登録
mixiチェック!
Twitterに投稿
オプション/リンク一覧
話題のニュース
列車運行情報
暇つぶしWikipedia

Size:8631 Bytes
出典: フリー百科事典『ウィキペディア(Wikipedia)
担当:undef