Computer Science, asked by stephymolsunny4133, 1 year ago

The combined methodology of segmentation and paging are implemented as

Answers

Answered by PoojaBurra
0

Arguments for having many segments every process still hold in a system which uses paging for physical storage controls.  

2 concepts can be combined that every segment of a process is partitoned into pages.  

The virtual address space of any process is logically partitioned into segments though no longer it is necessary for every segment be contiguous in physical memory.  

Virtual address may be interpreted when segmentation and paging hardware are utilized.

Answered by mindfulmaisel
0

The combined ‘methodology of segmentation’ and paging are implemented as segmented paging.

Explanation:

  • Segmentation concept alone is not popular and is not used in several operating systems. But segmentation with paging can provide best features.  
  • In this concept, the main memory can be divided into ‘size segments’ that can be divided into fixed size of pages.

           - Here the pages are smaller than the segments.

           - Each and every segment possess a page table with multiple page tables.

           - The logical address can be represented as segment number.

Learn more about segmented paging

What is the advantage of segmentation over paging?

https://brainly.in/question/7287447

Why are segmentation and paging sometimes combined into one scheme?

https://brainly.in/question/7045158

Similar questions