Parallel and Distributed Computing
Parallel computing is a type of computing architecture in which several processors execute or process an application or computation simultaneously. It is the breaking down larger problems into smaller, independent parts that can be executed simultaneously by multiple processors.
A
distributed system is a collection of autonomous computing elements that
appears to its users as a single coherent system. It provides parallel computing in physically dispersed environment. The notion of middleware play an important role in distributed systems.
Recommended Books:
- Designing and Building Parallel Programs, Ian Foster,
http://www-unix.mcs.anl.gov/dbpp/text/book.html
Lecture Handout Files:
No comments:
Post a Comment