Skip to content

Opening book details…

About this document

Overview of RPC in Distributed Systems by gaeisma is a document available to read on EtoBox.

Remote Procedure Call (RPC) is an interprocess communication technique used for client-server applications, allowing procedures to execute in different address spaces without explicit coding for remote interaction. There are three types of RPC: Callback RPC, Broadcast RPC, and Batch-mode RPC, with an architecture comprising five main components: Client, Client Stub, RPC Runtime, Server Stub, and Server. While RPC simplifies communication between clients and servers, it is vulnerable to failures due to its r

Author
gaeisma
Language
EN