homework9 Version 0 |
|
👤 Author: by 945205359qqcom 2019-11-30 06:09:21 |
1. Fixed partition:
Advantages: easy to implement and low overhead
Disadvantages: There are internal fragments (unused space in the partition), and the total number of partitions is fixed, which limits the number of concurrently executed programs.
2. Dynamically create partitions: Assign according to application requirements.
Pros: No internal debris
Cons: There are external fragments (small free partitions that are difficult to use)