About 49,100,000 results
Open links in new tab
  1. Remote procedure call - Wikipedia

    RPC is a request–response protocol. An RPC is initiated by the client, which sends a request message to a known remote server to execute a specified procedure with supplied …

  2. What is Remote Procedure Call (RPC)? | Definition from TechTarget

    May 13, 2024 · What is Remote Procedure Call (RPC)? A Remote Procedure Call (RPC) is a software communication protocol that one program uses to request a service from another …

  3. Remote Procedure Call (RPC): Concepts and Use Cases

    May 9, 2025 · At its core, Remote Procedure Call (RPC) is a protocol that enables a program running on one machine to execute a procedure on a remote machine seamlessly, as if it were …

  4. Remote Procedural Call (RPC) Mechanism - GeeksforGeeks

    Oct 15, 2025 · A Remote Procedure Call (RPC) is a communication protocol that enables a program to request a service or execute a procedure on a remote server as though it were a …

  5. What Is RPC? Remote Procedure Call Guide - CyberSkillsHub

    Oct 8, 2024 · Remote Procedure Call (RPC) plays an important role in the modern software development world. This technology is used to facilitate communication in distributed systems …

  6. Remote Procedure Call - IBM

    The remote procedure calls are defined through routines contained in the RPC protocol. Each call message is matched with a reply message. The RPC protocol is a message-passing protocol …

  7. Remote Procedure Call (RPC) Protocol in Distributed System

    Aug 12, 2024 · RPC mechanisms are used when a computer program causes a procedure or subroutine to execute in a different address space, which is coded as a normal procedure call …

  8. What Is Remote Procedure Call (RPC)? - phoenixNAP

    Sep 24, 2025 · A remote procedure call (RPC) is a communication method that allows a program to execute functions or procedures on a different computer or server as if they were running …

  9. What Is a Remote Procedure Call (RPC)? - NinjaOne

    Oct 1, 2025 · What is a Remote Procedure Call? A Remote Procedure Call is essentially a protocol that allows a program on one computer to execute a code on a different machine …

  10. 5.3 Remote Procedure Call - Systems Approach

    This section describes a third category of transport protocol, called Remote Procedure Call (RPC), that more closely matches the needs of an application involved in a request/reply message …