RPC stands for Remote Procedure Call, which enables a program to execute a procedure on another address space (commonly on another computer) as if it were a local procedure call. It's a fundamental concept in distributed systems and client-server architectures.