Which ensures to insulate the applications by acting as barrier?
Answers
Answered by
0
Answer:
API Gateway ensures the applications by acting as barrier. API Gateway is a server that is the single entry point into the system. It is similar to the Facade pattern from object‑oriented design. The API Gateway encapsulates the internal system architecture and provides an API that is tailored to each client. It might have other responsibilities such as authentication, monitoring, load balancing, caching, request shaping and management, and static response handling.
Explanation:
Similar questions