List the steps how to implement a RPC?

1 answer

Answer

1130129

2026-08-12 07:50

+ Follow

RPC at a Glance 1. Client: invokes stub through a local procedure call

2. Client stub: convert presentation, package parameters, send to server

3. Server stub: unpack parameters, convert presentation

4. Server: executes procedure returns value

5. Server stub: package return values, send to client

6. Client stub: unpack return values and pass to client

Submitted by : Mr. Abdul Malik Y.

sakr232000@Yahoo.co.in

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.