what are the accessing methods for unit data
explain the importance of cache size
what are the access method of cache
what is replace algorithm
explain write through & write back
through - write operations to main memory & cache
back - updates are only in cache
- io modules are allowed through the cache
what’s a cache coherency
transfer of data from caches of different devices with a shared memory
- if 1 data is altered, it will caused an invalidation of data among other caches & main memory
- 3 main approaches
1. bus watching with write through
= use cache controller to monitor address lines by other bus master
what are the 3 design principles