Distributed System Crossword

123456789101112131415161718192021
Across
  1. 1. Distribution of the different layers in a multi tiered architectures across multiple machines
  2. 4. Thick Client
  3. 5. Remote Method Invocation
  4. 6. Server stub is called in RMI
  5. 7. Which clocks avoids the problem in logical clocks
  6. 8. A logical layer acts as an interface and placed in between Distributed applications and Local Operating systems
  7. 12. Hiding where a resource is located
  8. 13. Remote Procedure Call
  9. 15. One important resource that needs to be synchronized
  10. 17. Clock in computer is also called as
  11. 18. Distribution of a single layer across multiple machines
  12. 20. Process of packing data into message that is used in RMI
  13. 21. Client stub which does packing & Unpacking in RPC
Down
  1. 2. Passive system in Crystian's algorithm
  2. 3. Name of time server in Berkeley's
  3. 5. Where the server register their object’s interfaces in RMI
  4. 9. A thread which reads the incoming client’s requests, examine sthe requests and hand it to the worker thread.
  5. 10. Process of choosing coordinator is called
  6. 11. Happens before relation used in which clocks
  7. 14. Type of relationship captured in vector clocks
  8. 16. Property of a distributed system
  9. 19. A message that sends to allocate resource in Ring Algorithm is