Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1.Virtual Memory (25%) Assume an Inverted Page Table (8-entry IPT) is used by a 32-bit OS. The memory page size is 2MB . The complete

1.Virtual Memory (25%)

Assume an Inverted Page Table (8-entry IPT) is used by a 32-bit OS. The memory page size is 2MB. The complete IPT content is shown below. The Physical Page Number (PPN) starts from 0 to 7 from the top of the table. There are three active processes, P1 (PID=1), P2 (PID=2) and P3 (PID=3) running in the system and the IPT holds the translation for the entire physical memory. Answer the following questions.

Valid

Process ID (PID)

Virtual Page Number (VPN)

1

1

0x3fe

1

3

0x001

1

2

0x1ad

1

3

0x7fd

1

2

0x3fe

1

1

0x2bf

0

2

0x7fd

1

2

0x0bf

(5%) Based on the size of the Inverted Page Table above, what is the size (in MB) of the physical memory?

(10%) To which physical address does the virtual address 0x7fdd8f64 of P2 map? Please derive and write down the complete address in Hex value. (If there is no valid mapping, please answer page fault)

(10%) To which virtual address, of which process, does the physical address 0x78e968 map? Please derive and write down the complete address in Hex value. If you cannot find a valid mapping, please answer address not foun

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Machine Performance Modeling Methodologies And Evaluation Strategies Lncs 257

Authors: Francesca Cesarini ,Silvio Salza

1st Edition

3540179429, 978-3540179429

More Books

Students also viewed these Databases questions

Question

What is the advantage of using PECVD processes?

Answered: 1 week ago