0
10kviews
Explain different distributed computing models.
1 Answer
written 9.1 years ago by | • modified 9.1 years ago |
In distributed computing, a problem is divided into many tasks, each of which is solved by one or more computers which can communicate with each other by message passing.
• It is a simple extension of the centralized time sharing system.
• Computing system based on these model …