Memory Management Question:

What is segmented memory management?

Tweet Share WhatsApp

Answer:

Segmented memory is the only memory management technique that does not provide the user's program with a 'linear and contiguous address space. Segments are areas of memory that usually correspond to a logical grouping of information such as a code procedure or a data array. Segments require hardware support in the form of a segment table which usually contains the physical address of the segment in memory, its size, and other data such as access protection bits and status

Download OS Memory Management PDF Read All 8 OS Memory Management Questions
Previous QuestionNext Question
What is compactions?What is paged memory management?