Global Memory Systems The context for this question is the…

Global Memory Systems The context for this question is the same as the previous question. Consider a GMS system with 10 Nodes ‘A’ to ‘J’. A process ‘x’ on Node ‘A’ intends to read-share a page that is  currently actively used only by a process ‘y’ on Node ‘B’.When Node A’s GMS mechanism initiates the access, indicate on which Node(s) each of the following data structures  are accessed.Assume no co-location constraints for any of the data structures c) PFD

Potpourri [6 points]  Your team is experimenting with differ…

Potpourri   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. a) For design A, what is the minimum number of context switches required for a single, blocking RPC call-reply cycle?