Question: Write pseudo code and the design for using RPC mechanism to implement a remote execution service rsh in a distributed system where a client program
Write pseudo code and the design for using RPC mechanism to implement a remote execution service rsh in a distributed system where a client program will execute any linux command "cmd" on a remote machine and the result of this command is displayed in the client. As a hint in C programming there is a function called system("x") which executes a system command x from the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
