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 most common interview questions on ETL Testing for experience?
How to assign query results to variables?
What is the difference between PFILE and SPFILE in Oracle?
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.
How to login to the server without an instance?
Is there any function in oracle similar like group_concat of mysql?
what is a Nested Loop join?
What is PL/SQL ?
Explain the use of control file?
How to see the table columns used in an index?
what is IDE,DMV in sql server?
How to insert multiple rows with one insert statement in oracle?
Describe varray?
What is ceil and floor in oracle?
What is a package in oracle?