Network Address Translation Questions and Answers
Practice ModeShowing 10 of 43 questions
Q21
What does overloaded NAT refer to?
Answer: Option B
Explanation: Overloaded NAT is another name for PAT.
Q22
Dynamic NAT requires which component to work?
Answer: Option B
Explanation: Dynamic NAT maps private IPs to available public IPs from a pool.
Q23
Which NAT method is most commonly used in home routers?
Answer: Option C
Explanation: Home routers use PAT to allow many devices to share one public IP.
Q24
Which table maintains private-to-public mapping in NAT?
Answer: Option B
Explanation: NAT uses a translation table to keep mapping information.
Q25
Which protocol may fail with NAT unless additional support is used?
Answer: Option B
Explanation: Active FTP embeds IP in the payload, requiring ALG or passive mode.
Q26
Which term refers to translating destination IP address?
Answer: Option B
Explanation: DNAT modifies the destination IP, used in port forwarding.
Q27
Which NAT type supports port forwarding?
Answer: Option C
Explanation: Port forwarding uses DNAT to forward packets to internal hosts.
Q28
Private IP addresses behind NAT usually belong to which range?
Answer: Option B
Explanation: This is one of the RFC-1918 private IP ranges.
Q29
Which NAT feature helps conserve public IPv4 addresses?
Answer: Option B
Explanation: PAT enables many internal hosts to use a single public IP.
Q30
Double NAT occurs when:
Answer: Option A
Explanation: Double NAT means two layers of NAT translation exist.