Q. Consider a calculating environment where a unique number is associated with each process and each object in the system. Suppose that we permit a process with number n to access an object with number m only if n > m. What kind of protection structure do we have?
Answer: Hierarchical structure.