You are on page 1of 38

Communication in Distributed

System
Communication Architecture
Middleware
Middleware (Distribution
Application)
Middleware…
RMP &RMI
Remote Call Procedure (RPC)
• IPC part of a distributed system can often be
conveniently handled by message-passing model.
• It doesn’t offer a panacea for all needs.
• RPC emerged as a result of this.
• It can be called as a special case of message passing
model.
RPC(Remote Procedure Call)
• An inter-process communication
• Allows a computer program to cause a subroutine or
procedure to execute in another address space
without the programmer.
• Explicitly coding the details for this remote interaction.

You might also like