Question 1 · Difficulty 3/5
What is the primary purpose of static NAT?
Show answer & explanation
Correct answer: B
Map one inside local address to one inside global address permanently
Static NAT creates a permanent one-to-one mapping between an inside local address and an inside global address. This is commonly used when an internal server must always be reachable through the same public IP. Option A describes PAT or overload, while options C and D do not describe NAT behavior.