Distributed System Crossword2

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