πŸ“Š Distributed Computing System (DCS)
Q. Processor Consistency model guarantees and conforms that
  • (A) all write accomplished on identical memory location in identical sequence.
  • (B) all write accomplished on random memory location in random sequence
  • (C) all write accomplished on random memory location in identical sequence
  • (D) all write accomplished on identical memory location in random order
πŸ’¬ Discuss
βœ… Correct Answer: (A) all write accomplished on identical memory location in identical sequence.
πŸ“Š Distributed Computing System (DCS)
Q. The dynamic replication algorithm takes into account
  • (A) to reduce load on server
  • (B) files on server can be migrated anywhere
  • (C) schedule process migration
  • (D) resource sharing
πŸ’¬ Discuss
βœ… Correct Answer: (A) to reduce load on server
πŸ“Š Distributed Computing System (DCS)
Q. To improve performance, many distributed systems
  • (A) combine check pointing with recovery oriented computing
  • (B) combine check pointing with message logging
  • (C) combine check pointing with distributed commit
  • (D) combine distributed commit with message logging.
πŸ’¬ Discuss
βœ… Correct Answer: (B) combine check pointing with message logging

Jump to