Network Address Translation Questions and Answers
Practice ModeShowing 10 of 43 questions
Q31
What does NAT NOT change in packets?
Answer: Option C
Explanation: NAT operates at Layer 3; MAC changes only at Layer 2.
Q32
What happens when NAT mapping table is full?
Answer: Option B
Explanation: Without available ports/IPs, NAT drops new session attempts.
Q33
Which NAT variant allows the same internal IP to be mapped to different external IPs at different times?
Answer: Option B
Explanation: Dynamic NAT uses a pool; mapping varies based on availability.
Q34
NAT causes which known problem for some applications?
Answer: Option B
Explanation: NAT breaks end-to-end principle, affecting P2P/VoIP.
Q35
NAT traversal is mainly required for which protocol?
Answer: Option C
Explanation: SIP carries IP info in payload, requiring NAT traversal.
Q36
Which NAT operation modifies both IP address and TCP/UDP port?
Answer: Option C
Explanation: PAT uses port numbers to differentiate sessions.
Q37
For inbound connections to a server inside NAT, which feature is required?
Answer: Option A
Explanation: Port forwarding opens external ports to internal services.
Q38
Which NAT method is least secure?
Answer: Option B
Explanation: Static NAT exposes one internal machine directly to public IP.
Q39
Which command type is used on routers for NAT configuration?
Answer: Option B
Explanation: Interfaces must be marked as inside and outside for NAT.
Q40
Which NAT feature ensures replies return correctly to the original internal host?
Answer: Option A
Explanation: NAT tracks sessions to know where to send response packets.