Difference between revisions of "Grid computing"
Karl Jones (Talk | contribs) (first) |
Karl Jones (Talk | contribs) (sp) |
||
Line 14: | Line 14: | ||
== A special type of parallel computing == | == A special type of parallel computing == | ||
+ | |||
For certain applications, "distributed" or "grid" computing, can be seen as a special type of [[parallel computing]] that relies on complete computers (with onboard CPUs, storage, power supplies, network interfaces, etc.) connected to a computer network (private or public) by a conventional network interface, such as Ethernet. | For certain applications, "distributed" or "grid" computing, can be seen as a special type of [[parallel computing]] that relies on complete computers (with onboard CPUs, storage, power supplies, network interfaces, etc.) connected to a computer network (private or public) by a conventional network interface, such as Ethernet. | ||
Revision as of 11:55, 18 August 2015
Grid computing is the collection of computer resources from multiple locations to reach a common goal.
The grid can be thought of as a distributed system with non-interactive workloads that involve a large number of files.
Grid computing is distinguished from cluster computing in that grid computers have each node set to perform a different task/application.
Grid computers also tend to be more heterogeneous and geographically dispersed (thus not physically coupled) than cluster computers.
Although a single grid can be dedicated to a particular application, commonly a grid is used for a variety of purposes.
Grids are often constructed with general-purpose grid middleware software libraries. Grid sizes can be quite large.
Grids are a form of distributed computing whereby a “super virtual computer” is composed of many networked loosely coupled computers acting together to perform large tasks.
A special type of parallel computing
For certain applications, "distributed" or "grid" computing, can be seen as a special type of parallel computing that relies on complete computers (with onboard CPUs, storage, power supplies, network interfaces, etc.) connected to a computer network (private or public) by a conventional network interface, such as Ethernet.
This is in contrast to the traditional notion of a supercomputer, which has many processors connected by a local high-speed computer bus.
See also
External links
- Grid computing @ Wikipedia