Answer Posted / navin rawat
g stands for grid computing.
The basic idea of grid computing is the notion of computing as a utility,analogous to electric power grid or the telephone network.As a client of the grid,you do not care where your data is or where your computation is done.You want to have your computation done and to have your information delivered to you when you want it.
From server side,grid is about virtualization and provisioning.You pool all your resources together and provision these resources dynamically based on the needs of your business,thus achieving better resource utilization at same time.
grid computing can dramatically lower the cost of computing,extend the availability of computing resources and deliver higher productivity and quality.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the differences between number and binary_float in oracle?
What is index-organized table in Oracle?
Explain the use of ignore option in imp command.
What are the execution control statements in oracle?
What happens if the update subquery returns multiple rows?
What is the difference between formal parameters and actual parameters?
what happened to the global index when I truncate the data in one of the partition?
What is materialized view in Oracle?
What is recovery manager in Oracle?
Explain the difference between a procedure and a function?
What is the difference between pre-select and pre-query?
How to rebuild an index in oracle?
How to enter a new row into a table interactively?
How to connect to the server with user account: sys?
Is truncate autocommit in oracle?