Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider a 1 6 - bit memory addressing computer system where the memory page size is 2 K B ( 2 0 4 8 bytes
Consider a bit memory addressing computer system where the memory page size is
bytes and each process is allocated frames the main memory, which are empty
initially. Now consider a process, which requires pages of storage. At some point during its
execution, a few pages have been referred with the following sequence:
and
The page table is shown below:
Calculate the number of bit used to represent
i Page size
ii Page number
List the address ranges logical address for each page number of the process in
decimal
List the address ranges logical address that will result in a page fault in decimal
Calculate the total number of frame in the main memory.
Given the following new ordered references to the virtualogical addresses in decimal
i Identify the page number of the virtuallogical address
ii Calculate the main memory physical addresses in decimal
If there is a page fault, please use LRU based page replacement to replace the page.
Show which page will be affected and compute the physical addresses after the page
fault. We assume the last four references are as shown in the Table above before the
new references.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started