nerdexam
EC-Council

312-50V10 · Question #635

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 single public IP and a single private IP, making it the only scheme suitable for consistent 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

(22 responses)
  • B
    5% (1)
  • D
    95% (21)

Why each option

Static NAT creates a permanent one-to-one mapping between a single public IP and a single private IP, making it the only scheme suitable for consistent server publishing.

AOverloading Port Address Translation

Overloading PAT maps many internal hosts to a single public IP using different port numbers, so there is no guaranteed one-to-one correspondence for a specific internal machine.

BDynamic Port Address Translation

Dynamic PAT also multiplexes multiple internal hosts over one or more public IPs using port numbers, preventing a stable per-machine public address.

CDynamic Network Address Translation

Dynamic NAT assigns public IPs from a pool on demand rather than creating a fixed mapping, so the same internal host may receive a different public IP each session.

DStatic Network Address TranslationCorrect

Static Network Address Translation (Static NAT) establishes a fixed, permanent mapping between one public IP address and one specific private IP address. This ensures that all inbound traffic to the public IP always reaches the same internal host, which is essential for hosting publicly accessible servers such as web or mail servers. Unlike dynamic NAT or PAT, static NAT does not use address pools or port multiplexing, guaranteeing a consistent and predictable mapping for every connection.

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/13772-12.html

Topics

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

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice