Back Next
Cache mapping
  When a main memory byte is accessed,
    All consecutive bytes in the line holding that byte are duplicated 
      in the appropriate cache line.

    Address (tag) of main memory segment holding that line is also stored in 
      cache.

  Because of segment ids, caches are designed for specific memory range of
    a CPU.