how does the Least connection algorithm contribute to load balancing and traffic management in cloud computing by dynamically routing requests to the server with fewest active connections, ensuring optimal resource utilization? Additionally, how does the IP Hash algorithm distribute incoming traffic based on client IP addresses, enabling consistent and predictable routing of requests to specific servers in a cloud environment ? Explain the real examples of load balancing using Least Connection algorithm and IP Hash.