Remote Procedure Call
Remote Procedure call is the distributed protocol of choice within DCE environment
It provides
- Easy semantics - if you know how to program local procedure calls, you know most about remote procedure calls
- Synchronous and Asynchronous messaging capability
- Enforced integrated Security
The RPC concept is now widely accepted in the community