|   | 
 
    DCE remote procedure call (RPC)
A call to a procedure in a different address space.  In a traditional procedure call, the calling procedure and the called procedure are in the same address space on one machine.  In a 
remote procedure call, the calling procedure invokes a procedure in a different address space, and usually on a different machine.  See other glossary terms beginning with binding, 
interface, and RPC. 
 
 
 
  |