72.2k views
2 votes
What is the difference in configuring Managing type in API Manager between Basic Endpoint and Endpoint with Proxy?

1) Basic Endpoint allows direct communication between the client and the backend service, while Endpoint with Proxy acts as an intermediary between the client and the backend service.
2) Basic Endpoint requires manual configuration of routing and security settings, while Endpoint with Proxy automatically handles routing and security.
3) Basic Endpoint supports only HTTP protocol, while Endpoint with Proxy supports multiple protocols including HTTP, HTTPS, and WebSocket.
4) Basic Endpoint provides limited scalability and fault tolerance, while Endpoint with Proxy offers advanced scalability and fault tolerance features.

User Marmelador
by
8.3k points

1 Answer

5 votes

Final answer:

Basic Endpoint allows direct communication, requires manual configuration, supports only HTTP, and provides limited scalability. Endpoint with Proxy acts as an intermediary, automatically handles routing and security, supports multiple protocols, and offers advanced scalability and fault tolerance features.

Step-by-step explanation:

The difference in configuring Managing type in API Manager between Basic Endpoint and Endpoint with Proxy is as follows:

  1. Basic Endpoint allows direct communication between the client and the backend service, while Endpoint with Proxy acts as an intermediary between the client and the backend service.
  2. Basic Endpoint requires manual configuration of routing and security settings, while Endpoint with Proxy automatically handles routing and security.
  3. Basic Endpoint supports only HTTP protocol, while Endpoint with Proxy supports multiple protocols including HTTP, HTTPS, and WebSocket.
  4. Basic Endpoint provides limited scalability and fault tolerance, while Endpoint with Proxy offers advanced scalability and fault tolerance features.

User Quano
by
7.4k points