What Does RPC Mean?
Sign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people's questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Manushree Mishra
According to a definition on Wikipedia, “In distributed computing, a remote procedure call is when a computer program causes a procedure to execute in a different address space, which is coded as if it were a normal procedure call, without the programmer explicitly coding the details for the remote interaction.” Broadly speaking, Remote Procedure Call is a protocol that one program can use to request a service from a program located in some another computer on a network without having to understand the network’s details. RPC is used to call other processes on the remote systems like a local system.