Computer Science, asked by varshakag9, 1 year ago

difference between parallel computing and cloud computing​

Answers

Answered by Anonymous
5

The main difference between parallel and distributed computing is that parallel computing allows multiple processors to execute tasks simultaneously while distributed computing divides a single task between multiple computers to achieve a common goal.

A single processor executing one task after the other is not an efficient method in a computer. Parallel computing provides a solution to this issue as it allows multiple processors to execute tasks at the same time. Modern computers support parallel computing to increase the performance of the system. On the other hand, distributed computing allows multiple computers to communicate with each other and accomplish a goal. All these computers communicate and collaborate with each other by passing messages via the network. Organizations such as Facebook and Google widely use distributed computing to allow the users to share resources.

Answered by mindfulmaisel
3

The difference between parallel computing and cloud computing are given below:

Parallel computing:  

  • In this computing, each and every processing step will get completed at the same time.  
  • Video processing and Simulation are the examples of parallel computing.  
  • This can be done by using hardware or a customized network.

Cloud computing:  

  • This computing is a distributed architecture built on a virtual or remote facility.  
  • There is no need to buy hardware or any other networking for installation.  
  • It needs a confirmed approval from APIs where the vendor make the data available such as data authentication, security, and so on.  

Learn more about parallel computing and cloud computing

What is parallel programming in parallel computing?

https://brainly.in/question/8987070

What is cloud computing?​

https://brainly.in/question/12523144

Similar questions