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
Why do we use semaphore?
What is the max ram for a 64 bit?
Throw some light on internal process memory.
What are the functions of the ram ic`s?
What are the different states of a process?
What are the advantages of a multiprocessor system?
What is asynchronous task?
What is deadlock? Explain.
Explain the concept of the timesharing operating systems?
What is a sector?
what is the relationship between page size and page table?
What are the 3 types of filing systems?
Why is interrupt vector used in operating systems?
Is it safe to delete program data?
What is the difference between folder and directory?