Which OCI load balancer feature can help in distributing traffic based on specific application layer criteria like URL paths
Correct Answer: C
Here,s why the other options are not suitable for this purpose:
A). Round Robin Algorithm: This distributes traffic across backend servers sequentially, regardless of specific application layer information.B. Weight-Based Distribution: This allows assigning different weights to backend servers, influencing traffic distribution but not based on URL paths.D. Least Connections Algorithm: This directs traffic to the server with the fewest active connections, aiming for balanced server load but not based on URL paths.Content Switching:
Analyzes incoming traffic at the application layer, examining factors like URL paths, cookies, or headers.
Based on predefined rules or configurations, routes traffic to specific backend servers best suited to handle the request.
This enables intelligent traffic distribution and routing based on your application,s requirements.