ago edited ago by
39 views
0 votes
0 votes
If a page of a process is in secondary memory but not in main memory then what should be it's page table entry.Then how logical address is converted to physical address.Why this case is not handled in calculating effective memory access time formula. This is problem of paging or mapping?
ago edited ago by

Please log in or register to answer this question.

Related questions

641
views
1 answers
0 votes
24aaaa23 asked Oct 2, 2023
641 views
Assuming 3-level of paging is used by a paging system and a TLB for address translation. Calculate Average memory access time if each main memory access takes 100ns and ... given as 200ns and TLB hit ratio is 80% and page fault rate is 10%.
300
views
0 answers
0 votes
Na462 asked Jan 17, 2019
300 views
I have a simple doubt, Given a question that says that memory access time is x and page fault service time is y. We applyT = h*x + (1-h)*yHere assuming ... access ? Reference : https://gateoverflow.in/85404/gate1990-7-b Help me out here :(
748
views
1 answers
0 votes
amitksj2 asked Apr 4, 2018
748 views
As i am watching Operating System NPTEL videos in PAGING teacher said Physical Address in Main Memory = (f-1)*P + dwhere, f - frame no. ; P- page size & d- ... Address in Main Memory = f * P + dPlease Help this is my first question here.
239
views
1 answers
1 votes
Mrityudoot asked Mar 20
239 views
If Page size = Frame size is always true and offset in Logical address = offset in physical address holdsThen how/why Logical address size can come different than physical address size?