Courseiva
Network Services and SecurityhardMultiple ChoiceObjective-mapped

CCNA Network Services and Security Practice Question

A small office uses PAT for user Internet access. What mechanism does PAT use to allow many users to share one public address while keeping their sessions distinct?

⚠ Common exam trap

A common mistake is thinking PAT requires all inside hosts to have the same private IP or that adding more public IPs is the primary method for sharing a single address.

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

Use transport-layer port values to distinguish multiple inside sessions behind one outside address.

PAT (Port Address Translation) distinguishes multiple inside sessions by rewriting the source port number for each connection while using the same public IP address. This transport-layer port translation allows many internal hosts to share one outside address without conflict. The correct answer identifies the use of port numbers, which is the core mechanism. Increasing the NAT pool or using static NAT would not enable sharing of a single public address. Changing private IPs to be identical or disabling routes are irrelevant to PAT's operation.

Answer analysis

Option-by-option breakdown

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

  • Use transport-layer port values to distinguish multiple inside sessions behind one outside address.

    Why this is correct

    Port Address Translation (PAT) multiplexes thousands of internal hosts through a single public IPv4 address by rewriting the source port along with the source IP in each packet. The NAT router builds a session table that maps each inside local address and TCP/UDP port to the outside global address plus a unique translated port, allowing return traffic to be correctly demultiplexed. This is exactly how one outside address can simultaneously support many inside sessions.

  • Convert all inside hosts to the same private IP address.

    Why it's wrong here

    Assigning every inside host the same private IP address would create Layer 3 addressing conflicts, breaking ARP and preventing any host from communicating on the LAN. PAT assumes each inside host retains its own unique private IPv4 address so the router can track individual sessions; the translation process then maps those unique local addresses to a shared public address with different port numbers. Thus, a common private IP is neither required nor usable.

    When this WOULD be correct

    In a scenario where a question asks how to simplify IP address management in a small network with only one device needing external access, and all devices are in a trusted environment, this option could be correct if it implies using a single private IP for a specific application or service.

  • Increase the size of the NAT pool to include multiple public addresses.

    Why it's wrong here

    Expanding the NAT pool to include more public addresses is characteristic of dynamic NAT or many-to-many translation, not of PAT. In PAT, even with a pool of addresses, the distinguishing mechanism is still the transport-layer port number, and the router will overload the available addresses by reusing them with different source ports. Simply adding more public IPs does not enable port-based session multiplexing, which is the core feature that PAT uses to handle many inside sessions.

    When this WOULD be correct

    In a different scenario where the question asks about isolating internal traffic for security purposes, disabling the default route could be correct if the goal is to ensure that internal hosts do not communicate with the outside world, thereby enhancing security.

  • Configure static NAT mappings for each inside host.

    Why it's wrong here

    Configuring static NAT for each host requires a one-to-one mapping between an inside local address and an inside global address, meaning you need one public IPv4 address per host. That defeats the purpose of PAT, which is designed to conserve public address space by allowing many hosts to share a single outside address through port multiplexing. Static NAT also does not scale for even a small office and fails to provide the transport-layer port translation that PAT implements.

    When this WOULD be correct

    In a scenario where the question asks about optimizing VLAN configurations for multiple subnets to communicate over a single physical link, changing access ports to trunk ports would be correct to allow multiple VLANs to share the same infrastructure while maintaining separation.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.

Use transport-layer port values to distinguish multiple inside sessions behind one outside address.Correct answer

Why this is correct

Port Address Translation (PAT) multiplexes thousands of internal hosts through a single public IPv4 address by rewriting the source port along with the source IP in each packet. The NAT router builds a session table that maps each inside local address and TCP/UDP port to the outside global address plus a unique translated port, allowing return traffic to be correctly demultiplexed. This is exactly how one outside address can simultaneously support many inside sessions.

Convert all inside hosts to the same private IP address.Wrong answer — click to see why

Why this is wrong here

This option is wrong because converting all inside hosts to the same private IP address would cause IP address conflicts and prevent distinct sessions from being maintained, as NAT requires unique private IPs for each session.

★ When this WOULD be the correct answer

In a scenario where a question asks how to simplify IP address management in a small network with only one device needing external access, and all devices are in a trusted environment, this option could be correct if it implies using a single private IP for a specific application or service.

Why candidates choose this

Candidates may find this option tempting because it suggests a simplified approach to IP management, which can seem appealing in small networks, leading them to overlook the implications of session management and address conflicts.

Increase the size of the NAT pool to include multiple public addresses.Wrong answer — click to see why

Why this is wrong here

Adding more public addresses would help scale but does not enable many users to share a single public address; PAT specifically uses port numbers to allow many-to-one translation with one IP.

★ When this WOULD be the correct answer

In a different scenario where the question asks about isolating internal traffic for security purposes, disabling the default route could be correct if the goal is to ensure that internal hosts do not communicate with the outside world, thereby enhancing security.

Why candidates choose this

Candidates may find this option tempting because it suggests a method to control traffic flow, which can be appealing when considering network management and security, despite it not addressing the requirement for shared public address access.

Configure static NAT mappings for each inside host.Wrong answer — click to see why

Why this is wrong here

Static NAT requires a one-to-one mapping of private to public addresses and does not allow multiple inside hosts to share a single public address.

★ When this WOULD be the correct answer

In a scenario where the question asks about optimizing VLAN configurations for multiple subnets to communicate over a single physical link, changing access ports to trunk ports would be correct to allow multiple VLANs to share the same infrastructure while maintaining separation.

Why candidates choose this

Candidates may be tempted by this option due to familiarity with VLAN concepts and the assumption that trunking could somehow enhance network efficiency, leading them to overlook the specific requirement of session distinction in NAT configurations.

Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

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

One of 1,389 original 200-301 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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 200-301 practice question is part of Courseiva's free Cisco 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 200-301 exam.