Potpourri The context for this question is the same as the p…
Potpourri The context for this question is the same as the previous question. [6 points] Your team is experimenting with different RPC communication methods for designing a distributed system. Two design choices are being considered- Design A involves LRPC-style mechanism where the client and server communicate through shared memory in an SMP. Design B involves traditional RPC where the client and server communicate across the LAN as discussed in the Thekkath & Levy paper. d) [1 point] For design B, what is the minimum number of context switches required for a single, blocking RPC call-reply cycle?
Read Details