Concepts and Architecture of Grid Computing: Advanced Topics Spring 2008
Concepts and Architecture of Grid Computing: Advanced Topics Spring 2008
Architecture of Grid
Computing
Advanced Topics Spring 2008
Prof. Robert van Engelen
Overview
2/12/08
Grid Users
Industry
Government
Education
2/12/08
Imaging
2/12/08
Scientific simulations
2/12/08
Physical organizations
2/12/08
Challenges
2/12/08
2/12/08
2/12/08
2/12/08
10
Service orientation
Services instead of applications
A service has a well-defined web interface (like an HTTP server)
2/12/08
11
Improved technology
2/12/08
12
Role of layers:
2/12/08
Fabric Layer
2/12/08
14
Connectivity Layer
2/12/08
15
Resource Layer
Globus GridFTP
Good old FTP but faster (multiple streams), integrated security
Partial file access
2/12/08
16
Collective Layer
Tools
Workflow systems
Collaboratory services
2/12/08
17
machine architecture
command or executable starting application
constraints on required resources
executable size
required memory
operating system and release
owner
rank specifying preferred resources
[
Type = "job";
Owner = "Myself";
Executable = "Myimage";
Rank = other.PhysicalMemory > 256 && other.Mips > 20 || other.Kflops > 2000;
Imagesize = 275M;
Constraint = other.Virtual > self.Imagesize;
]
2/12/08
18
Condor schedd
Globus GRAM for RSL
19
Condor-G can
cross institutional
boundaries
Supports both
Condor and nonCondor pools
Uses
2/12/08
Grid Security
Infrastructure
(GSI)
Grid Resource
Allocation
Manager (GRAM)
Global Access to
Storage (GASS)
20
Condor-G Glidein
2/12/08
A glidein is a Condor
deamon
Each glidein creates (part of)
an ad-hoc Condor pool
Can be user-defined
21
2/12/08
22
NEESgrid
http://it.nees.org
2/12/08
Collaboration technology
Information management for sharing data
Simulation systems and software
NEESgrid-enabled desktops for direct access to Grid
Support nodes which maintain online knowledge bases
23
NEESGrid Overview
2/12/08
24
NEESPoP
2/12/08
25
26
2/12/08
27
Digital sky surveys are created using the Chimera virtual data toolkit
(built on Globus and Condor)
Virtual Sky provides image navigation over the whole sky, e.g.
access via http://skyview.gsfc.nasa.gov
2/12/08
28
Further Reading
[Grid] Chapter 4
Optional:
NEESgrid: [Grid] Chapter 6
Virtual Observatory: [Grid] Chapter 7
Condor and reliability: [Grid] Chapter 19
2/12/08
29