Why are segmentation and paging sometimes combined into one scheme? In addition, how get address is resolved by the processor to reach the exact location in such scheme
Answers
Answered by
0
Both of these are combined to bring each of their advantages to each other.
Explanation:
- This method is very useful when the page table is very large to operate.
- This makes the large section to collapse and become a single segment table.
- Computer memory or virtual memory is used to reach the exact location by the processor.
- There are three stages of binding instructions related to an address.
Answered by
0
In order to improve the overall performance of the system, segmentation and paging are combined with each other.
Explanation:
- In order to improve the overall performance of the system, segmentation and paging are combined with each other.
- When the page table becomes large in size and can not be accessed than segmented aging is used which is very helpful in this case.
- The large section of the page that has not been used is collapsed and converted into one segment.
- The page table address is kept zero in this case.
Similar questions