Computer Science, asked by abnoor308, 10 months ago

What are the advantages and Disadvantages of Segmentation of memory management in operating system

Answers

Answered by Anonymous
0

Segment table consumes less space as compared to Page Table in paging. It solves the problem of internal fragmentation. There is an overhead of maintaining a segment table for each process. The time taken to fetch the instruction increases since now two memory accesses are required.

Similar questions