0
21kviews
Explain RPC Implementation Mechanism
1 Answer
0
1.2kviews
  • RPC mechanism uses the concepts of stubs to achieve the goal of semantic transparency.
  • Stubs provide a local procedure call abstraction by concealing the underlying RPC mechanism.
  • A separate stub procedure is associated with both the client and server processes.
  • RPC communication package known as RPC Runtime is used on …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.