What is grid-computing?

A distributed computing architecture that coordinates networked resources to achieve a common computational goal.

翻訳待ちのコンテンツです。英語版を表示しています。

Grid computing links together thousands of independent computers across the world into one giant virtual supercomputer. Each machine in the 'grid' contributes its unused processing power or storage to solve massive scientific or mathematical problems that are too big for any single machine to handle.

        graph LR
  Center["What is grid-computing?"]:::main
  Rel_distributed_computing["distributed-computing"]:::related -.-> Center
  click Rel_distributed_computing "/terms/distributed-computing"
  Rel_distributed_systems["distributed-systems"]:::related -.-> Center
  click Rel_distributed_systems "/terms/distributed-systems"
  Rel_data_mining["data-mining"]:::related -.-> Center
  click Rel_data_mining "/terms/data-mining"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧠 理解度チェック

1 / 1

🧒 5歳でもわかるように説明

Grid computing is like a giant school project where 1,000 students each do one small part of the work at their own homes. When they all finish and put their parts together, they have completed a project so big that not even the smartest student in the world could have done it alone.

🤓 Expert Deep Dive

Grid computing differs from cluster computing because grid resources are often heterogeneous (not identical) and geographically dispersed. It was the precursor to cloud computing. Famous examples include SETI@home and the Large Hadron Collider (LHC) data processing grid.

📚 出典