System Administrator 2026
What is the full form of RMI?
- A. Remote memory installation
- B. Remote memory invocation
- C. Remote method installation
- D. Remote method invocation
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
Which of the following are TRUE for direct communication?
- A. A communication link can be associated with n number of process(n = max. number of processes supported by system)
- B. A communication link is associated with exactly two processes
- C. Exactly n/2 links exist between each pair of processes(n = max. number of processes supported by system)
- D. Exactly two link exists between each pair of processes
In the non blocking send __________
- A. The sending process keeps sending until the message is received
- B. The sending process sends the message and resumes operation
- C. The sending process keeps sending until it receives a message
- D. None of the mentioned