Distributed Computing Flashcards
1
Q
What is a distributed system?
A
A distributed system is a collection of entities, each of which is autonomous and asynchronous, which can communicate through an unreliable communication medium.
2
Q
What is the difference between distributed and parallel computing?
A
Distributed computing addresses computation distribution, while parallel computing focuses on tightly-coupled applications.
3
Q
What is distributed computing?
A
Computing in relation to where the computation physically resides. Distributed algorithms, for example, are executed on multiple geographically spread CPUs.
4
Q
A