This document summarizes a research paper that proposes a replica placement scheme called MAXDISJOINT for tree-based routing distributed hash tables (DHTs). MAXDISJOINT aims to create route diversity between replicas to improve routing robustness against node failures or attacks. The paper proves that MAXDISJOINT creates disjoint routes and evaluates its performance using simulations of the Pastry DHT. Simulation results show that with MAXDISJOINT placement, lookups can still succeed with a high probability even when a significant portion of the network is compromised. The paper also explores using a technique called neighbor set routing to further increase route diversity.