Segmentation Flashcards

1
Q

what are the differences between Paging and Segmentation?

A

Paging
- physical
- heterogeneous
- statically sized

Segmentation
- logical
- homogenous
- dynamically sized

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do we overcome the disadvantages of pure segmentation

A

We can use paged segmentation (compaction)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does paged segmentation do

A

Gives each segment a page table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly