This document summarizes a research paper that proposes a load balancing strategy called the re-modified throttled algorithm (RMTA) to reduce the risk of data loss on cloud computing. The RMTA aims to address limitations in previous algorithms by considering both the availability and capacity of virtual machines (VMs) during load distribution and migration processes. It maintains two index tables to track available and unavailable VMs. When a new request arrives, the RMTA load balancer selects a VM that has sufficient available storage and bandwidth to handle the request size without risk of data overflow. This is intended to minimize data loss or hampering during migration. The performance of the RMTA is evaluated through simulation and analysis on the CloudAnalyst tool.