Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2 0 nanoseconds, and TLB Hit ratio is 9 5 % . cess stages in page fault are shown as the following read from the
nanoseconds, and TLB Hit ratio is
cess stages in page fault are shown as the following
read from the disk to a free frame.
c in a queue for this device until the read request is serviced
d Restore system determines the location of the page on the disk instruction
e Trap to the operating system, operating system decides the trap a page fault, and check that the page reference is Invalid reference or Just not in memory
f Wait for the device seek andor latency time
g Begin the transfer of the page to a free frame
h While waiting, allocate the CPU to some other user
i Receive an interrupt from the disk subsystem IO completed
j Save the user registers and process state for the page fault process,
k Save the registers and process state for the other user
Correct the page table and other tables to show page is now in memory.
m Write victim frame to disk if dirty
n Wait for the CPU to be allocated to this process again
o Determine that the interrupt was from the disk
p Find a free frame, if there is a free frame, use it;
q If there is no free frame, use a page replacement algorithm to select a victim frame
Please write the correct execution order. points
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