Problem, Part B: Amoeba servers support two categories of operations -- those that operate on a class (create, for instance), and those that operate on instances of that class. For each of the operations identified in part A, clearly indicate which category it falls into.
Problem: Explain why each Amoeba RPC requires only one translation step to convert a service name to the physical address of a process. Where do the addresses on all the other messages in an RPC come from? Why is it that additional name-to-address translation is not needed for these other addresses?