TEXT 24
Parallel & Distribution Class 1 Guest on 27th September 2022 03:02:00 PM
  1. Parallel computer - memory and clock is shared
  2. Distributed computer - memory and clock is dedicated
  3. In Distributed, there are two types: Master and Slave
  4. E.g, master is main node and if there is any update, then master gets the update first and then the slave gets it.
  5.  
  6. High computation power is used in parallel computing
  7. Whereas, distributed does not have high computation power.
  8.  
  9. Parallel - solving one large problem and doing things simultaneously.
  10.  
  11. Serial Computing, breaks the problem into the stream of instructions, executed one at a time.
  12.  
  13. In Parallel computing, problem is broken into parts and solve the problems concurrently.
  14. Used for weather modeling, automated stock trading, database, web based services, search engines, transaction processing
  15.  
  16. Parallel programming - single source, single memory address and the connected ones are tasks.
  17.  
  18. Hybrid model
  19. e.g, two clusters that are connected and have their own CPU but memory is shared.
  20.  
  21. OpenMP
  22. Message Passing
  23.  
  24. MPI
  25. Message Passing Interface - messages between the tasks
  26.  
  27. MPI + OpenMP = Hybrid Model
  28. Individual clusters are made using OpenMP
  29.  
  30. To connect the clusters, MPI is used.
  31.  
  32. Platform As A Service = PaaS
  33. Software As A Service = SaaS
  34. Infrastructure As A Service = IaaS
  35.  
  36. Distributing Computer System

Coding Base is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.