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

2Textbook Readings

P&H 1.7, 1.8, 2.11, 4.10, 4.11, 5.10, 6.1-6.3, 6.5, 6.7

3Additional References

4Exercises

Check your knowledge!

4.1Conceptual Review

Solution to Exercise 1 #

False. You have a copy. I do a write (through, to memory). How do you get updated when you do a read?

Solution to Exercise 2 #

False. That’s the point of these protocols, to know if others have copies and whether I need to just do a store or do other work.

Solution to Exercise 3 #

False. What if they’re all doing reads? That would be inefficient.

4.2Short Exercises