πŸ“Š Distributed Computing System (DCS)
Q. A process that is based on IPC mechanism which executes on different systems and can communicate with other processes using message based communication, is called ________
  • (A) local procedure call
  • (B) inter process communication
  • (C) remote procedure call
  • (D) remote machine invocation
πŸ’¬ Discuss
βœ… Correct Answer: (C) remote procedure call
πŸ“Š Distributed Computing System (DCS)
Q. What is not true about a distributed system?
  • (A) it is a collection of processor
  • (B) all processors are synchronized
  • (C) they do not share memory
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) all processors are synchronized
πŸ“Š Distributed Computing System (DCS)
Q. What are the characteristics of a distributed file system?
  • (A) its users, servers and storage devices are dispersed
  • (B) service activity is not carried out across the network
  • (C) they have single centralized data repository
  • (D) there are multiple dependent storage devices
πŸ’¬ Discuss
βœ… Correct Answer: (A) its users, servers and storage devices are dispersed
πŸ“Š Distributed Computing System (DCS)
Q. What is a stateless file server?
  • (A) it keeps tracks of states of different objects
  • (B) it maintains internally no state information at all
  • (C) it maintains some information in them
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) it maintains internally no state information at all
πŸ“Š Distributed Computing System (DCS)
Q. What are the characteristics of the stateless server?
  • (A) easier to implement
  • (B) they are not fault-tolerant upon client or server failures
  • (C) they store all information file server
  • (D) they are redundant to keep data safe
πŸ’¬ Discuss
βœ… Correct Answer: (A) easier to implement
πŸ“Š Distributed Computing System (DCS)
Q. What are the advantages of file replication?
  • (A) improves availability & performance
  • (B) decreases performance
  • (C) they are consistent
  • (D) improves speed
πŸ’¬ Discuss
βœ… Correct Answer: (A) improves availability & performance
πŸ“Š Distributed Computing System (DCS)
Q. What are characteristic of NFS protocol?
  • (A) search for file within directory
  • (B) read a set of directory entries
  • (C) manipulate links and directories
  • (D) all of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (D) all of the mentioned
πŸ“Š Distributed Computing System (DCS)
Q. What is the coherency of replicated data?
  • (A) all replicas are identical at all times
  • (B) replicas are perceived as identical only at some points in time
  • (C) users always read the most recent data in the replicas
  • (D) all of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (D) all of the mentioned

Jump to