Saved Bookmarks
| 1. |
RPC allows a computer program to cause a subroutine to execute in _________(a) its own address space(b) another address space(c) both its own address space and another address space(d) applications address space |
|
Answer» The correct choice is (b) another address space The explanation is: RPC allows a computer program to cause a subroutine to execute in another address space which is usually the servers address space in a conventional client-server network. |
|