Distributed System Crossword

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