Remote Call Procedure (RPC)
Last updated
Last updated
Developers are more familiar with procedural models.
Procedures, when well built, operate in an isolated fashion.
There is no reason not to execute the procedure on other machines.
Client and Server can have different data representations (little endian vs big endian).
Parameter packaging means converting a value into a byte stream.
Client and Server must agree to a common encoding.