This document discusses remote invocation and summarizes key aspects of remote procedure call (RPC). It describes RPC as extending normal function calling such that the called and calling procedures are not in the same address space. RPC involves invoking remote elements through methods like request-reply protocol and remote method invocation. The document outlines the steps of an RPC call, including how client and server stubs are used to package requests and unpack responses to allow remote procedures to be called like local procedures.