Memory Protection in Contiguous Memory Allocation

How to protect memory in contiguous memory allocation methods ? In order to understand the concept of Memory protection first we need to know that in Memory each user process has its own address space. So Operating system must…
