Application Gateway

Load balancing | Application Gateway Azure Application Gateway gives you application-level routing and load balancing services that let you build a scalable and highly-available web front end in Azure. You control the size of the gateway and scale your deployment based on your needs. It will comes under Layer 7(Application) in OSI model. We will…

Azure Traffic Manager

Load balancing | Traffic Manager Azure Traffic Manager is a DNS-based traffic load balancer. This service allows you to distribute traffic to your public facing applications across the global Azure regions. Traffic Manager also provides your public endpoints with high availability and quick responsiveness. Also called as Global load balancer. Requires DNS to be configure…

Azure Load Balancer

Azure load balancer Azure Load balancer will share the load among all the webservers by using round-robin method and it will not inspect the packets. It will use Layer 4(Transport Layer) in OSI model. Note: It will works as AWS NLB. Below are the OSI Layers: We have total 7 layers. L7 – Application Layer…