nerdexam
EC-Council

312-50V13 · Question #80

Which address translation scheme would allow a single public IP address to always correspond to a single machine on an internal network, allowing "server publishing"?

The correct answer is D. Static Network Address Translation. Static Network Address Translation (SNAT) permanently maps one public IP address to one specific private IP address on the internal network, enabling external access to an internal server.

Submitted by suresh_in· Mar 6, 2026Introduction to Ethical Hacking

Question

Which address translation scheme would allow a single public IP address to always correspond to a single machine on an internal network, allowing "server publishing"?

Options

  • AOverloading Port Address Translation
  • BDynamic Port Address Translation
  • CDynamic Network Address Translation
  • DStatic Network Address Translation

How the community answered

(27 responses)
  • B
    4% (1)
  • C
    4% (1)
  • D
    93% (25)

Why each option

Static Network Address Translation (SNAT) permanently maps one public IP address to one specific private IP address on the internal network, enabling external access to an internal server.

AOverloading Port Address Translation

Overloading Port Address Translation (PAT) maps multiple private IP addresses to a single public IP using different port numbers, which does not provide a consistent one-to-one mapping for server publishing.

BDynamic Port Address Translation

Dynamic Port Address Translation is another term for PAT or NAT Overload, mapping multiple private IPs to one public IP using port numbers, not a dedicated one-to-one mapping.

CDynamic Network Address Translation

Dynamic Network Address Translation (DNAT) maps private IP addresses to a pool of public IP addresses on a first-come, first-served basis, meaning the public IP can change, which is unsuitable for consistent server publishing.

DStatic Network Address TranslationCorrect

Static Network Address Translation (SNAT) creates a one-to-one, persistent mapping between a specific private IP address on the internal network and a public IP address. This fixed mapping allows external users to consistently connect to a specific internal server using its dedicated public IP, which is essential for 'server publishing' or hosting services accessible from the internet.

Concept tested: Network Address Translation (NAT) types for server publishing

Source: https://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/26704-nat-faq.html

Topics

#NAT#static NAT#network addressing#server publishing

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice