Please provide complete details to references. Do not provid an answer without references. Refererences need to be clear links.
1. List the sequence of steps taken by a server when an RPC call message arrives. At what point are data values converted from the external representation to native representation?
2. How would you pass a linked list (pointers and nodes) as an argument to a remote procedure?
3. Explain the role of the registry in RMI
4. Consider matrix multiplication as a remote operation. Suppose the local machine does the I/O and a remote server does the multiplication. Why would we choose to divide the problem in this way?