πŸ“Š Distributed Computing System (DCS)
Q. In all reliable multicast group communication
  • (A) n\ response expected from the receiver
  • (B) response from any of the receiver required
  • (C) response from \m\(1<m<n) of the \n\ receiver required
  • (D) response needed from all the receivers
πŸ’¬ Discuss
βœ… Correct Answer: (D) response needed from all the receivers
πŸ“Š Distributed Computing System (DCS)
Q. If processes p and q both receive messages m and m', then p receives m before m' if and only if q receives m before m'.The order delivery is called
  • (A) absolute ordering
  • (B) consistent ordering
  • (C) causal ordering
  • (D) fifo ordering
πŸ’¬ Discuss
βœ… Correct Answer: (B) consistent ordering
πŸ“Š Distributed Computing System (DCS)
Q. What is close group in group communication?
  • (A) only members can send messages to the group as a whole
  • (B) processes that are not members (clients) can send message to the group.
  • (C) the idea of groups is to support replicated servers
  • (D) processes that are not members (clients) but close to the group can send message to the group.
πŸ’¬ Discuss
βœ… Correct Answer: (A) only members can send messages to the group as a whole
πŸ“Š Distributed Computing System (DCS)
Q. Any successive write operation by a process on a data item x will be performed on a copy of x that is up to date with the value most recently read by that process.
  • (A) monotonic-write
  • (B) writes follows reads
  • (C) read your writes
  • (D) monotonic-read
πŸ’¬ Discuss
βœ… Correct Answer: (B) writes follows reads
πŸ“Š Distributed Computing System (DCS)
Q. In receivers never acknowledge the successful delivery of multicast message but instead report only when missing the message.
  • (A) basic reliable multicasting
  • (B) non-hierarchical feedback control
  • (C) hierarchical feedback control
  • (D) atomic multicast
πŸ’¬ Discuss
βœ… Correct Answer: (B) non-hierarchical feedback control
πŸ“Š Distributed Computing System (DCS)
Q. A problem with the protocol is that when the coordinator has crashed, participants may not be able to reach a final decision.
  • (A) one-phase commit
  • (B) three-phase commit
  • (C) two-phase commit
  • (D) virtual synchrony
πŸ’¬ Discuss
βœ… Correct Answer: (C) two-phase commit

Jump to