Back to VirtualMemory

Write Back: The information is written only to the block in the cache. The modified block is written to the lower level of the hierarchy only when it is replaced. Virtual Memory systems always use write back.

Advantages:

  1. Individual words can be written by the processor at the rate that the cache, rather than the memory can accept them.
  2. Multiple writes to a block require only one write to next lower level.
  3. When blocks are written back, the system can make effective use of a high bandwidth transfer, since the entire block is written.

Back to VirtualMemory

WriteBack (last edited 2004-03-18 19:21:16 by yakko)