Sunday, February 20, 2011

Parallel & Distributed Computing

  • Parallel computing      --> all processors have access to a shared memory. Shared memory can be used to exchange information between processors.
  • Distributed computing --> each processor has its own private memory (distributed memory). Information is exchanged by passing messages between the processors



                a & b - Distributed computing

                c        - Parallel computing





No comments:

Post a Comment