195k views
1 vote
What is a load balancer designed for web applications at a TCP(Transport Level)?

A) Gateway Load Balancer
B) Network security group
C) Traffic Manager

1 Answer

2 votes

Final answer:

A Gateway Load Balancer is designed to distribute incoming TCP traffic across multiple servers to maintain performance and high availability of web applications.

Step-by-step explanation:

A load balancer designed for web applications at the TCP (Transport Level) is typically referred to as a Gateway Load Balancer. This type of load balancer operates at the transport layer of the OSI model, distributing incoming network traffic across multiple servers to ensure that no single server becomes overburdened, which helps maintain fast response times and high availability for web applications. By effectively managing traffic, a Gateway Load Balancer ensures that web applications can handle a large number of simultaneous connections without degradation in performance.

User Gines Capote
by
7.8k points