Wednesday 18 April 2012

Memory Protection


  • Memory protection implemented by associating protection bit with each frame.
  • Valid-invalid bit attached to each entry in the page table:
  1. “valid” indicates that the associated page is in the process’ logical address space, and is thus a legal page.
  2. “invalid” indicates that the page is not in the process’ logical address space.

No comments:

Post a Comment