Multiple choice technology platforms and products

Management of end-points of business services, including their failover logic is called

  1. Throttling

  2. Service Orchestration

  3. Service Pooling

  4. Service Aggregation

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Service Pooling in OSB refers to the management of multiple endpoint URLs for a single business service. When a business service has multiple backend endpoints, OSB can automatically manage them as a 'pool' - handling load distribution, health checking, and failover if one endpoint becomes unavailable. This is distinct from Service Aggregation (combining multiple services), Service Orchestration (coordinating service calls), or Throttling (rate limiting). The failover and endpoint management logic described in the question is specifically what Service Pooling provides.