ある企業は、社内サーバーで実行されている Web アプリケーションのセキュリティを向上させたいと考えています。リスク評価が実行されており、次の機能が求められています。 * SSL 接続を中央の場所で終了します * 着信および発信 Web サービス呼び出しの認証と認可の両方を管理します * Web サービス API を宣伝する * DLP およびマルウェア対策機能を実装する 次のテクノロジーのうち、最良のオプションはどれですか?
正解:D
An API gateway is a device or software that acts as an intermediary between clients and servers that provide web services through application programming interfaces (APIs). An API gateway can provide various functions such as: Terminating SSL connections at a central location, reducing the overhead on the backend servers and simplifying certificate management Managing both authentication and authorization for incoming and outgoing web service calls, enforcing security policies and access control Advertising the web service API, providing documentation and discovery features for developers and consumers Implementing DLP and anti-malware features, preventing data leakage and malicious code injection