0
15kviews
Explain Parameter passing Semantics in RPC
1 Answer
2
573views

Remote Procedure Calls (RPC) are a popular model for building client/server applications.RPC falls somewhere between the transport layer and application layer in the OSI model.

Parameter Passing in RPC:

  • Functions in an application that runs in a single process may collaborate via parameters and/or global variables
  • Functions in an application …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.