69.5k views
2 votes
Given that a seven-page program (with pages a, b, c, d, e, f, g) requests pages in the following order: a, b, a, c, d, a, e, f, g, c, b, g a. Using the FIFO page 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 requests as above and FIFO, do another page trace analysis and compute the failure and success ratios.

User Aaroninus
by
5.7k points

1 Answer

2 votes

The answer & explanation for this question is given in the attachment below.

Given that a seven-page program (with pages a, b, c, d, e, f, g) requests pages in-example-1
User Knk
by
5.2k points