Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider a 20-bit virtual address space with 64-byte pages. Assume that a page table entry in any level occupies 4 bytes. (3 pts) If the

  1. Consider a 20-bit virtual address space with 64-byte pages. Assume that a page table entry in any level occupies 4 bytes.

  1. (3 pts) If the OS keeps a linear page table, how many bits are needed for representing page table entry indices?

  1. (4 pts) If the OS keeps a linear page table, how many pages does this page table occupy?

  1. (3 pts) If the OS keeps a page directory to keep track of page table pages, how many bits are needed for representing page table indices?

  1. (4 pts) If the OS keeps a page directory, how many pages does the page directory occupy?

  1. (6 pts) If you consider linear page table as Level 1 and page directory as Level 2 page table, what is the maximum page number level that can be implemented for this system? Explain your reasoning. You might want to draw a figure representing the address bits and how you partition them.

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 Design And Relational Theory Normal Forms And All That Jazz

Authors: Chris Date

1st Edition

1449328016, 978-1449328016

More Books

Students also viewed these Databases questions

Question

7. How might you go about testing these assumptions?

Answered: 1 week ago