hardmultiple choiceObjective-mapped

A router performing PAT is using a single public IPv4 address for many inside hosts. Which value most often distinguishes one inside flow from another on the same outside address?

Question 1hardmultiple choice
Full question →

A router performing PAT is using a single public IPv4 address for many inside hosts. Which value most often distinguishes one inside flow from another on the same outside address?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

TTL

TTL is not the main distinguishing value PAT uses for many simultaneous translations.

B

Distractor review

DSCP

DSCP is QoS marking, not the PAT differentiator.

C

Best answer

TCP or UDP source port

Correct. PAT uses port numbers to distinguish flows.

D

Distractor review

MAC address of the host

MAC addresses are not preserved across routed NAT boundaries.

Common exam trap

Common exam trap: answer the scenario, not the keyword

A common exam trap is selecting TTL or DSCP as the distinguishing value for inside flows in PAT. TTL is often mistaken because it changes during routing, but it does not uniquely identify sessions. DSCP is related to Quality of Service and does not influence NAT translations. Another trap is thinking MAC addresses can be used to differentiate flows; however, MAC addresses are stripped and replaced at each routed hop, so they are irrelevant in PAT. The correct distinguishing factor is the TCP or UDP source port number, which PAT uses to multiplex multiple inside hosts over a single public IP address.

Technical deep dive

How to think about this question

Port Address Translation (PAT), a form of Network Address Translation (NAT), allows multiple inside hosts to share a single public IPv4 address by differentiating their sessions using Layer 4 port numbers. When inside hosts initiate connections to outside networks, PAT translates their private IP addresses and source ports to the router's public IP address and unique source ports. This multiplexing enables many simultaneous flows to coexist over one public IP, conserving IPv4 address space. The key mechanism PAT uses to distinguish one inside flow from another on the same outside address is the TCP or UDP source port number. Each translated session is assigned a unique source port number on the router’s public IP address, creating a unique tuple of (public IP, source port, destination IP, destination port) that identifies the flow. This allows the router to correctly forward return traffic to the originating inside host by reversing the translation. A common exam trap is confusing PAT’s use of port numbers with other packet header fields like TTL or DSCP. TTL decrements at each hop and does not uniquely identify flows, while DSCP is a QoS marking unrelated to NAT translation. MAC addresses are not preserved across routed boundaries, so they cannot distinguish flows in PAT. Understanding that PAT relies on Layer 4 port multiplexing is critical for Cisco CCNA exam success and practical NAT troubleshooting.

KKey Concepts to Remember

  • PAT allows multiple inside hosts to share a single public IPv4 address by using unique TCP or UDP source port numbers for each session.
  • A router performing PAT translates inside private IP addresses and source ports to the router’s public IP address with unique source ports to distinguish flows.
  • The TCP or UDP source port number is the primary value that differentiates simultaneous inside flows on the same outside IP address in PAT.
  • TTL values decrement with each hop and do not serve as identifiers for distinguishing NAT flows in PAT.
  • DSCP is a QoS marking used for traffic prioritization and does not affect NAT or flow differentiation in PAT.
  • MAC addresses are not preserved across routed NAT boundaries and cannot be used to distinguish inside flows on the same outside IP address.
  • PAT creates a unique translation table entry for each inside flow based on the combination of inside IP, inside port, outside IP, and outside port.
  • Understanding PAT’s port multiplexing is essential for troubleshooting NAT issues and for Cisco CCNA exam questions on IP Services.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Related practice questions

Related 200-301 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this 200-301 question test?

PAT allows multiple inside hosts to share a single public IPv4 address by using unique TCP or UDP source port numbers for each session.

What is the correct answer to this question?

The correct answer is: TCP or UDP source port — PAT commonly multiplexes sessions by translating Layer 4 source port numbers.

What should I do if I get this 200-301 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.