Will the thread change state if an address reference is


A simplified view of thread states is Ready, Running, andBlocked, where a thread is either ready and waiting to be scheduled, is running on the processor, or is blocked (for example, waiting for I/O). This is illustrated in Figure 9.31. Assuming a thread is in the Running state, answer the following questions, and explain your answer:

a. Will the thread change state if it incurs a page fault? If so, to what state will it change?

b. Will the thread change state if it generates a TLBmiss that is resolved in the page table? If so, to what state will it change?

c. Will the thread change state if an address reference is resolved in the page table? If so, to what state will it change?

719_2ecddff9-8ff4-431d-8e07-e3df8e85de14.png

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Will the thread change state if an address reference is
Reference No:- TGS01626071

Expected delivery within 24 Hours