What is the difference between Application Load Balancer and Network Load Balancer?

Application load balancer operates on layer 7 and supports http/https protocols, whereas Network load balancer operates on layer 4 and supports tcp/upd protocols. ALB is used for web applications that uses content-based routing with HTTP(S) traffic. NLB is used for high-performance, low-latency applications requiring TCP or UDP traffic.
Veuillez vous connecter pour demander, répondre, partager, aimer et voter.