SlideShare a Scribd company logo
1 of 50
GRID AND CLOUD COMPUTING
Introduction to Grid and Cloud Computing Courtesy:
Dr Gnanasekaran
Thangavel
https://web.uettaxila.edu.pk/CMS/2022/SPR2022/teGNCCms/index.asp
UNIT I INTRODUCTION
Evolution of Distributed computing:
– Scalable computing over the Internet
– Technologies for network-based systems
– Clusters of cooperative computers
– Grid computing Infrastructures
– Cloud computing
2
3/28/2024
Text Book
3/28/2024 3
Author: Ian Foster, Carl
Kesselman
Publisher: Elsevier,
- 2-Dec-2003
- 748 pages
Text Book
3/28/2024 4
Author: Barrie Sosinsky
Publisher: John Wiley & Sons,
- 10-Dec-2010
- 473 pages
Reference Book
3/28/2024 5
Authors: Judith Hurwitz, Robin
Bloor, Marcia Kaufman, Fern
Halper
Publisher: John Wiley & Sons,
- 2010
- 339 pages
Distributed Computing
Definition:
 “A distributed system consists of multiple autonomous
computers that communicate through a computer network.
 “Distributed computing utilizes a network of many computers,
each accomplishing a portion of an overall task, to achieve a
computational result much more quickly than with a single
computer.”
 “Distributed computing is type of computing that involves multiple
computers; remote from each other with each having a role in a
computation problem or information processing.”
6
3/28/2024
Introduction
• A distributed system is one in which hardware or
software components located at networked
computers communicate and coordinate their actions
only by message passing.
• In the term distributed computing, the word distributed
means spread out across space. Thus, distributed
computing is an activity performed on a spatially
distributed system.
• These networked computers may be in the same room,
same campus, same country, or in different continents
7
3/28/2024
Introduction
Cooperation
Cooperation
Cooperation
Internet
Large-scale
Application
Resource
Management
Subscription
Distribution
Distribution Distribution
Distributio
n
Agent
Agent Agent
Agent
Job Request
8
3/28/2024
Motivation
• Inherently distributed applications
• Performance/cost
• Resource sharing
• Flexibility and extensibility
• Availability and fault tolerance
• Scalability
• Network connectivity is increasing.
• Combination of cheap processors often more cost-effective than one
expensive fast system.
• Potential increase of reliability.
9
3/28/2024
History
• 1975 -1985
–Parallel computing was favored in the early years
–Primarily vector-based at first
–Gradually more thread-based parallelism was introduced
–The first distributed computing programs were a pair of programs called
Creeper and Reaper invented in 1970s
–Ethernet that was invented in 1970s.
–ARPANET e-mail was invented in the early 1970s and probably the
earliest example of a large-scale distributed application.
10
3/28/2024
History
• 1985 -1995
– Massively parallel architectures start rising and message passing interface and
other libraries developed
– Bandwidth was a big problem
– The first Internet-based distributed computing project was started in 1988 by the
DEC System Research Center.
– Distributed.net was a project founded in 1997 - considered the first to use the
internet to distribute data for calculation and collect the results,
11
3/28/2024
History
• 1995 – Today
– Cluster/grid architecture increasingly dominant
– Special node machines were avoided in favor of COTS technologies
– Web-wide cluster software
– Google take this to the extreme (thousands of nodes/cluster)
– SETI@Home started in May 1999 - analyze the radio signals that were being
collected by the Arecibo Radio Telescope in Puerto Rico.
12
3/28/2024
Goal
• Making Resources Accessible
– Data sharing and device sharing
• Distribution Transparency
– Access, location, migration, relocation, replication, concurrency, failure
• Communication
– Make human-to-human comm. easier. e.g.. : electronic mail
• Flexibility
– Spread the workload over the available machines in the most cost-
effective way
• To coordinate the use of shared resources
• To solve large computational problem
13
3/28/2024
Characteristics
• Resource Sharing
• Openness
• Concurrency
• Scalability
• Fault Tolerance
• Transparency
14
3/28/2024
Distributed Computing Architecture
• Client-server
• 3-tier architecture
• N-tier architecture
• loose coupling, or tight coupling
• Peer-to-peer
• Space based
15
3/28/2024
• Examples of commercial application :
– Database Management System
– Distributed computing using mobile agents
– Local intranet
– Internet (World Wide Web)
– JAVA Remote Method Invocation (RMI)
Application of Distributed Systems
16
3/28/2024
Distributed Computing Using Mobile Agents
• Mobile agents can be wandering around in a network using free
resources for their own computations.
17
3/28/2024
Local Intranet
• A portion of Internet that is separately administered & supports internal sharing of
resources (file/storage systems and printers) using Internet Protocols is called local
intranet.
18
3/28/2024
Internet
• The Internet is a global system of interconnected computer networks that use the standardized Internet
Protocol Suite (TCP/IP).
19
3/28/2024
JAVA RMI
• Embedded in language Java:-
– Object variant of remote procedure call
– Adds naming compared with RPC (Remote Procedure Call)
– Restricted to Java environments
RMI Architecture
20
3/28/2024
Advantages
• Economics:-
– Computers harnessed together give a better price/performance ratio than
mainframes.
• Speed:-
– A distributed system may have more total computing power than a mainframe.
• Inherent distribution of applications:-
– Some applications are inherently distributed. e.g., an ATM-banking application.
• Reliability:-
– If one machine crashes, the system as a whole can still survive if you have
multiple server machines and multiple storage devices (redundancy).
• Extensibility and Incremental Growth:-
– Possible to gradually scale up (in terms of processing power and functionality)
by adding more resources (both hardware and software).
This can be done without disruption to the rest of the system.
21
3/28/2024
Disadvantages
• Complexity :-
– Lack of experience in designing and implementing a distributed system. e.g.,
which platform (hardware and OS) to use, which language to use etc.
• Network problem:-
– If the network underlying a distributed system saturates or goes down, then
the distributed system will be effectively disabled thus negating most of the
advantages of the distributed system.
• Security:-
– Security is a major hazard since easy access to data means easy access to
secret data as well.
22
3/28/2024
Issues and Challenges
• Heterogeneity of components :-
– Variety or differences that apply to computer hardware, network,
OS, programming language and implementations by different
developers.
– All differences in representation must be dealt with to do message
exchange.
– Example : Different calls for exchange of messages in UNIX is
different from Windows.
• Openness:-
– System can be extended and re-implemented in various ways.
– Cannot be achieved unless the specification and documentation
are made available to software developer.
– The most challenge to designer is to tackle the complexity of
distributed system; design by different people.
23
3/28/2024
Issues and Challenges cont…
• Transparency:-
– Aim : make certain aspects of distribution invisible to the
application programmer; focus on design of their particular
application.
– They are not concerned about the locations and details of how it
operates, either replicated or migrated.
– Failures can be presented to application programmers in the form
of exceptions – that must be handled.
24
3/28/2024
Issues and Challenges cont…
• Transparency:-
– This concept can be summarize as shown in this Figure:
25
3/28/2024
Issues and Challenges cont…
• Security:-
– Security for information resources in distributed system have 3
components :
a. Confidentiality : protection against disclosure to
unauthorized individuals.
b. Integrity : protection against alteration/corruption
c. Availability : protection against interference with the means
to access the resources.
– The challenge is to send sensitive information over Internet in a
secure manner and to identify a remote user or other agent
correctly.
26
3/28/2024
Issues and Challenges cont..
• Scalability :-
– Distributed computing operates at many different scales, ranging
from small Intranet to Internet.
– A system is scalable if there is significant increase in the number
of resources and users.
– The challenges is :
a. controlling the cost of physical resources.
b. controlling the performance loss.
c. preventing software resource running out.
d. avoiding performance bottlenecks.
27
3/28/2024
Issues and Challenges cont…
• Failure Handling :-
– Failures in a distributed system are partial – some
components fail while others can function.
– That’s why handling the failures are difficult:
a. Detecting failures : to manage the presence of failures
cannot be detected but may be suspected.
b. Masking failures : hiding failure not guaranteed in the worst
case.
• Concurrency :-
– Where applications/services process concurrency, it will affect
a conflict in operations with one another and produce
inconsistence results.
– Each resource must be designed to be safe in a concurrent
environment.
28
3/28/2024
Conclusion
• The concept of distributed computing is the most efficient way to
achieve the optimization.
• Distributed computing is anywhere : intranet, Internet or mobile
ubiquitous computing (laptop, PDAs, pagers, smart watches, hi-fi
systems).
• It deals with hardware and software systems, that contain more
than one processing / storage and run in concurrently.
• Main motivation factor is resource sharing; such as files , printers,
web pages or database records.
• Grid computing and Cloud computing are forms of distributed
computing.
29
3/28/2024
Grid Computing
Grid computing is a form of distributed computing whereby a
"super and virtual computer" is composed of a cluster of
networked, loosely coupled computers, acting in concert to
perform very large tasks.
Grid computing (Foster and Kesselman, 1999) is a growing
technology that facilitates the executions of large-scale resource
intensive applications on geographically distributed computing
resources.
Facilitates flexible, secure, coordinated large scale resource
sharing among dynamic collections of individuals, institutions,
and resource.
Enable communities (“virtual organizations”) to share
geographically distributed resources as they pursue common
goals.
3/28/2024 30
Criteria for a Grid:
• Coordinates resources that are not subject to centralized control
• Uses standard, open, general-purpose protocols and interfaces.
• Delivers nontrivial qualities of service
Benefits
• Exploit Underutilized resources
• Resource load Balancing
• Virtualize resources across an enterprise
• Data Grids, Compute Grids
• Enable collaboration for virtual organizations
31
3/28/2024
Grid Applications
Data and computationally intensive applications:
This technology has been applied to computationally-intensive scientific,
mathematical, and academic problems like drug discovery, economic
forecasting, seismic analysis Backoffice data processing in support of e-
commerce
• A chemist may utilize hundreds of processors to screen thousands of
compounds per hour.
• Teams of engineers worldwide pool resources to analyze terabytes of structural
data.
• Meteorologists seek to visualize and analyze petabytes of climate data with
enormous computational demands.
Resource sharing
– Computers, storage, sensors, networks, …
– Sharing always conditional: issues of trust, policy, negotiation, payment, …
Coordinated problem solving
– distributed data analysis, computation, collaboration, …
3/28/2024 32
Grid Topologies
• Intragrid
– Local grid within an organization
– Trust based on personal contracts
• Extragrid
– Resources of a consortium of organizations
connected through a (Virtual) Private Network
– Trust based on Business to Business contracts
• Intergrid
– Global sharing of resources through the internet
– Trust based on certification
3/28/2024 33
3/28/2024 34
Computational Grid
“A computational grid is a hardware and software infrastructure that
provides dependable, consistent, pervasive, and inexpensive access to
high-end computational capabilities.”
”The Grid: Blueprint for a New Computing Infrastructure”, Kesselman & Foster
Example : Science Grid (US Department of Energy)
Data Grid
• A data grid is a grid computing system that deals with data — the
controlled sharing and management of large amounts of distributed
data.
• Data Grid is the storage component of a grid environment. Scientific
and engineering applications require access to large amounts of data,
and often this data is widely distributed. A data grid provides seamless
access to the local or remote data required to complete compute
intensive calculations.
Example :
Biomedical informatics Research Network (BIRN),
the Southern California Earthquake Center (SCEC).
3/28/2024 35
Methods of Grid Computing
• Distributed Supercomputing
• High-Throughput Computing
• On-Demand Computing
• Data-Intensive Computing
• Collaborative Computing
• Logistical Networking
3/28/2024 36
Distributed Supercomputing
• Combining multiple high-capacity resources on a
computational grid into a single, virtual distributed
supercomputer.
• Tackle problems that cannot be solved on a single system.
3/28/2024 37
High-Throughput Computing
• Uses the grid to schedule large numbers of loosely coupled or
independent tasks, with the goal of putting unused processor
cycles to work.
On-Demand Computing
• Uses grid capabilities to meet short-term requirements for
resources that are not locally accessible.
• Models real-time computing demands.
3/28/2024 38
Collaborative Computing
• Concerned primarily with enabling and enhancing human-to-human
interactions.
• Applications are often structured in terms of a virtual shared space.
Data-Intensive Computing
• The focus is on synthesizing new information from data that
is maintained in geographically distributed repositories,
digital libraries, and databases.
• Particularly useful for distributed data mining.
3/28/2024 39
Logistical Networking
• Logistical networks focus on exposing storage resources
inside networks by optimizing the global scheduling of data
transport, and data storage.
• Contrasts with traditional networking, which does not
explicitly model storage resources in the network.
• high-level services for Grid applications
• Called "logistical" because of the analogy it bears with the
systems of warehouses, depots, and distribution channels.
3/28/2024 40
P2P Computing vs Grid Computing
• Differ in Target Communities
• Grid system deals with more complex, more powerful, more
diverse and highly interconnected set of resources than
P2P
• P2P uses heterogeneous end user devices for resource
sharing to fulfill the application requirements.
• Business logic and data is distributed among end user
nodes for P2P applications.
3/28/2024 41
A typical view of Grid environment
User Resource Broker
Grid Resources
Grid Information Service
2. A User sends computation or data
intensive application to Global Grids in
order to speed up the execution of the
application.
3. A Resource Broker distribute the jobs in an
application to the Grid resources based on user’s
QoS requirements and details of available Grid
resources for further executions.
4. Grid Resources (Cluster, PC,
Supercomputer, database, instruments, etc.) in
the Global Grid execute the user jobs.
1. Grid Information Service system
collects the details of the available Grid
resources and passes the information
to the resource broker.
Computation result
Grid application
Computational jobs
Details of Grid resources
Processed jobs
1
2
3
4
42
3/28/2024
Grid Middleware
• Grids are typically managed by grid ware - a special type of middleware that enable sharing and
manage grid components based on user requirements and resource attributes (e.g., capacity,
performance)
• Software that connects other software components or applications to provide the following functions:
Run applications on suitable available resources
– Brokering, Scheduling
Provide uniform, high-level access to resources
Address inter-domain issues of security, policy, etc.
– Federated Identities
Provide application-level status monitoring and control
3/28/2024 43
Middleware
• Globus – Chicago Univ
• Condor – Wisconsin Uni – High throughput computing
• Legion – Virginia Univ – Virtual workspaces - Collaborative
computing
• IBP – Internet back plane – Tennesse Univ – logistical networking
• NetSolve – solving scientific problems in heterogeneous env –
high throughput & data intensive
3/28/2024 44
Two Key Grid Computing Groups
The Globus Alliance (www.globus.org)
• Composed of people from:
Argonne National Labs, University of Chicago, University of Southern California Information
Sciences Institute, University of Edinburgh and others.
• OGSA/I standards initially proposed by the Globus Group
The Global Grid Forum (www.ggf.org)
• Heavy involvement of Academic Groups and Industry
– (e.g. IBM Grid Computing, HP, United Devices, Oracle, UK e-Science Programme, US DOE,
US NSF, Indiana University, and many others)
• Process
– Meets three times annually
– Solicits involvement from industry, research groups, and academics
3/28/2024 45
Some of the Major Grid Projects
Name URL/Sponsor Focus
EuroGrid, Grid
Interoperability (GRIP)
eurogrid.org
European Union
Create tech for remote access to super comp resources
& simulation codes; in GRIP, integrate with Globus
Toolkit™
Fusion Collaboratory fusiongrid.org
DOE Off. Science
Create a national computational collaboratory for fusion
research
Globus Project™ globus.org
DARPA, DOE, NSF,
NASA, Msoft
Research on Grid technologies; development and
support of Globus Toolkit™; application and deployment
GridLab gridlab.org
European Union
Grid technologies and applications
GridPP gridpp.ac.uk
U.K. eScience
Create & apply an operational grid within the U.K. for
particle physics research
Grid Research Integration
Dev. & Support Center
grids-center.org
NSF
Integration, deployment, support of the NSF
Middleware Infrastructure for research & education
3/28/2024 46
Cloud Computing
• Cloud computing refers to applications and services that run on a
distributed network using virtualized resources and accessed by
common Internet protocols and networking standards.
• It is distinguished by the notion that resources are virtual and
limitless and that details of the physical systems on which software
runs are abstracted from the user.
3/28/2024 47
Cloud Computing
• Cloud computing takes the technology, services, and applications that are similar
to those on the Internet and turns them into a self-service utility. The use of the
word “cloud” makes reference to the two essential concepts:
– Abstraction: Cloud computing abstracts the details of system implementation
from users and developers. Applications run on physical systems that aren't
specified, data is stored in locations that are unknown, administration of
systems is outsourced to others, and access by users is ubiquitous.
– Virtualization: Cloud computing virtualizes systems by pooling and sharing
resources. Systems and storage can be provisioned as needed from a
centralized infrastructure, costs are assessed on a metered basis, multi-
tenancy is enabled, and resources are scalable with agility.
3/28/2024 48
Cloud Computing
• Cloud computing is an abstraction based on the notion of pooling physical resources
and presenting them as a virtual resource. It is a new model for provisioning resources,
for staging applications, and for platform-independent user access to services.
• To help clarify how cloud computing has changed the nature of commercial system
deployment, consider these three examples:
– Google: In the last decade, Google has built a worldwide network of datacenters to service its
search engine. In doing so Google has captured a substantial portion of the world's advertising
revenue. That revenue has enabled Google to offer free software to users based on that
infrastructure and has changed the market for user-facing software. This is the classic Software
as a Service case.
– Azure Platform: By contrast, Microsoft is creating the Azure Platform. It enables .NET
Framework applications to run over the Internet as an alternate platform for Microsoft developer
software running on desktops.
– Amazon Web Services: One of the most successful cloud-based businesses is Amazon Web
Services, which is an Infrastructure as a Service offering that lets you rent virtual computers on
Amazon's own infrastructure.
3/28/2024 49
50
Thank You
Questions and Comments?
3/28/2024

More Related Content

Similar to Grid and Cloud Computing Lecture 1a.pptx

vssutcloud computing.pptx
vssutcloud computing.pptxvssutcloud computing.pptx
vssutcloud computing.pptxMunmunSaha7
 
Week 1 lecture material cc
Week 1 lecture material ccWeek 1 lecture material cc
Week 1 lecture material ccAnkit Gupta
 
Grid and cluster_computing_chapter1
Grid and cluster_computing_chapter1Grid and cluster_computing_chapter1
Grid and cluster_computing_chapter1Bharath Kumar
 
lec1.pptx
lec1.pptxlec1.pptx
lec1.pptxMusab58
 
Grid and Cloud Computing Lecture-2a.pptx
Grid and Cloud Computing Lecture-2a.pptxGrid and Cloud Computing Lecture-2a.pptx
Grid and Cloud Computing Lecture-2a.pptxDrAdeelAkram2
 
Distributed computing
Distributed computingDistributed computing
Distributed computingshivli0769
 
Grid computing notes
Grid computing notesGrid computing notes
Grid computing notesSyed Mustafa
 
EDT 323 Internet and Intranet 2022 Final.pptx
EDT 323 Internet and Intranet 2022 Final.pptxEDT 323 Internet and Intranet 2022 Final.pptx
EDT 323 Internet and Intranet 2022 Final.pptxGambari Amosa Isiaka
 
Cloud computing Review over various scheduling algorithms
Cloud computing Review over various scheduling algorithmsCloud computing Review over various scheduling algorithms
Cloud computing Review over various scheduling algorithmsIJEEE
 
cloudcomputingdistributedcomputing-171208050503 (1).pdf
cloudcomputingdistributedcomputing-171208050503 (1).pdfcloudcomputingdistributedcomputing-171208050503 (1).pdf
cloudcomputingdistributedcomputing-171208050503 (1).pdfArchanaPandiyan
 
Distributed Computing
Distributed Computing Distributed Computing
Distributed Computing Megha yadav
 
Introduction to Networks & Networking Concepts
Introduction to Networks & Networking ConceptsIntroduction to Networks & Networking Concepts
Introduction to Networks & Networking Conceptszaisahil
 
Lect 2 Types of Distributed Systems.pptx
Lect 2 Types of Distributed Systems.pptxLect 2 Types of Distributed Systems.pptx
Lect 2 Types of Distributed Systems.pptxPardonSamson
 

Similar to Grid and Cloud Computing Lecture 1a.pptx (20)

vssutcloud computing.pptx
vssutcloud computing.pptxvssutcloud computing.pptx
vssutcloud computing.pptx
 
Week 1 lecture material cc
Week 1 lecture material ccWeek 1 lecture material cc
Week 1 lecture material cc
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
CCUnit1.pdf
CCUnit1.pdfCCUnit1.pdf
CCUnit1.pdf
 
Grid and cluster_computing_chapter1
Grid and cluster_computing_chapter1Grid and cluster_computing_chapter1
Grid and cluster_computing_chapter1
 
lect02.pdf
lect02.pdflect02.pdf
lect02.pdf
 
lec1.pptx
lec1.pptxlec1.pptx
lec1.pptx
 
Grid and Cloud Computing Lecture-2a.pptx
Grid and Cloud Computing Lecture-2a.pptxGrid and Cloud Computing Lecture-2a.pptx
Grid and Cloud Computing Lecture-2a.pptx
 
Distributed computing
Distributed computingDistributed computing
Distributed computing
 
Grid computing notes
Grid computing notesGrid computing notes
Grid computing notes
 
EDT 323 Internet and Intranet 2022 Final.pptx
EDT 323 Internet and Intranet 2022 Final.pptxEDT 323 Internet and Intranet 2022 Final.pptx
EDT 323 Internet and Intranet 2022 Final.pptx
 
1.intro. to distributed system
1.intro. to distributed system1.intro. to distributed system
1.intro. to distributed system
 
Cloud computing Review over various scheduling algorithms
Cloud computing Review over various scheduling algorithmsCloud computing Review over various scheduling algorithms
Cloud computing Review over various scheduling algorithms
 
cloudcomputingdistributedcomputing-171208050503 (1).pdf
cloudcomputingdistributedcomputing-171208050503 (1).pdfcloudcomputingdistributedcomputing-171208050503 (1).pdf
cloudcomputingdistributedcomputing-171208050503 (1).pdf
 
Cloud Computing & Distributed Computing
Cloud Computing & Distributed ComputingCloud Computing & Distributed Computing
Cloud Computing & Distributed Computing
 
Distributed Computing
Distributed Computing Distributed Computing
Distributed Computing
 
Distributed Systems.pptx
Distributed Systems.pptxDistributed Systems.pptx
Distributed Systems.pptx
 
Introduction to Networks & Networking Concepts
Introduction to Networks & Networking ConceptsIntroduction to Networks & Networking Concepts
Introduction to Networks & Networking Concepts
 
data communication
data communicationdata communication
data communication
 
Lect 2 Types of Distributed Systems.pptx
Lect 2 Types of Distributed Systems.pptxLect 2 Types of Distributed Systems.pptx
Lect 2 Types of Distributed Systems.pptx
 

More from DrAdeelAkram2

Lec 12 Wi-Fi Indoor Wireless Communication
Lec 12 Wi-Fi Indoor Wireless CommunicationLec 12 Wi-Fi Indoor Wireless Communication
Lec 12 Wi-Fi Indoor Wireless CommunicationDrAdeelAkram2
 
Lec 2 Cell Planning Principles lecture notes
Lec 2 Cell Planning Principles lecture notesLec 2 Cell Planning Principles lecture notes
Lec 2 Cell Planning Principles lecture notesDrAdeelAkram2
 
Wireless Ad Hoc Networking Lecture Notes
Wireless Ad Hoc Networking Lecture NotesWireless Ad Hoc Networking Lecture Notes
Wireless Ad Hoc Networking Lecture NotesDrAdeelAkram2
 
Lecture on Internet Scale Sensor Systems
Lecture on Internet Scale Sensor SystemsLecture on Internet Scale Sensor Systems
Lecture on Internet Scale Sensor SystemsDrAdeelAkram2
 
08_-_Masamichi_Tanaka_-_Bigdata_and_AI_in_IOT.pdf
08_-_Masamichi_Tanaka_-_Bigdata_and_AI_in_IOT.pdf08_-_Masamichi_Tanaka_-_Bigdata_and_AI_in_IOT.pdf
08_-_Masamichi_Tanaka_-_Bigdata_and_AI_in_IOT.pdfDrAdeelAkram2
 
Amazon Echo Introduction, Capabilities and Vulnerabilities
Amazon Echo Introduction, Capabilities and VulnerabilitiesAmazon Echo Introduction, Capabilities and Vulnerabilities
Amazon Echo Introduction, Capabilities and VulnerabilitiesDrAdeelAkram2
 

More from DrAdeelAkram2 (7)

Lec 12 Wi-Fi Indoor Wireless Communication
Lec 12 Wi-Fi Indoor Wireless CommunicationLec 12 Wi-Fi Indoor Wireless Communication
Lec 12 Wi-Fi Indoor Wireless Communication
 
Lec 2 Cell Planning Principles lecture notes
Lec 2 Cell Planning Principles lecture notesLec 2 Cell Planning Principles lecture notes
Lec 2 Cell Planning Principles lecture notes
 
Wireless Ad Hoc Networking Lecture Notes
Wireless Ad Hoc Networking Lecture NotesWireless Ad Hoc Networking Lecture Notes
Wireless Ad Hoc Networking Lecture Notes
 
Lecture on Internet Scale Sensor Systems
Lecture on Internet Scale Sensor SystemsLecture on Internet Scale Sensor Systems
Lecture on Internet Scale Sensor Systems
 
08_-_Masamichi_Tanaka_-_Bigdata_and_AI_in_IOT.pdf
08_-_Masamichi_Tanaka_-_Bigdata_and_AI_in_IOT.pdf08_-_Masamichi_Tanaka_-_Bigdata_and_AI_in_IOT.pdf
08_-_Masamichi_Tanaka_-_Bigdata_and_AI_in_IOT.pdf
 
Amazon Echo Introduction, Capabilities and Vulnerabilities
Amazon Echo Introduction, Capabilities and VulnerabilitiesAmazon Echo Introduction, Capabilities and Vulnerabilities
Amazon Echo Introduction, Capabilities and Vulnerabilities
 
OpenMosix.ppt
OpenMosix.pptOpenMosix.ppt
OpenMosix.ppt
 

Recently uploaded

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 

Recently uploaded (20)

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 

Grid and Cloud Computing Lecture 1a.pptx

  • 1. GRID AND CLOUD COMPUTING Introduction to Grid and Cloud Computing Courtesy: Dr Gnanasekaran Thangavel https://web.uettaxila.edu.pk/CMS/2022/SPR2022/teGNCCms/index.asp
  • 2. UNIT I INTRODUCTION Evolution of Distributed computing: – Scalable computing over the Internet – Technologies for network-based systems – Clusters of cooperative computers – Grid computing Infrastructures – Cloud computing 2 3/28/2024
  • 3. Text Book 3/28/2024 3 Author: Ian Foster, Carl Kesselman Publisher: Elsevier, - 2-Dec-2003 - 748 pages
  • 4. Text Book 3/28/2024 4 Author: Barrie Sosinsky Publisher: John Wiley & Sons, - 10-Dec-2010 - 473 pages
  • 5. Reference Book 3/28/2024 5 Authors: Judith Hurwitz, Robin Bloor, Marcia Kaufman, Fern Halper Publisher: John Wiley & Sons, - 2010 - 339 pages
  • 6. Distributed Computing Definition:  “A distributed system consists of multiple autonomous computers that communicate through a computer network.  “Distributed computing utilizes a network of many computers, each accomplishing a portion of an overall task, to achieve a computational result much more quickly than with a single computer.”  “Distributed computing is type of computing that involves multiple computers; remote from each other with each having a role in a computation problem or information processing.” 6 3/28/2024
  • 7. Introduction • A distributed system is one in which hardware or software components located at networked computers communicate and coordinate their actions only by message passing. • In the term distributed computing, the word distributed means spread out across space. Thus, distributed computing is an activity performed on a spatially distributed system. • These networked computers may be in the same room, same campus, same country, or in different continents 7 3/28/2024
  • 9. Motivation • Inherently distributed applications • Performance/cost • Resource sharing • Flexibility and extensibility • Availability and fault tolerance • Scalability • Network connectivity is increasing. • Combination of cheap processors often more cost-effective than one expensive fast system. • Potential increase of reliability. 9 3/28/2024
  • 10. History • 1975 -1985 –Parallel computing was favored in the early years –Primarily vector-based at first –Gradually more thread-based parallelism was introduced –The first distributed computing programs were a pair of programs called Creeper and Reaper invented in 1970s –Ethernet that was invented in 1970s. –ARPANET e-mail was invented in the early 1970s and probably the earliest example of a large-scale distributed application. 10 3/28/2024
  • 11. History • 1985 -1995 – Massively parallel architectures start rising and message passing interface and other libraries developed – Bandwidth was a big problem – The first Internet-based distributed computing project was started in 1988 by the DEC System Research Center. – Distributed.net was a project founded in 1997 - considered the first to use the internet to distribute data for calculation and collect the results, 11 3/28/2024
  • 12. History • 1995 – Today – Cluster/grid architecture increasingly dominant – Special node machines were avoided in favor of COTS technologies – Web-wide cluster software – Google take this to the extreme (thousands of nodes/cluster) – SETI@Home started in May 1999 - analyze the radio signals that were being collected by the Arecibo Radio Telescope in Puerto Rico. 12 3/28/2024
  • 13. Goal • Making Resources Accessible – Data sharing and device sharing • Distribution Transparency – Access, location, migration, relocation, replication, concurrency, failure • Communication – Make human-to-human comm. easier. e.g.. : electronic mail • Flexibility – Spread the workload over the available machines in the most cost- effective way • To coordinate the use of shared resources • To solve large computational problem 13 3/28/2024
  • 14. Characteristics • Resource Sharing • Openness • Concurrency • Scalability • Fault Tolerance • Transparency 14 3/28/2024
  • 15. Distributed Computing Architecture • Client-server • 3-tier architecture • N-tier architecture • loose coupling, or tight coupling • Peer-to-peer • Space based 15 3/28/2024
  • 16. • Examples of commercial application : – Database Management System – Distributed computing using mobile agents – Local intranet – Internet (World Wide Web) – JAVA Remote Method Invocation (RMI) Application of Distributed Systems 16 3/28/2024
  • 17. Distributed Computing Using Mobile Agents • Mobile agents can be wandering around in a network using free resources for their own computations. 17 3/28/2024
  • 18. Local Intranet • A portion of Internet that is separately administered & supports internal sharing of resources (file/storage systems and printers) using Internet Protocols is called local intranet. 18 3/28/2024
  • 19. Internet • The Internet is a global system of interconnected computer networks that use the standardized Internet Protocol Suite (TCP/IP). 19 3/28/2024
  • 20. JAVA RMI • Embedded in language Java:- – Object variant of remote procedure call – Adds naming compared with RPC (Remote Procedure Call) – Restricted to Java environments RMI Architecture 20 3/28/2024
  • 21. Advantages • Economics:- – Computers harnessed together give a better price/performance ratio than mainframes. • Speed:- – A distributed system may have more total computing power than a mainframe. • Inherent distribution of applications:- – Some applications are inherently distributed. e.g., an ATM-banking application. • Reliability:- – If one machine crashes, the system as a whole can still survive if you have multiple server machines and multiple storage devices (redundancy). • Extensibility and Incremental Growth:- – Possible to gradually scale up (in terms of processing power and functionality) by adding more resources (both hardware and software). This can be done without disruption to the rest of the system. 21 3/28/2024
  • 22. Disadvantages • Complexity :- – Lack of experience in designing and implementing a distributed system. e.g., which platform (hardware and OS) to use, which language to use etc. • Network problem:- – If the network underlying a distributed system saturates or goes down, then the distributed system will be effectively disabled thus negating most of the advantages of the distributed system. • Security:- – Security is a major hazard since easy access to data means easy access to secret data as well. 22 3/28/2024
  • 23. Issues and Challenges • Heterogeneity of components :- – Variety or differences that apply to computer hardware, network, OS, programming language and implementations by different developers. – All differences in representation must be dealt with to do message exchange. – Example : Different calls for exchange of messages in UNIX is different from Windows. • Openness:- – System can be extended and re-implemented in various ways. – Cannot be achieved unless the specification and documentation are made available to software developer. – The most challenge to designer is to tackle the complexity of distributed system; design by different people. 23 3/28/2024
  • 24. Issues and Challenges cont… • Transparency:- – Aim : make certain aspects of distribution invisible to the application programmer; focus on design of their particular application. – They are not concerned about the locations and details of how it operates, either replicated or migrated. – Failures can be presented to application programmers in the form of exceptions – that must be handled. 24 3/28/2024
  • 25. Issues and Challenges cont… • Transparency:- – This concept can be summarize as shown in this Figure: 25 3/28/2024
  • 26. Issues and Challenges cont… • Security:- – Security for information resources in distributed system have 3 components : a. Confidentiality : protection against disclosure to unauthorized individuals. b. Integrity : protection against alteration/corruption c. Availability : protection against interference with the means to access the resources. – The challenge is to send sensitive information over Internet in a secure manner and to identify a remote user or other agent correctly. 26 3/28/2024
  • 27. Issues and Challenges cont.. • Scalability :- – Distributed computing operates at many different scales, ranging from small Intranet to Internet. – A system is scalable if there is significant increase in the number of resources and users. – The challenges is : a. controlling the cost of physical resources. b. controlling the performance loss. c. preventing software resource running out. d. avoiding performance bottlenecks. 27 3/28/2024
  • 28. Issues and Challenges cont… • Failure Handling :- – Failures in a distributed system are partial – some components fail while others can function. – That’s why handling the failures are difficult: a. Detecting failures : to manage the presence of failures cannot be detected but may be suspected. b. Masking failures : hiding failure not guaranteed in the worst case. • Concurrency :- – Where applications/services process concurrency, it will affect a conflict in operations with one another and produce inconsistence results. – Each resource must be designed to be safe in a concurrent environment. 28 3/28/2024
  • 29. Conclusion • The concept of distributed computing is the most efficient way to achieve the optimization. • Distributed computing is anywhere : intranet, Internet or mobile ubiquitous computing (laptop, PDAs, pagers, smart watches, hi-fi systems). • It deals with hardware and software systems, that contain more than one processing / storage and run in concurrently. • Main motivation factor is resource sharing; such as files , printers, web pages or database records. • Grid computing and Cloud computing are forms of distributed computing. 29 3/28/2024
  • 30. Grid Computing Grid computing is a form of distributed computing whereby a "super and virtual computer" is composed of a cluster of networked, loosely coupled computers, acting in concert to perform very large tasks. Grid computing (Foster and Kesselman, 1999) is a growing technology that facilitates the executions of large-scale resource intensive applications on geographically distributed computing resources. Facilitates flexible, secure, coordinated large scale resource sharing among dynamic collections of individuals, institutions, and resource. Enable communities (“virtual organizations”) to share geographically distributed resources as they pursue common goals. 3/28/2024 30
  • 31. Criteria for a Grid: • Coordinates resources that are not subject to centralized control • Uses standard, open, general-purpose protocols and interfaces. • Delivers nontrivial qualities of service Benefits • Exploit Underutilized resources • Resource load Balancing • Virtualize resources across an enterprise • Data Grids, Compute Grids • Enable collaboration for virtual organizations 31 3/28/2024
  • 32. Grid Applications Data and computationally intensive applications: This technology has been applied to computationally-intensive scientific, mathematical, and academic problems like drug discovery, economic forecasting, seismic analysis Backoffice data processing in support of e- commerce • A chemist may utilize hundreds of processors to screen thousands of compounds per hour. • Teams of engineers worldwide pool resources to analyze terabytes of structural data. • Meteorologists seek to visualize and analyze petabytes of climate data with enormous computational demands. Resource sharing – Computers, storage, sensors, networks, … – Sharing always conditional: issues of trust, policy, negotiation, payment, … Coordinated problem solving – distributed data analysis, computation, collaboration, … 3/28/2024 32
  • 33. Grid Topologies • Intragrid – Local grid within an organization – Trust based on personal contracts • Extragrid – Resources of a consortium of organizations connected through a (Virtual) Private Network – Trust based on Business to Business contracts • Intergrid – Global sharing of resources through the internet – Trust based on certification 3/28/2024 33
  • 34. 3/28/2024 34 Computational Grid “A computational grid is a hardware and software infrastructure that provides dependable, consistent, pervasive, and inexpensive access to high-end computational capabilities.” ”The Grid: Blueprint for a New Computing Infrastructure”, Kesselman & Foster Example : Science Grid (US Department of Energy)
  • 35. Data Grid • A data grid is a grid computing system that deals with data — the controlled sharing and management of large amounts of distributed data. • Data Grid is the storage component of a grid environment. Scientific and engineering applications require access to large amounts of data, and often this data is widely distributed. A data grid provides seamless access to the local or remote data required to complete compute intensive calculations. Example : Biomedical informatics Research Network (BIRN), the Southern California Earthquake Center (SCEC). 3/28/2024 35
  • 36. Methods of Grid Computing • Distributed Supercomputing • High-Throughput Computing • On-Demand Computing • Data-Intensive Computing • Collaborative Computing • Logistical Networking 3/28/2024 36
  • 37. Distributed Supercomputing • Combining multiple high-capacity resources on a computational grid into a single, virtual distributed supercomputer. • Tackle problems that cannot be solved on a single system. 3/28/2024 37
  • 38. High-Throughput Computing • Uses the grid to schedule large numbers of loosely coupled or independent tasks, with the goal of putting unused processor cycles to work. On-Demand Computing • Uses grid capabilities to meet short-term requirements for resources that are not locally accessible. • Models real-time computing demands. 3/28/2024 38
  • 39. Collaborative Computing • Concerned primarily with enabling and enhancing human-to-human interactions. • Applications are often structured in terms of a virtual shared space. Data-Intensive Computing • The focus is on synthesizing new information from data that is maintained in geographically distributed repositories, digital libraries, and databases. • Particularly useful for distributed data mining. 3/28/2024 39
  • 40. Logistical Networking • Logistical networks focus on exposing storage resources inside networks by optimizing the global scheduling of data transport, and data storage. • Contrasts with traditional networking, which does not explicitly model storage resources in the network. • high-level services for Grid applications • Called "logistical" because of the analogy it bears with the systems of warehouses, depots, and distribution channels. 3/28/2024 40
  • 41. P2P Computing vs Grid Computing • Differ in Target Communities • Grid system deals with more complex, more powerful, more diverse and highly interconnected set of resources than P2P • P2P uses heterogeneous end user devices for resource sharing to fulfill the application requirements. • Business logic and data is distributed among end user nodes for P2P applications. 3/28/2024 41
  • 42. A typical view of Grid environment User Resource Broker Grid Resources Grid Information Service 2. A User sends computation or data intensive application to Global Grids in order to speed up the execution of the application. 3. A Resource Broker distribute the jobs in an application to the Grid resources based on user’s QoS requirements and details of available Grid resources for further executions. 4. Grid Resources (Cluster, PC, Supercomputer, database, instruments, etc.) in the Global Grid execute the user jobs. 1. Grid Information Service system collects the details of the available Grid resources and passes the information to the resource broker. Computation result Grid application Computational jobs Details of Grid resources Processed jobs 1 2 3 4 42 3/28/2024
  • 43. Grid Middleware • Grids are typically managed by grid ware - a special type of middleware that enable sharing and manage grid components based on user requirements and resource attributes (e.g., capacity, performance) • Software that connects other software components or applications to provide the following functions: Run applications on suitable available resources – Brokering, Scheduling Provide uniform, high-level access to resources Address inter-domain issues of security, policy, etc. – Federated Identities Provide application-level status monitoring and control 3/28/2024 43
  • 44. Middleware • Globus – Chicago Univ • Condor – Wisconsin Uni – High throughput computing • Legion – Virginia Univ – Virtual workspaces - Collaborative computing • IBP – Internet back plane – Tennesse Univ – logistical networking • NetSolve – solving scientific problems in heterogeneous env – high throughput & data intensive 3/28/2024 44
  • 45. Two Key Grid Computing Groups The Globus Alliance (www.globus.org) • Composed of people from: Argonne National Labs, University of Chicago, University of Southern California Information Sciences Institute, University of Edinburgh and others. • OGSA/I standards initially proposed by the Globus Group The Global Grid Forum (www.ggf.org) • Heavy involvement of Academic Groups and Industry – (e.g. IBM Grid Computing, HP, United Devices, Oracle, UK e-Science Programme, US DOE, US NSF, Indiana University, and many others) • Process – Meets three times annually – Solicits involvement from industry, research groups, and academics 3/28/2024 45
  • 46. Some of the Major Grid Projects Name URL/Sponsor Focus EuroGrid, Grid Interoperability (GRIP) eurogrid.org European Union Create tech for remote access to super comp resources & simulation codes; in GRIP, integrate with Globus Toolkit™ Fusion Collaboratory fusiongrid.org DOE Off. Science Create a national computational collaboratory for fusion research Globus Project™ globus.org DARPA, DOE, NSF, NASA, Msoft Research on Grid technologies; development and support of Globus Toolkit™; application and deployment GridLab gridlab.org European Union Grid technologies and applications GridPP gridpp.ac.uk U.K. eScience Create & apply an operational grid within the U.K. for particle physics research Grid Research Integration Dev. & Support Center grids-center.org NSF Integration, deployment, support of the NSF Middleware Infrastructure for research & education 3/28/2024 46
  • 47. Cloud Computing • Cloud computing refers to applications and services that run on a distributed network using virtualized resources and accessed by common Internet protocols and networking standards. • It is distinguished by the notion that resources are virtual and limitless and that details of the physical systems on which software runs are abstracted from the user. 3/28/2024 47
  • 48. Cloud Computing • Cloud computing takes the technology, services, and applications that are similar to those on the Internet and turns them into a self-service utility. The use of the word “cloud” makes reference to the two essential concepts: – Abstraction: Cloud computing abstracts the details of system implementation from users and developers. Applications run on physical systems that aren't specified, data is stored in locations that are unknown, administration of systems is outsourced to others, and access by users is ubiquitous. – Virtualization: Cloud computing virtualizes systems by pooling and sharing resources. Systems and storage can be provisioned as needed from a centralized infrastructure, costs are assessed on a metered basis, multi- tenancy is enabled, and resources are scalable with agility. 3/28/2024 48
  • 49. Cloud Computing • Cloud computing is an abstraction based on the notion of pooling physical resources and presenting them as a virtual resource. It is a new model for provisioning resources, for staging applications, and for platform-independent user access to services. • To help clarify how cloud computing has changed the nature of commercial system deployment, consider these three examples: – Google: In the last decade, Google has built a worldwide network of datacenters to service its search engine. In doing so Google has captured a substantial portion of the world's advertising revenue. That revenue has enabled Google to offer free software to users based on that infrastructure and has changed the market for user-facing software. This is the classic Software as a Service case. – Azure Platform: By contrast, Microsoft is creating the Azure Platform. It enables .NET Framework applications to run over the Internet as an alternate platform for Microsoft developer software running on desktops. – Amazon Web Services: One of the most successful cloud-based businesses is Amazon Web Services, which is an Infrastructure as a Service offering that lets you rent virtual computers on Amazon's own infrastructure. 3/28/2024 49
  • 50. 50 Thank You Questions and Comments? 3/28/2024