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 items of information about a task might be useful in real time scheduling?
Tell me what has triggered the need for multitasking in pcs?
What does 64bit mean?
Is a directory a regular file?
Why is 64 bit better?
What are the steps of booting?
What are operating system services?
Explain binary semaphore and its functionality.
How does reference counting manage memory allocated objects?
Describe Banker’s algorithm
List the sub-components of i/o manager in windows nt?
What is the difference between a file and a directory?
What is the maximum ram for a 64 bit operating system?
What is the main cause of blue screen of death?
Explain the concept of real-time operating systems?