Distributed System Crossword

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