Given that main memory is composed of three page frames for public use and that a program requests pages in the following order.
a,b,a,c,d,a,e,f,g,c,b,g
a.) using the FIFO range removal algorithm, do a page trace analysis indicating page faults with asterisks (*). then compute the failure and success ratios.
b.) increase the size of memory so it contains four page frames for public use. Using the same page request as above and FIFO, do another page trace analysis and compute the failure and success ratio.
c.) did the result correspond with you intuition? explain.