- If virtual service is storage, then API will be provided to access and manipulate data storage.
- If virtual service is instances(execution), then API will be provided to create image and deploy them.
- If virtual service is database, then API will be provided to do all SQL operations and store data
- Auto-node discovery
- Dynamic deployment
- Redeployment of a problem
- Topology and collision resolutions
- Load balancing
- Monitoring
- Elasticity of Computation by adding nodes
- Take a problem
- Determine the optimal node topology for it
- Dynamically deploy the problem onto the chosen topology
- Provide means to divide the problem into multiple parts for parallel execution
- Distribute the problem within topology
- Gather results
- Return them to user
Future will be Cloud application becoming Grid aware directly without Cloud platform intervention and Grids can collaborate with other cloud grids to utilize virtual resource more efficiently.
Formula:
- Cloud = virtual hardware resources + APIs to access them
- Grid = virtual hardware resources + APIs to join them
0 comments:
Post a Comment