TEXT 22
Parallel & Distributed Class 4 Guest on 18th October 2022 02:54:22 PM
  1. Client Server Model                                                                                                                                                                                                                                       Examples of distributed system:
  2. Mobile, Telephone, Laptop, Workstations
  3.  
  4.  
  5. Distributed Machines
  6. Machine A and Machine B
  7. Can be connected through Apps
  8.  
  9. But how can they communicate through hardware? firmware.
  10.  
  11. Every region has different timezone so time synchronization is done between the systems
  12. Clock Synchronization
  13.  
  14. MPI - Message Passing Interface
  15. The messages sent between the devices
  16.  
  17. Issues in Distribution System:
  18. Capturing the transaction can be an issue when there are multiple servers. If any issue occurs in one of the server.
  19.  
  20. redundant path - when there are multiple paths to connect.
  21.  
  22. clock synchronization
  23.  
  24. Lamport's logical clock
  25. Initial time is set to 0
  26. It always considers higher value, so if there is a smaller value, it will ignore it.

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.