Summary
DAS Networking in Ethereum requires lots of small blob samples to be placed in a distributed network where arbitrary nodes can query "the network" to make sure these samples are available.
What this "network" actually looks like is still an open question, but there seems to be high level consensus on its process and design:
Initial Dissemination - Builder sends rows and columns to validators via gossipsub-like protocol (unstructured network)
Continued Dissemination - Validators distribute samples to rest of network via Kademlia-style DHT(structured network)
Querying DHT for samples - Sampling nodes ask DHT for individual samples
Reconstruction - If there's a liveness failure within the network and there are enough individual samples held amongst participants, participants send samples to at least one honest validator (or full node?) to reconstruct (and begin redistribution?) of the blob.