This document summarizes a study on a new dynamic load balancing approach in cloud environments. It begins by outlining some of the major challenges of load balancing in cloud systems, including uneven distribution of workloads across CPUs. It then proposes a new approach with three main components: 1) A queueing and job assignment process that prioritizes assigning jobs to faster CPUs, 2) A timeout chart to determine when jobs should be migrated or terminated to avoid delays, and 3) Use of a "super node" to act as a proxy and backup in case other nodes fail. The approach is intended to more efficiently distribute jobs and help cloud systems maintain optimal performance. Finally, the document discusses how this approach could be integrated into existing cloud architectures