Grid Architecture

92
Grid Architecture Grid Architecture Prof. Ruay-Shiung Chang Prof. Ruay-Shiung Chang March 2004 March 2004

Transcript of Grid Architecture

Page 1: Grid Architecture

Grid ArchitectureGrid Architecture

Prof. Ruay-Shiung ChangProf. Ruay-Shiung ChangMarch 2004March 2004

Page 2: Grid Architecture

2

Page 3: Grid Architecture

3

Course ContentsCourse Contents Grid ArchitectureGrid Architecture Open Grid Services ArchitectureOpen Grid Services Architecture Resource and Service ManagementResource and Service Management Building Reliable Clients and ServicesBuilding Reliable Clients and Services Instrumentation and MonitoringInstrumentation and Monitoring

Page 4: Grid Architecture

4

Grid ArchitectureGrid Architecture

Page 5: Grid Architecture

Grid ArchitectureGrid Architecture

Page 6: Grid Architecture

6

Why Discuss Architecture?Why Discuss Architecture? DescriptiveDescriptive

• Provide a common vocabulary for use when Provide a common vocabulary for use when describing Grid systemsdescribing Grid systems

GuidanceGuidance• Identify key areas in which services are Identify key areas in which services are

required required PrescriptivePrescriptive

• Define standard “Intergrid” protocols and Define standard “Intergrid” protocols and APIs to facilitate creation of interoperable APIs to facilitate creation of interoperable Grid systems and portable applicationsGrid systems and portable applications

Page 7: Grid Architecture

7

Page 8: Grid Architecture

8

Water Garden in EnglandWater Garden in England

Page 9: Grid Architecture

9

One View of RequirementsOne View of Requirements Identity & authenticationIdentity & authentication Authorization & policyAuthorization & policy Resource discoveryResource discovery Resource characterizationResource characterization Resource allocationResource allocation (Co-)reservation, workflow(Co-)reservation, workflow Distributed algorithmsDistributed algorithms Remote data accessRemote data access High-speed data transferHigh-speed data transfer Performance guaranteesPerformance guarantees MonitoringMonitoring

Adaptation Intrusion detection Resource

management Accounting &

payment Fault management System evolution etc. etc. …

Page 10: Grid Architecture

10

Another View: “Three ObstaclesAnother View: “Three Obstaclesto Making Grid Computing Routine”to Making Grid Computing Routine”

1)1) New approaches to problem solvingNew approaches to problem solving• Data Grids, distributed computing, peer-to-peer, Data Grids, distributed computing, peer-to-peer,

collaboration grids, …collaboration grids, …2)2) Structuring and writing programsStructuring and writing programs

• Abstractions, toolsAbstractions, tools3)3) Enabling resource sharing across distinct Enabling resource sharing across distinct

institutionsinstitutions• Resource discovery, access, reservation, Resource discovery, access, reservation,

allocation; authentication, authorization, policy; allocation; authentication, authorization, policy; communication; fault detection and notification; communication; fault detection and notification; ……

Page 11: Grid Architecture

11

Page 12: Grid Architecture

13

The Systems Problem:The Systems Problem:Resource Sharing Mechanisms That …Resource Sharing Mechanisms That …

Address security and policy concerns of Address security and policy concerns of resource owners and usersresource owners and users

Are flexible enough to deal with many Are flexible enough to deal with many resource types and sharing modalitiesresource types and sharing modalities

Scale to large number of resources, many Scale to large number of resources, many participants, many program componentsparticipants, many program components

Operate efficiently when dealing with large Operate efficiently when dealing with large amounts of data & computationamounts of data & computation

Page 13: Grid Architecture

14

Aspects of the Systems Aspects of the Systems ProblemProblem

1)1) Need for Need for interoperabilityinteroperability when different groups when different groups want to share resourceswant to share resources• Diverse components, policies, mechanismsDiverse components, policies, mechanisms• E.g., standard notions of identity, means of E.g., standard notions of identity, means of

communication, resource descriptionscommunication, resource descriptions2)2) Need for Need for shared infrastructure servicesshared infrastructure services to to

avoid repeated development, installationavoid repeated development, installation• E.g., one port/service/protocol for remote access to E.g., one port/service/protocol for remote access to

computing, not one per tool/appcomputing, not one per tool/app• E.g., Certificate Authorities: expensive to runE.g., Certificate Authorities: expensive to run

A common need for A common need for protocols & servicesprotocols & services

Page 14: Grid Architecture

15Hence, a Protocol-Oriented ViewHence, a Protocol-Oriented Viewof Grid Architecture, that Emphasizes of Grid Architecture, that Emphasizes

…… Development of Development of Grid protocols & servicesGrid protocols & services

• Protocol-mediated access to remote resourcesProtocol-mediated access to remote resources• New services: e.g., resource brokeringNew services: e.g., resource brokering• ““On the Grid” = speak Intergrid protocolsOn the Grid” = speak Intergrid protocols• Mostly (extensions to) existing protocolsMostly (extensions to) existing protocols

Development of Development of Grid APIs & SDKsGrid APIs & SDKs• Interfaces to Grid protocols & servicesInterfaces to Grid protocols & services• Facilitate application development by supplying Facilitate application development by supplying

higher-level abstractionshigher-level abstractions The (hugely successful) model is the InternetThe (hugely successful) model is the Internet

Page 15: Grid Architecture

16

Layered Grid ArchitectureLayered Grid Architecture(By Analogy to Internet (By Analogy to Internet

Architecture)Architecture)Application

Fabric“Controlling things locally”: Access to, & control of, resources

Connectivity“Talking to things”: communication (Internet protocols) & security

Resource“Sharing single resources”: negotiating access, controlling use

Collective“Coordinating multiple resources”: ubiquitous infrastructure services, app-specific distributed services

InternetTransport

Application

Link

Internet Protocol Architecture

Page 16: Grid Architecture

17

Protocols, Services,Protocols, Services,and APIs Occur at Each Leveland APIs Occur at Each Level

Languages/Frameworks

Fabric Layer

Applications

Local Access APIs and Protocols

Collective Service APIs and SDKsCollective Services

Collective Service Protocols

Resource APIs and SDKsResource Services

Resource Service Protocols

Connectivity APIsConnectivity Protocols

Page 17: Grid Architecture

18

Important PointsImportant Points Built on Internet protocols & servicesBuilt on Internet protocols & services

• Communication, routing, name resolution, etc.Communication, routing, name resolution, etc. ““Layering” here is conceptual, does not Layering” here is conceptual, does not

imply constraints on who can call whatimply constraints on who can call what• Protocols/services/APIs/SDKs will, ideally, be Protocols/services/APIs/SDKs will, ideally, be

largely self-containedlargely self-contained• Some things are fundamental: e.g., Some things are fundamental: e.g.,

communication and securitycommunication and security• But, advantageous for higher-level functions to But, advantageous for higher-level functions to

use common lower-level functionsuse common lower-level functions

Page 18: Grid Architecture

19

The Hourglass ModelThe Hourglass Model

Focus on architecture issuesFocus on architecture issues• Propose set of core services Propose set of core services

as basic infrastructureas basic infrastructure• Use to construct high-level, Use to construct high-level,

domain-specific solutionsdomain-specific solutions Design principlesDesign principles

• Keep participation cost lowKeep participation cost low• Enable local controlEnable local control• Support for adaptationSupport for adaptation• ““IP hourglass” modelIP hourglass” model

Diverse global services

Coreservices

Local OS

A p p l i c a t i o n s

Page 19: Grid Architecture

20

HourglassHourglass

Page 20: Grid Architecture

21

Where Are We With Where Are We With Architecture?Architecture?

No “official” standards existNo “official” standards exist But: But:

• Globus Toolkit™ has emerged as the de facto Globus Toolkit™ has emerged as the de facto standard for several important Connectivity, standard for several important Connectivity, Resource, and Collective protocolsResource, and Collective protocols

• GGF has an architecture working groupGGF has an architecture working group• Technical specifications are being developed Technical specifications are being developed

for architecture elements: e.g., security, for architecture elements: e.g., security, data, resource management, informationdata, resource management, information

• Internet drafts submitted in security areaInternet drafts submitted in security area

Page 21: Grid Architecture

22

Fabric LayerFabric LayerProtocols & ServicesProtocols & Services

Just what you would expect: the diverse mix of Just what you would expect: the diverse mix of resources that may be sharedresources that may be shared• Individual computers, Condor pools, file systems, Individual computers, Condor pools, file systems,

archives, metadata catalogs, networks, sensors, archives, metadata catalogs, networks, sensors, etc., etc.etc., etc.

Few constraints on low-level technology: Few constraints on low-level technology: connectivity and resource level protocols form connectivity and resource level protocols form the “neck in the hourglass” the “neck in the hourglass”

Defined by interfaces not physical Defined by interfaces not physical characteristicscharacteristics

Page 22: Grid Architecture

23

Fabrics in generalFabrics in general

Page 23: Grid Architecture

24

Connectivity LayerConnectivity LayerProtocols & ServicesProtocols & Services

CommunicationCommunication• Internet protocols: IP, DNS, routing, etc.Internet protocols: IP, DNS, routing, etc.

Security: Grid Security Infrastructure (GSI)Security: Grid Security Infrastructure (GSI)• Uniform authentication, authorization, and Uniform authentication, authorization, and

message protection mechanisms in multi-message protection mechanisms in multi-institutional settinginstitutional setting

• Single sign-on, delegation, identity mappingSingle sign-on, delegation, identity mapping• Public key technology, SSL, X.509, GSS-APIPublic key technology, SSL, X.509, GSS-API• Supporting infrastructure: Certificate Supporting infrastructure: Certificate

Authorities, certificate & key management, …Authorities, certificate & key management, …

Page 24: Grid Architecture

25

Not too many connections!Not too many connections!

Page 25: Grid Architecture

26

Resource LayerResource LayerProtocols & ServicesProtocols & Services

Grid Resource Allocation Management (GRAM) Grid Resource Allocation Management (GRAM) • Remote allocation, reservation, monitoring, control Remote allocation, reservation, monitoring, control

of compute resourcesof compute resources GridFTP protocol (FTP extensions)GridFTP protocol (FTP extensions)

• High-performance data access & transportHigh-performance data access & transport Grid Resource Information Service (GRIS)Grid Resource Information Service (GRIS)

• Access to structure & state informationAccess to structure & state information Others emerging: Catalog access, code Others emerging: Catalog access, code

repository access, accounting, etc.repository access, accounting, etc. All built on connectivity layer: GSI & IPAll built on connectivity layer: GSI & IP

Page 26: Grid Architecture

27

Collective LayerCollective LayerProtocols & ServicesProtocols & Services

Index servers aka metadirectory servicesIndex servers aka metadirectory services• Custom views on dynamic resource collections assembleCustom views on dynamic resource collections assembled by a community d by a community

Resource brokers (e.g., Condor Matchmaker)Resource brokers (e.g., Condor Matchmaker)• Resource discovery and allocationResource discovery and allocation

Replica catalogsReplica catalogs Replication servicesReplication services Co-reservation and co-allocation servicesCo-reservation and co-allocation services Workflow management servicesWorkflow management services etc.etc.

Condor: www.cs.wisc.edu/condor

Page 27: Grid Architecture

28

Collectives: The BorgsCollectives: The Borgs

Resistance is futile. You will be assimilated.

Page 28: Grid Architecture

29

ComputeResource

SDKAPI

AccessProtocol

CheckpointRepository

SDKAPI

C-pointProtocol

Example: High-Throughput Computing Example: High-Throughput Computing SystemSystem

High Throughput Computing System

Dynamic checkpoint, job management, failover, staging

Brokering, certificate authorities

Access to data, access to computers, access to network performance data

Communication, service discovery (DNS), authentication, authorization, delegation

Storage systems, schedulers

Collective(App)

App

Collective(Generic)

Resource

Connect

Fabric

Page 29: Grid Architecture

30

Example:Example:Data Grid ArchitectureData Grid Architecture

Discipline-Specific Data Grid Application

Coherency control, replica selection, task management, virtual data catalog, virtual data code catalog, …

Replica catalog, replica management, co-allocation, certificate authorities, metadata catalogs,

Access to data, access to computers, access to network performance data, …

Communication, service discovery (DNS), authentication, authorization, delegation

Storage systems, clusters, networks, network caches, …

Collective(App)

App

Collective(Generic)

Resource

Connect

Fabric

Page 30: Grid Architecture

31

CERN’s Data Grid ApplicationCERN’s Data Grid Application

Page 31: Grid Architecture

32

The Compact Muon Solenoid

Page 32: Grid Architecture

OpenOpen Grid Service Grid Service ArchitectureArchitecture

Minds are like parachutes, they Minds are like parachutes, they only function when they are only function when they are openopen. .

– Thomas Robert Dewar– Thomas Robert Dewar

Page 33: Grid Architecture

34

Service-Oriented ArchitectureService-Oriented Architecture Service: an entity that provides some Service: an entity that provides some

capability to its clients by capability to its clients by exchanging messagesexchanging messages

Service: defined by identifying Service: defined by identifying sequences of specific message sequences of specific message exchanges that cause the service to exchanges that cause the service to perform some operationsperform some operations

Page 34: Grid Architecture
Page 35: Grid Architecture

36

Service-oriented ArchitectureService-oriented Architecture Great flexibiliGreat flexibility in implemty in implemen-tation anen-tation and location: bd location: because all opecause all operations are erations are defined in terdefined in terms of messams of message exchangesge exchanges

SOAP: Simple Object Access Protocol

Page 36: Grid Architecture

37

Service-oriented ArchitectureService-oriented Architecture Definition: a service-oriented architecture Definition: a service-oriented architecture

is one in which all entities are services, and is one in which all entities are services, and thus any operation visible to the thus any operation visible to the architecture is the result of message architecture is the result of message exchangeexchange

Underlyinginfrastructure

Message exchanges services

Page 37: Grid Architecture

38

Service-oriented architectureService-oriented architecture Examples:Examples:

• A storage serviceA storage service• A data transfer serviceA data transfer service• A troubleshooting serviceA troubleshooting service

Two important themesTwo important themes

low-level service

high-level service

Page 38: Grid Architecture

39

But, first four personality typesBut, first four personality types

Page 39: Grid Architecture

40

Service-oriented architectureService-oriented architecture Common behaviors can reoccur in Common behaviors can reoccur in

different contextsdifferent contexts• A goal of OGSA design is to allow these A goal of OGSA design is to allow these

behaviors to be expressed in standard behaviors to be expressed in standard ways regardless of contexts, so as to ways regardless of contexts, so as to simplify application design and simplify application design and encourage code reuseencourage code reuse

Page 40: Grid Architecture

41

Page 41: Grid Architecture

42

Service-oriented architectureService-oriented architecture A higher-level service behavior (data A higher-level service behavior (data

transfer) can be implemented via the transfer) can be implemented via the composition of simpler behaviors composition of simpler behaviors (storage service)(storage service)• Ease of composition is a second major Ease of composition is a second major

design goal for OGSAdesign goal for OGSA

Page 42: Grid Architecture

43

Service-oriented architectureService-oriented architecture Similarity in Similarity in

protocolsprotocols

Page 43: Grid Architecture

44

Service-oriented architectureService-oriented architecture By encapsulating service operations By encapsulating service operations

behind a common message-oriented behind a common message-oriented service interface, service-oriented service interface, service-oriented architecture encourages architecture encourages service service virtualizationvirtualization, isolating users from , isolating users from details of service implantation and details of service implantation and locationlocation

Page 44: Grid Architecture

45

Service-oriented architectureService-oriented architecture

Virtualization

Page 45: Grid Architecture

46

Service-oriented architectureService-oriented architecture VirtualizationVirtualization

• Everything is becoming virtual: virtual Everything is becoming virtual: virtual stores, virtual workspace, virtual stores, virtual workspace, virtual organization, virtual networks, …organization, virtual networks, …

• More than 60 million US workers work More than 60 million US workers work remotelyremotely

Page 46: Grid Architecture

47

Service-oriented architectureService-oriented architecture Interaction with a given service is Interaction with a given service is

facilitated by using a standard facilitated by using a standard interface definition languageinterface definition language ( (IDLIDL), ), such as WSDL, to describe the such as WSDL, to describe the service’s interfaces.service’s interfaces.

Page 47: Grid Architecture

48

Service-oriented architectureService-oriented architecture Web service description languageWeb service description language

Page 48: Grid Architecture

49

Service-oriented architectureService-oriented architecture IDL: a cornerstone of interoperability IDL: a cornerstone of interoperability

and transparencyand transparency

Page 49: Grid Architecture

50

Service-oriented architectureService-oriented architecture An IDL defines the operations An IDL defines the operations

supported by a service, by specifying supported by a service, by specifying the messages that a service the messages that a service consumes and producesconsumes and produces

An interface specification describes An interface specification describes the messages the service expects the messages the service expects but does not define what the service but does not define what the service does in response to those messages does in response to those messages (i.e., its behavior)(i.e., its behavior)

Page 50: Grid Architecture

51

Service-oriented architectureService-oriented architecture

Page 51: Grid Architecture

52

Service-oriented architectureService-oriented architecture

Page 52: Grid Architecture

53

Service-oriented architectureService-oriented architecture A well-defined interface definition A well-defined interface definition

language and a separation of language and a separation of concerns between service interface concerns between service interface and implementation simplify the and implementation simplify the manipulation and management of manipulation and management of services in four important respects: services in four important respects: service discovery, composition, service discovery, composition, specialization, and interface specialization, and interface extensionextension..

Page 53: Grid Architecture

54

Service-oriented architectureService-oriented architecture Service discoveryService discovery

Page 54: Grid Architecture

55

Service-oriented architectureService-oriented architecture Service discovery Service discovery

• Service Location Protocol (SLP)Service Location Protocol (SLP)• Jini: A service discovery architecture based Jini: A service discovery architecture based on Javaon Java• Universal Plug and Play (UPnP): Microsoft's Universal Plug and Play (UPnP): Microsoft's solution to service discoverysolution to service discovery• Salutation: A light weight network protocol iSalutation: A light weight network protocol independent service discovery protocol ndependent service discovery protocol

Page 55: Grid Architecture

56

Service-oriented architectureService-oriented architecture Service compositionService composition

Page 56: Grid Architecture

57

Service-oriented architectureService-oriented architecture Service specialization: use of Service specialization: use of

different implementations of a different implementations of a service interface on different service interface on different platformsplatforms

Page 57: Grid Architecture

58

Service-oriented architectureService-oriented architecture Interface extension: Interface extension:

allow for specialized allow for specialized implementations to implementations to add additional, add additional, implementation-implementation-specific specific functionality, while functionality, while still supporting the still supporting the common interfacecommon interface A value-added extension

Page 58: Grid Architecture

59

Open Grid Service ArchitectureOpen Grid Service Architecture Objectives of OGSAObjectives of OGSA

• Manage resources across distributed Manage resources across distributed heterogeneous platforms heterogeneous platforms

• Deliver seamless quality of service Deliver seamless quality of service • Provide a common base for autonomic Provide a common base for autonomic

management solutions management solutions • Define open, published interfaces Define open, published interfaces • Exploit industry standard integration Exploit industry standard integration

technologies technologies

Page 59: Grid Architecture

60

Open Grid Service ArchitectureOpen Grid Service Architecture Three principal elements of OGSA: OGSI, Three principal elements of OGSA: OGSI,

OGSA services, OGSA applicationsOGSA services, OGSA applicationsOGSA main architecture

Page 60: Grid Architecture

61

Open Grid Service InfrastructureOpen Grid Service Infrastructure OGSI: OGSI: provides a uniform way for provides a uniform way for

software developers to model and interact software developers to model and interact with grid services by providing interfaces with grid services by providing interfaces for discovery, life cycle, state for discovery, life cycle, state management, creation and destruction, management, creation and destruction, event notification, and reference event notification, and reference management. management.

Page 61: Grid Architecture

62

Requesting a serviceRequesting a service

Page 62: Grid Architecture

63

Important OGSI concepts and Important OGSI concepts and interactionsinteractions

service data, keep-alive,notifications,

service invocation

create service

grid service handleservice requester

servicediscovery

serviceregistry

registerservice

resourceallocation

service factory

serviceinstances

Page 63: Grid Architecture

64

Open Grid Service InfrastructureOpen Grid Service Infrastructure OGSI and web services: OGSA architecture OGSI and web services: OGSA architecture

enhances Web services to accommodate enhances Web services to accommodate requirements of the grid. These enhancements requirements of the grid. These enhancements are specified in OGSI. Over time, it's expected are specified in OGSI. Over time, it's expected that much of the OGSI functionality will be that much of the OGSI functionality will be incorporated in Web services standards. incorporated in Web services standards.

Page 64: Grid Architecture

65

Open Grid Service InfrastructureOpen Grid Service Infrastructure Implementation of OGSI: Implementation of OGSI: The Globus TooThe Globus Toolkit 3 (GT3) is the first full-scale implementatilkit 3 (GT3) is the first full-scale implementation of the OGSI standard. on of the OGSI standard.

Page 65: Grid Architecture

66

OGSA Architected ServicesOGSA Architected Services OGSA architected servicesOGSA architected services

Page 66: Grid Architecture

67

OGSA Architected ServicesOGSA Architected Services Grid core servicesGrid core services

Page 67: Grid Architecture

68

OGSA Architected ServicesOGSA Architected Services Grid program execution and data Grid program execution and data

servicesservices

Page 68: Grid Architecture

69

OGSA Architected ServicesOGSA Architected Services Grid program execution and data services Grid program execution and data services

hostinghosting

Page 69: Grid Architecture

70

NamingNaming Because Grid services are dynamic and sBecause Grid services are dynamic and stateful, we need a way to distinguish ontateful, we need a way to distinguish one dynamically created service instance fre dynamically created service instance from another.om another. Thus, we need a naming scheme for Grid Thus, we need a naming scheme for Grid service instances.service instances.

Page 70: Grid Architecture

71

Page 71: Grid Architecture

72

NamingNaming

Page 72: Grid Architecture

73

NamingNaming

Page 73: Grid Architecture

74

NamingNaming

Page 74: Grid Architecture

75

NamingNaming

Page 75: Grid Architecture

76

NamingNaming

Page 76: Grid Architecture

77

NamingNaming OGSI defines a two-level naming OGSI defines a two-level naming

scheme for Grid service instances scheme for Grid service instances based on simple, abstract, long-lived based on simple, abstract, long-lived Grid service handles (GSH).Grid service handles (GSH).

GSH can be mapped by handle GSH can be mapped by handle resolution services to concrete but resolution services to concrete but potentially short-lived Grid service potentially short-lived Grid service references (GSR).references (GSR).

Page 77: Grid Architecture

78

NamingNaming A GSH is a globally unique name that A GSH is a globally unique name that

distinguishes that specific Grid distinguishes that specific Grid service instance from all other Grid service instance from all other Grid service instances that have existed, service instances that have existed, exist now, or will exist in the future.exist now, or will exist in the future.

A GSH is represented using a A GSH is represented using a Uniform Resource Identifier.Uniform Resource Identifier.

Page 78: Grid Architecture

79

NamingNaming A GSH carries no protocol- or A GSH carries no protocol- or

instance-specific information such as instance-specific information such as network address or supported network address or supported protocol bindings.protocol bindings.

All other instance-specific All other instance-specific information is encapsulated into a information is encapsulated into a single abstraction called a Grid single abstraction called a Grid service reference (GSR).service reference (GSR).

Page 79: Grid Architecture

80

NamingNaming

client handleresolver

GSR1 GSR2

serviceinstance

serviceinstance

Resolve (GSH)

time>Ttime<T

migrateat time T

Page 80: Grid Architecture

81

Service lifetime managementService lifetime management The introduction of transient service The introduction of transient service

instances raises the issue of instances raises the issue of determining the service’s lifetimedetermining the service’s lifetime, , that is, determining when a service that is, determining when a service can or should be terminated so that can or should be terminated so that associated resources can be associated resources can be recovered.recovered.

Page 81: Grid Architecture

82

Happiness for a lifetimeHappiness for a lifetime

If you want happiness for an hour -- If you want happiness for an hour -- take a nap. If you want happiness for take a nap. If you want happiness for a day -- go fishing. If you want a day -- go fishing. If you want happiness for a month -- get married. happiness for a month -- get married. If you want happiness for a year -- If you want happiness for a year -- inherit a fortune. inherit a fortune. If you want If you want happiness for a lifetime -- help happiness for a lifetime -- help someone elsesomeone else. - Chinese Proverb . - Chinese Proverb

Page 82: Grid Architecture

83

Service lifetime managementService lifetime management OGSA addresses this problem OGSA addresses this problem

through a soft-state approach in through a soft-state approach in which Grid service instances are which Grid service instances are created with a specified lifetime.created with a specified lifetime.

Three steps:Three steps:• Negotiating an initial lifetimeNegotiating an initial lifetime• Explicit terminatingExplicit terminating• Requesting a lifetime modificationRequesting a lifetime modification

Page 83: Grid Architecture

84

Soft-state used in RSVPSoft-state used in RSVP What is RSVP? (What is RSVP? (Resource reSerVation Protocol)

Page 84: Grid Architecture

85

Soft-state used in RSVPSoft-state used in RSVP

Page 85: Grid Architecture

86

Soft-state used in RSVPSoft-state used in RSVP

Page 86: Grid Architecture

87

Soft-state used in RSVPSoft-state used in RSVP

Path message

Page 87: Grid Architecture

88

Soft-state used in RSVPSoft-state used in RSVP

Resv message

Merge the reservation

Page 88: Grid Architecture

89

OGSA ImplementationsOGSA Implementations

demarshaling/decodin

g

Grid serviceimplementation

Grid serviceimplementation

Grid serviceimplementation

protocoltermination

protocoltermination

protocoltermination

Container (good for code reuse)

Grid service

invocation

adaptationlayer

Page 89: Grid Architecture

90

OGSA ImplementationsOGSA Implementations

Page 90: Grid Architecture

91

OGSA ImplementationsOGSA Implementations

Page 91: Grid Architecture

92

OGSA ImplementationsOGSA Implementations

Page 92: Grid Architecture

93

Future DirectionsFuture Directions Service and toolsService and tools ImplementationImplementation SemanticsSemantics ScalabilityScalability ……