Question 1 The simplest way to virtualize memory is base and bounds. In each of the traces below, your job is to fill in
Posted: Mon Jun 06, 2022 6:30 pm
Question 1 The simplest way to virtualize memory is base and bounds. In each of the traces below, your job is to fill in the missing values of virtual addresses, physical addresses, base, and/or bounds registers. In some cases, it is not possible to provide an exact value. If so, please specify a range (e.g. greater than 100), or value that is not a single number. YOU MAY SHOW YOUR CALCULATIONS FOR PARTIAL POINTS. Scenario I: Virtual Address Physical Address 0 1000 100 1100 Base? 1999 2000 3000 Bounds? Scenario II: Virtual Address Physical Address 100 3400 2000 5300 Base? 2001 ? (Note: NOT fault) 3000 [fault] Bounds? Scenario III: Virtual Address Physical Address 0 100 ? Base? 2000 _? (Note: NOT fault) 2001 [fault] Bounds? 6050