InterviewSolution
Saved Bookmarks
| 1. |
RPC works between two processes. These processes must be ____________(a) on the same computer(b) on different computers connected with a network(c) on the same computer and also on different computers connected with a network(d) on none of the computersThe question was asked in an interview for job.This intriguing question originated from RPC in division Wireless LAN’s, Electronic Mail and File Transfer of Computer Network |
|
Answer» RIGHT option is (C) on the same computer and also on DIFFERENT computers connected with a network Explanation: For the OPERATION of RPC between two processes, it is mandatory that the processes are present on the same computer and also on different computers connected with its network. |
|