156-587 · Question #36
Which type of NAT allows both incoming and outgoing connections?
The correct answer is A. Static NAT. Static NAT uses a permanent, one-to-one mapping between a private IP and a public IP, so external hosts always know the exact address to reach an internal server - enabling both inbound and outbound connections. Hide NAT (D) maps many private IPs behind a single public IP using…
Question
Which type of NAT allows both incoming and outgoing connections?
Options
- AStatic NAT
- BPort NAT
- CBoth Static and Hide NAT
- DHide NAT
How the community answered
(26 responses)- A85% (22)
- B4% (1)
- C8% (2)
- D4% (1)
Explanation
Static NAT uses a permanent, one-to-one mapping between a private IP and a public IP, so external hosts always know the exact address to reach an internal server - enabling both inbound and outbound connections.
Hide NAT (D) maps many private IPs behind a single public IP using port tracking; because internal addresses are "hidden" and dynamically assigned, outside hosts have no stable address to initiate a connection to - outbound only.
Port NAT (B) is essentially the same mechanism as Hide NAT (PAT/overloading), sharing the same limitation: no predictable inbound target.
Option C is wrong because including Hide NAT disqualifies it - Hide NAT fundamentally cannot support unsolicited incoming connections.
Memory tip: Think "Static = Stable = bidirectional." A static mapping never changes, so it acts like a permanent entry in a phone book - anyone can call in or out.
Topics
Community Discussion
No community discussion yet for this question.