Question
What is marshaling in remote procedure call systems?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Converting procedure parameters into a transmittable representation
Explanation:
Marshaling serializes arguments into a standard format suitable for transmission between systems.
The receiver unmarshals the data before invoking the requested procedure.
Leave a Reply