Ask Question

what are similarities and differences between demandpaged memory management and segmented paged memorymanagement.

+4
Answers (1)
  1. 7 April, 19:37
    0
    Similarities and differences between demand paged memory management and segmented paged memory management are:

    In demand paged memory, it bring a page into the memory only when it is needed, so there is less I/O & memory needed. On the other hand, segmented paged memory based on common practice by programmer structure their programs in logical group of codes. In demand paged, it require the use of high speed direct access storage device that it can directly work with the CPU. Whereas, in segmented paged a program is compile and segment set up according to program's structural group. Demand paging made virtual memory widely used and in segmented paged memory is dynamically allocated. Similarities between both demand and segmented paged is that there is a use of job table in both memories.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “what are similarities and differences between demandpaged memory management and segmented paged memorymanagement. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers