The document proposes a performance-based load balancing approach to improve cloud computing performance through load balancing and fault tolerance. It considers success ratio and past load data when distributing tasks among nodes. A fault handler is used to detect and recover from faults reactively. When a fault occurs, the handler updates node records, restarts servers, or transfers pending tasks. Task outcomes are evaluated based on status and deadlines. Nodes with successful outcomes have their success ratios incremented, while unsuccessful nodes have ratios decremented or fault handling triggered. The approach aims to map tasks to nodes with higher success ratios and lower current loads to improve quality of service. Cloudsim simulations show how success ratios for sample nodes change with this approach over multiple task assignments.