Computer Science, asked by mayuresh1778, 11 months ago

Definition of demand segmentation in operating system

Answers

Answered by lekshmi68
6

Answer:

In operating systems, Segmentation is a memory management technique in which, the memory is divided into the variable size parts. Each part is known as segments which can be allocated to the process.

Answered by sooneta62
6

Answer:

Demand segmentation is used when insufficiency hardware to implement demand paging. OS/2 ( 80286) allocates memory in segment which it keeps track of through segment descriptors . Segment descriptor contain a valid bit to indicate whether the segment is currently in memory. If not in memory then segment fault.

Similar questions