Get premium membership and access questions with answers, video lessons as well as revision papers.

Describe segmentation-based virtual memory. You should consider the components of a memory address, the segment table and its contents, and how the final physical address is formed...

      

Describe segmentation-based virtual memory. You should consider the components of a
memory address, the segment table and its contents, and how the final physical address is
formed in your answer

  

Answers


Faith
Segmentation-based virtual memory is a scheme supporting the user view of memory, that is, a program
is divided into segments such as main(), function(), stack etc. A segmented memory address is
distinguished by its segment number and offset. The segment table has a base (starting PADDR where
a segment resides) and limit (length of the segment) column – physical addresses are formed by
coalescing base and limit registers.
Titany answered the question on April 26, 2022 at 12:05


Next: Give some advantages of a system with page-based virtual memory compared to a simply system with base-limit registers that implements swapping
Previous: Some TLBs support address space identifiers (ASIDS), why?

View More Operating Systems Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions