PrepAway - Latest Free Exam Questions & Answers

Which of the following features ensures even distribution of traffic to Amazon EC2 instances in multiple Avail

Which of the following features ensures even distribution of traffic to Amazon EC2 instances in multiple
Availability Zones registered with a load balancer?

PrepAway - Latest Free Exam Questions & Answers

A.
Elastic Load Balancing request routing

B.
An Amazon Route 53 weighted routing policy

C.
Elastic Load Balancing cross-zone load balancing

D.
An Amazon Route 53 latency routing policy

Explanation:

http://aws.amazon.com/elasticloadbalancing/

19 Comments on “Which of the following features ensures even distribution of traffic to Amazon EC2 instances in multiple Avail

  1. JM says:

    C
    To distribute traffic evenly across all back-end instances, regardless of the Availability Zone, enable cross-zone load balancing on your load balancer.




    0



    0
  2. wetrain says:

    Answer is C

    Cross-zone load balancing is always enabled for an Application Load Balancer and is disabled by default for a Classic Load Balancer. If cross-zone load balancing is enabled, the load balancer distributes traffic evenly across all registered instances in all enabled Availability Zones. If cross-zone load balancing is disabled, the load balancer distributes traffic evenly across all enabled Availability Zones. For example, suppose that you have 10 instances in Availability Zone us-west-2a and 2 instances in us-west-2b. If cross-zone load balancing is disabled, the requests are distributed evenly between us-west-2a and us-west-2b. As a result, the 2 instances in us-west-2b serve the same amount of traffic as the 10 instances in us-west-2a. However, if cross-zone load balancing is enabled, the load balancer distributes incoming requests evenly across all 12 instances.

    http://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html




    0



    0
  3. rverli says:

    C

    Cross-zone load balancing enabled – Spread traffic per instances;
    Cross-zone load balancing disabled – Spread traffic per AZ;




    0



    0
    1. Homer says:

      http://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html#availability-zones

      Request Routing – Routing Algorithm
      With a Classic Load Balancer, the load balancer node that receives the request selects a registered instance using the round robin routing algorithm for TCP listeners and the least outstanding requests routing algorithm for HTTP and HTTPS listeners.

      If the “Traffic” in the question means TCP traffic, A is correct.
      If the “Traffic” means HTTP and/or HTTPS traffic, and some HTTP/HTTPs requests take longer to respond than others, the traffic will not be evenly distributed.

      So C is a safe answer.




      0



      0
  4. vladam says:

    C is the right answer.

    See http://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html#availability-zones

    Cross-zone load balancing is always enabled for an Application Load Balancer and is disabled by default for a Classic Load Balancer. If cross-zone load balancing is enabled, the load balancer distributes traffic evenly across all registered instances in all enabled Availability Zones. If cross-zone load balancing is disabled, the load balancer distributes traffic evenly across all enabled Availability Zones.




    0



    0
  5. Pin2 says:

    C = Correct Answer as explained by Amazon below:

    If cross-zone load balancing is enabled, the load balancer distributes traffic evenly across all registered instances in all enabled Availability Zones. If cross-zone load balancing is disabled, the load balancer distributes traffic evenly across all enabled Availability Zones. For example, suppose that you have 10 instances in Availability Zone us-west-2a and 2 instances in us-west-2b. If cross-zone load balancing is disabled, the requests are distributed evenly between us-west-2a and us-west-2b. As a result, the 2 instances in us-west-2b serve the same amount of traffic as the 10 instances in us-west-2a. However, if cross-zone load balancing is enabled, the load balancer distributes incoming requests evenly across all 12 instances.




    0



    0

Leave a Reply

Your email address will not be published. Required fields are marked *