# Grid computing

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Grid_computing
> Markdown URL: https://mediated.wiki/source/Grid_computing.md
> Source: https://en.wikipedia.org/wiki/Grid_computing
> Source revision: 1345808724
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

Use of widely distributed computer resources to reach a common goal

For the computer manufacturer, see [Grid Systems Corporation](/source/Grid_Systems_Corporation).

Not to be confused with [Cluster computing](/source/Cluster_computing).

This article includes a list of general references, but it lacks sufficient corresponding inline citations. Please help to improve this article by introducing more precise citations. (April 2025) (Learn how and when to remove this message)

**Grid computing** is the use of widely distributed [computer](/source/Computer) [resources](/source/System_resource) to reach a common goal. A computing grid can be thought of as a [distributed system](/source/Distributed_system) with non-interactive workloads that involve many files. Grid computing is distinguished from conventional high-performance computing systems such as [cluster](/source/Cluster_(computing)) computing in that grid computers have each node set to perform a different task/application. Grid computers also tend to be more [heterogeneous](/source/Heterogeneous) and geographically dispersed (thus not physically coupled) than cluster computers.[1] 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](/source/Middleware) software libraries. Grid sizes can be quite large.[2]

Grids are a form of [distributed computing](/source/Distributed_computing) composed of many networked [loosely coupled](/source/Loose_coupling) computers acting together to perform large tasks. For certain applications, distributed or grid computing can be seen as a special type of [parallel computing](/source/Parallel_computing) that relies on complete computers (with onboard CPUs, storage, power supplies, network interfaces, etc.) connected to a [computer network](/source/Computer_network) (private or public) by a conventional [network interface](/source/Network_interface_controller), such as [Ethernet](/source/Ethernet). This is in contrast to the traditional notion of a [supercomputer](/source/Supercomputer), which has many processors connected by a local high-speed [computer bus](/source/Computer_bus). This technology has been applied to computationally intensive scientific, mathematical, and academic problems through [volunteer computing](/source/Volunteer_computing), and it is used in commercial enterprises for such diverse applications as [drug discovery](/source/Drug_discovery), [economic forecasting](/source/Economic_forecasting), [seismic analysis](/source/Seismic_analysis), and [back office](/source/Back_office) data processing in support for [e-commerce](/source/E-commerce) and [Web services](/source/Web_service).

Grid computing combines computers from multiple administrative domains to reach a common goal,[3] to solve a single task, and may then disappear just as quickly. The size of a grid may vary from small—confined to a network of computer workstations within a corporation, for example—to large, public collaborations across many companies and networks. "The notion of a confined grid may also be known as an intra-nodes cooperation whereas the notion of a larger, wider grid may thus refer to an inter-nodes cooperation".[4]

Coordinating applications on grids can be a complex task, especially when coordinating the flow of information across distributed computing resources. [Grid workflow](/source/Scientific_workflow_system) systems have been developed as a specialized form of a [workflow management system](/source/Workflow_management_system) designed specifically to compose and execute a series of computational or data manipulation steps, or a workflow, in the grid context.

## Comparison of grids and conventional supercomputers

“Distributed” or “grid” computing in general is a special type of [parallel computing](/source/Parallel_computing) that relies on complete computers (with onboard CPUs, storage, power supplies, network interfaces, etc.) connected to a [network](/source/Computer_network) (private, public or the [Internet](/source/Internet)) by a conventional [network interface](/source/Network_interface_controller) producing commodity hardware, compared to the lower efficiency of designing and constructing a small number of custom supercomputers. The primary performance disadvantage is that the various processors and local storage areas do not have high-speed connections. This arrangement is thus well-suited to applications in which multiple parallel computations can take place independently, without the need to communicate intermediate results between processors.[5] The high-end [scalability](/source/Scalability) of geographically dispersed grids is generally favorable, due to the low need for connectivity between [nodes](/source/Node_(computer_science)) relative to the capacity of the public Internet.[6]

There are also some differences between programming for a supercomputer and programming for a grid computing system. It can be costly and difficult to write programs that can run in the environment of a supercomputer, which may have a custom operating system, or require the program to address [concurrency](/source/Concurrency_(computer_science)) issues. If a problem can be adequately parallelized, a “thin” layer of “grid” infrastructure can allow conventional, standalone programs, given a different part of the same problem, to run on multiple machines. This makes it possible to write and debug on a single conventional machine and eliminates complications due to multiple instances of the same program running in the same shared [memory](/source/Computer_memory) and storage space at the same time.

## Design considerations and variations

This section does not cite any sources. Please help improve this section by adding citations to reliable sources. Unsourced material may be challenged and removed. (December 2015) (Learn how and when to remove this message)

One feature of distributed grids is that they can be formed from computing resources belonging to one or multiple individuals or organizations (known as multiple [administrative domains](/source/Administrative_domain)). This can facilitate commercial transactions, as in [utility computing](/source/Utility_computing), or make it easier to assemble [volunteer computing](/source/Volunteer_computing) networks.

One disadvantage of this feature is that the computers which are actually performing the calculations might not be entirely trustworthy. The designers of the system must thus introduce measures to prevent malfunctions or malicious participants from producing false, misleading, or erroneous results, and from using the system as an attack vector. This often involves assigning work randomly to different nodes (presumably with different owners) and checking that at least two different nodes report the same answer for a given work unit. Discrepancies would identify malfunctioning and malicious nodes. However, due to the lack of central control over the hardware, there is no way to guarantee that [nodes](/source/Node_(computer_science)) will not drop out of the network at random times. Some nodes (like laptops or [dial-up](/source/Dial-up) Internet customers) may also be available for computation but not network communications for unpredictable periods. These variations can be accommodated by assigning large work units (thus reducing the need for continuous network connectivity) and reassigning work units when a given node fails to report its results in the expected time.

Another set of what could be termed social compatibility issues in the early days of grid computing related to the goals of grid developers to carry their innovation beyond the original field of high-performance computing and across disciplinary boundaries into new fields, like that of high-energy physics.[7]

The impacts of trust and availability on performance and development difficulty can influence the choice of whether to deploy onto a dedicated cluster, to idle machines internal to the developing organization, or to an open external network of volunteers or contractors. In many cases, the participating nodes must trust the central system not to abuse the access that is being granted, by interfering with the operation of other programs, mangling stored information, transmitting private data, or creating new security holes. Other systems employ measures to reduce the amount of trust “client” nodes must place in the central system such as placing applications in virtual machines.

Public systems or those crossing administrative domains (including different departments in the same organization) often result in the need to run on [heterogeneous](/source/Heterogeneous_computing) systems, using different [operating systems](/source/Operating_systems) and [hardware architectures](/source/Computer_architecture). With many languages, there is a trade-off between investment in software development and the number of platforms that can be supported (and thus the size of the resulting network). [Cross-platform](/source/Cross-platform) languages can reduce the need to make this tradeoff, though potentially at the expense of high performance on any given [node](/source/Node_(computer_science)) (due to run-time interpretation or lack of optimization for the particular platform). Various [middleware](/source/Middleware) projects have created generic infrastructure to allow diverse scientific and commercial projects to harness a particular associated grid or for the purpose of setting up new grids. [BOINC](/source/BOINC) is a common one for various academic projects seeking public volunteers; more are listed at the [end of the article](#See_also).

In fact, the middleware can be seen as a layer between the hardware and the software. On top of the middleware, a number of technical areas have to be considered, and these may or may not be middleware independent. Example areas include [SLA](/source/Service_level_agreement) management, Trust, and Security, [Virtual organization](/source/Virtual_organization_(grid_computing)) management, License Management, Portals and Data Management. These technical areas may be taken care of in a commercial solution, though the cutting edge of each area is often found within specific research projects examining the field.

## Market segmentation of the grid computing market

For the segmentation of the grid computing market, two perspectives need to be considered: the provider side and the user side:

### The provider side

The overall grid market comprises several specific markets. These are the grid middleware market, the market for grid-enabled applications, the [utility computing](/source/Utility_computing) market, and the software-as-a-service (SaaS) market.

Grid [middleware](/source/Middleware) is a specific software product, which enables the sharing of heterogeneous resources, and Virtual Organizations. It is installed and integrated into the existing infrastructure of the involved company or companies and provides a special layer placed among the heterogeneous infrastructure and the specific user applications. Major grid middlewares are Globus Toolkit, [gLite](/source/GLite), and [UNICORE](/source/UNICORE).

Utility computing is referred to as the provision of grid computing and applications as service either as an open grid utility or as a hosting solution for one organization or a [VO](/source/Virtual_Organization_(Grid_computing)). Major players in the utility computing market are [Sun Microsystems](/source/Sun_Microsystems), [IBM](/source/IBM), and [HP](/source/Hewlett-Packard).

Grid-enabled applications are specific software applications that can utilize grid infrastructure. This is made possible by the use of grid middleware, as pointed out above.

[Software as a service](/source/Software_as_a_service) (SaaS) is “software that is owned, delivered and managed remotely by one or more providers.” ([Gartner](/source/Gartner) 2007) Additionally, SaaS applications are based on a single set of common code and data definitions. They are consumed in a one-to-many model, and SaaS uses a Pay As You Go (PAYG) model or a subscription model that is based on usage. Providers of SaaS do not necessarily own the computing resources themselves, which are required to run their SaaS. Therefore, SaaS providers may draw upon the utility computing market. The utility computing market provides computing resources for SaaS providers.

### The user side

For companies on the demand or user side of the grid computing market, the different segments have significant implications for their IT deployment strategy. The IT deployment strategy as well as the type of IT investments made are relevant aspects for potential grid users and play an important role for grid adoption.

## CPU scavenging

**CPU-scavenging**, **cycle-scavenging**, or **shared computing** creates a “grid” from the idle resources in a network of participants (whether worldwide or internal to an organization). Typically, this technique exploits the 'spare' [instruction cycles](/source/Instruction_cycle) resulting from the intermittent inactivity that typically occurs at night, during lunch breaks, or even during the (comparatively minuscule, though numerous) moments of idle waiting that modern desktop CPU's experience throughout the day ([when the computer is waiting on IO from the user, network, or storage](/source/IO_bound)). In practice, participating computers also donate some supporting amount of disk storage space, RAM, and network bandwidth, in addition to raw CPU power.[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*]

Many [volunteer computing](/source/Volunteer_computing) projects, such as [BOINC](/source/BOINC), use the CPU scavenging model. Since [nodes](/source/Node_(computer_science)) are likely to go "offline" from time to time, as their owners use their resources for their primary purpose, this model must be designed to handle such contingencies.

Creating an **Opportunistic Environment** is another implementation of CPU-scavenging where special workload management system harvests the idle desktop computers for compute-intensive jobs, it also refers as Enterprise Desktop Grid (EDG). For instance, [HTCondor](/source/HTCondor)[8] (the open-source high-throughput computing software framework for coarse-grained distributed rationalization of computationally intensive tasks) can be configured to only use desktop machines where the keyboard and mouse are idle to effectively harness wasted CPU power from otherwise idle desktop workstations. Like other full-featured batch systems, HTCondor provides a job queueing mechanism, scheduling policy, priority scheme, resource monitoring, and resource management. It can be used to manage workload on a dedicated cluster of computers as well or it can seamlessly integrate both dedicated resources (rack-mounted clusters) and non-dedicated desktop machines (cycle scavenging) into one computing environment.

## History

The term *grid computing* originated in the early 1990s as a [metaphor](/source/Metaphor) for making computer power as easy to access as an electric [power grid](/source/Power_grid). The power grid metaphor for accessible computing quickly became canonical when [Ian Foster](/source/Ian_Foster_(computer_scientist)) and [Carl Kesselman](/source/Carl_Kesselman) published their seminal work, "The Grid: Blueprint for a new computing infrastructure" (1999). This was preceded by decades by the metaphor of [utility computing](/source/Utility_computing) (1961): computing as a public utility, analogous to the phone system.[9][10]

CPU scavenging and [volunteer computing](/source/Volunteer_computing) were popularized beginning in 1997 by [distributed.net](/source/Distributed.net) and later in 1999 by [SETI@home](/source/SETI%40home) to harness the power of networked PCs worldwide, in order to solve CPU-intensive research problems.[11][12]

The ideas of the grid (including those from distributed computing, object-oriented programming, and Web services) were brought together by [Ian Foster](/source/Ian_Foster_(computer_scientist)) and [Steve Tuecke](https://en.wikipedia.org/w/index.php?title=Steve_Tuecke&action=edit&redlink=1) of the [University of Chicago](/source/University_of_Chicago), and [Carl Kesselman](/source/Carl_Kesselman) of the [University of Southern California](/source/University_of_Southern_California)'s [Information Sciences Institute](/source/Information_Sciences_Institute).[13] The trio, who led the effort to create the Globus Toolkit, is widely regarded as the "fathers of the grid".[14] The toolkit incorporates not just computation management but also [storage management](/source/Storage_Resource_Management_(SRM)), security provisioning, data movement, monitoring, and a toolkit for developing additional services based on the same infrastructure, including agreement negotiation, notification mechanisms, trigger services, and information aggregation.[15] While the Globus Toolkit remains the de facto standard for building grid solutions, a number of other tools have been built that answer some subset of services needed to create an enterprise or global grid.[*[citation needed](https://en.wikipedia.org/wiki/Wikipedia:Citation_needed)*]

In 2007 the term [cloud computing](/source/Cloud_computing) came into popularity, which is conceptually similar to the canonical Foster definition of grid computing (in terms of computing resources being consumed as electricity is from the [power grid](/source/Power_grid)) and earlier utility computing.

### Progress

In November 2006, [Edward Seidel](/source/Edward_Seidel) received the [Sidney Fernbach Award](/source/Sidney_Fernbach_Award) at the Supercomputing Conference in [Tampa, Florida](/source/Tampa%2C_Florida).[16] "For outstanding contributions to the development of software for HPC and Grid computing to enable the collaborative numerical investigation of complex problems in physics; in particular, modeling black hole collisions."[17] This award, which is one of the highest honors in computing, was awarded for his achievements in numerical relativity.

## Fastest virtual supercomputers

- As of March 2020, [Folding@home](/source/Folding%40home) – 1.1 exaFLOPS.[18]

- As of April 7, 2020, [BOINC](/source/BOINC) – 29.8 PFLOPS.[19]

- As of November 2019, IceCube via OSG – 350 fp32 PFLOPS.[20]

- As of February 2018, [Einstein@Home](/source/Einstein%40Home) – 3.489 PFLOPS.[21]

- As of April 7, 2020, [SETI@Home](/source/SETI%40Home) – 1.11 PFLOPS.[22]

- As of April 7, 2020, [MilkyWay@Home](/source/MilkyWay%40Home) – 1.465 PFLOPS.[23]

- As of March 2019, [GIMPS](/source/Great_Internet_Mersenne_Prime_Search) – 0.558 PFLOPS.[24]

Also, as of March 2019, the [Bitcoin Network](/source/Bitcoin_network) had a measured computing power equivalent to over 80,000 [exaFLOPS](/source/FLOPS) (Floating-point Operations Per Second).[25] This measurement reflects the number of FLOPS required to equal the hash output of the Bitcoin network rather than its capacity for general floating-point arithmetic operations, since the elements of the Bitcoin network (Bitcoin mining [ASICs](/source/ASIC)) perform only the specific cryptographic hash computation required by the [Bitcoin](/source/Bitcoin) protocol.

## Projects and applications

Grid computing offers a way to solve [Grand Challenge problems](/source/Grand_Challenge_problem) such as [protein folding](/source/Protein_folding), financial [modeling](/source/Model_(abstract)), [earthquake](/source/Earthquake) simulation, and [climate](/source/Climate)/[weather](/source/Weather) modeling, and was integral in enabling the Large Hadron Collider at CERN.[26] Grids offer a way of using information technology resources optimally inside an organization. They also provide a means for offering information technology as a [utility](/source/Utility_computing) for commercial and noncommercial clients, with those clients paying only for what they use, as with electricity or water.

As of October 2016, over 4 million machines running the open-source [Berkeley Open Infrastructure for Network Computing](/source/Berkeley_Open_Infrastructure_for_Network_Computing) (BOINC) platform are members of the [World Community Grid](/source/World_Community_Grid).[19] One of the projects using BOINC is [SETI@home](/source/SETI%40home), which was using more than 400,000 computers to achieve 0.828 [TFLOPS](/source/FLOPS) as of October 2016. As of October 2016 [Folding@home](/source/Folding%40home), which is not part of BOINC, achieved more than 101 x86-equivalent petaflops on over 110,000 machines.[18]

The [European Union](/source/European_Union) funded projects through the [framework programmes](/source/Framework_programme) of the [European Commission](/source/European_Commission). [BEinGRID](https://en.wikipedia.org/w/index.php?title=BEinGRID&action=edit&redlink=1) (Business Experiments in Grid) was a research project funded by the European Commission[27] as an [Integrated Project](/source/Integrated_Project_(EU)) under the [Sixth Framework Programme](/source/Sixth_Framework_Programme) (FP6) sponsorship program. Started on June 1, 2006, the project ran 42 months, until November 2009. The project was coordinated by [Atos Origin](/source/Atos_Origin). According to the project fact sheet, their mission is “to establish effective routes to foster the adoption of grid computing across the EU and to stimulate research into innovative business models using Grid technologies”. To extract best practice and common themes from the experimental implementations, two groups of consultants are analyzing a series of pilots, one technical, one business. The project is significant not only for its long duration but also for its budget, which at 24.8 million Euros, is the largest of any FP6 integrated project. Of this, 15.7 million is provided by the European Commission and the remainder by its 98 contributing partner companies. Since the end of the project, the results of BEinGRID have been taken up and carried forward by [IT-Tude.com](https://en.wikipedia.org/w/index.php?title=IT-Tude.com&action=edit&redlink=1).

The Enabling Grids for E-sciencE project, based in the [European Union](/source/European_Union) and included sites in Asia and the United States, was a follow-up project to the European DataGrid (EDG) and evolved into the [European Grid Infrastructure](/source/European_Grid_Infrastructure). This, along with the [Worldwide LHC Computing Grid](/source/Worldwide_LHC_Computing_Grid)[28] (WLCG), was developed to support experiments using the [CERN](/source/CERN) [Large Hadron Collider](/source/Large_Hadron_Collider). A list of active sites participating within WLCG can be found online[29] as can real time monitoring of the EGEE infrastructure.[30] The relevant software and documentation is also publicly accessible.[31] There is speculation that dedicated fiber optic links, such as those installed by CERN to address the WLCG's data-intensive needs, may one day be available to home users thereby providing internet services at speeds up to 10,000 times faster than a traditional broadband connection.[32] The [European Grid Infrastructure](/source/European_Grid_Infrastructure) has been also used for other research activities and experiments such as the simulation of oncological clinical trials.[33]

The [distributed.net](/source/Distributed.net) project was started in 1997. The [NASA Advanced Supercomputing facility](/source/NASA_Advanced_Supercomputing_facility) (NAS) ran [genetic algorithms](/source/Genetic_algorithm) using the [Condor cycle scavenger](/source/Condor_cycle_scavenger) running on about 350 [Sun Microsystems](/source/Sun_Microsystems) and [SGI](/source/Silicon_Graphics) workstations.

In 2001, [United Devices](/source/United_Devices) operated the [United Devices Cancer Research Project](/source/United_Devices_Cancer_Research_Project) based on its [Grid MP](/source/Grid_MP) product, which cycle-scavenges on volunteer PCs connected to the Internet. The project ran on about 3.1 million machines before its close in 2007.[34]

Recent innovations have explored the integration of blockchain technology with grid computing principles. For example, the VirtEngine[35] system, detailed in granted Australian patent AU2024203136,[36] proposes a decentralized model that combines a distributed computing network with a Proof-of-Stake blockchain-based framework for identification, authentication, and resource management. This approach aims to create an autonomous system for managing a decentralized cloud marketplace and a distributed supercomputer, utilizing consumer & provider based computing resources to power a globally distributed grid computing network.

### Definitions

Today there are many definitions of *grid computing*:

- In his article “What is the Grid? A Three Point Checklist”,[3] [Ian Foster](/source/Ian_Foster_(computer_scientist)) lists these primary attributes: - [Computing resources](/source/Computing_resource) are not administered centrally. - [Open standards](/source/Open_standards) are used. - Nontrivial [quality of service](/source/Quality_of_service) is achieved.

- Plaszczak/Wellner[37] define grid technology as "the technology that enables resource virtualization, on-demand provisioning, and service (resource) sharing between organizations."

- IBM defines grid computing as “the ability, using a set of open standards and protocols, to gain access to applications and data, processing power, storage capacity and a vast array of other computing resources over the Internet. A grid is a type of parallel and distributed system that enables the sharing, selection, and aggregation of resources distributed across ‘multiple’ administrative domains based on their (resources) availability, capacity, performance, cost and users' quality-of-service requirements”.[38]

- An earlier example of the notion of computing as a utility was in 1965 by MIT's Fernando Corbató. Corbató and the other designers of the Multics operating system envisioned a computer facility operating “like a power company or water company”.[39]

- Buyya/Venugopal[40] define grid as "a type of parallel and distributed system that enables the sharing, selection, and aggregation of geographically distributed [autonomous](https://en.wiktionary.org/wiki/autonomy) resources dynamically at runtime depending on their availability, capability, performance, cost, and users' quality-of-service requirements".

## See also

[List of grid computing projects](/source/List_of_grid_computing_projects)

### Related concepts

- [High-throughput computing](/source/High-throughput_computing)

- [Cloud computing](/source/Cloud_computing)

- [Code mobility](/source/Code_mobility)

- [Jungle computing](/source/Jungle_computing)

- [Sensor grid](/source/Sensor_grid)

- [Utility computing](/source/Utility_computing)

### Alliances and organizations

- [Open Grid Forum](/source/Open_Grid_Forum) (Formerly [Global Grid Forum](/source/Global_Grid_Forum))

- [Object Management Group](/source/Object_Management_Group)

- [SHIWA project](/source/SHIWA_project)

### Production grids

- [European Grid Infrastructure](/source/European_Grid_Infrastructure)

- [Enabling Grids for E-sciencE](/source/Enabling_Grids_for_E-sciencE)

- [INFN Production Grid](/source/INFN_Production_Grid)

- [NorduGrid](/source/NorduGrid)

- [OurGrid](/source/OurGrid)

- [Sun Grid](/source/Sun_Grid)

- [Techila](/source/Techila_Grid)

- [Xgrid](/source/Xgrid)

- [Univa Grid Engine](/source/Univa_Grid_Engine)

### International projects

Name Region Start End European Grid Infrastructure (EGI) Europe May 2010 Dec 2014 Open Middleware Infrastructure Institute Europe (OMII-Europe) Europe May 2006 May 2008 Enabling Grids for E-sciencE (EGEE, EGEE II and EGEE III) Europe March 2004 April 2010 Grid enabled Remote Instrumentation with Distributed Control and Computation (GridCC) Europe September 2005 September 2008 European Middleware Initiative (EMI) Europe May 2010 active KnowARC Europe June 2006 November 2009 Nordic Data Grid Facility Scandinavia and Finland June 2006 December 2012 World Community Grid Global November 2004 active XtreemOS Europe June 2006 (May 2010) ext. to September 2010 OurGrid Brazil December 2004 active

### National projects

- [GridPP](/source/GridPP) (UK)

- [CNGrid](/source/CNGrid) (China)

- [D-Grid](/source/D-Grid) (Germany)

- [GARUDA](/source/GARUDA) (India)

- [VECC](/source/Variable_Energy_Cyclotron_Centre) ([Calcutta](/source/Calcutta), India)

- [IsraGrid](/source/IsraGrid) (Israel)

- [INFN Grid](/source/INFN_Grid) (Italy)

- [PL-Grid](/source/PL-Grid) (Poland)

- [National Grid Service](/source/National_Grid_Service) (UK)

- [Open Science Grid](/source/Open_Science_Grid) (USA)

- [TeraGrid](/source/TeraGrid) (USA)

### Standards and APIs

- [Distributed Resource Management Application API (DRMAA)](/source/DRMAA)

- [A technology-agnostic information model for a uniform representation of Grid resources (GLUE)](/source/Grid_Laboratory_Uniform_Environment)

- [Grid Remote Procedure Call (GridRPC)](/source/GridRPC)

- [Grid Security Infrastructure (GSI)](/source/Grid_Security_Infrastructure)

- [Open Grid Services Architecture (OGSA)](/source/Open_Grid_Services_Architecture)

- [Common Object Request Broker Architecture (CORBA)](/source/Common_Object_Request_Broker_Architecture)

- [Open Grid Services Infrastructure (OGSI)](/source/Open_Grid_Services_Infrastructure)

- [A Simple API for Grid Applications (SAGA)](/source/SAGA_(computing))

- [Web Services Resource Framework (WSRF)](/source/Web_Services_Resource_Framework)

### Monitoring frameworks

- [GStat](/source/GStat)

## References

1. **[^](#cite_ref-1)** [What is grid computing? - Gridcafe](http://www.e-sciencecity.org/EN/gridcafe/what-is-the-grid.html) [Archived](https://web.archive.org/web/20130210072831/http://www.e-sciencecity.org/EN/gridcafe/what-is-the-grid.html) 2013-02-10 at the [Wayback Machine](/source/Wayback_Machine). E-sciencecity.org. Retrieved 2013-09-18.

1. **[^](#cite_ref-2)** ["Scale grid computing down to size"](https://www.networkworld.com/article/893875/software-scale-grid-computing-down-to-size.html). NetworkWorld.com. 2003-01-27. [Archived](https://web.archive.org/web/20231206075823/https://www.networkworld.com/article/893875/software-scale-grid-computing-down-to-size.html) from the original on 2023-12-06. Retrieved 2015-04-21.

1. ^ [***a***](#cite_ref-autogenerated1_3-0) [***b***](#cite_ref-autogenerated1_3-1) ["What is the Grid? A Three Point Checklist"](https://web.archive.org/web/20141122035905/http://dlib.cs.odu.edu/WhatIsTheGrid.pdf) (PDF). Archived from [the original](http://dlib.cs.odu.edu/WhatIsTheGrid.pdf) (PDF) on 2014-11-22. Retrieved 2010-10-21.

1. **[^](#cite_ref-4)** ["Pervasive and Artificial Intelligence Group :: publications \[Pervasive and Artificial Intelligence Research Group\]"](https://web.archive.org/web/20110707004350/http://diuf.unifr.ch/pai/wiki/doku.php?id=Publications&page=publication&kind=single&ID=276). Diuf.unifr.ch. May 18, 2009. Archived from [the original](http://diuf.unifr.ch/pai/wiki/doku.php?id=Publications&page=publication&kind=single&ID=276) on July 7, 2011. Retrieved July 29, 2010.

1. **[^](#cite_ref-5)** [Computational problems - Gridcafe](http://www.e-sciencecity.org/EN/gridcafe/computational-problems.html) [Archived](https://web.archive.org/web/20120825003633/http://www.e-sciencecity.org/EN/gridcafe/computational-problems.html) 2012-08-25 at the [Wayback Machine](/source/Wayback_Machine). E-sciencecity.org. Retrieved 2013-09-18.

1. **[^](#cite_ref-6)** ["What is grid computing?"](https://www.ionos.com/digitalguide/server/know-how/grid-computing/). *IONOS Digitalguide*. [Archived](https://web.archive.org/web/20220128110848/https://www.ionos.com/digitalguide/server/know-how/grid-computing/) from the original on 2022-01-28. Retrieved 2022-03-23.

1. **[^](#cite_ref-7)** Kertcher, Zack; Coslor, Erica (2018-07-10). ["Boundary Objects and the Technical Culture Divide: Successful Practices for Voluntary Innovation Teams Crossing Scientific and Professional Fields"](http://minerva-access.unimelb.edu.au/bitstream/11343/212143/5/Kertcher%20%26%20Coslor%20-%20Boundary%20Objects%20and%20the%20Technical%20Culture%20Divide%202018-02-13.pdf) (PDF). *Journal of Management Inquiry*. **29**: 76–91. [doi](/source/Doi_(identifier)):[10.1177/1056492618783875](https://doi.org/10.1177%2F1056492618783875). [hdl](/source/Hdl_(identifier)):[11343/212143](https://hdl.handle.net/11343%2F212143). [ISSN](/source/ISSN_(identifier)) [1056-4926](https://search.worldcat.org/issn/1056-4926). [S2CID](/source/S2CID_(identifier)) [149911242](https://api.semanticscholar.org/CorpusID:149911242). [Archived](https://web.archive.org/web/20220328181127/https://minerva-access.unimelb.edu.au/bitstream/11343/212143/5/Kertcher%20%26%20Coslor%20-%20Boundary%20Objects%20and%20the%20Technical%20Culture%20Divide%202018-02-13.pdf) (PDF) from the original on 2022-03-28. Retrieved 2019-09-18.

1. **[^](#cite_ref-8)** ["HTCondor - Home"](https://research.cs.wisc.edu/htcondor/). *research.cs.wisc.edu*. [Archived](https://web.archive.org/web/20180302205500/http://research.cs.wisc.edu/htcondor/) from the original on 2 March 2018. Retrieved 14 March 2018.

1. **[^](#cite_ref-9)** [John McCarthy](/source/John_McCarthy_(computer_scientist)), speaking at the MIT Centennial in 1961

1. **[^](#cite_ref-10)** Garfinkel, Simson (1999). Abelson, Hal (ed.). [*Architects of the Information Society, Thirty-Five Years of the Laboratory for Computer Science at MIT*](https://archive.org/details/architectsofinfo00garf). MIT Press. [ISBN](/source/ISBN_(identifier)) [978-0-262-07196-3](https://en.wikipedia.org/wiki/Special:BookSources/978-0-262-07196-3).

1. **[^](#cite_ref-anderson1_11-0)** Anderson, David P; Cobb, Jeff; et al. (November 2002). "SETI@home: an experiment in public-resource computing". *Communications of the ACM*. **45** (11): 56–61. [doi](/source/Doi_(identifier)):[10.1145/581571.581573](https://doi.org/10.1145%2F581571.581573). [S2CID](/source/S2CID_(identifier)) [15439521](https://api.semanticscholar.org/CorpusID:15439521).

1. **[^](#cite_ref-durrani1_12-0)** Nouman Durrani, Muhammad; Shamsi, Jawwad A. (March 2014). "Volunteer computing: requirements, challenges, and solutions". *Journal of Network and Computer Applications*. **39**: 369–380. [doi](/source/Doi_(identifier)):[10.1016/j.jnca.2013.07.006](https://doi.org/10.1016%2Fj.jnca.2013.07.006).

1. **[^](#cite_ref-13)** Johnson, Bridget (2019-11-06). ["Grid Computing Pioneer Steve Tuecke Passes Away at 52"](https://www.hstoday.us/subject-matter-areas/cybersecurity/grid-computing-pioneer-steve-tuecke-passes-away-at-52/). [Archived](https://web.archive.org/web/20221104213215/https://www.hstoday.us/subject-matter-areas/cybersecurity/grid-computing-pioneer-steve-tuecke-passes-away-at-52/) from the original on 2022-11-04. Retrieved 2022-11-04.

1. **[^](#cite_ref-14)** ["Father of the Grid"](http://magazine.uchicago.edu/0404/features/index.shtml). [Archived](https://web.archive.org/web/20120301194142/http://magazine.uchicago.edu/0404/features/index.shtml) from the original on 2012-03-01. Retrieved 2007-04-15.

1. **[^](#cite_ref-15)** Salem, M. (2007). [*Grid Computing: A New Paradigm for Healthcare Technologies/Applications*](https://www.researchgate.net/publication/258119520). Retrieved 2022-08-30.

1. **[^](#cite_ref-16)** ["Edward Seidel 2006 Sidney Fernbach Award Recipient"](https://web.archive.org/web/20110815212928/http://www.computer.org/portal/web/awards/seidel). *IEEE Computer Society Awards*. IEEE Computer Society. Archived from [the original](http://www.computer.org/portal/web/awards/seidel) on 15 August 2011. Retrieved 14 October 2011.

1. **[^](#cite_ref-17)** ["Edward Seidel • IEEE Computer Society"](https://web.archive.org/web/20110815212928/http://www.computer.org/portal/web/awards/seidel). *www.computer.org*. Archived from [the original](http://www.computer.org/portal/web/awards/seidel) on 15 August 2011. Retrieved 14 March 2018.

1. ^ [***a***](#cite_ref-FAH_osstats2_18-0) [***b***](#cite_ref-FAH_osstats2_18-1) Pande lab. ["Client Statistics by OS"](https://stats.foldingathome.org/os). *Folding@home*. Stanford University. Retrieved March 26, 2020.{{[cite web](https://en.wikipedia.org/wiki/Template:Cite_web)}}: CS1 maint: deprecated archival service ([link](https://en.wikipedia.org/wiki/Category:CS1_maint:_deprecated_archival_service))

1. ^ [***a***](#cite_ref-BoincStats_19-0) [***b***](#cite_ref-BoincStats_19-1) ["BOINCstats – BOINC combined credit overview"](http://boincstats.com/en/stats/-1/project/detail). [Archived](https://web.archive.org/web/20130122022019/http://boincstats.com/en/stats/-1/project/detail/) from the original on January 22, 2013. Retrieved October 30, 2016.

1. **[^](#cite_ref-20)** ["SDSC, Wisconsin U IceCube Center Conduct GPU Cloudburst Experiment"](https://www.sdsc.edu/News%20Items/PR20191119_GPU_Cloudburst.html). SDSC. [Archived](https://web.archive.org/web/20220914153408/https://www.sdsc.edu/News%20Items/PR20191119_GPU_Cloudburst.html) from the original on September 14, 2022. Retrieved April 22, 2022.

1. **[^](#cite_ref-21)** ["Einstein@Home Credit overview"](http://boincstats.com/en/stats/5/project/detail). BOINC. [Archived](https://web.archive.org/web/20160827063611/http://boincstats.com/en/stats/5/project/detail) from the original on August 27, 2016. Retrieved October 30, 2016.

1. **[^](#cite_ref-22)** ["SETI@Home Credit overview"](http://boincstats.com/en/stats/0/project/detail). BOINC. [Archived](https://web.archive.org/web/20130703143037/http://boincstats.com/en/stats/0/project/detail) from the original on July 3, 2013. Retrieved October 30, 2016.

1. **[^](#cite_ref-23)** ["MilkyWay@Home Credit overview"](http://boincstats.com/en/stats/61/project/detail). BOINC. [Archived](https://web.archive.org/web/20120520164005/http://boincstats.com/en/stats/61/project/detail) from the original on May 20, 2012. Retrieved October 30, 2016.

1. **[^](#cite_ref-24)** ["Internet PrimeNet Server Distributed Computing Technology for the Great Internet Mersenne Prime Search"](http://www.mersenne.org/primenet). *GIMPS*. [Archived](https://web.archive.org/web/20190525223313/https://www.mersenne.org/primenet/) from the original on May 25, 2019. Retrieved March 12, 2019.

1. **[^](#cite_ref-Bitcoin_Network_Statistics_25-0)** bitcoinwatch.com. ["Bitcoin Network Statistics"](http://bitcoinwatch.com/bitcoin/). *Bitcoin*. [Archived](https://web.archive.org/web/20230120182533/https://bitcoincharts.com/) from the original on January 20, 2023. Retrieved March 12, 2019.

1. **[^](#cite_ref-26)** Kertcher, Zack; Venkatraman, Rohan; Coslor, Erica (23 April 2020). "Pleasingly parallel: Early cross-disciplinary work for innovation diffusion across boundaries in grid computing". *Journal of Business Research*. **116**: 581–594. [doi](/source/Doi_(identifier)):[10.1016/j.jbusres.2020.04.018](https://doi.org/10.1016%2Fj.jbusres.2020.04.018). [hdl](/source/Hdl_(identifier)):[11343/237477](https://hdl.handle.net/11343%2F237477). [S2CID](/source/S2CID_(identifier)) [219048576](https://api.semanticscholar.org/CorpusID:219048576).

1. **[^](#cite_ref-27)** ["beingrid.eu: Stromkosten Vergleiche -"](https://web.archive.org/web/20110723100417/http://www.beingrid.eu/). *beingrid.eu: Stromkosten Vergleiche*. Archived from [the original](http://www.beingrid.eu/) on 23 July 2011. Retrieved 14 March 2018.

1. **[^](#cite_ref-28)** ["Welcome to the Worldwide LHC Computing Grid - WLCG"](http://wlcg.web.cern.ch/). *wlcg.web.cern.ch*. [Archived](https://web.archive.org/web/20180725112849/http://wlcg.web.cern.ch/) from the original on 25 July 2018. Retrieved 14 March 2018.

1. **[^](#cite_ref-29)** ["GStat 2.0 – Summary View – GRID EGEE"](https://web.archive.org/web/20080320145926/http://goc.grid.sinica.edu.tw/gstat/). Goc.grid.sinica.edu.tw. Archived from [the original](http://goc.grid.sinica.edu.tw/gstat/) on March 20, 2008. Retrieved July 29, 2010.

1. **[^](#cite_ref-30)** ["Real Time Monitor"](https://web.archive.org/web/20091216124323/http://gridportal.hep.ph.ic.ac.uk/rtm/). Gridportal.hep.ph.ic.ac.uk. Archived from [the original](http://gridportal.hep.ph.ic.ac.uk/rtm/) on December 16, 2009. Retrieved July 29, 2010.

1. **[^](#cite_ref-31)** ["LCG – Deployment"](https://web.archive.org/web/20101117002656/http://lcg.web.cern.ch/LCG/activities/deployment.html). Lcg.web.cern.ch. Archived from [the original](http://lcg.web.cern.ch/LCG/activities/deployment.html) on November 17, 2010. Retrieved July 29, 2010.

1. **[^](#cite_ref-32)** ["The Times & The Sunday Times"](https://www.thetimes.com/). *The Times*. [Archived](https://web.archive.org/web/20210225020225/https://www.thetimes.co.uk/) from the original on 25 February 2021. Retrieved 14 March 2018.

1. **[^](#cite_ref-33)** Athanaileas, Theodoros; et al. (2011). "Exploiting grid technologies for the simulation of clinical trials: the paradigm of in silico radiation oncology". *SIMULATION: Transactions of the Society for Modeling and Simulation International*. **87** (10): 893–910. [doi](/source/Doi_(identifier)):[10.1177/0037549710375437](https://doi.org/10.1177%2F0037549710375437). [S2CID](/source/S2CID_(identifier)) [206429690](https://api.semanticscholar.org/CorpusID:206429690).

1. **[^](#cite_ref-34)** ["High-performance Computing (HPC) and Cloud Solutions | Altair"](https://web.archive.org/web/20070407201958/http://www.grid.org/stats/). *Default*. Archived from [the original](https://altair.com/hpc-cloud-applications) on April 7, 2007.

1. **[^](#cite_ref-35)** ["VirtEngine Github"](https://github.com/virtengine). *Default*. 2025-09-17.

1. **[^](#cite_ref-36)** ["Decentralized system for identification, authentication, data encryption, cloud and distributed cluster computing"](https://patents.google.com/patent/AU2024203136A1/). *Default*. 2025-09-17.

1. **[^](#cite_ref-37)** P Plaszczak, R Wellner, *Grid computing*, 2005, Elsevier/Morgan Kaufmann, San Francisco

1. **[^](#cite_ref-38)** IBM Solutions Grid for Business Partners: Helping IBM Business Partners to Grid-enable applications for the next phase of e-business on demand

1. **[^](#cite_ref-39)** [Structure of the Multics Supervisor](http://www.multicians.org/fjcc3.html) [Archived](https://web.archive.org/web/20140116070940/http://www.multicians.org/fjcc3.html) 2014-01-16 at the [Wayback Machine](/source/Wayback_Machine). Multicians.org. Retrieved 2013-09-18.

1. **[^](#cite_ref-40)** ["A Gentle Introduction to Grid Computing and Technologies"](http://www.buyya.com/papers/GridIntro-CSI2005.pdf) (PDF). [Archived](https://web.archive.org/web/20060324161402/http://www.buyya.com/papers/GridIntro-CSI2005.pdf) (PDF) from the original on March 24, 2006. Retrieved May 6, 2005.

### Bibliography

- [Buyya, Rajkumar](/source/Rajkumar_Buyya); [Kris Bubendorfer](https://en.wikipedia.org/w/index.php?title=Kris_Bubendorfer&action=edit&redlink=1) (2009). [*Market Oriented Grid and Utility Computing*](http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470287683,descCd-tableOfContents.html). Wiley. [ISBN](/source/ISBN_(identifier)) [978-0-470-28768-2](https://en.wikipedia.org/wiki/Special:BookSources/978-0-470-28768-2).

- Benedict, Shajulin; Vasudevan (2008). ["A Niched Pareto GA approach for scheduling scientific workflows in wireless Grids"](https://doi.org/10.2498%2Fcit.1001122). *Journal of Computing and Information Technology*. **16** (2): 101. [doi](/source/Doi_(identifier)):[10.2498/cit.1001122](https://doi.org/10.2498%2Fcit.1001122).

- [Davies, Antony](/source/Antony_Davies) (June 2004). ["Computational Intermediation and the Evolution of Computation as a Commodity"](https://web.archive.org/web/20080228182225/http://www.business.duq.edu/faculty/davies/research/EconomicsOfComputation.pdf) (PDF). *Applied Economics*. **36** (11): 1131. [CiteSeerX](/source/CiteSeerX_(identifier)) [10.1.1.506.6666](https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.506.6666). [doi](/source/Doi_(identifier)):[10.1080/0003684042000247334](https://doi.org/10.1080%2F0003684042000247334). [S2CID](/source/S2CID_(identifier)) [7309750](https://api.semanticscholar.org/CorpusID:7309750). Archived from [the original](http://www.business.duq.edu/faculty/davies/research/EconomicsOfComputation.pdf) (PDF) on 2008-02-28. Retrieved 2005-04-20.

- [Foster, Ian](/source/Ian_Foster_(computer_scientist)); [Carl Kesselman](/source/Carl_Kesselman) (1999). [*The Grid: Blueprint for a New Computing Infrastructure*](https://archive.org/details/gridblueprintfor0000unse). Morgan Kaufmann Publishers. [ISBN](/source/ISBN_(identifier)) [978-1-55860-475-9](https://en.wikipedia.org/wiki/Special:BookSources/978-1-55860-475-9).

- [Plaszczak, Pawel](https://en.wikipedia.org/w/index.php?title=Pawel_Plaszczak&action=edit&redlink=1); Rich Wellner, Jr (2006). [*Grid Computing "The Savvy Manager's Guide"*](https://archive.org/details/gridcomputingsav0000plas). Morgan Kaufmann Publishers. [ISBN](/source/ISBN_(identifier)) [978-0-12-742503-0](https://en.wikipedia.org/wiki/Special:BookSources/978-0-12-742503-0).

- [Berman, Fran](/source/Fran_Berman); [Anthony J. G. Hey](/source/Anthony_J._G._Hey); [Geoffrey C. Fox](/source/Geoffrey_C._Fox) (2003). [*Grid Computing: Making The Global Infrastructure a Reality*](http://www.grid2002.org/). Wiley. [ISBN](/source/ISBN_(identifier)) [978-0-470-85319-1](https://en.wikipedia.org/wiki/Special:BookSources/978-0-470-85319-1).

- [Li, Maozhen](https://en.wikipedia.org/w/index.php?title=Maozhen_Li&action=edit&redlink=1); Mark A. Baker (2005). [*The Grid: Core Technologies*](https://web.archive.org/web/20071028160522/http://coregridtechnologies.org/). Wiley. [ISBN](/source/ISBN_(identifier)) [978-0-470-09417-4](https://en.wikipedia.org/wiki/Special:BookSources/978-0-470-09417-4). Archived from [the original](http://coregridtechnologies.org/) on 2007-10-28. Retrieved 2005-04-26.

- [Catlett, Charlie](/source/Charlie_Catlett); [Larry Smarr](/source/Larry_Smarr) (June 1992). ["Metacomputing"](https://doi.org/10.1145%2F129888.129890). *Communications of the ACM*. **35** (6): 44–52. [doi](/source/Doi_(identifier)):[10.1145/129888.129890](https://doi.org/10.1145%2F129888.129890).

- Smith, Roger (2005). ["Grid Computing: A Brief Technology Analysis"](https://web.archive.org/web/20120208020500/http://www.ctonet.org/documents/GridComputing_analysis.pdf) (PDF). CTO Network Library. Archived from [the original](http://www.ctonet.org/documents/GridComputing_analysis.pdf) (PDF) on 2012-02-08.

- Buyya, Rajkumar (July 2005). ["Grid Computing: Making the Global Cyberinfrastructure for eScience a Reality"](https://web.archive.org/web/20060228084255/http://www.gridbus.org/~raj/papers/CSICommunicationsJuly2005.pdf) (PDF). *CSI Communications*. **29** (1). Mumbai, India: Computer Society of India (CSI). Archived from [the original](http://www.gridbus.org/~raj/papers/CSICommunicationsJuly2005.pdf) (PDF) on 2006-02-28. Retrieved 2006-02-19.

- Berstis, Viktors. ["Fundamentals of Grid Computing"](https://web.archive.org/web/20120204080942/http://www.redbooks.ibm.com/abstracts/redp3613.html). IBM. Archived from [the original](http://www.redbooks.ibm.com/abstracts/redp3613.html) on 2012-02-04.

- Elkhatib, Yehia (2011). [*Monitoring, Analysing and Predicting Network Performance in Grids*](https://web.archive.org/web/20150623210851/http://www.comp.lancs.ac.uk/~elkhatib/Docs/2011.09_PhD-Thesis.pdf) (PDF) (Ph.D.). Lancaster University. Archived from [the original](http://www.comp.lancs.ac.uk/~elkhatib/Docs/2011.09_PhD-Thesis.pdf) (PDF) on 2015-06-23. Retrieved 2013-04-28.

- Ferreira, Luis; et al. (2016-09-30). ["Grid Computing Products and Services"](http://www.redbooks.ibm.com/abstracts/sg246650.html). IBM.

- Ferreira, Luis; et al. (2016-09-30). ["Introduction to Grid Computing with Globus"](http://www.redbooks.ibm.com/abstracts/sg246895.html?Open). IBM.

- Jacob, Bart; et al. (2016-09-30). ["Enabling Applications for Grid Computing"](http://www.redbooks.ibm.com/abstracts/sg246936.html?Open). IBM.

- Ferreira, Luis; et al. ["Grid Services Programming and Application Enablement"](https://web.archive.org/web/20120204081009/http://www.redbooks.ibm.com/abstracts/sg246100.html?Open). IBM. Archived from [the original](http://www.redbooks.ibm.com/abstracts/sg246100.html?Open) on 2012-02-04.

- Jacob, Bart; et al. (2016-09-30). [*Introduction to Grid Computing*](http://www.redbooks.ibm.com/abstracts/sg246778.html?Open). IBM.

- Ferreira, Luis; et al. (2016-09-30). ["Grid Computing in Research and Education"](http://www.redbooks.ibm.com/abstracts/sg246649.html?Open). IBM.

- Ferreira, Luis; et al. ["Globus Toolkit 3.0 Quick Start"](https://web.archive.org/web/20120204081027/http://www.redbooks.ibm.com/abstracts/redp3697.html?Open). IBM. Archived from [the original](http://www.redbooks.ibm.com/abstracts/redp3697.html?Open) on 2012-02-04. Retrieved 2006-04-27.

- Surridge, Mike; et al. ["Experiences with GRIA – Industrial applications on a Web Services Grid"](https://web.archive.org/web/20120306073948/http://archive.gria.org/docs/experiences%20with%20gria%20paper.pdf) (PDF). IEEE. Archived from [the original](http://www.gria.org/docs/experiences%20with%20gria%20paper.pdf) (PDF) on 2012-03-06.

- [Stockinger, Heinz](https://en.wikipedia.org/w/index.php?title=Heinz_Stockinger&action=edit&redlink=1); et al. (October 2007). ["Defining the Grid: A Snapshot on the Current View"](https://web.archive.org/web/20070107034557/http://hst.web.cern.ch/hst/publications/DefiningTheGrid-1.1.pdf) (PDF). *Supercomputing*. **42**: 3. [doi](/source/Doi_(identifier)):[10.1007/s11227-006-0037-9](https://doi.org/10.1007%2Fs11227-006-0037-9). [S2CID](/source/S2CID_(identifier)) [16019948](https://api.semanticscholar.org/CorpusID:16019948). Archived from [the original](http://hst.web.cern.ch/hst/publications/DefiningTheGrid-1.1.pdf) (PDF) on 2007-01-07.

- [Global Grids and Software Toolkits: A Study of Four Grid Middleware Technologies](https://web.archive.org/web/20070616023016/http://www.gridbus.org/~raj/papers/gmchapter.pdf)

- [The Grid Technology Cookbook](https://web.archive.org/web/20090206095702/http://hv3.phys.lsu.edu:8000/cookbook/gtcb/index.php)

- Francesco Lelli, Eric Frizziero, Michele Gulmini, Gaetano Maron, Salvatore Orlando, Andrea Petrucci and Silvano Squizzato. *The many faces of the integration of instruments and the grid*. International Journal of Web and Grid Services 2007 – Vol. 3, No.3 pp. 239 – 266 [Electronic Edition](http://www.inderscience.com/search/index.php?action=record&rec_id=14953&prevQuery=&ps=10&m=or)

- [Poess, Meikel](https://en.wikipedia.org/w/index.php?title=Meikel_Poess&action=edit&redlink=1); [Nambiar, Raghunath](https://en.wikipedia.org/w/index.php?title=Nambiar,_Raghunath&action=edit&redlink=1) (2005). [*Large Scale Data Warehouses on Grid*](https://web.archive.org/web/20150623211003/http://www.vldb2005.org/program/paper/tue/p1055-poess.pdf) (PDF). Archived from [the original](http://www.vldb2005.org/program/paper/tue/p1055-poess.pdf) (PDF) on 2015-06-23. Retrieved 2010-11-05.

- [Pardi, Silvio](https://en.wikipedia.org/w/index.php?title=Silvio_Pardi&action=edit&redlink=1); Francesco Palmieri (October 2010). "Towards a federated Metropolitan Area Grid environment: The SCoPE network-aware infrastructure". *Future Generation Computer Systems*. **26** (8): 1241–1256. [doi](/source/Doi_(identifier)):[10.1016/j.future.2010.02.003](https://doi.org/10.1016%2Fj.future.2010.02.003).

v t e Parallel computing General Distributed computing Parallel computing Parallel algorithm Massively parallel Cloud computing High-performance computing Multiprocessing Manycore processor GPGPU Computer network Systolic array Levels Bit Instruction Thread Task Data Memory Loop Pipeline Multithreading Temporal Simultaneous (SMT) Simultaneous and heterogenous Speculative (SpMT) Preemptive Cooperative Clustered multi-thread (CMT) Hardware scout Theory PRAM model PEM model Analysis of parallel algorithms Amdahl's law Gustafson's law Cost efficiency Karp–Flatt metric Slowdown Speedup Elements Process Thread Fiber Instruction window Array Coordination Multiprocessing Memory coherence Cache coherence Cache invalidation Barrier Synchronization Application checkpointing Programming Stream processing Dataflow programming Models Implicit parallelism Explicit parallelism Concurrency Non-blocking algorithm Hardware Flynn's taxonomy SISD SIMD Array processing (SIMT) Pipelined processing Associative processing MISD MIMD Dataflow architecture Pipelined processor Superscalar processor Vector processor Multiprocessor symmetric asymmetric Memory shared distributed distributed shared UMA NUMA COMA Massively parallel computer Computer cluster Beowulf cluster Grid computer Hardware acceleration APIs Ateji PX Boost Chapel HPX Charm++ Cilk Coarray Fortran CUDA Dryad C++ AMP Global Arrays GPUOpen MPI OpenMP OpenCL OpenHMPP OpenACC Parallel Extensions PVM pthreads RaftLib ROCm UPC TBB ZPL Problems Automatic parallelization Cache stampede Deadlock Deterministic algorithm Embarrassingly parallel Parallel slowdown Race condition Software lockout Scalability Starvation Category: Parallel computing

v t e Computer sizes and classes Micro Static Appliances Arcade cabinet Diskless node Internet appliance Intelligent terminal Interactive kiosk Rich client Simulator Smart speaker Smart TV Thin client Video game console Home console Microconsole Computers By use Gaming Home Industrial Personal Personal super Public Server Home server Microserver Workstation By size All-in-one Panel Tabletop Surface Desktop Deskside Pizza box Tower Portable Small form factor Mini PC Plug Stick PC Rack Blade server Blade PC Mobile Laptop 2-in-1 Convertible Cloudbook Mobile workstation Notebook Subnotebook Netbook Smartbook Tablet Detachable Phablet Handheld Electronic organizer E-reader Handheld game console Handheld PC Mobile data terminal Mobile phone Camera Feature Smartphone Foldable Palmtop PC Personal digital assistant Pocket Portable data terminal Portable media player Siftable Ultra-mobile PC Calculator Graphing Programmable Scientific Wearable Fitness tracker Smart band Digital wristwatch Calculator watch Smartwatch Sportwatch Smartglasses Smart ring Midrange Mini Supermini Large Grid Mainframe Minisuper Super Others Embedded system Information appliance Microcontroller Nano Rugged Rugged smartphone Single-board Computer-on-module Smartdust Wireless sensor network Category

Authority control databases International GND FAST National United States France BnF data Spain Israel Other IdRef Yale LUX

---
Adapted from the Wikipedia article [Grid computing](https://en.wikipedia.org/wiki/Grid_computing) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Grid_computing?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
