A router is performing PAT for inside users. Which detail allows multiple inside sessions to share one public IPv4 address at the same time?
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.
Best answer
Use of transport-layer port numbers to distinguish sessions
This is correct because PAT relies on port values to multiplex many sessions through one public address.
Distractor review
Replacement of all MAC addresses with broadcast addresses
This is wrong because PAT does not rely on broadcast MAC addressing.
Distractor review
Automatic conversion of every subnet into a /32
This is wrong because PAT does not work by changing subnet masks to /32.
Distractor review
Requirement that every inside host use the same private IP address
This is wrong because PAT does not require identical private addresses on all hosts.
Common exam trap
Common exam trap: answer the scenario, not the keyword
A common exam trap is selecting answers that confuse PAT with static NAT or other translation methods. Some candidates mistakenly believe PAT requires all inside hosts to share the same private IP address or that it changes subnet masks to /32. Others incorrectly think PAT involves MAC address replacement or broadcast addressing. These misconceptions overlook the fundamental role of transport-layer port numbers in PAT, which uniquely identify each session and enable multiple simultaneous translations through one public IP address. Understanding this distinction is crucial to avoid losing points on NAT-related questions.
Technical deep dive
How to think about this question
Port Address Translation (PAT), a form of Network Address Translation (NAT), enables multiple inside hosts to share a single public IPv4 address by differentiating sessions using transport-layer port numbers. When inside users initiate connections to external networks, the router modifies the source IP address to the public IP and assigns a unique source port number for each session. This port multiplexing allows the router to track and correctly forward return traffic to the appropriate inside host and application session. The key operational rule in PAT is that each inside session is uniquely identified by the combination of the public IP address and a transport-layer port number (TCP or UDP). This allows many simultaneous sessions to coexist even though they share the same public IP address. Cisco routers maintain a translation table mapping inside local addresses and ports to the outside global address and assigned ports, enabling precise session tracking and scalability beyond one-to-one NAT. A common exam trap is confusing PAT with static NAT or other translation methods that do not use port multiplexing. Static NAT creates a fixed one-to-one mapping between inside and outside addresses, which cannot support multiple simultaneous sessions on a single public IP. Understanding that PAT’s scalability depends on port number differentiation is critical for CCNA candidates, as this concept underpins many real-world Cisco NAT deployments and exam scenarios.
KKey Concepts to Remember
- PAT allows multiple inside hosts to share one public IPv4 address by assigning unique transport-layer port numbers to each session.
- Cisco routers maintain a NAT translation table that maps inside local IP and port pairs to outside global IP and port pairs for session tracking.
- PAT differentiates simultaneous sessions by combining the public IP address with unique TCP or UDP port numbers.
- Static NAT creates a fixed one-to-one IP address mapping and does not support multiple sessions sharing a single public IP address.
- PAT enables scalability in IPv4 address usage by multiplexing many inside sessions through a single public IP using port numbers.
- The router rewrites source port numbers in outgoing packets and uses these to correctly forward return traffic to the original inside host.
- PAT relies on transport-layer protocols (TCP/UDP) to distinguish sessions, making port numbers essential for translation and session management.
- Inside hosts must have unique private IP addresses, but PAT allows them to share one public IP by differentiating sessions with port numbers.
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.
CCNA subnetting practice questions
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
CCNA OSPF practice questions
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
CCNA VLAN practice questions
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
CCNA STP practice questions
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
CCNA EtherChannel practice questions
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
CCNA ACL practice questions
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
CCNA NAT practice questions
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
CCNA DHCP practice questions
Practise DHCP scopes, relay, leases and troubleshooting.
CCNA show ip route practice questions
Practise routing-table output, longest-prefix match, AD and route selection.
CCNA show interfaces trunk practice questions
Practise trunk verification and VLAN forwarding across switches.
CCNA wireless security practice questions
Practise WLAN security, authentication and wireless architecture concepts.
CCNA IPv6 practice questions
Practise IPv6 addressing, routes, neighbour discovery and common IPv6 exam traps.
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.
Question 1
A router learns the same prefix from both OSPF and EIGRP. Which route is installed by default?
Question 2
A router shows this output: R1#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 10.1.1.2 1 FULL/DR 00:00:34 192.168.12.2 GigabitEthernet0/0 10.1.1.3 1 2WAY/DROTHER 00:00:39 192.168.12.3 GigabitEthernet0/0 Which statement is correct?
Question 3
What is the OSPF metric called?
Question 4
A non-root switch has two uplinks toward the root bridge. One path has a lower total STP cost than the other. What role will the lower-cost uplink have?
Question 5
A router interface applies this ACL inbound: 10 deny tcp any any eq 80 20 permit ip any any A user reports that web browsing to a server by IP address fails, but ping works. Which statement best explains the behavior?
Question 6
A router learns route 198.51.100.0/24 from OSPF with AD 110 and also has a static route to the same prefix configured with AD 150. Which route is installed?
FAQ
Questions learners often ask
What does this 200-301 question test?
PAT allows multiple inside hosts to share one public IPv4 address by assigning unique transport-layer port numbers to each session.
What is the correct answer to this question?
The correct answer is: Use of transport-layer port numbers to distinguish sessions — PAT works because it uses transport-layer port numbers to keep different conversations distinct even when they share the same public IP address. In plain language, the router rewrites and tracks port information so that return traffic can be matched back to the correct inside host and application session. That is what makes one public address usable for many simultaneous internal users. This is a key difference between PAT and simple static NAT. Static NAT creates a fixed one-to-one relationship, while PAT creates many simultaneous translations differentiated by port values. The correct answer is the one that identifies port-based tracking as the reason the design scales beyond a single host.
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
Sign in to join the discussion.