Distributed System Crossword

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