Distributed System Crossword1

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