nerdexam
Cisco

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.

Implement Wide-Area Networks

Question

Which form of NAT maps multiple private IP addresses to a single registered IP address by using different ports?

Options

  • Astatic NAT
  • Bdynamic NAT
  • Coverloading
  • Doverlapping
  • Eport loading

How the community answered

(35 responses)
  • A
    6% (2)
  • C
    89% (31)
  • D
    3% (1)
  • E
    3% (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.

Astatic NAT

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.

Bdynamic NAT

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.

CoverloadingCorrect

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.

Doverlapping

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.

Eport loading

'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

#PAT#NAT overload#port address translation#NAT types

Community Discussion

No community discussion yet for this question.

Full 200-101 Practice