Questions: Network Address Translation (NAT)

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A device at 192.168.1.100 sends an HTTP request to a web server. The server replies to the NAT router's public IP address. How does the router know to forward the reply to 192.168.1.100 rather than any other internal device?

AThe web server records the originating private IP in its response headers
BThe router's translation table maps the external port used for this connection back to the correct internal device and port
CIPv4 routing automatically routes packets addressed to public IPs back to the originating private device
DThe internal device sends a follow-up packet to claim the reply before the router can deliver it elsewhere
Question 2 Multiple Choice

A game server on the internet wants to initiate a direct connection to a gaming PC behind a home NAT router. What problem does NAT create?

ANAT blocks all UDP traffic, which games rely on for low-latency communication
BNo translation table entry exists for an unsolicited inbound connection, so the router drops the packet with no destination to forward it to
CThe game server can still reach the PC directly by using the PC's private IP address through the public router
DNAT blocks all connections on port numbers above 1024, which most game servers use
Question 3 True / False

With Port Address Translation (PAT), each device on an internal network should be assigned a unique public IP address to connect to the internet simultaneously.

TTrue
FFalse
Question 4 True / False

NAT provides a basic security benefit by preventing unsolicited inbound connections from reaching internal hosts.

TTrue
FFalse
Question 5 Short Answer

Explain step by step how a NAT router routes a reply packet from an external web server back to the correct internal device.

Think about your answer, then reveal below.