πŸ“Š Distributed Computing System (DCS)
Q. Remote Procedure Calls are used ____________
  • (A) for communication between two processes remotely different from each other on the same system
  • (B) for communication between two processes on the same system
  • (C) for communication between two processes on separate systems
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) for communication between two processes on separate systems
πŸ“Š Distributed Computing System (DCS)
Q. What is stub?
  • (A) transmits the message to the server where the server side stub receives the message and invokes procedure on the server side
  • (B) packs the parameters into a form transmittable over the network
  • (C) locates the port on the server
  • (D) all of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (D) all of the mentioned
πŸ“Š Distributed Computing System (DCS)
Q. To resolve the problem of data representation on different systems RPCs define _____________
  • (A) machine dependent representation of data
  • (B) machine representation of data
  • (C) machine-independent representation of data
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) machine-independent representation of data
πŸ“Š Distributed Computing System (DCS)
Q. What is the full form of RMI?
  • (A) remote memory installation
  • (B) remote memory invocation
  • (C) remote method installation
  • (D) remote method invocation
πŸ’¬ Discuss
βœ… Correct Answer: (D) remote method invocation
πŸ“Š Distributed Computing System (DCS)
Q. The remote method invocation __________
  • (A) allows a process to invoke memory on a remote object
  • (B) allows a thread to invoke a method on a remote object
  • (C) allows a thread to invoke memory on a remote object
  • (D) allows a process to invoke a method on a remote object
πŸ’¬ Discuss
βœ… Correct Answer: (B) allows a thread to invoke a method on a remote object

Jump to