Connected: An Internet Encyclopedia
7.4.2 Broadcast Remote Procedure Calls

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1831
Up: 7. RPC PROTOCOL REQUIREMENTS
Up: 7.4 Other Uses of the RPC Protocol
Prev: 7.4.1 Batching
Next: 8. THE RPC MESSAGE PROTOCOL

7.4.2 Broadcast Remote Procedure Calls

7.4.2 Broadcast Remote Procedure Calls

In broadcast protocols, the client sends a broadcast call to the network and waits for numerous replies. This requires the use of packet-based protocols (like UDP) as its transport protocol. Servers that support broadcast protocols usually respond only when the call is successfully processed and are silent in the face of errors, but this varies with the application.

The principles of broadcast RPC also apply to multicasting - an RPC request can be sent to a multicast address.


Next: 8. THE RPC MESSAGE PROTOCOL

Connected: An Internet Encyclopedia
7.4.2 Broadcast Remote Procedure Calls