GSLC · Question #165
Which of the following exists between the client and the server system to provide security and allows customized NAT traversal filters to be plugged into the gateway to support address and port…
The correct answer is A. Application-level gateway. An Application-level gateway (ALG) sits between client and server at Layer 7, providing security and enabling NAT traversal for protocols that embed addressing information in their payloads.
Question
Which of the following exists between the client and the server system to provide security and allows customized NAT traversal filters to be plugged into the gateway to support address and port translation for certain application layer protocols?
Options
- AApplication-level gateway
- BProxy server
- CFirewall
- DDMZ
How the community answered
(35 responses)- A91% (32)
- B6% (2)
- D3% (1)
Why each option
An Application-level gateway (ALG) sits between client and server at Layer 7, providing security and enabling NAT traversal for protocols that embed addressing information in their payloads.
An Application-level gateway operates at the application layer between client and server, inspecting and rewriting payload content to support NAT traversal for protocols like SIP, FTP, and H.323 that embed IP addresses in their data. It supports pluggable filters that can be added to the gateway to handle the specific address and port translation logic each protocol requires, which a standard stateful firewall or NAT device cannot accomplish on its own.
A proxy server forwards client requests on behalf of clients but does not provide pluggable, protocol-specific NAT traversal filters for application-layer address translation.
A firewall enforces access control rules and can perform stateful inspection but does not natively support pluggable application-layer NAT traversal filters for modifying payload-embedded addresses.
A DMZ is a network architecture segment that isolates public-facing servers from internal networks; it is not a device that performs application-layer NAT traversal or protocol filtering.
Concept tested: Application-level gateway NAT traversal and security
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_nat/configuration/xe-16/nat-xe-16-book/iadnat-addr-consv.html
Topics
Community Discussion
No community discussion yet for this question.