Distributed Vs Parallel Computing
Distributed Vs Parallel Computing
COMPUTING UNIT 1
BY:
R KRISHNA KUMAR
DIAGRAM:
Distributed Computing: Parallel Computing:
1. NUMBER OF COMPUTERS REQUIRED:
2.SCALABILITY:
* Parallel computing system are less scalable than distributed computing systems because the memory of a single co
handle so many processors at once .
* Distributed computing system can always scale with additional computers
3.MEMORY:
*Parallel computing all processors share the same memory and the processors communicate with the help of this sha
*Distributed computing systems on the other hand have their own memory and processors.
4.SYNCHRONIZATION:
*Parallel computing all processors share a single master clock for synchronization .
* while distributed computing systems use synchronization algorithms.
5.USAGE: