Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Grid computing
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Use of widely distributed computer resources to reach a common goal}} {{For|the computer manufacturer|Grid Systems Corporation}} {{Distinguish|Cluster computing}} {{More footnotes needed|date=April 2025}} '''Grid computing''' is the use of widely distributed [[computer]] [[System resource|resources]] to reach a common goal. A computing grid can be thought of as a [[distributed system]] with non-interactive workloads that involve many files. Grid computing is distinguished from conventional high-performance computing systems such as [[Cluster (computing)|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.<ref>[http://www.e-sciencecity.org/EN/gridcafe/what-is-the-grid.html What is grid computing? - Gridcafe] {{Webarchive|url=https://web.archive.org/web/20130210072831/http://www.e-sciencecity.org/EN/gridcafe/what-is-the-grid.html |date=2013-02-10 }}. E-sciencecity.org. Retrieved 2013-09-18.</ref> 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.<ref>{{cite web |url=https://www.networkworld.com/article/893875/software-scale-grid-computing-down-to-size.html |title=Scale grid computing down to size |publisher=NetworkWorld.com |date=2003-01-27 |access-date=2015-04-21 |archive-date=2023-12-06 |archive-url=https://web.archive.org/web/20231206075823/https://www.networkworld.com/article/893875/software-scale-grid-computing-down-to-size.html |url-status=live }}</ref> Grids are a form of [[distributed computing]] composed of many networked [[Loose coupling|loosely coupled]] computers acting together to perform large tasks. 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 controller|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]]. This technology has been applied to computationally intensive scientific, mathematical, and academic problems through [[volunteer computing]], and it is used in commercial enterprises for such diverse applications as [[drug discovery]], [[economic forecasting]], [[seismic analysis]], and [[back office]] data processing in support for [[e-commerce]] and [[Web service]]s. Grid computing combines computers from multiple administrative domains to reach a common goal,<ref name="autogenerated1">{{cite web|url=http://dlib.cs.odu.edu/WhatIsTheGrid.pdf|title=What is the Grid? A Three Point Checklist|access-date=2010-10-21|archive-date=2014-11-22|archive-url=https://web.archive.org/web/20141122035905/http://dlib.cs.odu.edu/WhatIsTheGrid.pdf|url-status=dead}}</ref> 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".<ref>{{cite web |url=http://diuf.unifr.ch/pai/wiki/doku.php?id=Publications&page=publication&kind=single&ID=276 |title=Pervasive and Artificial Intelligence Group :: publications [Pervasive and Artificial Intelligence Research Group] |publisher=Diuf.unifr.ch |date=May 18, 2009 |access-date=July 29, 2010 |archive-url=https://web.archive.org/web/20110707004350/http://diuf.unifr.ch/pai/wiki/doku.php?id=Publications&page=publication&kind=single&ID=276 |archive-date=July 7, 2011 |url-status=dead }}</ref> Coordinating applications on Grids can be a complex task, especially when coordinating the flow of information across distributed computing resources. [[Scientific workflow system|Grid workflow]] systems have been developed as a specialized form of a [[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]] that relies on complete computers (with onboard CPUs, storage, power supplies, network interfaces, etc.) connected to a [[computer network|network]] (private, public or the [[Internet]]) by a conventional [[Network interface controller|network interface]] 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.<ref>[http://www.e-sciencecity.org/EN/gridcafe/computational-problems.html Computational problems - Gridcafe] {{Webarchive|url=https://web.archive.org/web/20120825003633/http://www.e-sciencecity.org/EN/gridcafe/computational-problems.html |date=2012-08-25 }}. E-sciencecity.org. Retrieved 2013-09-18.</ref> The high-end [[scalability]] of geographically dispersed grids is generally favorable, due to the low need for connectivity between [[Node (computer science)|nodes]] relative to the capacity of the public Internet.<ref>{{Cite web |title=What is grid computing? |url=https://www.ionos.com/digitalguide/server/know-how/grid-computing/ |access-date=2022-03-23 |website=IONOS Digitalguide |language=en |archive-date=2022-01-28 |archive-url=https://web.archive.org/web/20220128110848/https://www.ionos.com/digitalguide/server/know-how/grid-computing/ |url-status=live }}</ref> 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 (computer science)|concurrency]] 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 [[computer memory|memory]] and storage space at the same time. ==Design considerations and variations== {{unreferenced section|date=December 2015}} 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 domain]]s). This can facilitate commercial transactions, as in [[utility computing]], or make it easier to assemble [[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 [[Node (computer science)|nodes]] will not drop out of the network at random times. Some nodes (like laptops or [[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.<ref>{{Cite journal|last1=Kertcher|first1=Zack|last2=Coslor|first2=Erica|date=2018-07-10|title=Boundary Objects and the Technical Culture Divide: Successful Practices for Voluntary Innovation Teams Crossing Scientific and Professional Fields|journal=Journal of Management Inquiry|volume=29|language=en|pages=76–91|doi=10.1177/1056492618783875|issn=1056-4926|hdl=11343/212143|s2cid=149911242|url=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|doi-access=free|access-date=2019-09-18|archive-date=2022-03-28|archive-url=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|url-status=live}}</ref> 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 computing|heterogeneous]] systems, using different [[operating systems]] and [[computer architecture|hardware architectures]]. 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]] languages can reduce the need to make this tradeoff, though potentially at the expense of high performance on any given [[Node (computer science)|node]] (due to run-time interpretation or lack of optimization for the particular platform). Various [[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]] is a common one for various academic projects seeking public volunteers; more are listed at the [[Grid computing#See also|end of the article]]. 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 [[Service level agreement|SLA]] management, Trust, and Security, [[Virtual organization (grid computing)|Virtual organization]] 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== <!-- According to IT-Tude.com -->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]] market, and the software-as-a-service (SaaS) market. Grid [[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]], and [[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 [[Virtual Organization (Grid computing)|VO]]. Major players in the utility computing market are [[Sun Microsystems]], [[IBM]], and [[Hewlett-Packard|HP]]. 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]] (SaaS) is “software that is owned, delivered and managed remotely by one or more providers.” ([[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 cycle]]s 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 ([[IO bound|when the computer is waiting on IO from the user, network, or storage]]). 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 |date= July 2013}} Many [[volunteer computing]] projects, such as [[BOINC]], use the CPU scavenging model. Since [[Node (computer science)|nodes]] 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]]<ref>{{cite web|url=https://research.cs.wisc.edu/htcondor/|title=HTCondor - Home|website=research.cs.wisc.edu|access-date=14 March 2018|archive-date=2 March 2018|archive-url=https://web.archive.org/web/20180302205500/http://research.cs.wisc.edu/htcondor/|url-status=live}}</ref> (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]] for making computer power as easy to access as an electric [[power grid]]. The power grid metaphor for accessible computing quickly became canonical when [[Ian Foster (computer scientist)|Ian Foster]] and [[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]] (1961): computing as a public utility, analogous to the phone system.<ref>[[John McCarthy (computer scientist)|John McCarthy]], speaking at the MIT Centennial in 1961</ref><ref>{{cite book|title=Architects of the Information Society, Thirty-Five Years of the Laboratory for Computer Science at MIT|editor1-first=Hal|editor1-last=Abelson|first1=Simson|last1=Garfinkel|isbn=978-0-262-07196-3|publisher=MIT Press|year=1999|url-access=registration|url=https://archive.org/details/architectsofinfo00garf}}</ref> CPU scavenging and [[volunteer computing]] were popularized beginning in 1997 by [[distributed.net]] and later in 1999 by [[SETI@home]] to harness the power of networked PCs worldwide, in order to solve CPU-intensive research problems.<ref name="anderson1">{{cite journal|last1=Anderson|first1=David P|last2=Cobb|display-authors=etal|first2=Jeff|title=SETI@home: an experiment in public-resource computing|journal=Communications of the ACM|date=November 2002|volume=45|issue=11|pages=56–61|doi=10.1145/581571.581573|s2cid=15439521}}</ref><ref name="durrani1">{{cite journal|last1=Nouman Durrani|first1=Muhammad|last2=Shamsi|first2=Jawwad A.|title=Volunteer computing: requirements, challenges, and solutions|journal=Journal of Network and Computer Applications|date=March 2014|volume=39|pages=369–380|doi=10.1016/j.jnca.2013.07.006}}</ref> The ideas of the grid (including those from distributed computing, object-oriented programming, and Web services) were brought together by [[Ian Foster (computer scientist)|Ian Foster]] and [[Steve Tuecke]] of the [[University of Chicago]], and [[Carl Kesselman]] of the [[University of Southern California]]'s [[Information Sciences Institute]].<ref>{{Cite web |last=Johnson |first=Bridget |date=2019-11-06 |title=Grid Computing Pioneer Steve Tuecke Passes Away at 52 |url=https://www.hstoday.us/subject-matter-areas/cybersecurity/grid-computing-pioneer-steve-tuecke-passes-away-at-52/ |access-date=2022-11-04 |language=en-US |archive-date=2022-11-04 |archive-url=https://web.archive.org/web/20221104213215/https://www.hstoday.us/subject-matter-areas/cybersecurity/grid-computing-pioneer-steve-tuecke-passes-away-at-52/ |url-status=live }}</ref> The trio, who led the effort to create the Globus Toolkit, is widely regarded as the "fathers of the grid".<ref>{{cite web|url=http://magazine.uchicago.edu/0404/features/index.shtml|title=Father of the Grid|access-date=2007-04-15|archive-date=2012-03-01|archive-url=https://web.archive.org/web/20120301194142/http://magazine.uchicago.edu/0404/features/index.shtml|url-status=live}}</ref> The toolkit incorporates not just computation management but also [[Storage Resource Management (SRM)|storage management]], 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.<ref>{{Cite book |last=Salem |first=M. |url=https://www.researchgate.net/publication/258119520 |title=Grid Computing: A New Paradigm for Healthcare Technologies/Applications |year=2007 |access-date=2022-08-30}}</ref> 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.{{cn|date=May 2023}} In 2007 the term [[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]]) and earlier utility computing. ===Progress=== In November 2006, [[Edward Seidel]] received the [[Sidney Fernbach Award]] at the Supercomputing Conference in [[Tampa, Florida]].<ref>{{cite web|title=Edward Seidel 2006 Sidney Fernbach Award Recipient|url=http://www.computer.org/portal/web/awards/seidel|work=IEEE Computer Society Awards|publisher=IEEE Computer Society|access-date=14 October 2011|archive-url=https://web.archive.org/web/20110815212928/http://www.computer.org/portal/web/awards/seidel|archive-date=15 August 2011|url-status=dead}}</ref> "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."<ref>{{cite web|url=http://www.computer.org/portal/web/awards/seidel|title=Edward Seidel • IEEE Computer Society|website=www.computer.org|access-date=14 March 2018|archive-url=https://web.archive.org/web/20110815212928/http://www.computer.org/portal/web/awards/seidel|archive-date=15 August 2011|url-status=dead}}</ref> 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]] – 1.1 exaFLOPS.<ref name="FAH osstats2">{{cite web |author=Pande lab |title=Client Statistics by OS |url=https://stats.foldingathome.org/os |url-status=live |archive-url=https://archive.today/20200412111010/https://stats.foldingathome.org/os |archive-date=April 12, 2020 |access-date=March 26, 2020 |work=Folding@home |publisher=Stanford University}}</ref> * As of April 7, 2020, [[BOINC]] – 29.8 PFLOPS.<ref name="BoincStats">{{cite web|url=http://boincstats.com/en/stats/-1/project/detail|title=BOINCstats – BOINC combined credit overview|access-date=October 30, 2016|archive-date=January 22, 2013|archive-url=https://web.archive.org/web/20130122022019/http://boincstats.com/en/stats/-1/project/detail/|url-status=live}}</ref> * As of November 2019, IceCube via OSG – 350 fp32 PFLOPS.<ref>{{cite web|url=https://www.sdsc.edu/News%20Items/PR20191119_GPU_Cloudburst.html|title=SDSC, Wisconsin U IceCube Center Conduct GPU Cloudburst Experiment|publisher=SDSC|access-date=April 22, 2022|archive-date=September 14, 2022|archive-url=https://web.archive.org/web/20220914153408/https://www.sdsc.edu/News%20Items/PR20191119_GPU_Cloudburst.html|url-status=live}}</ref> * As of February 2018, [[Einstein@Home]] – 3.489 PFLOPS.<ref>{{cite web|url=http://boincstats.com/en/stats/5/project/detail|title=Einstein@Home Credit overview|publisher=BOINC|access-date=October 30, 2016|archive-date=August 27, 2016|archive-url=https://web.archive.org/web/20160827063611/http://boincstats.com/en/stats/5/project/detail|url-status=live}}</ref> * As of April 7, 2020, [[SETI@Home]] – 1.11 PFLOPS.<ref>{{cite web|url=http://boincstats.com/en/stats/0/project/detail|title=SETI@Home Credit overview|publisher=BOINC|access-date=October 30, 2016|archive-date=July 3, 2013|archive-url=https://web.archive.org/web/20130703143037/http://boincstats.com/en/stats/0/project/detail|url-status=live}}</ref> * As of April 7, 2020, [[MilkyWay@Home]] – 1.465 PFLOPS.<ref>{{cite web|url=http://boincstats.com/en/stats/61/project/detail|title=MilkyWay@Home Credit overview|publisher=BOINC|access-date=October 30, 2016|archive-date=May 20, 2012|archive-url=https://web.archive.org/web/20120520164005/http://boincstats.com/en/stats/61/project/detail|url-status=live}}</ref> * As of March 2019, [[Great Internet Mersenne Prime Search|GIMPS]] – 0.558 PFLOPS.<ref>{{cite web|url=http://www.mersenne.org/primenet|title=Internet PrimeNet Server Distributed Computing Technology for the Great Internet Mersenne Prime Search|work=GIMPS|access-date=March 12, 2019|archive-date=May 25, 2019|archive-url=https://web.archive.org/web/20190525223313/https://www.mersenne.org/primenet/|url-status=live}}</ref> Also, as of March 2019, the [[Bitcoin network|Bitcoin Network]] had a measured computing power equivalent to over 80,000 [[FLOPS|exaFLOPS]] (Floating-point Operations Per Second).<ref name="Bitcoin Network Statistics">{{cite web|url=http://bitcoinwatch.com/bitcoin/|title=Bitcoin Network Statistics|author=bitcoinwatch.com|work=Bitcoin|access-date=March 12, 2019|archive-date=January 20, 2023|archive-url=https://web.archive.org/web/20230120182533/https://bitcoincharts.com/|url-status=live}}</ref> 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 [[ASIC]]s) perform only the specific cryptographic hash computation required by the [[Bitcoin]] protocol. ==Projects and applications== Grid computing offers a way to solve [[Grand Challenge problem]]s such as [[protein folding]], financial [[model (abstract)|modeling]], [[earthquake]] simulation, and [[climate]]/[[weather]] modeling, and was integral in enabling the Large Hadron Collider at CERN.<ref>{{cite journal |last1=Kertcher |first1=Zack |last2=Venkatraman |first2=Rohan |last3=Coslor |first3=Erica |title=Pleasingly parallel: Early cross-disciplinary work for innovation diffusion across boundaries in grid computing |journal=Journal of Business Research |date=23 April 2020 |volume=116 |pages=581–594 |doi=10.1016/j.jbusres.2020.04.018 |s2cid=219048576 |hdl=11343/237477 |hdl-access=free }}</ref> 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 computing|utility]] 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]] (BOINC) platform are members of the [[World Community Grid]].<ref name="BoincStats" /> One of the projects using BOINC is [[SETI@home]], which was using more than 400,000 computers to achieve 0.828 [[FLOPS|TFLOPS]] as of October 2016. As of October 2016 [[Folding@home]], which is not part of BOINC, achieved more than 101 x86-equivalent petaflops on over 110,000 machines.<ref name="FAH osstats2" /> The [[European Union]] funded projects through the [[framework programme]]s of the [[European Commission]]. [[BEinGRID]] (Business Experiments in Grid) was a research project funded by the European Commission<ref>{{cite web|url=http://www.beingrid.eu/|title=beingrid.eu: Stromkosten Vergleiche -|website=beingrid.eu: Stromkosten Vergleiche|access-date=14 March 2018|archive-url=https://web.archive.org/web/20110723100417/http://www.beingrid.eu/|archive-date=23 July 2011|url-status=dead}}</ref> as an [[Integrated Project (EU)|Integrated Project]] under the [[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]]. 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]]. The Enabling Grids for E-sciencE project, based in the [[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]]. This, along with the [[Worldwide LHC Computing Grid]]<ref>{{cite web|url=http://wlcg.web.cern.ch/|title=Welcome to the Worldwide LHC Computing Grid - WLCG|website=wlcg.web.cern.ch|access-date=14 March 2018|archive-date=25 July 2018|archive-url=https://web.archive.org/web/20180725112849/http://wlcg.web.cern.ch/|url-status=live}}</ref> (WLCG), was developed to support experiments using the [[CERN]] [[Large Hadron Collider]]. A list of active sites participating within WLCG can be found online<ref>{{cite web |url=http://goc.grid.sinica.edu.tw/gstat/ |title=GStat 2.0 – Summary View – GRID EGEE |publisher=Goc.grid.sinica.edu.tw |access-date=July 29, 2010 |archive-url=https://web.archive.org/web/20080320145926/http://goc.grid.sinica.edu.tw/gstat/ |archive-date=March 20, 2008 |url-status=dead }}</ref> as can real time monitoring of the EGEE infrastructure.<ref>{{cite web |url=http://gridportal.hep.ph.ic.ac.uk/rtm/ |title=Real Time Monitor |publisher=Gridportal.hep.ph.ic.ac.uk |access-date=July 29, 2010 |url-status=dead |archive-url=https://web.archive.org/web/20091216124323/http://gridportal.hep.ph.ic.ac.uk/rtm/ |archive-date=December 16, 2009 }}</ref> The relevant software and documentation is also publicly accessible.<ref>{{cite web |url=http://lcg.web.cern.ch/LCG/activities/deployment.html |title=LCG – Deployment |publisher=Lcg.web.cern.ch |access-date=July 29, 2010 |archive-url=https://web.archive.org/web/20101117002656/http://lcg.web.cern.ch/LCG/activities/deployment.html |archive-date=November 17, 2010 |url-status=dead }}</ref> 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.<ref>{{cite web|url=https://www.thetimes.com/|title=The Times & The Sunday Times|website=The Times|access-date=14 March 2018|archive-date=25 February 2021|archive-url=https://web.archive.org/web/20210225020225/https://www.thetimes.co.uk/|url-status=live}}</ref> The [[European Grid Infrastructure]] has been also used for other research activities and experiments such as the simulation of oncological clinical trials.<ref>{{cite journal | author=Athanaileas, Theodoros| title=Exploiting grid technologies for the simulation of clinical trials: the paradigm of in silico radiation oncology | journal=SIMULATION: Transactions of the Society for Modeling and Simulation International | volume=87 | number=10 | pages=893–910 | year=2011 | doi=10.1177/0037549710375437| s2cid=206429690 |display-authors=etal}}</ref> The [[distributed.net]] project was started in 1997. The [[NASA Advanced Supercomputing facility]] (NAS) ran [[genetic algorithm]]s using the [[Condor cycle scavenger]] running on about 350 [[Sun Microsystems]] and [[Silicon Graphics|SGI]] workstations. In 2001, [[United Devices]] operated the [[United Devices Cancer Research Project]] based on its [[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.<ref>{{Cite web|url=https://altair.com/hpc-cloud-applications|archiveurl=https://web.archive.org/web/20070407201958/http://www.grid.org/stats/|url-status=dead|title=High-performance Computing (HPC) and Cloud Solutions | Altair|archivedate=April 7, 2007|website=Default}}</ref> ===Definitions=== Today there are many definitions of ''grid computing'': *In his article “What is the Grid? A Three Point Checklist”,<ref name="autogenerated1"/> [[Ian Foster (computer scientist)|Ian Foster]] lists these primary attributes: **[[Computing resource]]s are not administered centrally. **[[Open standards]] are used. **Nontrivial [[quality of service]] is achieved. * Plaszczak/Wellner<ref>P Plaszczak, R Wellner, ''Grid computing'', 2005, Elsevier/Morgan Kaufmann, San Francisco</ref> 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”.<ref>IBM Solutions Grid for Business Partners: Helping IBM Business Partners to Grid-enable applications for the next phase of e-business on demand</ref> * 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”.<ref>[http://www.multicians.org/fjcc3.html Structure of the Multics Supervisor] {{Webarchive|url=https://web.archive.org/web/20140116070940/http://www.multicians.org/fjcc3.html |date=2014-01-16 }}. Multicians.org. Retrieved 2013-09-18.</ref> * Buyya/Venugopal<ref>{{cite web|url=http://www.buyya.com/papers/GridIntro-CSI2005.pdf|title=A Gentle Introduction to Grid Computing and Technologies|access-date=May 6, 2005|archive-date=March 24, 2006|archive-url=https://web.archive.org/web/20060324161402/http://www.buyya.com/papers/GridIntro-CSI2005.pdf|url-status=live}}</ref> define grid as "a type of parallel and distributed system that enables the sharing, selection, and aggregation of geographically distributed [[Wiktionary:autonomy|autonomous]] resources dynamically at runtime depending on their availability, capability, performance, cost, and users' quality-of-service requirements". ==See also== [[List of grid computing projects]] ===Related concepts=== * [[High-throughput computing]] * [[Cloud computing]] * [[Code mobility]] * [[Jungle computing]] * [[Sensor grid]] * [[Utility computing]] ===Alliances and organizations=== * [[Open Grid Forum]] (Formerly [[Global Grid Forum]]) * [[Object Management Group]] * [[SHIWA project]] ===Production grids=== * [[European Grid Infrastructure]] * [[Enabling Grids for E-sciencE]] * [[INFN Production Grid]] * [[NorduGrid]] * [[OurGrid]] * [[Sun Grid]] * [[Techila Grid|Techila]] * [[Xgrid]] * [[Univa Grid Engine]] ===International projects=== {| class="wikitable" |- ! Name ! Region ! Start ! End |- | [[European Grid Infrastructure]] (EGI) | Europe | May 2010 | Dec 2014 |- | [[OMII-Europe|Open Middleware Infrastructure Institute Europe]] (OMII-Europe) | Europe | May 2006 | May 2008 |- | [[European Grid Infrastructure|Enabling Grids for E-sciencE]] (EGEE, EGEE II and EGEE III) | Europe | March 2004 | April 2010 |- | [[GridCC|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]] (UK) * [[CNGrid]] (China) * [[D-Grid]] (Germany) * [[GARUDA]] (India) * [[Variable Energy Cyclotron Centre|VECC]] ([[Calcutta]], India) * [[IsraGrid]] (Israel) * [[INFN Grid]] (Italy) * [[PL-Grid]] (Poland) * [[National Grid Service]] (UK) * [[Open Science Grid]] (USA) * [[TeraGrid]] (USA) ===Standards and APIs=== * [[DRMAA|Distributed Resource Management Application API (DRMAA)]] * [[Grid Laboratory Uniform Environment|A technology-agnostic information model for a uniform representation of Grid resources (GLUE)]] * [[GridRPC|Grid Remote Procedure Call (GridRPC)]] * [[Grid Security Infrastructure|Grid Security Infrastructure (GSI)]] * [[Open Grid Services Architecture|Open Grid Services Architecture (OGSA)]] * [[Common Object Request Broker Architecture|Common Object Request Broker Architecture (CORBA)]] * [[Open Grid Services Infrastructure|Open Grid Services Infrastructure (OGSI)]] * [[SAGA (computing)|A Simple API for Grid Applications (SAGA)]] * [[Web Services Resource Framework|Web Services Resource Framework (WSRF)]] ===Monitoring frameworks=== * [[GStat]] ==References== {{Reflist}} ===Bibliography=== *{{cite book|author-link=Rajkumar Buyya|first=Rajkumar|last=Buyya|author2=Kris Bubendorfer|title= Market Oriented Grid and Utility Computing|publisher=Wiley|isbn=978-0-470-28768-2|url=http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470287683,descCd-tableOfContents.html|year=2009|author2-link=Kris Bubendorfer}} *{{cite journal|first=Shajulin|last=Benedict |author2=Vasudevan|title = A Niched Pareto GA approach for scheduling scientific workflows in wireless Grids|journal=Journal of Computing and Information Technology|year=2008|volume=16|issue=2 |page=101|doi=10.2498/cit.1001122|doi-access=free}} *{{cite journal|first=Antony|last=Davies|author-link=Antony Davies|title=Computational Intermediation and the Evolution of Computation as a Commodity|journal=Applied Economics|date=June 2004|url=http://www.business.duq.edu/faculty/davies/research/EconomicsOfComputation.pdf|doi=10.1080/0003684042000247334|volume=36|page=1131|issue=11|citeseerx=10.1.1.506.6666|s2cid=7309750|access-date=2005-04-20|archive-url=https://web.archive.org/web/20080228182225/http://www.business.duq.edu/faculty/davies/research/EconomicsOfComputation.pdf|archive-date=2008-02-28|url-status=dead}} *{{cite book|author-link=Ian Foster (computer scientist)|first=Ian|last=Foster|author2=Carl Kesselman|title=The Grid: Blueprint for a New Computing Infrastructure|publisher=Morgan Kaufmann Publishers|isbn=978-1-55860-475-9|url=https://archive.org/details/gridblueprintfor0000unse|year=1999|author2-link=Carl Kesselman|url-access=registration}} *{{cite book|author-link=Pawel Plaszczak|first=Pawel|last=Plaszczak|author2=Rich Wellner, Jr|title=Grid Computing "The Savvy Manager's Guide"|publisher=Morgan Kaufmann Publishers|isbn=978-0-12-742503-0|url=https://archive.org/details/gridcomputingsav0000plas|year=2006|url-access=registration}} *{{cite book|first=Fran|last=Berman|author-link=Fran Berman|author2=Anthony J. G. Hey|author3-link=Geoffrey C. Fox|author3= Geoffrey C. Fox|title=Grid Computing: Making The Global Infrastructure a Reality|publisher=Wiley|isbn=978-0-470-85319-1|url=http://www.grid2002.org/|year=2003|author2-link=Anthony J. G. Hey}} *{{cite book|first=Maozhen|last=Li|author-link=Maozhen Li|author2=Mark A. Baker|title=The Grid: Core Technologies|publisher=Wiley|isbn=978-0-470-09417-4|url=http://coregridtechnologies.org/|year=2005|access-date=2005-04-26|archive-url=https://web.archive.org/web/20071028160522/http://coregridtechnologies.org/|archive-date=2007-10-28|url-status=dead}} *{{cite journal|first=Charlie|last=Catlett|author-link=Charlie Catlett|author2=Larry Smarr|title=Metacomputing|journal=Communications of the ACM|volume=35|issue=6|pages=44–52|date=June 1992|doi= 10.1145/129888.129890 |author2-link=Larry Smarr|doi-access=free}} * {{cite web|first=Roger|last=Smith|url=http://www.ctonet.org/documents/GridComputing_analysis.pdf|title=Grid Computing: A Brief Technology Analysis|publisher=CTO Network Library|year=2005|url-status=dead|archive-url=https://web.archive.org/web/20120208020500/http://www.ctonet.org/documents/GridComputing_analysis.pdf|archive-date=2012-02-08}} * {{cite journal|first=Rajkumar|last=Buyya|url=http://www.gridbus.org/~raj/papers/CSICommunicationsJuly2005.pdf|title=Grid Computing: Making the Global Cyberinfrastructure for eScience a Reality|journal=CSI Communications|volume=29|issue=1|publisher=Computer Society of India (CSI)|location=Mumbai, India|date=July 2005|access-date=2006-02-19|archive-url=https://web.archive.org/web/20060228084255/http://www.gridbus.org/~raj/papers/CSICommunicationsJuly2005.pdf|archive-date=2006-02-28|url-status=dead}} * {{cite web|first=Viktors|last=Berstis|title=Fundamentals of Grid Computing|url=http://www.redbooks.ibm.com/abstracts/redp3613.html|publisher=IBM|url-status=dead|archive-url=https://web.archive.org/web/20120204080942/http://www.redbooks.ibm.com/abstracts/redp3613.html|archive-date=2012-02-04}} *{{cite thesis |type=Ph.D. |first=Yehia |last=Elkhatib |title=Monitoring, Analysing and Predicting Network Performance in Grids |publisher=Lancaster University |year=2011 |url=http://www.comp.lancs.ac.uk/~elkhatib/Docs/2011.09_PhD-Thesis.pdf |access-date=2013-04-28 |archive-url=https://web.archive.org/web/20150623210851/http://www.comp.lancs.ac.uk/~elkhatib/Docs/2011.09_PhD-Thesis.pdf |archive-date=2015-06-23 |url-status=dead }} * {{cite web|first=Luis|last=Ferreira|title=Grid Computing Products and Services|url=http://www.redbooks.ibm.com/abstracts/sg246650.html|publisher=IBM|display-authors=etal|date=2016-09-30}} * {{cite web|first=Luis|last=Ferreira|title=Introduction to Grid Computing with Globus|url=http://www.redbooks.ibm.com/abstracts/sg246895.html?Open|publisher=IBM|display-authors=etal|date=2016-09-30}} * {{cite web|first=Bart|last=Jacob|title=Enabling Applications for Grid Computing|url=http://www.redbooks.ibm.com/abstracts/sg246936.html?Open|publisher=IBM|display-authors=etal|date=2016-09-30}} * {{cite web|first=Luis|last=Ferreira|title=Grid Services Programming and Application Enablement|url=http://www.redbooks.ibm.com/abstracts/sg246100.html?Open|publisher=IBM|display-authors=etal|url-status=dead|archive-url=https://web.archive.org/web/20120204081009/http://www.redbooks.ibm.com/abstracts/sg246100.html?Open|archive-date=2012-02-04}} * {{cite book|first=Bart|last=Jacob|title=Introduction to Grid Computing|url=http://www.redbooks.ibm.com/abstracts/sg246778.html?Open|publisher=IBM|display-authors=etal|date=2016-09-30}} * {{cite web|first=Luis|last=Ferreira|title=Grid Computing in Research and Education|url=http://www.redbooks.ibm.com/abstracts/sg246649.html?Open|publisher=IBM|display-authors=etal|date=2016-09-30}} * {{cite web|first=Luis|last=Ferreira|title=Globus Toolkit 3.0 Quick Start|url=http://www.redbooks.ibm.com/abstracts/redp3697.html?Open|publisher=IBM|display-authors=etal|access-date=2006-04-27|archive-url=https://web.archive.org/web/20120204081027/http://www.redbooks.ibm.com/abstracts/redp3697.html?Open|archive-date=2012-02-04|url-status=dead}} * {{cite web|first=Mike|last=Surridge|title=Experiences with GRIA – Industrial applications on a Web Services Grid|url=http://www.gria.org/docs/experiences%20with%20gria%20paper.pdf|publisher=IEEE|display-authors=etal|url-status=dead|archive-url=https://web.archive.org/web/20120306073948/http://archive.gria.org/docs/experiences%20with%20gria%20paper.pdf|archive-date=2012-03-06}} *{{cite journal|first=Heinz|last=Stockinger|author-link=Heinz Stockinger|title=Defining the Grid: A Snapshot on the Current View|journal=Supercomputing|date=October 2007|url=http://hst.web.cern.ch/hst/publications/DefiningTheGrid-1.1.pdf|doi=10.1007/s11227-006-0037-9|volume=42|page=3|s2cid=16019948|display-authors=etal|url-status=dead|archive-url=https://web.archive.org/web/20070107034557/http://hst.web.cern.ch/hst/publications/DefiningTheGrid-1.1.pdf|archive-date=2007-01-07}} *[https://web.archive.org/web/20070616023016/http://www.gridbus.org/~raj/papers/gmchapter.pdf Global Grids and Software Toolkits: A Study of Four Grid Middleware Technologies] *[https://web.archive.org/web/20090206095702/http://hv3.phys.lsu.edu:8000/cookbook/gtcb/index.php The Grid Technology Cookbook] * 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 [http://www.inderscience.com/search/index.php?action=record&rec_id=14953&prevQuery=&ps=10&m=or Electronic Edition] *{{cite book|first=Meikel|last=Poess|author-link=Meikel Poess|author2=Nambiar, Raghunath|title=Large Scale Data Warehouses on Grid|url=http://www.vldb2005.org/program/paper/tue/p1055-poess.pdf|year=2005|author2-link=Nambiar, Raghunath|access-date=2010-11-05|archive-url=https://web.archive.org/web/20150623211003/http://www.vldb2005.org/program/paper/tue/p1055-poess.pdf|archive-date=2015-06-23|url-status=dead}} *{{cite journal|first=Silvio|last=Pardi|author-link=Silvio Pardi|author2=Francesco Palmieri|title=Towards a federated Metropolitan Area Grid environment: The SCoPE network-aware infrastructure|journal=Future Generation Computer Systems|date=October 2010|doi=10.1016/j.future.2010.02.003|volume=26|issue=8|pages=1241–1256}} {{Parallel Computing|state=collapsed}} {{Computer sizes|state=collapsed}} {{Authority control}} {{DEFAULTSORT:Grid Computing}} [[Category:Grid computing| ]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Authority control
(
edit
)
Template:Citation needed
(
edit
)
Template:Cite book
(
edit
)
Template:Cite journal
(
edit
)
Template:Cite thesis
(
edit
)
Template:Cite web
(
edit
)
Template:Cn
(
edit
)
Template:Computer sizes
(
edit
)
Template:Distinguish
(
edit
)
Template:For
(
edit
)
Template:More footnotes needed
(
edit
)
Template:Parallel Computing
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:Unreferenced section
(
edit
)
Template:Webarchive
(
edit
)