LoginSignup
0
0

More than 3 years have passed since last update.

分散システムと並列分散処理の違い

Posted at

ポイント: 「並列分散処理」と「分散システム」は,同一コンピュータ内で完結するか

image.png

出典: https://www.slideserve.com/Mia_John/css434-parallel-distributed-computing-1181596

並列システム 分散システム
メモリ しっかり結びついた共有メモリ 分散メモリ
制御 グローバルクロック制御 グローバルクロック制御がない
プロセッサ間通信 Tbpsのオーダー Gbpsのオーダー
主眼 パフォーマンス(用途:科学技術計算) パフォーマンス(コストとスケーラビリティ),信頼性/可用性,情報/リソースの共有
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0