SlideShare una empresa de Scribd logo
1 de 7
How Grid Computing Works
In a basic grid computing system, every computer can access the resources of every other computer belonging to
the network.
HowStuffWorks
A scientist studying proteins logs into a computer and uses an entire network of computers to analyze
data. A businessman accesses his company's network through aPDA in order to forecast the future of a
particular stock. An Army official accesses and coordinates computer resources on three different military
networks to formulate a battle strategy. All of these scenarios have one thing in common: They rely on a
concept called grid computing.
At its most basic level, grid computing is a computer network in which each computer's resources are
shared with every other computer in the system. Processing power, memory and data storage are all
community resources that authorized users can tap into and leverage for specific tasks. A grid computing
system can be as simple as a collection of similar computers running on the same operating system or as
complex as inter-networked systems comprised of every computer platform you can think of.
The grid computing concept isn't a new one. It's a special kind of distributed computing. In distributed
computing, different computers within the same network share one or more resources. In the ideal grid
computing system, every resource is shared, turning a computer network into a powerful supercomputer.
With the right user interface, accessing a grid computing system would look no different than accessing a
local machine's resources. Every authorized computer would have access to enormous processing power
and storage capacity.
Though the concept isn't new, it's also not yet perfected. Computer scientists, programmers and
engineers are still working on creating, establishing and implementing standards and protocols. Right
now, many existing grid computer systems rely on proprietary software and tools. Once people agree
upon a reliable set of standards and protocols, it will be easier and more efficient for organizations to
adopt the grid computing model.
So what exactly is a grid computing system? Keep reading to find out.
Grid Computing Overview
Grid computing systems work on the principle of pooled resources. Let's say you and a couple of friends
decide to go on a camping trip. You own a large tent, so you've volunteered to share it with the others.
One of your friends offers to bring food and another says he'll drive the whole group up in his SUV. Once
on the trip, the three of you share your knowledge and skills to make the trip fun and comfortable. If you
had made the trip on your own, you would need more time to assemble the resources you'd need and you
probably would have had to work a lot harder on the trip itself.
A grid computing system uses that same concept: share the load across multiple computers to complete
tasks more efficiently and quickly. Before going too much further, let's take a quick look at a computer's
resources:
 Central processing unit (CPU): A CPU is a microprocessor that performs mathematical operations and
directs data to different memory locations. Computers can have more than one CPU.
 Memory: In general, a computer's memory is a kind of temporary electronic storage. Memory keeps
relevant data close at hand for the microprocessor. Without memory, the microprocessor would have to
search and retrieve data from a more permanent storage device such as a hard disk drive.
 Storage: In grid computing terms, storage refers to permanent data storage devices like hard disk drives
or databases.
Normally, a computer can only operate within the limitations of its own resources. There's an upper limit
to how fast it can complete an operation or how much information it can store. Most computers are
upgradeable, which means it's possible to add more power or capacity to a single computer, but that's still
just an incremental increase in performance.
Grid computing systems link computer resources together in a way that lets someone use one computer
to access and leverage the collected power of all the computers in the system. To the individual user, it's
as if the user's computer has transformed into a supercomputer.
If you read a report about grid computing, you come across a lot of unusual terms and jargon. What does
it all mean? Keep reading to find out.
Grid Computing Lexicon
Reading about grid computing can get very confusing if you don't know the lingo. Here's a quick rundown
on some of the terms you might encounter when discussing grid computing:
 Cluster: A group of networked computers sharing the same set of resources.
 Extensible Markup Language (XML): A computer language that describes other data and is readable by
computers. Control nodes (a node is any device connected to a network that can transmit, receive and
reroute data) rely on XML languages like the Web Services Description Language (WSDL). The
information in these languages tells the control node how to handle data and applications.
 Hubs: A point within a network where various devices connect with one another.
 Integrated Development Environment (IDE): The tools and facilities computer programmers need to
create applications for a platform. The term for an application testing ground is sandbox.
 Interoperability: The ability for software to operate within completely different environments. For
example, a computer network might include both PCs and Macintosh computers. Without interoperable
software, these computers wouldn't be able to work together because of their different operating
systemsand architecture.
 Open standards: A technique of creating publically available standards. Unlike proprietary standards,
which can belong exclusively to a single entity, anyone can adopt and use an open standard. Applications
based on the same open standards are easier to integrate than ones built on different proprietary
standards.
 Parallel processing: Using multiple CPUs to solve a single computational problem. This is closely
related to shared computing, which leverages untapped resources on a network to achieve a task.
 Platform: The foundation upon which developers can create applications. A platform can be an operating
system, a computer's architecture, a computer language or even a Web site.
 Server farm: A cluster of servers used to perform tasks too complex for a single server.
 Server virtualization: A technique in which a software application divides a single physical server into
multiple exclusive server platforms (the virtual servers). Each virtual server can run its own operating
system independently of the other virtual servers. The operating systems don't have to be the same
system -- in other words, a single machine could have a virtual server acting as a Linux server and
another one running a Windows platform. It works because most of the time, servers aren't running
anywhere close to full capacity. Grid computing systems need lots of servers to handle various tasks and
virtual servers help cut down on hardware costs.
 Service: In grid computing, a service is any software system that allows computers to interact with one
another over a network.
 Simple Object Access Protocol (SOAP): A set of rules for exchanging messages written in XML across
a network. Microsoft is responsible for developing the protocol.
 State: In the IT world, a state is any kind of persistent data. It's information that continues to exist in some
form even after being used in an application. For example, when you select books to go into
anAmazon.com shopping cart, the information is stateful -- Amazon keeps track of your selection as you
browse other areas of the Web site. Stateful services make it possible to create applications that have
multiple steps but rely on the same core data.
 Transience: The ability to activate or deactivate a service across a network without affecting other
operations.
So how exactly does a grid computing system link computer resources together? Find out in the next
section.
Sharing Resources
Several companies and organizations are working together to create a standardized set of rules
calledprotocols to make it easier to set up grid computing environments. It's possible to create a grid
computing system right now and several already exist. But what's missing is an agreed-upon approach.
That means that two different grid computing systems may not be compatible with one another, because
each is working with a unique set of protocols and tools.
In general, a grid computing system requires:
 At least one computer, usually a server, which handles all the administrative duties for the
system. Many people refer to this kind of computer as a control node. Other application and Web servers
(both physical and virtual) provide specific services to the system.
 A network of computers running special grid computing network software. These computers act
both as a point of interface for the user and as the resources the system will tap into for different
applications. Grid computing systems can either include several computers of the same make running on
the same operating system (called a homogeneous system) or a hodgepodge of different computers
running on every operating system imaginable (a heterogeneous system). The network can be anything
from a hardwired system where every computer connects to the system with physical wires to an open
system where computers connect with each other over the Internet.
 A collection of computer software called middleware. The purpose of middleware is to allow different
computers to run a process or application across the entire network of machines. Middleware is the
workhorse of the grid computing system. Without it, communication across the system would be
impossible. Like software in general, there's no single format for middleware.
If middleware is the workhorse of the grid computing system, the control node is the dispatcher. The
control node must prioritize and schedule tasks across the network. It's the control node's job to
determine what resources each task will be able to access. The control node must also monitor the
system to make sure that it doesn't become overloaded. It's also important that each user connected to
the network doesn't experience a drop in his or her computer's performance. A grid computing system
should tap into unusedcomputer resources without impacting everything else.
The potential for grid computing applications is limitless, providing everyone agrees on standardized
protocols and tools. That's because without a standard format, third-party developers -- independent
programmers who want to create applications on the grid computing platform -- often lack the ability to
create applications that work on different systems. While it's possible to make different versions of the
same application for different systems, it's time consuming and many developers don't want to do the
same work twice. A standardized set of protocols means that developers could concentrate on one format
while creating applications.
What are some of the criticisms and concerns people have about grid computing? Keep reading to find
out.
Concerns about Grid Computing
Whenever you link two or more computers together, you have to prepare yourself for certain questions.
How do you keep personal information private? How do you protect the system from malicious hackers?
How do you control who can access the system and use its resources? How do you make sure the user
doesn't tie up all the system's resources?
The short answer to this question is middleware. There's nothing inherent in a grid computing system that
can answer these questions. The emerging protocols for grid computing systems are designed to make it
easier for developers to create applications and to facilitate communication between computers.
The most prevalent technique computer engineers use to protect data is encryption. To encrypt data is
to encode it so that only someone possessing the appropriate key can decode the data and access it.
Ironically, a hacker could conceivably create a grid computing system for the purpose of cracking
encrypted information. Because encryption techniques use complicated to encode data, it would take a
normal computer several years to crack a code (which usually involves finding the two largest prime
divisors of an incredibly large number). With a powerful enough grid computing system, a hacker might
find a way to reduce the time it takes to decipher encrypted data.
It's hard to protect a system from hackers, particularly if the system relies on open standards. Every
computer in a grid computing system has to have specific software to be able to connect and interact with
the system as a whole -- computers don't know how to do it on their own. If the computer system's
software is proprietary, it might be harder (but not impossible) for a hacker to access the system.
In most grid computing systems, only certain users are authorized to access the full capabilities of the
network. Otherwise, the control node would be flooded with processing requests and nothing would
happen (a situation called deadlock in the IT business). It's also important to limit access for security
purposes. For that reason, most systems have authorization and authentication protocols. These
protocols limit network access to a select number of users. Other users are still able to access their own
machines, but they can't leverage the entire network.
The middleware and control node of a grid computing system are responsible for keeping the system
running smoothly. Together, they control how much access each computer has to the network's
resources and vice versa. While it's important not to let any one computer dominate the network, it's just
as important not to let network applications take up all the resources of any one computer. If the system
robs users of computing resources, it's not an efficient system.
How are people using grid computing systems right now? Keep reading to find out.
Grid Computing Applications
There are several grid computing systems, though most of them only fit part of the definition of a true grid
computing system. Academic and research organization projects account for many of the systems
currently in operation. These systems take advantage of unused computer processing power. The most
accurate term for such a network is a shared computing system.
The Search for Extraterrestrial Intelligence (SETI) project is one of the earliest grid computing systems to
gain popular attention. The mission of the SETI project is to analyze data gathered by radio telescopes in
search of evidence for intelligent alien communications. There's far too much information for a single
computer to analyze effectively. The SETI project created a program called SETI@home, which
networkscomputers together to form a virtual supercomputer instead.
A similar program is the Folding@home project administered by the Pande Group, a nonprofit institution
in Stanford University's chemistry department. The Pande Group is studying proteins. The research
includes the way proteins take certain shapes, called folds, and how that relates to what proteins do.
Scientists believe that protein "misfolding" could be the cause of diseases like Parkinson's or Alzheimer's.
It's possible that by studying proteins, the Pande Group may discover new ways to treat or even cure
these diseases.
There are dozens of similar active grid computing projects. Many of these projects aren't persistent, which
means that once the respective project's goals are met, the system will dissolve. In some cases, a new,
related project could take the place of the completed one.
While each of these projects has its own unique features, in general, the process of participation is the
same. A user interested in participating downloads an application from the respective project's Web site.
After installation, the application contacts the respective project's control node. The control node sends a
chunk of data to the user's computer for analysis. The software analyzes the data, powered by untapped
CPU resources. The project's software has a very low resource priority -- if the user needs to activate a
program that requires a lot of processing power, the project software shuts down temporarily. Once CPU
usage returns to normal, the software begins analyzing data again.
Eventually, the user's computer will complete the requested data analysis. At that time, the project
software sends the data back to the control node, which relays it to the proper database. Then the control
node sends a new chunk of data to the user's computer, and the cycle repeats itself. If the project attracts
enough users, it can complete ambitious goals in a relatively short time span.
As grid computing systems' sophistication increases, we'll see more organizations and corporations
create versatile networks. There may even come a day when corporations internetwork with other
companies. In that environment, computational problems that seem impossible now may be reduced to a
project that lasts a few hours. We'll have to wait and see.
Sources
 "7 things you should know about Grid Computing." Educause Learning Initiative. Jan. 2006.
 Brown, Martin. "Comparing traditional grids with high-performance computing." IBM. June 13, 2006.
 "Breaking The Deadlock." Computer Business Review. Jan. 1, 2004. Retrieved March 13, 2008.
http://www.cbronline.com/article_cbr.asp?guid=A3BC3CEC-55A6-4EBD-B306-4B3F0009F388
 Foster, Ian, et al. "The Anatomy of the Grid." The Globus Alliance. 2001.
 Foster, Ian, et al. "The Physiology of the Grid." The Globus Alliance. June 22, 2002.
 "Grid computing expands its reach." IT Week. Dec. 17, 2007. Retrieved March 10, 2008.
 Grid Computing Info Centre. http://www.gridcomputing.com/
 Joseph, Joshy and Fellenstein, Craig. "Grid Computing." IBM Press. 2004.
 Kay, Russell. "Open Grid Services Architecture." Computerworld. Nov. 5, 2007. Vol. 41, Iss. 45. pg. 36.
 Kourpas, Elias. "Grid Computing: Past, Present and Future." IBM. June 2006.
 Lorek, L.A. "Computer downtime rising up to work on world's problems." San Antonio Express-News. Feb.
12, 2005. pg. 1 K.
 McAllister, Neil. "Server virtualization." InfoWorld. Feb. 12, 2007. Retrieved March 12, 2008.
http://www.infoworld.com/article/07/02/12/07FEvirtualserv_1.html
 "Middleware." Carnegie Mellon Software Engineering Institute. Retrieved March 12, 2004.
http://www.sei.cmu.edu/str/descriptions/middleware_body.html.
 Mullins, Robert. "A future look at data center power." Network World. Feb. 18, 2008. Vol. 25, Iss. 7. pg.
46.
 "New Software, Tools Ease Internet Collaboration and Grid Computing." NSF News. May 7, 2002.
Retrieved March 10, 2008. http://www.nsf.gov/od/lpa/news/02/pr0238.htm
 "New to grid computing." IBM developer Works. Retrieved March 13, 2008.
http://www.ibm.com/developerworks/grid/newto/
 Rist, Oliver. "The Grid Takes Over." PC Magazine. Jan. 2008. Vol. 27, Issue 1/2. p. 81-82.
 Skerrett, P.J. "Future Computers: The Teraflops Race." Popular Science. March 1992. pg. 50.
 Tuecke, S. et al. "Open Grid Services Infrastructure (OGSI) Version 1.0." Global Grid Forum. June 27,
2003.
 "Web Services." Sams Publishing. Retrieved from Developer Shed, March 12, 2008.
http://www.devarticles.com/c/a/Web-Services/Web-Services-and-Stateful-Resources/

Más contenido relacionado

La actualidad más candente

Disambiguating Advanced Computing for Humanities Researchers
Disambiguating Advanced Computing for Humanities ResearchersDisambiguating Advanced Computing for Humanities Researchers
Disambiguating Advanced Computing for Humanities ResearchersBaden Hughes
 
FILE SYNCHRONIZATION SYSTEMS SURVEY
FILE SYNCHRONIZATION SYSTEMS SURVEYFILE SYNCHRONIZATION SYSTEMS SURVEY
FILE SYNCHRONIZATION SYSTEMS SURVEYcsandit
 
F233842
F233842F233842
F233842irjes
 
Unit i introduction to grid computing
Unit i   introduction to grid computingUnit i   introduction to grid computing
Unit i introduction to grid computingsudha kar
 
Computing Outside The Box
Computing Outside The BoxComputing Outside The Box
Computing Outside The BoxIan Foster
 
An asynchronous replication model to improve data available into a heterogene...
An asynchronous replication model to improve data available into a heterogene...An asynchronous replication model to improve data available into a heterogene...
An asynchronous replication model to improve data available into a heterogene...Alexander Decker
 
Applications of SOA and Web Services in Grid Computing
Applications of SOA and Web Services in Grid ComputingApplications of SOA and Web Services in Grid Computing
Applications of SOA and Web Services in Grid Computingyht4ever
 
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUESANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUESneirew J
 
Linking Programming models between Grids, Web 2.0 and Multicore
Linking Programming models between Grids, Web 2.0 and Multicore Linking Programming models between Grids, Web 2.0 and Multicore
Linking Programming models between Grids, Web 2.0 and Multicore Geoffrey Fox
 
thilaganga journal 1
thilaganga journal 1thilaganga journal 1
thilaganga journal 1thilaganga
 

La actualidad más candente (18)

Grid computing
Grid computingGrid computing
Grid computing
 
Disambiguating Advanced Computing for Humanities Researchers
Disambiguating Advanced Computing for Humanities ResearchersDisambiguating Advanced Computing for Humanities Researchers
Disambiguating Advanced Computing for Humanities Researchers
 
FILE SYNCHRONIZATION SYSTEMS SURVEY
FILE SYNCHRONIZATION SYSTEMS SURVEYFILE SYNCHRONIZATION SYSTEMS SURVEY
FILE SYNCHRONIZATION SYSTEMS SURVEY
 
Gcc notes unit 1
Gcc notes unit 1Gcc notes unit 1
Gcc notes unit 1
 
F233842
F233842F233842
F233842
 
Unit i introduction to grid computing
Unit i   introduction to grid computingUnit i   introduction to grid computing
Unit i introduction to grid computing
 
Computing Outside The Box
Computing Outside The BoxComputing Outside The Box
Computing Outside The Box
 
Grid computing
Grid computingGrid computing
Grid computing
 
An asynchronous replication model to improve data available into a heterogene...
An asynchronous replication model to improve data available into a heterogene...An asynchronous replication model to improve data available into a heterogene...
An asynchronous replication model to improve data available into a heterogene...
 
Grid computing ppt
Grid computing pptGrid computing ppt
Grid computing ppt
 
Applications of SOA and Web Services in Grid Computing
Applications of SOA and Web Services in Grid ComputingApplications of SOA and Web Services in Grid Computing
Applications of SOA and Web Services in Grid Computing
 
Grid computing
Grid computingGrid computing
Grid computing
 
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUESANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
ANALYSIS OF ATTACK TECHNIQUES ON CLOUD BASED DATA DEDUPLICATION TECHNIQUES
 
Grid Computing
Grid ComputingGrid Computing
Grid Computing
 
Linking Programming models between Grids, Web 2.0 and Multicore
Linking Programming models between Grids, Web 2.0 and Multicore Linking Programming models between Grids, Web 2.0 and Multicore
Linking Programming models between Grids, Web 2.0 and Multicore
 
Grid computing
Grid computingGrid computing
Grid computing
 
WJCAT2-13707877
WJCAT2-13707877WJCAT2-13707877
WJCAT2-13707877
 
thilaganga journal 1
thilaganga journal 1thilaganga journal 1
thilaganga journal 1
 

Destacado

10 best quotes by steve jobs
10 best quotes by steve jobs10 best quotes by steve jobs
10 best quotes by steve jobssanxsaint
 
European Spatial Data Infrastructure - INSPIRE and beyond
European Spatial Data Infrastructure - INSPIRE and beyond European Spatial Data Infrastructure - INSPIRE and beyond
European Spatial Data Infrastructure - INSPIRE and beyond inspireeu
 
Building Spatial Data Infrastructures for Spatial Planning in Africa: Lagos e...
Building Spatial Data Infrastructures for Spatial Planning in Africa: Lagos e...Building Spatial Data Infrastructures for Spatial Planning in Africa: Lagos e...
Building Spatial Data Infrastructures for Spatial Planning in Africa: Lagos e...Samuel Dekolo
 
INSPIRE principles, components and implementation
INSPIRE principles, components and implementationINSPIRE principles, components and implementation
INSPIRE principles, components and implementationinspireeu
 
Open geodata in Finland
Open geodata in FinlandOpen geodata in Finland
Open geodata in Finlandrai9
 
Spatial Data Infrastructure Best Practices with GeoNode
Spatial Data Infrastructure Best Practices with GeoNodeSpatial Data Infrastructure Best Practices with GeoNode
Spatial Data Infrastructure Best Practices with GeoNodeSebastian Benthall
 
Inspire For Dummies
Inspire For DummiesInspire For Dummies
Inspire For DummiesliberTIC
 

Destacado (8)

10 best quotes by steve jobs
10 best quotes by steve jobs10 best quotes by steve jobs
10 best quotes by steve jobs
 
European Spatial Data Infrastructure - INSPIRE and beyond
European Spatial Data Infrastructure - INSPIRE and beyond European Spatial Data Infrastructure - INSPIRE and beyond
European Spatial Data Infrastructure - INSPIRE and beyond
 
Building Spatial Data Infrastructures for Spatial Planning in Africa: Lagos e...
Building Spatial Data Infrastructures for Spatial Planning in Africa: Lagos e...Building Spatial Data Infrastructures for Spatial Planning in Africa: Lagos e...
Building Spatial Data Infrastructures for Spatial Planning in Africa: Lagos e...
 
INSPIRE principles, components and implementation
INSPIRE principles, components and implementationINSPIRE principles, components and implementation
INSPIRE principles, components and implementation
 
Human geography11
Human geography11Human geography11
Human geography11
 
Open geodata in Finland
Open geodata in FinlandOpen geodata in Finland
Open geodata in Finland
 
Spatial Data Infrastructure Best Practices with GeoNode
Spatial Data Infrastructure Best Practices with GeoNodeSpatial Data Infrastructure Best Practices with GeoNode
Spatial Data Infrastructure Best Practices with GeoNode
 
Inspire For Dummies
Inspire For DummiesInspire For Dummies
Inspire For Dummies
 

Similar a Grid computing dis

paradigms cloud.pptx
paradigms cloud.pptxparadigms cloud.pptx
paradigms cloud.pptxgunvinit931
 
CLOUD COMPUTING CHANTI-130 ( FOR THE COMPUTING2).pdf
CLOUD COMPUTING CHANTI-130 ( FOR THE COMPUTING2).pdfCLOUD COMPUTING CHANTI-130 ( FOR THE COMPUTING2).pdf
CLOUD COMPUTING CHANTI-130 ( FOR THE COMPUTING2).pdfyadavkarthik4437
 
Operating system by aman kr kushwaha
Operating system by aman kr kushwahaOperating system by aman kr kushwaha
Operating system by aman kr kushwahaAMAN KUMAR KUSHWAHA
 
Cloud computing overview
Cloud computing overviewCloud computing overview
Cloud computing overviewKHANSAFEE
 
CloudComputing_UNIT1.pdf
CloudComputing_UNIT1.pdfCloudComputing_UNIT1.pdf
CloudComputing_UNIT1.pdfkhan593595
 
CloudComputing_UNIT1.pdf
CloudComputing_UNIT1.pdfCloudComputing_UNIT1.pdf
CloudComputing_UNIT1.pdfkhan593595
 
Grid computing assiment
Grid computing assimentGrid computing assiment
Grid computing assimentHuma Tariq
 
Computing notes
Computing notesComputing notes
Computing notesthenraju24
 
Overview of Distributed Systems
Overview of Distributed SystemsOverview of Distributed Systems
Overview of Distributed Systemsvampugani
 
Distributed System Unit 1 Notes by Dr. Nilam Choudhary, SKIT Jaipur
Distributed System Unit 1 Notes by Dr. Nilam Choudhary, SKIT JaipurDistributed System Unit 1 Notes by Dr. Nilam Choudhary, SKIT Jaipur
Distributed System Unit 1 Notes by Dr. Nilam Choudhary, SKIT JaipurDrNilam Choudhary
 
MYSQL DATABASE Operating System Part2 (1).pptx
MYSQL DATABASE Operating System Part2 (1).pptxMYSQL DATABASE Operating System Part2 (1).pptx
MYSQL DATABASE Operating System Part2 (1).pptxArjayBalberan1
 
Inroduction to grid computing by gargi shankar verma
Inroduction to grid computing by gargi shankar vermaInroduction to grid computing by gargi shankar verma
Inroduction to grid computing by gargi shankar vermagargishankar1981
 

Similar a Grid computing dis (20)

Grid
GridGrid
Grid
 
paradigms cloud.pptx
paradigms cloud.pptxparadigms cloud.pptx
paradigms cloud.pptx
 
unit 1.pptx
unit 1.pptxunit 1.pptx
unit 1.pptx
 
CLOUD COMPUTING Unit-I.pdf
CLOUD COMPUTING Unit-I.pdfCLOUD COMPUTING Unit-I.pdf
CLOUD COMPUTING Unit-I.pdf
 
Grid computing
Grid computing Grid computing
Grid computing
 
CLOUD COMPUTING CHANTI-130 ( FOR THE COMPUTING2).pdf
CLOUD COMPUTING CHANTI-130 ( FOR THE COMPUTING2).pdfCLOUD COMPUTING CHANTI-130 ( FOR THE COMPUTING2).pdf
CLOUD COMPUTING CHANTI-130 ( FOR THE COMPUTING2).pdf
 
Cloud Computing
Cloud Computing Cloud Computing
Cloud Computing
 
Operating system by aman kr kushwaha
Operating system by aman kr kushwahaOperating system by aman kr kushwaha
Operating system by aman kr kushwaha
 
Cloud computing overview
Cloud computing overviewCloud computing overview
Cloud computing overview
 
CloudComputing_UNIT1.pdf
CloudComputing_UNIT1.pdfCloudComputing_UNIT1.pdf
CloudComputing_UNIT1.pdf
 
CloudComputing_UNIT1.pdf
CloudComputing_UNIT1.pdfCloudComputing_UNIT1.pdf
CloudComputing_UNIT1.pdf
 
Grid computing assiment
Grid computing assimentGrid computing assiment
Grid computing assiment
 
Computing notes
Computing notesComputing notes
Computing notes
 
Information system architecture
Information system architectureInformation system architecture
Information system architecture
 
Overview of Distributed Systems
Overview of Distributed SystemsOverview of Distributed Systems
Overview of Distributed Systems
 
Seminar
SeminarSeminar
Seminar
 
Distributed System Unit 1 Notes by Dr. Nilam Choudhary, SKIT Jaipur
Distributed System Unit 1 Notes by Dr. Nilam Choudhary, SKIT JaipurDistributed System Unit 1 Notes by Dr. Nilam Choudhary, SKIT Jaipur
Distributed System Unit 1 Notes by Dr. Nilam Choudhary, SKIT Jaipur
 
MYSQL DATABASE Operating System Part2 (1).pptx
MYSQL DATABASE Operating System Part2 (1).pptxMYSQL DATABASE Operating System Part2 (1).pptx
MYSQL DATABASE Operating System Part2 (1).pptx
 
Grid computing
Grid computingGrid computing
Grid computing
 
Inroduction to grid computing by gargi shankar verma
Inroduction to grid computing by gargi shankar vermaInroduction to grid computing by gargi shankar verma
Inroduction to grid computing by gargi shankar verma
 

Último

APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 

Último (20)

APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 

Grid computing dis

  • 1. How Grid Computing Works In a basic grid computing system, every computer can access the resources of every other computer belonging to the network. HowStuffWorks A scientist studying proteins logs into a computer and uses an entire network of computers to analyze data. A businessman accesses his company's network through aPDA in order to forecast the future of a particular stock. An Army official accesses and coordinates computer resources on three different military networks to formulate a battle strategy. All of these scenarios have one thing in common: They rely on a concept called grid computing. At its most basic level, grid computing is a computer network in which each computer's resources are shared with every other computer in the system. Processing power, memory and data storage are all community resources that authorized users can tap into and leverage for specific tasks. A grid computing system can be as simple as a collection of similar computers running on the same operating system or as complex as inter-networked systems comprised of every computer platform you can think of. The grid computing concept isn't a new one. It's a special kind of distributed computing. In distributed computing, different computers within the same network share one or more resources. In the ideal grid computing system, every resource is shared, turning a computer network into a powerful supercomputer.
  • 2. With the right user interface, accessing a grid computing system would look no different than accessing a local machine's resources. Every authorized computer would have access to enormous processing power and storage capacity. Though the concept isn't new, it's also not yet perfected. Computer scientists, programmers and engineers are still working on creating, establishing and implementing standards and protocols. Right now, many existing grid computer systems rely on proprietary software and tools. Once people agree upon a reliable set of standards and protocols, it will be easier and more efficient for organizations to adopt the grid computing model. So what exactly is a grid computing system? Keep reading to find out. Grid Computing Overview Grid computing systems work on the principle of pooled resources. Let's say you and a couple of friends decide to go on a camping trip. You own a large tent, so you've volunteered to share it with the others. One of your friends offers to bring food and another says he'll drive the whole group up in his SUV. Once on the trip, the three of you share your knowledge and skills to make the trip fun and comfortable. If you had made the trip on your own, you would need more time to assemble the resources you'd need and you probably would have had to work a lot harder on the trip itself. A grid computing system uses that same concept: share the load across multiple computers to complete tasks more efficiently and quickly. Before going too much further, let's take a quick look at a computer's resources:  Central processing unit (CPU): A CPU is a microprocessor that performs mathematical operations and directs data to different memory locations. Computers can have more than one CPU.  Memory: In general, a computer's memory is a kind of temporary electronic storage. Memory keeps relevant data close at hand for the microprocessor. Without memory, the microprocessor would have to search and retrieve data from a more permanent storage device such as a hard disk drive.  Storage: In grid computing terms, storage refers to permanent data storage devices like hard disk drives or databases. Normally, a computer can only operate within the limitations of its own resources. There's an upper limit to how fast it can complete an operation or how much information it can store. Most computers are upgradeable, which means it's possible to add more power or capacity to a single computer, but that's still just an incremental increase in performance. Grid computing systems link computer resources together in a way that lets someone use one computer to access and leverage the collected power of all the computers in the system. To the individual user, it's as if the user's computer has transformed into a supercomputer. If you read a report about grid computing, you come across a lot of unusual terms and jargon. What does it all mean? Keep reading to find out.
  • 3. Grid Computing Lexicon Reading about grid computing can get very confusing if you don't know the lingo. Here's a quick rundown on some of the terms you might encounter when discussing grid computing:  Cluster: A group of networked computers sharing the same set of resources.  Extensible Markup Language (XML): A computer language that describes other data and is readable by computers. Control nodes (a node is any device connected to a network that can transmit, receive and reroute data) rely on XML languages like the Web Services Description Language (WSDL). The information in these languages tells the control node how to handle data and applications.  Hubs: A point within a network where various devices connect with one another.  Integrated Development Environment (IDE): The tools and facilities computer programmers need to create applications for a platform. The term for an application testing ground is sandbox.  Interoperability: The ability for software to operate within completely different environments. For example, a computer network might include both PCs and Macintosh computers. Without interoperable software, these computers wouldn't be able to work together because of their different operating systemsand architecture.  Open standards: A technique of creating publically available standards. Unlike proprietary standards, which can belong exclusively to a single entity, anyone can adopt and use an open standard. Applications based on the same open standards are easier to integrate than ones built on different proprietary standards.  Parallel processing: Using multiple CPUs to solve a single computational problem. This is closely related to shared computing, which leverages untapped resources on a network to achieve a task.  Platform: The foundation upon which developers can create applications. A platform can be an operating system, a computer's architecture, a computer language or even a Web site.  Server farm: A cluster of servers used to perform tasks too complex for a single server.  Server virtualization: A technique in which a software application divides a single physical server into multiple exclusive server platforms (the virtual servers). Each virtual server can run its own operating system independently of the other virtual servers. The operating systems don't have to be the same system -- in other words, a single machine could have a virtual server acting as a Linux server and another one running a Windows platform. It works because most of the time, servers aren't running anywhere close to full capacity. Grid computing systems need lots of servers to handle various tasks and virtual servers help cut down on hardware costs.  Service: In grid computing, a service is any software system that allows computers to interact with one another over a network.  Simple Object Access Protocol (SOAP): A set of rules for exchanging messages written in XML across a network. Microsoft is responsible for developing the protocol.  State: In the IT world, a state is any kind of persistent data. It's information that continues to exist in some form even after being used in an application. For example, when you select books to go into anAmazon.com shopping cart, the information is stateful -- Amazon keeps track of your selection as you
  • 4. browse other areas of the Web site. Stateful services make it possible to create applications that have multiple steps but rely on the same core data.  Transience: The ability to activate or deactivate a service across a network without affecting other operations. So how exactly does a grid computing system link computer resources together? Find out in the next section. Sharing Resources Several companies and organizations are working together to create a standardized set of rules calledprotocols to make it easier to set up grid computing environments. It's possible to create a grid computing system right now and several already exist. But what's missing is an agreed-upon approach. That means that two different grid computing systems may not be compatible with one another, because each is working with a unique set of protocols and tools. In general, a grid computing system requires:  At least one computer, usually a server, which handles all the administrative duties for the system. Many people refer to this kind of computer as a control node. Other application and Web servers (both physical and virtual) provide specific services to the system.  A network of computers running special grid computing network software. These computers act both as a point of interface for the user and as the resources the system will tap into for different applications. Grid computing systems can either include several computers of the same make running on the same operating system (called a homogeneous system) or a hodgepodge of different computers running on every operating system imaginable (a heterogeneous system). The network can be anything from a hardwired system where every computer connects to the system with physical wires to an open system where computers connect with each other over the Internet.  A collection of computer software called middleware. The purpose of middleware is to allow different computers to run a process or application across the entire network of machines. Middleware is the workhorse of the grid computing system. Without it, communication across the system would be impossible. Like software in general, there's no single format for middleware. If middleware is the workhorse of the grid computing system, the control node is the dispatcher. The control node must prioritize and schedule tasks across the network. It's the control node's job to determine what resources each task will be able to access. The control node must also monitor the system to make sure that it doesn't become overloaded. It's also important that each user connected to the network doesn't experience a drop in his or her computer's performance. A grid computing system should tap into unusedcomputer resources without impacting everything else. The potential for grid computing applications is limitless, providing everyone agrees on standardized protocols and tools. That's because without a standard format, third-party developers -- independent programmers who want to create applications on the grid computing platform -- often lack the ability to create applications that work on different systems. While it's possible to make different versions of the same application for different systems, it's time consuming and many developers don't want to do the
  • 5. same work twice. A standardized set of protocols means that developers could concentrate on one format while creating applications. What are some of the criticisms and concerns people have about grid computing? Keep reading to find out. Concerns about Grid Computing Whenever you link two or more computers together, you have to prepare yourself for certain questions. How do you keep personal information private? How do you protect the system from malicious hackers? How do you control who can access the system and use its resources? How do you make sure the user doesn't tie up all the system's resources? The short answer to this question is middleware. There's nothing inherent in a grid computing system that can answer these questions. The emerging protocols for grid computing systems are designed to make it easier for developers to create applications and to facilitate communication between computers. The most prevalent technique computer engineers use to protect data is encryption. To encrypt data is to encode it so that only someone possessing the appropriate key can decode the data and access it. Ironically, a hacker could conceivably create a grid computing system for the purpose of cracking encrypted information. Because encryption techniques use complicated to encode data, it would take a normal computer several years to crack a code (which usually involves finding the two largest prime divisors of an incredibly large number). With a powerful enough grid computing system, a hacker might find a way to reduce the time it takes to decipher encrypted data. It's hard to protect a system from hackers, particularly if the system relies on open standards. Every computer in a grid computing system has to have specific software to be able to connect and interact with the system as a whole -- computers don't know how to do it on their own. If the computer system's software is proprietary, it might be harder (but not impossible) for a hacker to access the system. In most grid computing systems, only certain users are authorized to access the full capabilities of the network. Otherwise, the control node would be flooded with processing requests and nothing would happen (a situation called deadlock in the IT business). It's also important to limit access for security purposes. For that reason, most systems have authorization and authentication protocols. These protocols limit network access to a select number of users. Other users are still able to access their own machines, but they can't leverage the entire network. The middleware and control node of a grid computing system are responsible for keeping the system running smoothly. Together, they control how much access each computer has to the network's resources and vice versa. While it's important not to let any one computer dominate the network, it's just as important not to let network applications take up all the resources of any one computer. If the system robs users of computing resources, it's not an efficient system. How are people using grid computing systems right now? Keep reading to find out.
  • 6. Grid Computing Applications There are several grid computing systems, though most of them only fit part of the definition of a true grid computing system. Academic and research organization projects account for many of the systems currently in operation. These systems take advantage of unused computer processing power. The most accurate term for such a network is a shared computing system. The Search for Extraterrestrial Intelligence (SETI) project is one of the earliest grid computing systems to gain popular attention. The mission of the SETI project is to analyze data gathered by radio telescopes in search of evidence for intelligent alien communications. There's far too much information for a single computer to analyze effectively. The SETI project created a program called SETI@home, which networkscomputers together to form a virtual supercomputer instead. A similar program is the Folding@home project administered by the Pande Group, a nonprofit institution in Stanford University's chemistry department. The Pande Group is studying proteins. The research includes the way proteins take certain shapes, called folds, and how that relates to what proteins do. Scientists believe that protein "misfolding" could be the cause of diseases like Parkinson's or Alzheimer's. It's possible that by studying proteins, the Pande Group may discover new ways to treat or even cure these diseases. There are dozens of similar active grid computing projects. Many of these projects aren't persistent, which means that once the respective project's goals are met, the system will dissolve. In some cases, a new, related project could take the place of the completed one. While each of these projects has its own unique features, in general, the process of participation is the same. A user interested in participating downloads an application from the respective project's Web site. After installation, the application contacts the respective project's control node. The control node sends a chunk of data to the user's computer for analysis. The software analyzes the data, powered by untapped CPU resources. The project's software has a very low resource priority -- if the user needs to activate a program that requires a lot of processing power, the project software shuts down temporarily. Once CPU usage returns to normal, the software begins analyzing data again. Eventually, the user's computer will complete the requested data analysis. At that time, the project software sends the data back to the control node, which relays it to the proper database. Then the control node sends a new chunk of data to the user's computer, and the cycle repeats itself. If the project attracts enough users, it can complete ambitious goals in a relatively short time span. As grid computing systems' sophistication increases, we'll see more organizations and corporations create versatile networks. There may even come a day when corporations internetwork with other companies. In that environment, computational problems that seem impossible now may be reduced to a project that lasts a few hours. We'll have to wait and see.
  • 7. Sources  "7 things you should know about Grid Computing." Educause Learning Initiative. Jan. 2006.  Brown, Martin. "Comparing traditional grids with high-performance computing." IBM. June 13, 2006.  "Breaking The Deadlock." Computer Business Review. Jan. 1, 2004. Retrieved March 13, 2008. http://www.cbronline.com/article_cbr.asp?guid=A3BC3CEC-55A6-4EBD-B306-4B3F0009F388  Foster, Ian, et al. "The Anatomy of the Grid." The Globus Alliance. 2001.  Foster, Ian, et al. "The Physiology of the Grid." The Globus Alliance. June 22, 2002.  "Grid computing expands its reach." IT Week. Dec. 17, 2007. Retrieved March 10, 2008.  Grid Computing Info Centre. http://www.gridcomputing.com/  Joseph, Joshy and Fellenstein, Craig. "Grid Computing." IBM Press. 2004.  Kay, Russell. "Open Grid Services Architecture." Computerworld. Nov. 5, 2007. Vol. 41, Iss. 45. pg. 36.  Kourpas, Elias. "Grid Computing: Past, Present and Future." IBM. June 2006.  Lorek, L.A. "Computer downtime rising up to work on world's problems." San Antonio Express-News. Feb. 12, 2005. pg. 1 K.  McAllister, Neil. "Server virtualization." InfoWorld. Feb. 12, 2007. Retrieved March 12, 2008. http://www.infoworld.com/article/07/02/12/07FEvirtualserv_1.html  "Middleware." Carnegie Mellon Software Engineering Institute. Retrieved March 12, 2004. http://www.sei.cmu.edu/str/descriptions/middleware_body.html.  Mullins, Robert. "A future look at data center power." Network World. Feb. 18, 2008. Vol. 25, Iss. 7. pg. 46.  "New Software, Tools Ease Internet Collaboration and Grid Computing." NSF News. May 7, 2002. Retrieved March 10, 2008. http://www.nsf.gov/od/lpa/news/02/pr0238.htm  "New to grid computing." IBM developer Works. Retrieved March 13, 2008. http://www.ibm.com/developerworks/grid/newto/  Rist, Oliver. "The Grid Takes Over." PC Magazine. Jan. 2008. Vol. 27, Issue 1/2. p. 81-82.  Skerrett, P.J. "Future Computers: The Teraflops Race." Popular Science. March 1992. pg. 50.  Tuecke, S. et al. "Open Grid Services Infrastructure (OGSI) Version 1.0." Global Grid Forum. June 27, 2003.  "Web Services." Sams Publishing. Retrieved from Developer Shed, March 12, 2008. http://www.devarticles.com/c/a/Web-Services/Web-Services-and-Stateful-Resources/