SlideShare a Scribd company logo
1 of 10
GRID COMPUTING
GRID COMPUTING
Assinment
Submitted to: Ma’am Iqra Ilyas
Submitted by: Huma Tariq
Roll No: 14020204-050
Department: Computer Science
GC Women University
Sialkot
What is grid computing?
Overview:
Grid computing combines computers from multiple administrative domains to reach a
common goal, to solve a single task, and may then disappear just as quickly.
Defination:
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.
Concept: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 systemwould look no different than accessing a local
machine's resources. Every authorized computer would have access to enormous
processing power and storage capacity.
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 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.
The ideas of the grid (including those from distributed computing, object-oriented
programming, and Web services) were brought together by Ian Foster, Carl Kesselman,
and Steve Tuecke, widely regarded as the "fathers of the grid".They led the effort to create
the Globus Toolkit incorporating not just computation management but also 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. 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 neededto create an
enterprise or global grid.
How does it work?
Grids are a form of distributed computing whereby a “super virtual computer” is
composed of many networked loosely coupled computers acting together to perform very
large tasks. 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 services.
Coordinating applications on Grids can be a complex task, especially when coordinating
the flow of information across distributed computing resources. Grid workflow systems
have been developed as a specialized form of a workflow management systemdesigned
specifically to compose and execute a series of computational or data manipulation steps, or
a workflow, in the Grid context.
Grid middleware:
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.
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.
Examples:
Projects and applications:
Grid computing offers a way to solve Grand Challenge problems such as protein folding,
financial modeling, earthquake simulation, and climate/weather modeling. Grids offer a
way of using the information technology resources optimally inside an organization. They
also provide a means for offering information technology as a utility for commercial and
noncommercial clients, with those clients paying only for what they use, as with electricity
or water.
E-Science project:
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 evolvedinto the European Grid Infrastructure. This, along with the LHC Computing
Grid (LCG), was developed to support experiments using the CERN Large Hadron
Collider. A list of active sites participating within LCG can be found online as can real time
monitoring of the EGEE infrastructure.The relevant software and documentation is also
publicly accessible.There is speculation that dedicated fiber optic links, such as those
installed by CERN to address the LCG'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. The European Grid Infrastructure has been also used
for other research activities and experiments such as the simulation of oncological clinical
trials.
SETI@home Project:
One of the more famous examples of grid computing projects is run by SETI, also known
as Search for Extra-Terrestrial Intelligence. The application looks for radio signals or
other forms of communication in space, in an effort to prove the existence of extra-
terrestrial intelligence. SETI developed a grid computing middleware where the program
could be executed over multiple computers, since the application requires huge computing
resources to scan the skies effectively. The infrastructure was designed in such a way that a
layman using the Internet could choose to donate their unused computing power to the
project. The middleware in known as BOINC (Berkeley Open Infrastructure for Network
Computing) and was distributed under a GNU public licence.
LHC Computing Grid:
Known as by the moniker ‘Screensaver Lifesaver’, the computational grid at Oxford
University’ Centre for Computational Drug Discovery is built along the same principles as
the BOINC infrastructure. In this project, volunteers donate a few of the computing cycles
when their screensavers are running. When screensavers are running, the computer is
essentially idle, apart from a few background tasks. The project aims to find a cure for
cancer using computational methods to screensmall molecule structures, otherwise
shortening a very lengthy process.
NFCR Centre for Computational Drug Discovery:
Known as by the moniker ‘Screensaver Lifesaver’, the computational grid at Oxford
University’ Centre for Computational Drug Discovery is built along the same principles as
the BOINC infrastructure.
In this project, volunteers donate a few of the computing cycles when their screensavers are
running. When screensavers are running, the computer is essentially idle, apart from a few
background tasks. The project aims to find a cure for cancer using computational methods
to screen small molecule structures, otherwise shortening a very lengthy process.
As of August 2009 Folding@home achieves more than 4 petaflops on over 350,000
machines.
Components of grid computing:
The three primary types of grids are summarized below. Of course, there are no hard
boundaries between these grid types and often grids may be a combination of two or more
of these.However, as you consider developing applications that may run in a grid
environment, remember that the type of grid environment that you will be using will affect
many of your decisions.
Computational grid:
A computational grid is focused on setting aside resources specifically for computing
power. In this type of grid, most of the machines are high-performance servers.
Computational grids are sometimes mischaracterized as useful only for
calculation/computational tasks, but in fact they are able to handle many research projects
that require a lot CPU time, a lot of memory or the ability to communicate in real time. In
some of these cases, supercomputers do not have the capacity to solve these needs. A
computational grid offers a convenient way to use many devices in combination.
Scavenging grid:
A scavenging grid is most commonly used with large numbers of desktop machines.
Machines are scavengedfor available CPU cycles and other resources. Owners of the
desktop machines are usually given control over when their resources are available to
participate in the grid.
CPU scavenging:
CPU-scavenging, cycle-scavenging, or shared computing creates a “grid” from the unused
resources in a network of participants (whether worldwide or internal to an organization).
Typically this technique uses desktop computer instruction cycles that would otherwise be
wasted at night, during lunch, or evenin the scattered seconds throughout the day when
the computer is waiting for user input on relatively fast devices. In practice, participating
computers also donate some supporting amount of disk storage space, RAM, and network
bandwidth, in addition to raw CPU power.
Data grid:
A data grid is responsible for housing and providing access to data across multiple
organizations. Users are not concerned with where this data is located as long as they have
access to the data. For example, you may have two universities doing life science research,
each with unique data. A data grid would allow them to share their data, manage the data,
and manage security issues such as who has access to what data.A data grid is an
architecture or set of services that gives individuals or groups of users the ability to access,
modify and transfer extremely large amounts of geographically distributed data for
research purposes.
Functionalityof data grid:
Resource management system (RMS):
The resource management system represents the core functionality of the data grid. It is
the heart of the system that manages all actions related to storage resources. In some data
grids it may be necessary to create a federated RMS architecture because of different
administrative policies and a diversity of possibilities found within the data grid in place of
using a single RMS. In such a case the RMSs in the federation will employ an architecture
that allows for interoperability based on an agreed upon set of protocols for actions related
to storage resources.
Table of contents
1.Whatis grid computing.
2.History
3.Working
4.Projects and applications
5.Components

More Related Content

What's hot

Grid Computing (An Up-Coming Technology)
Grid Computing (An Up-Coming Technology)Grid Computing (An Up-Coming Technology)
Grid Computing (An Up-Coming Technology)LJ PROJECTS
 
Disambiguating Advanced Computing for Humanities Researchers
Disambiguating Advanced Computing for Humanities ResearchersDisambiguating Advanced Computing for Humanities Researchers
Disambiguating Advanced Computing for Humanities ResearchersBaden Hughes
 
Grid computing 2007
Grid computing 2007Grid computing 2007
Grid computing 2007Tank Bhavin
 
Cloud Computing And Android Apps For The Indian
Cloud Computing And Android Apps For The IndianCloud Computing And Android Apps For The Indian
Cloud Computing And Android Apps For The IndianSanjay Chitnis
 
Grid computing notes
Grid computing notesGrid computing notes
Grid computing notesSyed Mustafa
 
Grid Computing Frameworks
Grid Computing FrameworksGrid Computing Frameworks
Grid Computing FrameworksSabbir Ahmmed
 
Azure Brain: 4th paradigm, scientific discovery & (really) big data
Azure Brain: 4th paradigm, scientific discovery & (really) big dataAzure Brain: 4th paradigm, scientific discovery & (really) big data
Azure Brain: 4th paradigm, scientific discovery & (really) big dataMicrosoft Technet France
 
grid mining
grid mininggrid mining
grid miningARNOLD
 
Challenges and Issues of Next Cloud Computing Platforms
Challenges and Issues of Next Cloud Computing PlatformsChallenges and Issues of Next Cloud Computing Platforms
Challenges and Issues of Next Cloud Computing PlatformsFrederic Desprez
 
Grid computing the grid
Grid computing the gridGrid computing the grid
Grid computing the gridJivan Nepali
 
The Story of the Semantic Grid
The Story of the Semantic GridThe Story of the Semantic Grid
The Story of the Semantic Gridbutest
 
Gc vit sttp cc december 2013
Gc vit sttp cc december 2013Gc vit sttp cc december 2013
Gc vit sttp cc december 2013Seema Shah
 
Challenges and advantages of grid computing
Challenges and advantages of grid computingChallenges and advantages of grid computing
Challenges and advantages of grid computingPooja Dixit
 

What's hot (20)

Grid computing
Grid computingGrid computing
Grid computing
 
Grid Computing (An Up-Coming Technology)
Grid Computing (An Up-Coming Technology)Grid Computing (An Up-Coming Technology)
Grid Computing (An Up-Coming Technology)
 
Disambiguating Advanced Computing for Humanities Researchers
Disambiguating Advanced Computing for Humanities ResearchersDisambiguating Advanced Computing for Humanities Researchers
Disambiguating Advanced Computing for Humanities Researchers
 
Grid computing 2007
Grid computing 2007Grid computing 2007
Grid computing 2007
 
Cloud Computing And Android Apps For The Indian
Cloud Computing And Android Apps For The IndianCloud Computing And Android Apps For The Indian
Cloud Computing And Android Apps For The Indian
 
40 41
40 4140 41
40 41
 
Grid computing notes
Grid computing notesGrid computing notes
Grid computing notes
 
grid computing
grid computinggrid computing
grid computing
 
Grid Computing Frameworks
Grid Computing FrameworksGrid Computing Frameworks
Grid Computing Frameworks
 
4. the grid evolution
4. the grid evolution4. the grid evolution
4. the grid evolution
 
From IoT Devices to Cloud
From IoT Devices to CloudFrom IoT Devices to Cloud
From IoT Devices to Cloud
 
Grid computing
Grid computingGrid computing
Grid computing
 
Azure Brain: 4th paradigm, scientific discovery & (really) big data
Azure Brain: 4th paradigm, scientific discovery & (really) big dataAzure Brain: 4th paradigm, scientific discovery & (really) big data
Azure Brain: 4th paradigm, scientific discovery & (really) big data
 
grid mining
grid mininggrid mining
grid mining
 
Challenges and Issues of Next Cloud Computing Platforms
Challenges and Issues of Next Cloud Computing PlatformsChallenges and Issues of Next Cloud Computing Platforms
Challenges and Issues of Next Cloud Computing Platforms
 
Grid computing the grid
Grid computing the gridGrid computing the grid
Grid computing the grid
 
The Story of the Semantic Grid
The Story of the Semantic GridThe Story of the Semantic Grid
The Story of the Semantic Grid
 
Gc vit sttp cc december 2013
Gc vit sttp cc december 2013Gc vit sttp cc december 2013
Gc vit sttp cc december 2013
 
Thoughts on Cybersecurity
Thoughts on CybersecurityThoughts on Cybersecurity
Thoughts on Cybersecurity
 
Challenges and advantages of grid computing
Challenges and advantages of grid computingChallenges and advantages of grid computing
Challenges and advantages of grid computing
 

Viewers also liked

Grid computing
Grid computingGrid computing
Grid computingWipro
 
Unit i introduction to grid computing
Unit i   introduction to grid computingUnit i   introduction to grid computing
Unit i introduction to grid computingsudha kar
 

Viewers also liked (6)

Grid Computing
Grid ComputingGrid Computing
Grid Computing
 
Grid Computing
Grid ComputingGrid Computing
Grid Computing
 
Grid computing
Grid computingGrid computing
Grid computing
 
Grid computing
Grid computingGrid computing
Grid computing
 
Unit i introduction to grid computing
Unit i   introduction to grid computingUnit i   introduction to grid computing
Unit i introduction to grid computing
 
Grid computing ppt
Grid computing pptGrid computing ppt
Grid computing ppt
 

Similar to Grid computing assiment

Week 1 lecture material cc
Week 1 lecture material ccWeek 1 lecture material cc
Week 1 lecture material ccAnkit Gupta
 
_Cloud_Computing_Overview.pdf
_Cloud_Computing_Overview.pdf_Cloud_Computing_Overview.pdf
_Cloud_Computing_Overview.pdfTyStrk
 
Week 1 Lecture_1-5 CC_watermark.pdf
Week 1 Lecture_1-5 CC_watermark.pdfWeek 1 Lecture_1-5 CC_watermark.pdf
Week 1 Lecture_1-5 CC_watermark.pdfJohn422973
 
Gridcomputingppt
GridcomputingpptGridcomputingppt
Gridcomputingpptnavjasser
 
vssutcloud computing.pptx
vssutcloud computing.pptxvssutcloud computing.pptx
vssutcloud computing.pptxMunmunSaha7
 
UNIT I -Cloud Computing (1).pdf
UNIT I -Cloud Computing (1).pdfUNIT I -Cloud Computing (1).pdf
UNIT I -Cloud Computing (1).pdflauroeuginbritto
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Unit i cloud computing
Unit i  cloud computingUnit i  cloud computing
Unit i cloud computingMGkaran
 
GridComputing-an introduction.ppt
GridComputing-an introduction.pptGridComputing-an introduction.ppt
GridComputing-an introduction.pptNileshkuGiri
 
Introduction to Cloud Computing
Introduction to Cloud ComputingIntroduction to Cloud Computing
Introduction to Cloud ComputingAnimesh Chaturvedi
 

Similar to Grid computing assiment (20)

GRID COMPUTING.ppt
GRID COMPUTING.pptGRID COMPUTING.ppt
GRID COMPUTING.ppt
 
Grid Computing
Grid ComputingGrid Computing
Grid Computing
 
Week 1 lecture material cc
Week 1 lecture material ccWeek 1 lecture material cc
Week 1 lecture material cc
 
_Cloud_Computing_Overview.pdf
_Cloud_Computing_Overview.pdf_Cloud_Computing_Overview.pdf
_Cloud_Computing_Overview.pdf
 
Week 1 Lecture_1-5 CC_watermark.pdf
Week 1 Lecture_1-5 CC_watermark.pdfWeek 1 Lecture_1-5 CC_watermark.pdf
Week 1 Lecture_1-5 CC_watermark.pdf
 
Grid
GridGrid
Grid
 
Gridcomputingppt
GridcomputingpptGridcomputingppt
Gridcomputingppt
 
vssutcloud computing.pptx
vssutcloud computing.pptxvssutcloud computing.pptx
vssutcloud computing.pptx
 
3. the grid new infrastructure
3. the grid new infrastructure3. the grid new infrastructure
3. the grid new infrastructure
 
UNIT I -Cloud Computing (1).pdf
UNIT I -Cloud Computing (1).pdfUNIT I -Cloud Computing (1).pdf
UNIT I -Cloud Computing (1).pdf
 
Grid computing ppt
Grid computing pptGrid computing ppt
Grid computing ppt
 
Presentation-1.ppt
Presentation-1.pptPresentation-1.ppt
Presentation-1.ppt
 
Grid Computing
Grid ComputingGrid Computing
Grid Computing
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Unit i cloud computing
Unit i  cloud computingUnit i  cloud computing
Unit i cloud computing
 
Grid computing
Grid computingGrid computing
Grid computing
 
GridComputing-an introduction.ppt
GridComputing-an introduction.pptGridComputing-an introduction.ppt
GridComputing-an introduction.ppt
 
Gcc notes unit 1
Gcc notes unit 1Gcc notes unit 1
Gcc notes unit 1
 
Introduction to Cloud Computing
Introduction to Cloud ComputingIntroduction to Cloud Computing
Introduction to Cloud Computing
 
7- Grid Computing.Pdf
7- Grid Computing.Pdf7- Grid Computing.Pdf
7- Grid Computing.Pdf
 

Recently uploaded

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
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 

Recently uploaded (20)

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
 
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
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 

Grid computing assiment

  • 2. GRID COMPUTING Assinment Submitted to: Ma’am Iqra Ilyas Submitted by: Huma Tariq Roll No: 14020204-050 Department: Computer Science GC Women University Sialkot
  • 3. What is grid computing? Overview: Grid computing combines computers from multiple administrative domains to reach a common goal, to solve a single task, and may then disappear just as quickly. Defination: 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.
  • 4. Concept: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 systemwould look no different than accessing a local machine's resources. Every authorized computer would have access to enormous processing power and storage capacity. 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 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. The ideas of the grid (including those from distributed computing, object-oriented programming, and Web services) were brought together by Ian Foster, Carl Kesselman, and Steve Tuecke, widely regarded as the "fathers of the grid".They led the effort to create the Globus Toolkit incorporating not just computation management but also 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. 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 neededto create an enterprise or global grid.
  • 5. How does it work? Grids are a form of distributed computing whereby a “super virtual computer” is composed of many networked loosely coupled computers acting together to perform very large tasks. 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 services. Coordinating applications on Grids can be a complex task, especially when coordinating the flow of information across distributed computing resources. Grid workflow systems have been developed as a specialized form of a workflow management systemdesigned specifically to compose and execute a series of computational or data manipulation steps, or a workflow, in the Grid context. Grid middleware: 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. 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.
  • 6. Examples: Projects and applications: Grid computing offers a way to solve Grand Challenge problems such as protein folding, financial modeling, earthquake simulation, and climate/weather modeling. Grids offer a way of using the information technology resources optimally inside an organization. They also provide a means for offering information technology as a utility for commercial and noncommercial clients, with those clients paying only for what they use, as with electricity or water. E-Science project: 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 evolvedinto the European Grid Infrastructure. This, along with the LHC Computing Grid (LCG), was developed to support experiments using the CERN Large Hadron Collider. A list of active sites participating within LCG can be found online as can real time monitoring of the EGEE infrastructure.The relevant software and documentation is also publicly accessible.There is speculation that dedicated fiber optic links, such as those installed by CERN to address the LCG'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. The European Grid Infrastructure has been also used for other research activities and experiments such as the simulation of oncological clinical trials. SETI@home Project: One of the more famous examples of grid computing projects is run by SETI, also known as Search for Extra-Terrestrial Intelligence. The application looks for radio signals or other forms of communication in space, in an effort to prove the existence of extra- terrestrial intelligence. SETI developed a grid computing middleware where the program could be executed over multiple computers, since the application requires huge computing resources to scan the skies effectively. The infrastructure was designed in such a way that a layman using the Internet could choose to donate their unused computing power to the project. The middleware in known as BOINC (Berkeley Open Infrastructure for Network Computing) and was distributed under a GNU public licence.
  • 7. LHC Computing Grid: Known as by the moniker ‘Screensaver Lifesaver’, the computational grid at Oxford University’ Centre for Computational Drug Discovery is built along the same principles as the BOINC infrastructure. In this project, volunteers donate a few of the computing cycles when their screensavers are running. When screensavers are running, the computer is essentially idle, apart from a few background tasks. The project aims to find a cure for cancer using computational methods to screensmall molecule structures, otherwise shortening a very lengthy process. NFCR Centre for Computational Drug Discovery: Known as by the moniker ‘Screensaver Lifesaver’, the computational grid at Oxford University’ Centre for Computational Drug Discovery is built along the same principles as the BOINC infrastructure. In this project, volunteers donate a few of the computing cycles when their screensavers are running. When screensavers are running, the computer is essentially idle, apart from a few background tasks. The project aims to find a cure for cancer using computational methods to screen small molecule structures, otherwise shortening a very lengthy process. As of August 2009 Folding@home achieves more than 4 petaflops on over 350,000 machines. Components of grid computing: The three primary types of grids are summarized below. Of course, there are no hard boundaries between these grid types and often grids may be a combination of two or more of these.However, as you consider developing applications that may run in a grid environment, remember that the type of grid environment that you will be using will affect many of your decisions.
  • 8. Computational grid: A computational grid is focused on setting aside resources specifically for computing power. In this type of grid, most of the machines are high-performance servers. Computational grids are sometimes mischaracterized as useful only for calculation/computational tasks, but in fact they are able to handle many research projects that require a lot CPU time, a lot of memory or the ability to communicate in real time. In some of these cases, supercomputers do not have the capacity to solve these needs. A computational grid offers a convenient way to use many devices in combination. Scavenging grid: A scavenging grid is most commonly used with large numbers of desktop machines. Machines are scavengedfor available CPU cycles and other resources. Owners of the desktop machines are usually given control over when their resources are available to participate in the grid. CPU scavenging: CPU-scavenging, cycle-scavenging, or shared computing creates a “grid” from the unused resources in a network of participants (whether worldwide or internal to an organization). Typically this technique uses desktop computer instruction cycles that would otherwise be wasted at night, during lunch, or evenin the scattered seconds throughout the day when the computer is waiting for user input on relatively fast devices. In practice, participating computers also donate some supporting amount of disk storage space, RAM, and network bandwidth, in addition to raw CPU power. Data grid: A data grid is responsible for housing and providing access to data across multiple organizations. Users are not concerned with where this data is located as long as they have access to the data. For example, you may have two universities doing life science research, each with unique data. A data grid would allow them to share their data, manage the data, and manage security issues such as who has access to what data.A data grid is an architecture or set of services that gives individuals or groups of users the ability to access, modify and transfer extremely large amounts of geographically distributed data for research purposes.
  • 9. Functionalityof data grid: Resource management system (RMS): The resource management system represents the core functionality of the data grid. It is the heart of the system that manages all actions related to storage resources. In some data grids it may be necessary to create a federated RMS architecture because of different administrative policies and a diversity of possibilities found within the data grid in place of using a single RMS. In such a case the RMSs in the federation will employ an architecture that allows for interoperability based on an agreed upon set of protocols for actions related to storage resources.
  • 10. Table of contents 1.Whatis grid computing. 2.History 3.Working 4.Projects and applications 5.Components