This document proposes a method called DROPS (Division and Replication of Data in Cloud for Optimal Performance and Security) that divides files into fragments and replicates the fragments across cloud nodes for improved security and performance. The method stores each file fragment on a separate node to prevent attackers from accessing full files even if some nodes are compromised. It also separates nodes storing fragments using graph coloring to obscure fragment locations. The method aims to improve retrieval time by selecting central nodes and replicating fragments on high-traffic nodes. The document compares DROPS to 10 replication strategies and evaluates it using 3 data center network architectures.