200-101 · Question #163
Which form of NAT maps multiple private IP addresses to a single registered IP address by using different ports?
The correct answer is C. overloading. NAT overloading (also called PAT - Port Address Translation) maps many private addresses to a single public IP by using unique source port numbers to track each session.
Question
Options
- Astatic NAT
- Bdynamic NAT
- Coverloading
- Doverlapping
- Eport loading
How the community answered
(35 responses)- A6% (2)
- C89% (31)
- D3% (1)
- E3% (1)
Why each option
NAT overloading (also called PAT - Port Address Translation) maps many private addresses to a single public IP by using unique source port numbers to track each session.
Static NAT creates a permanent one-to-one mapping between a single inside local address and a single inside global address and does not use port multiplexing.
Dynamic NAT maps inside local addresses to addresses drawn from a pool of registered IP addresses, still maintaining a one-to-one ratio per active session without port-based multiplexing.
NAT overloading, also known as Port Address Translation (PAT), allows multiple internal hosts to share a single registered IP address simultaneously. Each translation entry is uniquely identified by the combination of the inside local IP address, inside global IP address, and a dynamically assigned source port number, enabling the router to correctly demultiplex return traffic.
Overlapping NAT is used when the inside and outside networks use the same IP address space, requiring translation on both sides, and is unrelated to port-based multiplexing.
'Port loading' is not a standard Cisco NAT term; the correct term for this functionality is overloading or PAT.
Concept tested: NAT overloading / PAT many-to-one translation
Source: https://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/13772-12.html
Topics
Community Discussion
No community discussion yet for this question.