Exercises

ex-cc-ch14-01

Easy

Compute MAN subpacketization for K=30K = 30, ΞΌ=0.2\mu = 0.2.

ex-cc-ch14-02

Easy

Estimate the subpacketization of Yan et al.'s polynomial PDA for K=100K = 100, t=3t = 3.

ex-cc-ch14-03

Easy

Why is subpacketization FF the main bottleneck for deployed coded caching?

ex-cc-ch14-04

Easy

State the Shanmugam-Ji-Tulino-Llorca-Dimakis-Caire graph-coloring subpacketization bound.

ex-cc-ch14-05

Easy

Define a PDA and its key parameters (K,F,Z,S)(K, F, Z, S).

ex-cc-ch14-06

Medium

MAN as PDA. Write the PDA for MAN at K=4K = 4, t=2t = 2.

ex-cc-ch14-07

Medium

Polynomial bound. For Yan et al.'s polynomial PDA, derive the rate formula S/FS/F.

ex-cc-ch14-08

Medium

Deployment budget. An operator can afford F≀105F \leq 10^5 subfiles per file (each > 1 MB for 100 MB files). At ΞΌ=0.1\mu = 0.1, what max KK does MAN vs PDA allow?

ex-cc-ch14-09

Medium

Rate-subpacketization relation. In the PDA framework, if we halve FF, what's the minimum increase in SS?

ex-cc-ch14-10

Medium

Decentralized vs centralized. Compute decentralized rate for K=20K = 20, ΞΌ=0.25\mu = 0.25, and compare with centralized MAN.

ex-cc-ch14-11

Hard

Converse for polynomial FF. Prove that no PDA with polynomial FF can achieve rate exactly equal to MAN.

ex-cc-ch14-12

Hard

PDA search algorithm. Design a heuristic search for PDAs with small FF given (K,Z,S)(K, Z, S) constraints.

ex-cc-ch14-13

Challenge

Adaptive subpacketization. As a session progresses, can we change FF dynamically (refine / merge subfiles)? What's the algorithmic cost?

ex-cc-ch14-14

Challenge

Cache-aware network coding. Can we combine coded caching (bit- level XOR) with network coding (packet-level random linear) for even better performance?

ex-cc-ch14-15

Challenge

Error correction in delivery. In a wireless (lossy) network, some coded messages will be lost. Design a scheme that recovers from losses without retransmission.