What is a cloud federation? Explain its importance

 Cloud federation

 The terms cloud federation and InterCloud, which are sometimes used interchangeably, refer to an aggregation of cloud computing providers with independent administrative domains. It is critical to understand what these two phrases signify and how they relate to cloud computing. The term "federation refers to the formation of an organization that transcends the decisional and administrative authority of individual organizations and functions as a whole. Within the context of cloud computing, the term federation does not have such a strong meaning, but it does imply that there exist agreements between the various cloud providers that allow them to exploit each other's services in a privileged manner.

The importance of cloud federation is:-

Cloud federation provides consistency and access restrictions when two or more geographically separate independent Cloud exchange authentication, files, computing resources, command, and control, or access to storage resources. 


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.