Explain about paged segmentation and segment paging?
Answer Posted / p govind rao
PAGING: Paging memory allocation algorithms divide computer
memory into small partitions, and allocates memory using a
page as the smallest building block.
SEGMENTAION: Segmentation means that a part or parts of the
memory will be sealed off from the currently running
process, through the use of hardware registers. If the data
that is about to be read or written to is outside the
permitted address space of that process, a segmentation
fault will result.
Is This Answer Correct ? | 18 Yes | 21 No |
Post New Answer View All Answers
What is dedicated processor assignment in operating system (os)?
Is faster ram worth it?
What is Page-Stealer process?
Is a directory a regular file?
Tell something about deadlock and how can we prevent dead lock?
What is the meaning of Thread Priority?
Define scheduling in OS.
What are ddks?
What is the limit of ram capacity in a 32bit os?
State the advantages of segmented paging over pure segmentation?
What do you know about interrupt?
How do I copy a path to a shared drive?
How do I recover files from my usb?
What is fragmentation? Different types of fragmentation?
What is the feature of real time os?