Halodoc interview question

What is the difference between classic load balancer and application load balancer

Interview Answer

Anonymous

22 Nov 2020

My short answer would be: ELB work at network level, each request is directed to different server/ip etc. based on the rules. ALB works at application level, you have much more control over routing based on the content of the request.