Segmentation Flashcards
1
Q
what are the differences between Paging and Segmentation?
A
Paging
- physical
- heterogeneous
- statically sized
Segmentation
- logical
- homogenous
- dynamically sized
2
Q
What are the advantages and disadvantages of pure segmentation?
A
Advantages
- flexible and efficient memory allocation
Disadvantages
- contiguously allocated segments can cause external fragmentation.
3
Q
How do we overcome the disadvantages of pure segmentation
A
We can use paged segmentation (compaction)
4
Q
What does paged segmentation do
A
Gives each segment a page table