Question: Q1. Consider the following page reference using three frames that are initially Empty. Use the page reference sequence: 7,0,1, 2,0,3,0,4,2,3,0,3,2,1,2,0,1,7,0,1? Find the page faults using
Q1. Consider the following page reference using three frames that are initially
Empty. Use the page reference sequence: 7,0,1, 2,0,3,0,4,2,3,0,3,2,1,2,0,1,7,0,1?
Find the page faults using second chance algorithm.
Q2. A certain computer provides its users with a virtual memory space of 232 bytes. The computer has 222 bytes of physical memory. The virtual memory is implemented by paging, and the page size is 4,096 bytes. A user process generates the virtual address 103456. Explain how the system establishes the corresponding physical location.
Q3. If there are 100 frames and 5 processes, how many frames should be given to each process?
- Equal proportion:
- Proportional allocation, if s1=40 and s2=1
4) The page table given below is for a system with 16-bit virtual and physical addresses and with 4,096-byte pages. The reference bit is set to 1 when the page has been referenced. Periodically, a thread zeroes out all values of the reference bit. A dash for a page frame indicates the page is not in memory. The page-replacement algorithm is localized LRU, and all numbers are provided in decimal.
| page | page frame | reference bit |
| 0 | 9 | 0 |
| 1 | 1 | 0 |
| 2 | 14 | 0 |
| 3 | 10 | 0 |
| 4 | - | 0 |
| 5 | 13 | 0 |
| 6 | 8 | 0 |
| 7 | 15 | 0 |
| 8 | - | 0 |
| 9 | 0 | 0 |
| 10 | 5 | 0 |
| 11 | 4 | 0 |
| 12 | - | 0 |
| 13 | - | 0 |
| 14 | 3 | 0 |
| 15 | 2 | 0 |
a. Convert the following virtual addresses (in hexadecimal) to the equivalent physical addresses. You may provide answers in either hexadecimal or decimal. Also set the reference bit for the appropriate entry in the page table.
0xE12C
0x3A9D
0xA9D9
0x7001
0xACA1
b. Using the above addresses as a guide, provide an example of a logical address (in hexadecimal) that results in a page fault.
c. From what set of page frames will the LRU page-replacement algorithm choose in resolving a page fault?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
