Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

1And in Conclusion\dots

1.1AMAT (Average Memory Access Time)

Recall that AMAT stands for Average Memory Access Time. This is a way to measure the performance of a cache system. The formula for AMAT is:

AMAT=(Hit Time)+(Miss Rate)(Miss Penalty)\text{AMAT} = (\text{Hit Time}) + (\text{Miss Rate}) * (\text{Miss Penalty})

2Textbook Readings

P&H 5.1-5.4, 5.8, 5.9, 5.13

3Additional References

Amazing Illustrations by Ketrina (Yim) Thompson: CS Illustrated Cache Handouts

4Exercises

Solution to Exercise 1 #

True. The cache is smaller and faster than memory.