The document discusses using a distributed hash table (DHT) as the underlying infrastructure for BlobSeer storage. Key points include:
1) The DHT would distribute version managers, metadata providers, and storage providers through consistent hashing to provide load balancing and fault tolerance.
2) Accessing and updating blobs would have O(1) lookup cost similar to the current BlobSeer design.
3) Using the DHT would eliminate the need for a separate provider manager and allow providers to learn about the system state on their own through gossip protocols.