System Administrator 2026
Attempt This Past Paper
In a multiprogramming environment __________
A. The processor executes more than one process at a time
B. The programs are developed by more than one person
C. More than one process resides in the memory
D. A single user can execute many programs at the same time
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
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