Posts

Cloud Computing Quick Revision for BCA – Key Concepts & Summary

Image
UNIT 1 Different Computing Paradigms  Over the years different computing paradigms have been developed and used. In fact different computing paradigms have existed before the cloud computing paradigm. Let us take a look at all the computing paradigms below. 1. Distributed Computing : Distributed computing is defined as a type of computing where multiple computer systems work on a single problem. Here all the computer systems are linked together and the problem is divided into sub-problems where each part is solved by different computer systems. The goal of distributed computing is to increase the performance and efficiency of the system and ensure fault tolerance. 2. Parallel Computing : Parallel computing is defined as a type of computing where multiple computer systems are used simultaneously. Here a problem is broken into sub-problems and then further broken down into instructions. These instructions from each sub-problem are executed concurrently on different processors.  ...