Q. Explain a mechanism by which one segment could belong to the address space of two different processes.
Answer: Because segment tables are a collection of base-limit registers segments can be shared when entries in the segment table of two different jobs point to the same physical location. The two segment tables should have identical base pointers and the shared segment number should be the same in the two processes.