Why Exam Questions Confusion Trips Everyone Up
You’re staring at an exam question about NAT on the Cisco CCNA (200-301) and you have no idea what they’re actually asking for. The question mentions inside global, outside local, port numbers—and suddenly you’re frozen.
This isn’t a knowledge gap. This is confusion about how the exam frames the problem.
Most candidates studying NAT memorize the four address types and feel confident. Then the exam asks something like: “A router is performing PAT. An internal host with IP 10.0.1.50 initiates a connection to 203.0.113.5. Which address does the external server see as the source?” and your brain short-circuits.
The problem isn’t that you don’t know NAT. The problem is that exam questions don’t test NAT theory—they test whether you can apply NAT concepts to specific traffic flows and determine exact addresses at exact points in the network.
You failed because the practice tests you used didn’t force you to think like the exam does. A practice test says “what is inside global address?” An actual exam question says “trace this specific packet and tell me what address appears in the source field when it arrives at the destination.”
That’s the gap. That’s why you’re confused.
The Specific Pattern That Causes This
The Cisco CCNA (200-301) exam uses NAT questions in three distinct patterns, and each one confuses candidates differently:
Pattern 1: Static NAT Mapping Scenarios You get a configuration showing static NAT rules, then a packet flow question. Example: “Server A (10.0.1.10) is mapped to 203.0.113.10. A client at 8.8.8.8 sends traffic to 203.0.113.10. What source address does the server see?” Most candidates pick the wrong address because they confuse which direction the translation happens. They know inside global = outside sees it, but they don’t mentally trace the return traffic.
Pattern 2: PAT (Port Address Translation) With Multiple Hosts This is where most exam takers collapse. You see a router performing PAT with a single outside address. Three internal hosts initiate different connections. The question asks: “Which host’s response traffic will arrive back at the router with destination port 2048?” Now you have to track port mappings—not just know what PAT is, but calculate which inside host gets which translated port. This requires understanding that the router maintains a translation table with specific port mappings per flow.
Pattern 3: Mixed Translation and Routing The hardest pattern. You see a network topology with multiple routers, some doing NAT, some not. Traffic crosses multiple subnets and translation boundaries. The question asks what address appears in a packet at a specific point in the path. You have to trace through the entire flow and understand when translation happens relative to where the packet is in the network.
These patterns trip people up because practice test questions often ask: “What does PAT do?” But the exam asks: “Given this specific packet, show me the exact state of this packet after passing through this router running PAT.”
How The Exam Actually Tests This
The Cisco CCNA (200-301) doesn’t ask you to recite NAT definitions. It shows you scenarios with real constraints.
Here’s a concrete example from the exam format:
“A company uses static NAT to expose internal web server 192.168.1.50 to the internet as 203.0.113.100. An external host at 198.51.100.5 connects to 203.0.113.100:80. After the translation occurs, which addresses appear in the packet that the internal web server receives? A) Source: 203.0.113.100, Destination: 192.168.1.50 B) Source: 198.51.100.5, Destination: 192.168.1.50 C) Source: 203.0.113.100, Destination: 203.0.113.100 D) Source: 198.51.100.5, Destination: 203.0.113.100”
The exam is testing whether you understand that the source address in the translated packet is the outside address, unchanged. The destination is what gets translated. Most confused candidates pick A because they muddy the rule about what “inside global” means in practice.
Another real scenario type: “A router with 203.0.113.1/32 performs PAT for a /24 network behind it. Host A (192.168.1.10) sends to 8.8.8.8:53. Host B (192.168.1.11) sends to 8.8.8.8:53 simultaneously. Both use the same PAT address. What is true?” Now you’re not just applying NAT—you’re understanding port collision handling and how the router disambiguates return traffic using port numbers, not just IP addresses.
The exam questions force you to think in packet traces, not definitions. That’s why your practice test scores don’t match your exam score.
How To Recognize It Instantly
When you see an exam question about NAT, your brain should do this immediately:
-
Identify the direction: Is traffic going inside-to-outside or outside-to-inside? This determines which addresses get translated.
-
Locate the boundary: Where is the NAT router? Which side is “inside” and which is “outside”? Write it down.
-
Trace the packet: Follow the specific packet mentioned in the question from source to destination. Ask: “What does this packet look like before NAT?” and “What does it look like after NAT?”
-
Check the addresses at each step: If it’s static NAT, one specific inside address maps to one specific outside address—always. If it’s PAT, the inside address becomes the PAT address, and the port gets rewritten too.
-
Answer the specific question asked: Don’t answer what you think they’re asking. Read exactly what they want: source address? Destination address? Port? All three?
When you see words like “inside global,” “outside local,” or “port overloading,” these are just labels for “the address the outside world sees,” “the address from the outside network,” and “PAT.” Don’t get tripped up by terminology.
Practice This Before Your Exam
Stop using generic practice tests. Get 10 NAT scenario questions where you must trace packets, not just identify concepts.
For each question:
- Write down the inside and outside networks
- Write down the NAT rules or PAT configuration
- Draw the packet before translation
- Draw the packet after translation
- Check your answer
Do this for three days straight—minimum 3 questions per day. Don’t move on until you can trace a packet through PAT with multiple hosts without hesitation.
Then take a full practice exam. If you see a NAT question and you hesitate for more than 30 seconds, you’re not ready. You should recognize the pattern, trace the packet mentally, and answer in under 20 seconds.
Your next action: Find or create five NAT scenario questions from your study materials that require you to identify specific source and destination addresses in translated packets. Trace each one on paper right now. Do not skip this.