nerdexam
EC-Council

312-50V9 · Question #528

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 NAT creates a permanent one-to-one mapping between a public IP address and a single internal host, enabling consistent inbound access required for server publishing.

Scanning Networks

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

(46 responses)
  • B
    4% (2)
  • C
    2% (1)
  • D
    93% (43)

Why each option

Static NAT creates a permanent one-to-one mapping between a public IP address and a single internal host, enabling consistent inbound access required for server publishing.

AOverloading Port Address Translation

Overloading PAT multiplexes many internal hosts to a single public IP differentiated by port numbers, which is a many-to-one translation and cannot guarantee a consistent single-host binding needed for inbound server publishing.

BDynamic Port Address Translation

Dynamic PAT also maps multiple private addresses to one public IP via port tracking on demand and does not provide the stable one-to-one binding required to reliably publish an internal server.

CDynamic Network Address Translation

Dynamic NAT assigns public IPs from a pool on a first-come basis, meaning the public address assigned to a given internal host can change between sessions, making consistent inbound server access impossible.

DStatic Network Address TranslationCorrect

Static NAT permanently binds one specific public IP address to one specific private IP address, ensuring that all inbound traffic destined for that public IP is always forwarded to the same internal server; this deterministic and unchanging mapping is the requirement for reliably hosting public-facing services such as web, mail, or DNS servers.

Concept tested: Static NAT one-to-one mapping for server publishing

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

Topics

#static NAT#IP address translation#server publishing#network topology

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice