[1] Webアプリケーションにおける逆串は、 クライアントからの HTTP アクセスを受け付け、適当なバックエンド鯖等に処理を振り分けるアプリケーション層スイッチです。
[3] 関門 (逆串) は、外向きの接続については起源鯖として動作するものの、 受信した要求を翻訳して内向きに他の鯖(群)に転送するような中間器です。 >>2
[1] HTTP (RFC 1945 1.2, RFC 2068 1.3, RFC 2616 1.3)
- gateway
- A server which acts as an intermediary for some other server. Unlike a proxy, a gateway receives requests as if it were the origin server for the requested resource; the requesting client may not be aware that it is communicating with a gateway.
{1945} Gateways are often used as server-side portals through network firewalls and as protocol translators for access to resources stored on non-HTTP systems.
[4] RFC 5537 - Netnews Architecture and Protocols ( ( 版)) <http://tools.ietf.org/html/rfc5537#page-5>