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 time- sharing system?
Explain booting the system in operating system.
How do you check your operating system?
How much cpu usage is normal?
How do I remove prime os from my pc?
What is the difference between logical address space and physical address space?
Can my processor run 64 bit?
How do I search for excel files on my computer?
What are the 4 major types of operating system?
Can I run 64 bit on x86?
Explain the command rate in reference to ram?
What do you mean by semaphore?
How the Kernel handles both the page stealer and the fault handler?
Can you move program files x86 to another drive?
Explain paging, faulting, and deadlock?