Courseiva
Firewall Policies and NATeasyMultiple ChoiceObjective-mapped

NSE4 Firewall Policies and NAT Practice Question

An admin needs to translate the source IP of traffic from multiple internal hosts to a single public IP when accessing the internet, while keeping track of each session. Which NAT method should be used?

⚠ Common exam trap

Watch out — candidates often confuse 'Central SNAT without overload' with PAT, not realizing that without overload (port translation), the NAT device cannot multiplex multiple internal hosts to a single public IP, leading to session failures.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Overload NAT (Port Address Translation)

Overload NAT, also known as Port Address Translation (PAT), allows multiple internal hosts to share a single public IP address by mapping each session to a unique source port. This is the correct method for translating source IPs from multiple internal hosts to one public IP while maintaining session tracking, as it uses the transport-layer port number to differentiate between concurrent connections.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Fixed port range NAT

    Why it's wrong here

    Fixed port range NAT allocates a contiguous block of destination ports (e.g., 500 ports) for each internal host's outbound sessions, so a single public IP can only support a limited number of hosts before exhausting the 16-bit port space. Additionally, each host is confined to its assigned port range, which caps the number of concurrent sessions per host. To scale beyond a few hosts, multiple public IPs become mandatory, making this method impractical for mass internal IP translation.

  • One-to-one NAT

    Why it's wrong here

    One-to-one NAT creates a static 1:1 binding between an internal IP and a public IP, meaning every internal host requires its own dedicated public address. Since it does not modify the source port, the NAT engine cannot multiplex multiple internal hosts behind a single public IP. This approach consumes IP address space linearly and fails when the goal is to represent many internal hosts using only one public IP.

  • Central SNAT without overload

    Why it's wrong here

    Central SNAT without overload translates the source IP of all internal hosts to a single public IP but does not enable port address translation (PAT). Without PAT, the NAT device cannot uniquely identify return traffic for multiple internal hosts that happen to use the same source port, because the source port is left unchanged. This effectively limits the entire internal network to one active session per destination port, making it equivalent to a single-host NAT and unusable for large-scale translation.

  • Overload NAT (Port Address Translation)

    Why this is correct

    Overload NAT, also known as Port Address Translation (PAT), allows many internal hosts to share one public IP by rewriting not only the source IP but also the source port to a unique, dynamically assigned value. The NAT engine maintains a translation table keyed by the public IP and the new source port, so return traffic is correctly forwarded back to the original internal host. This session multiplexing is what makes a single public IP sufficient for the entire internal network, with a theoretical maximum of about 65,536 concurrent sessions per public IP.

Visual reference

Inside (Private) PC-A 10.0.0.1 PC-B 10.0.0.2 NAT Router Outside (Public) 203.0.113.1 Inside Global Server PAT: many private IPs share one public IP via unique port numbers

About these practice questions

This NSE4 question is part of Courseiva's 282-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This NSE4 practice question is part of Courseiva's free Fortinet certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the NSE4 exam.