answersLogoWhite

0

(frame no * page size) + offset value = physical add

where

frame value is the value present in the corresponding page number

offset value is the last n bits of the logical address

page no is the first m-n bits of logical address

2^m is the logical address

2^n is the page size

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Why paging is used?

Paging is solution to external fragmentation problem whichis to permit the logical address space of a process to benoncontiguous, thus allowing a process to be allocatingphysical memory wherever the latter is available.


Why paging used?

Paging is solution to external fragmentation problem whichis to permit the logical address space of a process to benoncontiguous, thus allowing a process to be allocatingphysical memory wherever the latter is available.


What is contiguous allocation?

Paging is a memory management scheme that permits the physical- address space of process to be noncontiguous.


How Intel Pentium supports segmentation and paging?

The Intel Pentium supports pure segmentation and segmentation with paging. The processor creates logical addresses, which are mapped to physical addresses by the segmentation unit. Those addresses may point to physical addresses within memory or paged swap space.


What is paging and how is it done?

Paging is a memory management scheme in which physical memory is divided into fixed-size blocks called pages, and logical memory is divided into blocks of the same size called frames. The operating system uses a page table to map logical addresses to physical addresses during memory access. When a process requests data that is not in physical memory, a page fault occurs, leading to the system retrieving the required page from secondary storage into physical memory.


What is paging and segmentation in an operating system?

Paging refers to the division of address spaces into fixed size units and the logical addresses are in the form of tuples. On the other hand, segmentation is the dividing of address spaces into a defined number of segments.


Compare paging with segmentation with respect to the amount of memory required by the address translation structures in order to convert virtual addresses to physical addresses?

Oh, dude, paging and segmentation are like two sides of the same coin when it comes to address translation structures. Paging requires a page table to map virtual addresses to physical addresses, which can take up a lot of memory. On the other hand, segmentation uses a segment table to do the same thing, but it might not need as much memory as paging depending on the implementation. So, like, if you're all about saving memory space, segmentation might be the way to go.


What are the differences between simple paging and virtual memory paging?

In case of simple paging all pages should be in main memory to run a process..while in case of virtual memory paging pages can be loaded as needed by the processor i.e. called demand paging...


What is the minimum size of the paging file required to allow a memory dump in the event of a stop error?

That depends on how much memory is being used by the operating system, the apps and their data. In general a paging file is 2 to 3 times physical memory so, 4x the physical memory (paging file of 3x physical memory + physical memory) will guarantee enough room for all data IF the paging file is set to 3x physical memory. There would be more needed for the devices attached to the processor, but there will be holes in memory and these holes most often more than make up for the memory of attached devices.


What is the purpose of paging the page table?

For get the attention of people in an emergency quickly.


The technique of swapping items between memory and storage?

It is paging.


Why operating system requires second storage support for its operation?

its a type of memory management technique in which the full utilization of main or physical memory is being done and the process which are idle can be placed in second storage or logical memory and in the time of use it can be placed in main memory from paging .