Semester : SEMESTER 6
Subject : Embedded System
Year : 2018
Term : MARCH
Scheme : 2015 Full Time
Course Code : EC 308
Page:70
"7.16 RPC FUNCTIONS
RPC is a method used for connecting two remotely placed methods by first using a protocol for connectin
the processes. It is used in the cases of distributed tasks.
The OS can provide for the use of RPCs. These permit distributed environment for the embedded system:
The RPC provides the IPC when a task is at system 1 and another task is at system 2. Both systems work in th
peer-to-peer communication mode. Each system in peer-to-peer can make RPCs. The OS IPC function allow
a function or method to run at another address space of shared network or an other remote computer. Tt
process | makes the call to the function that is local or remote and the process 2 response is either remote (
local in the process 1 to process 2 method call.