Multiple choice

RPC stands for

  1. Remote Procedure Call

  2. Random Procedure Call

  3. Random Protocol Connection

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

RPC (Remote Procedure Call) is a protocol that allows a program to execute a procedure or function on another computer (remote server) as if it were a local call. The programmer doesn't need to explicitly code the details of network communication - the RPC mechanism handles the transparent communication between local and remote systems.