Changes between Version 14 and Version 15 of components

Show
Ignore:
Timestamp:
06/14/11 11:27:05 (13 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • components

    v14 v15  
    1010|| [[http://www.qoscosgrid.org/trac/qcg-core|QCG-Core]] || Common library for !QosCosGrid elements || 
    1111|| [[http://www.qoscosgrid.org/trac/qcg-tools|QCG-Tools]] || Various elements extending the !QosCosGrid functionality || 
     12 
     13= Architecture = 
     14The following diagram presents a general architecture of the !QosCosGrid middleware. Information about individual components is available by clicking on the corresponding objects. 
     15{{{ 
     16#!html 
     17 
     18<img src="/trac/qcg/raw-attachment/wiki/WikiStart/QCG-Architecture-v7.png" usemap="#Main" style="margin-right:auto; display:block; margin-left:auto"> 
     19<map name="Main"> 
     20  <area shape="rect" alt="Cross-cluster communication" href="http://www.qoscosgrid.org/trac/qcg/wiki/QCG_libraries_and_cross-cluster_communication" target="http://www.qoscosgrid.org/trac/qcg/wiki/QCG_libraries_and_cross-cluster_communication" title="Cross-cluster communication" coords="34,272,604,319"> 
     21  <area shape="rect" alt="QCG Science Gateways" href="http://www.qoscosgrid.org/trac/qcg/wiki/user_information#QosCosGridScienceGateways" target="http://www.qoscosgrid.org/trac/qcg/wiki/user_information#QosCosGridScienceGateways" title="QCG Science Gateways" coords="236,64,404,149"> 
     22  <area shape="rect" alt="QCG Data Movement" href="http://www.qoscosgrid.org/trac/qcg/wiki/QCG_DataMovement" target="http://www.qoscosgrid.org/trac/qcg/wiki/QCG_DataMovement" title="QCG Data Movement" coords="457,224,523,264"> 
     23  <area shape="rect" alt="QCG Data Movement" href="http://www.qoscosgrid.org/trac/qcg/wiki/QCG_DataMovement" target="http://www.qoscosgrid.org/trac/qcg/wiki/QCG_DataMovement" title="QCG Data Movement" coords="111,224,178,264"> 
     24  <area shape="rect" alt="QCG Broker" href="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Broker" target="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Broker" title="QCG-Broker" coords="255,182,383,221"> 
     25  <area shape="rect" alt="QCG BES/AR" href="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Computing" target="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Computing" title="QCG-Computing" coords="469,109,598,148"> 
     26  <area shape="rect" alt="QCG BES/AR" href="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Computing" target="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Computing" title="QCG-Computing" coords="34,109,162,148"> 
     27  <area shape="rect" alt="QCG-Notification" href="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Notification" target="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Notification" title="QCG-Notification" coords="487,53,578,94"> 
     28  <area shape="rect" alt="QCG-Notification" href="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Notification" target="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Notification" title="QCG-Notification" coords="51,49,147,93"> 
     29  <area shape="rect" coords="772,115,772,115"> 
     30</map> 
     31}}} 
     32 
     33In a nutshell, the !QosCosGrid middleware consists of two logical levels: grid domain and administrative domain. Grid-level services control, schedule and generally supervise the execution of end-users applications, which are spread between independent administrative domains. The administrative domain represents a single resource provider (e.g. HPC or datacenter) participating in a certain Grid or Cloud environment by sharing its computational resources, e.g. computing clusters, with both local and external end-users. The logical separation of administrative domains corresponds with the fact that they are possessed by different institutions or resource owners. Each institution contributes its resources for the benefit of the entire Grid or Cloud, while controlling its own administrative domain and own resource allocation/sharing policies.  
     34 
     35The key component of every administrative domain in !QosCosGrid is the [[QCG-Computing|QCG-Computing]], which gives the remote access to queuing systems resources. QCG-Computing supports advance reservations, parallel execution environments - OpenMPI, !ProActive and MUSCLE with coordinators responsible for synchronization of cross-cluster executions (see [[QCG_libraries_and_cross-cluster_communication|Cross-cluster communication]]) and [[QCG_DataMovement|QCG Data Movement services]] for managing input and output data. The another relevant service at the administrative domain is in charge of notification mechanism and it is called [[QCG-Notification|QCG-Notification]]. These services are tightly integrated and connected to the Grid-level services. The critical service on that level is [[QCG-Broker|QCG-Broker]], which is a meta-scheduling framework controlling executions of applicaitons on the top of queuing systems via QCG-Computing services. 
    1236 
    1337= QCG-Computing =