H12-821_V1.0 · Question #363
As shown in the figure, if the user wants to use SSH to access the Headquarter S_Site server through the public network, and for security reasons, the destination port number accessed from the…
The correct answer is B. NAT Server. NAT Server is the correct choice because it allows administrators to map a specific external IP address and port number to an internal server's IP address and a different port, meaning external users can connect on a non-standard port (e.g., TCP 2200) while the traffic is…
Question
Options
- ANAPT
- BNAT Server
- CDynamic NAT
- DStatic NAT
How the community answered
(34 responses)- A3% (1)
- B76% (26)
- C6% (2)
- D15% (5)
Explanation
NAT Server is the correct choice because it allows administrators to map a specific external IP address and port number to an internal server's IP address and a different port, meaning external users can connect on a non-standard port (e.g., TCP 2200) while the traffic is forwarded to the internal SSH port 22 - satisfying the security requirement that the external-facing port must differ from SSH's default.
NAPT (option A) is designed for many-to-one outbound address translation and does not provide inbound port remapping for specific published services. Dynamic NAT (option C) maps internal addresses to a pool of external addresses for outbound sessions and offers no mechanism to expose an internal server on a custom external port. Static NAT (option D) creates a fixed one-to-one IP mapping but does not translate port numbers, so the destination port would remain 22, violating the security requirement.
Memory tip: NAT Server is the "NAT for servers" - it publishes an internal server to the outside world with full control over both the external and internal port numbers, making it the only type that can remap destination ports on inbound connections.
Topics
Community Discussion
No community discussion yet for this question.