Multiple choice technology platforms and products

RPC is:

  1. Remote Process Call

  2. Remote Process Communication

  3. Remote Procedure Call

  4. Remote Procedure Communication

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

RPC stands for Remote Procedure Call, a protocol where one program can execute a procedure/function on another computer across a network. It's about calling procedures (functions), not processes (running programs). The 'C' option correctly identifies the full form.