Prerequisites & Notation
Before You Begin
This chapter builds the Maddah-Ali–Niesen scheme from scratch. The required machinery is minimal — basic probability, XOR arithmetic over , and a little combinatorics — but you should be comfortable with each item before starting.
- The shared-link coded caching model (Ch 1)(Review ch01)
Self-check: Can you state the placement/delivery split and the worst-case rate ?
- Binomial coefficients and -subsets of
Self-check: For , , can you enumerate subsets?
- XOR over (bitwise addition of file-sized vectors)
Self-check: Given and , can you recover ?
- Worst-case demand vectors in (Review ch01)
Self-check: Can you explain why worst-case means all distinct demands when ?
Notation for This Chapter
Symbols introduced in Chapter 2. The MAN scheme uses a heavy but systematic notational load: subfiles and coded messages indexed by subsets of .
| Symbol | Meaning | Introduced |
|---|---|---|
| Coded caching gain parameter (assumed integer for the base scheme) | s01 | |
| Subfile of file indexed by subset , | s02 | |
| Subpacketization: number of subfiles per file; in the base scheme | s02 | |
| -subset of : | s02 | |
| -subset of : ; indexes a coded message | s03 | |
| Coded XOR message for subset : | s03 | |
| Cache content of user : the set of all for which | s02 |