If you have any trouble accessing any of these materials, please post a note on Piazza and we'll help.
- Slides: all animations, limited animations
- Outline
- Recording
- Supplemental Reading: Textbook §8.1, §8.2, §8.3
- Given two bitstrings A and B, compute A XOR B. Given A XOR B and B, compute A.
- Given a RAID system with a failed disk, explain how to recover the failed disk
- Describe how reads and writes work in RAID 1, RAID 4, and RAID 5
- Describe the performance trade-offs among the levels of RAID
- Given a sequence of disk failures over time, explain whether RAID can recover the system (e.g., can RAID 5 recover if two of its disks fail at the exact same moment)
Some of these problems also include concepts from future lectures and recitations, such as 2PL and FORCE and STEAL policies.