Explain elements of grids.

 ELEMENTS OF GRID

Grid computing combines elements such as distributed computing, high-performance computing, and disposable computing depending on the application of the technology and the scale of operation. Grids can create a virtual supercomputer out of the existing servers, workstations, and personal computers. Present-day grids encompass the following types:

Computational grids, in which machines will set aside resources to "number crunch" data or provide coverage for other intensive workloads

Scavenging grids are commonly used to find and harvest machine cycles from idle servers and desktop computers for use in resource-intensive tasks (scavenging is usually implemented in a way that is unobtrusive to the owner/user of the processor)

Data grids, provide a unified interface for all data repositories in an organization, and through which data can be queried, managed, and secured. 

Market-oriented grids, deal with price-setting and negotiation, grid economy management, and utility-driven scheduling and resource allocation. 

Comments

Popular posts from this blog

Discuss classification or taxonomy of virtualization at different levels.

Suppose that a data warehouse consists of the three dimensions time, doctor, and patient, and the two measures count and charge, where a charge is the fee that a doctor charges a patient for a visit. a) Draw a schema diagram for the above data warehouse using one of the schemas. [star, snowflake, fact constellation] b) Starting with the base cuboid [day, doctor, patient], what specific OLAP operations should be performed in order to list the total fee collected by each doctor in 2004? c) To obtain the same list, write an SQL query assuming the data are stored in a relational database with the schema fee (day, month, year, doctor, hospital, patient, count, charge)

What is RMI? Discuss stub and skeleton. Explain its role in creating distributed applications.