GISP · Question #330
Which of the following types of Network Address Translation (NAT) uses a pool of public IP addresses?
The correct answer is B. Dynamic NAT. Dynamic NAT maps outgoing traffic to a rotating pool of public IP addresses, assigning one per session from the pool - making B the correct answer. Why the distractors are wrong: A (PAT): Also called NAT overload, PAT maps many private IPs to a single public IP by…
Question
Options
- APort Address Translation (PAT)
- BDynamic NAT
- CStatic NAT
- DCache NAT
How the community answered
(51 responses)- A4% (2)
- B75% (38)
- C6% (3)
- D16% (8)
Explanation
Dynamic NAT maps outgoing traffic to a rotating pool of public IP addresses, assigning one per session from the pool - making B the correct answer.
Why the distractors are wrong:
- A (PAT): Also called NAT overload, PAT maps many private IPs to a single public IP by differentiating sessions using port numbers - no pool involved.
- C (Static NAT): Creates a permanent one-to-one mapping between a specific private IP and a specific public IP - fixed, not pooled.
- D (Cache NAT): Not a real NAT type; this is a distractor.
Memory tip: Think "Dynamic = Draw from a pool" - Dynamic NAT dynamically draws an address from a pool for each new session, just like drawing a ticket from a bucket. When the session ends, the address goes back in the pool.
Topics
Community Discussion
No community discussion yet for this question.