Text preview & study summary
CCNA - ACLs and NAT Configuration
A free sample of 5 questions from this quiz, shown in full with answer choices and explanations. No interactivity — everything is visible on this page for study and review.
Want to test your knowledge? Launch the Interactive Exam Simulator
Question 1
In Cisco NAT terminology, the **inside local** address is the [[blank1]] IP address of the internal host before translation.
Explanation
Cisco defines four NAT address types:
- Inside local – the private IP of the inside host (pre-translation)
- Inside global – the public IP representing the inside host (post-translation, as seen from outside)
- Outside local – how an outside host's IP appears inside the network
- Outside global – the actual public IP of the outside host
Question 2
**True or False:** PAT (Port Address Translation) allows multiple internal hosts to share a single public IP address by using unique port numbers to track connections.
Explanation
PAT (also called NAT Overload) maps multiple private IPs to one public IP by assigning unique source port numbers to each session. The NAT table tracks these port mappings to route return traffic to the correct internal host. This is the dominant form of NAT used in SOHO and enterprise environments.
Question 3
An ACL is applied to an interface with the command `ip access-group 101 in`. What does the keyword **"in"** specify?
Explanation
"in" filters packets that are arriving on that interface (entering the router). "out" filters packets that are leaving via that interface. You can apply one ACL in each direction per interface per protocol.
Question 4
**NAT64** is primarily used to solve which networking problem?
Explanation
NAT64 enables communication between IPv6 and IPv4 networks. As the internet transitions to IPv6, NAT64 (combined with DNS64) allows IPv6-only clients to reach IPv4-only servers by translating packet headers at a gateway. This is a critical transition technology and appears on CCNA exams.
Question 5
Which wildcard mask correctly matches the subnet **10.10.0.0 /22**?
Explanation
A /22 subnet has a subnet mask of 255.255.252.0. The wildcard mask is the bitwise inverse: 0.0.3.255. This matches any IP address in the range 10.10.0.0–10.10.3.255, which is the full /22 block.
