An API Gateway acts as a ________ between clients and microservices in an application.
- Barrier
- Firewall
- Mediator
- Translator
An API Gateway acts as a mediator between clients and microservices in an application. It serves as a central point for routing and managing requests, providing security, load balancing, and other features that enhance the communication between clients and microservices.
Loading...
Related Quiz
- What is the significance of end-to-end testing in API testing?
- In a scenario where an API experiences sudden spikes in traffic, how can rate limiting and throttling be used to maintain service quality?
- What is the significance of the "access token" in OAuth 2.0?
- Which HTTP header is commonly used to prevent Cross-Site Scripting (XSS) attacks in APIs?
- How does an API Gateway contribute to the security of APIs?