CSC 456 Fall 2013/4b cv: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


===Background===
===Background===
section 1: background
section 2: history
section 3: different strategies (general purposes and specific purposes)
(have charts)
types of strategies
* first touch - allocates the frame on the node that incurs the page fault, i.e. on the same node where the processor that accesses it resides.
* round robin - pages are allocated in different memory nodes and are accessed based on time slices.
* local to first access - waits
* local to first request

Revision as of 15:48, 31 October 2013

Wiki 2

Background

section 1: background section 2: history section 3: different strategies (general purposes and specific purposes) (have charts)

types of strategies

  • first touch - allocates the frame on the node that incurs the page fault, i.e. on the same node where the processor that accesses it resides.
  • round robin - pages are allocated in different memory nodes and are accessed based on time slices.
  • local to first access - waits
  • local to first request