An engineer configures NAT overload on a router for inside users. Which resource is primarily used to let many internal hosts share one public IPv4 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.
Distractor review
IPv6 extension headers
Distractor.
Best answer
TCP and UDP port numbers
Correct choice.
Distractor review
Different source MAC addresses on the WAN
Distractor.
Distractor review
Separate routing tables per client
Distractor.
Common exam trap
Common exam trap: answer the scenario, not the keyword
A frequent exam trap is assuming that NAT overload uses Layer 2 information like MAC addresses or separate routing tables to differentiate internal hosts sharing one public IP. Candidates might incorrectly think that different source MAC addresses on the WAN or multiple routing tables per client enable this sharing. However, NAT operates at Layer 3 and Layer 4, and the key mechanism is the use of TCP and UDP port numbers to uniquely identify each session. Misunderstanding this can lead to selecting incorrect options that mention MAC addresses or routing tables, which do not participate in NAT overload functionality.
Technical deep dive
How to think about this question
Network Address Translation (NAT) overload, commonly called Port Address Translation (PAT), is a critical technique in IPv4 networking that allows multiple internal hosts to access external networks using a single public IP address. PAT works by translating the private IP addresses of inside hosts to the router's public IP address while uniquely identifying each session by modifying the TCP or UDP source port numbers. This multiplexing of sessions enables efficient use of scarce IPv4 addresses, which is a fundamental concept in Cisco CCNA IP Services topics. When a packet from an internal host is sent to the outside network, the router replaces the source IP address with its public IP address and assigns a unique source port number for that session. The router keeps a NAT translation table that maps the inside local IP address and port to the outside global IP address and port. Incoming packets are then translated back to the correct internal host based on this table. This process relies entirely on Layer 4 port numbers, which is why TCP and UDP port numbers are the primary resource enabling many hosts to share one public IPv4 address. A common exam trap is confusing NAT overload with other network identifiers such as MAC addresses or routing tables. MAC addresses operate at Layer 2 and are irrelevant to NAT, which functions at Layer 3 and Layer 4. Similarly, separate routing tables per client do not exist in NAT configurations. Understanding that PAT uses port numbers to distinguish sessions prevents misinterpretation of how NAT overload works in Cisco routers and ensures correct answers on the CCNA exam.
KKey Concepts to Remember
- NAT overload, also known as Port Address Translation (PAT), uses TCP and UDP port numbers to allow multiple internal hosts to share a single public IPv4 address simultaneously.
- PAT modifies the source port number of each outbound connection, creating unique session identifiers that enable the router to distinguish between multiple internal devices using the same external IP address.
- The router maintains a NAT translation table that maps inside local IP addresses and port numbers to the single outside global IP address and unique port numbers.
- IPv6 extension headers do not play a role in IPv4 NAT overload and are unrelated to port-based session multiplexing in NAT.
- Source MAC addresses are Layer 2 identifiers and are not used by NAT, which operates at Layer 3 and Layer 4 to translate IP addresses and ports.
- Separate routing tables per client are not used in NAT overload; NAT relies on port number translation within a single routing table context.
- PAT is essential in IPv4 networks to conserve public IP addresses by multiplexing many private IP addresses behind one public IP using port numbers.
- Understanding how PAT uses Layer 4 port numbers helps avoid confusion about how multiple sessions share a single public IP address in Cisco NAT configurations.
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?
NAT overload, also known as Port Address Translation (PAT), uses TCP and UDP port numbers to allow multiple internal hosts to share a single public IPv4 address simultaneously.
What is the correct answer to this question?
The correct answer is: TCP and UDP port numbers — PAT distinguishes sessions by using Layer 4 port numbers. That is what allows many inside devices to use the same outside IP address at the same time without conflicting with each other.
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.