KnowledgeBoat Logo
|
LoginJOIN NOW

Informatics Practices

Differentiate between Cloud Computing and Grid Computing with suitable examples.

Emerging Trends

3 Likes

Answer

Cloud ComputingGrid Computing
Cloud computing is used for virtualization of servers, where one server computes several tasks or services con-currently.Grid computing allocates multiple servers onto a single application.
It supports long-running services (Service Oriented).It is typically used for job execution, where a program runs for a limited time (Application-Oriented).
Cloud computing is used for multiple services.Grid computing is used for a single application.
Its computation service is on-demand.Its computation service provides maximum computing power for one application.
It involves virtualization of hardware, software, and storage platforms.It involves virtualization of data and computing resources.
Examples : GoogleDrive, OneDrive, Mobile Office Applications (e.g., Office 365, Google Docs), SharePoint, Microsoft Azure, iCloud, AWS etc.Examples : GridGain, JPPF, JBossCache, EhCache etc.

Answered By

3 Likes


Related Questions