Segments 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).
Subscribe to:
Post Comments (Atom)
Java - Operations
3.1 Arithmetic Operators Java supports the following arithmetic operators: Operator Description Usage Exampl...
-
Scheduling is the activity of the deciding when process will receive the resources they request. FCFS: --- FCSFS stands for Firs...
-
3.1 Arithmetic Operators Java supports the following arithmetic operators: Operator Description Usage Exampl...
-
2.1 Variables Computer programs manipulate (or process) data. A variable is used to store a piece of data for processing. It is c...
No comments:
Post a Comment