Can you explain NLB in AWS?

devquora
devquora

Posted On: Jan 27, 2023

 

AWS NLB is a type of load balancer that routes incoming traffic at the network level (OSI Layer 4) based on IP protocol data. It is designed for the handle millions of requests per second while maintaining ultra-low latencies.

NLBs are best suited for use cases that require high performance and scalability, such as handling requests for large-scale, distributed systems, and containerized microservices. The NLB uses a flow-hash algorithm to distribute incoming traffic across multiple resources and supports both TCP and UDP protocols.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    AWS ELB Interview Questions

    What Is elb in aws?

    Elastic Load Balancing (ELB) in Amazon Web Services (AWS) helps you in increasing the availability of applications with regular health checks and the distribution of traffic. It simply distributes the...

    AWS ELB Interview Questions

    How AWS Elastic Load Balancing Works?

    AWS Elastic Load Balancing (ELB) is a service that automatically distributes incoming web traffic across multiple Amazon Elastic Compute Cloud (EC2) instances..

    AWS ELB Interview Questions

    List few Pros/cons of using AWS Elastic Load Balancer?

    List of few Pros/Cons of using AWS Elastic Load Balancer. ProsCan handle the SSL termination, thus offloading the SSL processing from the instances. Provides health checks to ensure that only he...