Explain Segmentation with paging?
Submitted by: AdministratorSegments can be of different lengths, so it is harder to find a place for a segment in memory than a page. With segmented virtual memory, we get the benefits of virtual memory but we still have to do dynamic storage allocation of physical memory. In order to avoid this, it is possible to combine segmentation and paging into a two-level
virtual memory system. Each segment descriptor points to page table for that segment.This give some of the advantages of paging (easy placement) with some of the advantages of segments (logical division of the program).
Submitted by: Administrator
virtual memory system. Each segment descriptor points to page table for that segment.This give some of the advantages of paging (easy placement) with some of the advantages of segments (logical division of the program).
Submitted by: Administrator
Read Online Windows Job Interview Questions And Answers
Top Windows Questions
☺ | Why thread is called as a lightweight process? |
☺ | What is LDAP? |
☺ | What is the Difference between Windows 2003 standard Enterprise, Premium, Data center and Web Edition? |
☺ | Explain briefly about, processor, assembler, compiler, loader, linker and the functions executed by them? |
☺ | How do you recover an object in Active Directory, which is accidentally deleted by you, with no backup? |
Top Operating System (OS) Categories
☺ | RTOS Interview Questions. |
☺ | Windows 7 Interview Questions. |
☺ | MAC Operating System Interview Questions. |
☺ | Disk Operating System (DOS) Interview Questions. |
☺ | Shell Scripting Interview Questions. |