No further details are needed to answer this question! Assume that the names of the primitives are the nouns and verbs used above.
Part A: Suppose an abstract operation requires the passing of several links as parameters to the operation, and suppose the operation returns several links. Furthermore, suppose this operation is performed by a server in response to requests from clients.
At a level above the pseudocode level, describe a protocol for client-server communication needed to perform this operation.
Part B: Consider the case where your server is a nameserver, with abstract operations save(l,n) and lookup(n). The save operation saves link number l with textual name n, and the lookup operation returns the link associated with name n. Names are textual. List all messages that must be exchanged between the client and server for a save operation and for a lookup operation; for each, indicate the interpretation of the different buffer fields and the purposes of the different links exchanged. Your will need to use ideas you developed in your answer to part A to do this!
Part C: In the ISO OSI model protocol hierarchy, what level is represented by the basic interprocess communication primitives of our DEMOS like example.
Part D: In the ISO OSI model protocol hierarchy, what level is represented by the client-server protocol you described in your answer to part A.
A Question: Explain why many server architectures require some kind of multi-wait primitive that will continue when a message is sent to any of a number of incoming boxes.