Distribution is where one stream becomes many. The origin or packager publishes a small number of canonical artifacts — segments, manifests, init segments — and the CDN replicates them out to edge POPs near every viewer. Distribution speaks HTTP because every cache, proxy, ISP and player understands HTTP; that universality is what made HLS and DASH possible at scale.

The economics of distribution are about cost per gigabyte and cache hit ratio. A CDN's price card is typically a few dollars per terabyte at scale, and a 1 % drop in hit ratio (more requests reaching origin) can move millions of dollars on a big OTT bill. Engineering effort therefore focuses on segment naming (one URL per segment, never two), TTL tuning (long for VOD, sliding window for live), prefetching at the edge, and origin shielding (a regional cache layer in front of the true origin).

Distribution is opposite-shaped to contribution. Where contribution sweats over one stream and its packet recovery, distribution sweats over millions of identical requests and their cacheability. The same media file passes through both, but the design choices on each side are nearly disjoint — which is why most operators have separate teams for "ingest/contribution" and "delivery/distribution".