This visual execution shows how AWS load balancers decide routing based on incoming request protocols. When a client sends a request, the system checks the protocol. If it is HTTP or HTTPS, the Application Load Balancer (ALB) is chosen. ALB routes traffic by inspecting URL, host, and headers, supporting web applications and microservices. If the protocol is TCP or UDP, the Network Load Balancer (NLB) is chosen. NLB routes traffic by IP address and port, providing high performance and static IP support. If the protocol is unsupported, the request is rejected. Variables like Incoming Request Protocol, Load Balancer Type, Routing Method, and Use Case change step-by-step as the request is processed. Key moments clarify why ALB and NLB route differently and what happens with unsupported protocols. The quiz tests understanding of load balancer choice and routing methods based on protocol.