Computer Science, asked by kuttubaby2253, 1 year ago

Difference between remote procedure call and remote method invocation

Answers

Answered by sarayu56
0
RPC (Remote Procedure Call) and RMI(Remote Method Invocation) are two mechanisms that allow the user to invoke or call processes that will run on a different computer from the one the user is using. The main difference between the two is the approach or paradigm used
Answered by MrTSR
2
====
Ans
====

RPC :

- It supports Procedural programming.

- It's efficiency is lower than RMI.

- Overheads is more.

RMI :

- It supports Object-oriented programming.

- It's effiency is more than RPC and supported by modern programming approach.

- Overhead is less comparatively.
Similar questions