Question

Consider a simple paging system with the following parameters: 232 bytes of physical memory; page size...

  1. Consider a simple paging system with the following parameters: 232 bytes of physical memory; page size of 210 bytes; 216 pages of logical address space.
    1. How many entries in the page table?
    1. How many bits in each page table entry? Assume each page table entry contains a valid/invalid bit.
0 0
Add a comment Improve this question Transcribed image text
Answer #1

A) physical memory size =2^32 bytes

page size = 2^10 bytes

logical address space : 2^16 bytes

A)

Entries in page table = no of pages in virtual memory

                                = 2^16

==========================================

B)frames in physical memory = size of physical memory/size of the page frame

                                            =2^32/2^10

                                           =2^22

no of bits in physical memory=22

bits in each page table entry when each page table entry contains a valid/invalid bit. =22+1

=23

Add a comment
Know the answer?
Add Answer to:
Consider a simple paging system with the following parameters: 232 bytes of physical memory; page size...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT