A logistics company is connecting handheld scanner devices on a warehouse subnet () to a cloud inventory management platform. The ISP has assigned a single usable public IPv4 address () to the warehouse router's external interface. During testing, technicians observe that only one handheld scanner can access the cloud platform at any given time, while outbound connections from all other devices fail. Inspection reveals the router was configured with standard dynamic NAT without port mapping. Which configuration change should the network technician make to enable all scanners to communicate over the internet simultaneously?
- Enable Port Address Translation (PAT) / NAT Overload on the router to map multiple internal private IP addresses to the single public IP address using unique Layer 4 source port numbers.Answer
- BConfigure a Static NAT mapping for each scanner device private IP address to a distinct public IP address reserved in the local host table.
- CRebind outbound HTTP and HTTPS sessions to Layer 2 MAC addresses on the router interface to bypass IP-level transport layer port restrictions.
- DModify the WAN interface encapsulation to convert Layer 3 IP packets into Layer 2 frames prior to address translation.
Answer
Enable Port Address Translation (PAT) / NAT Overload on the edge router so that all internal devices share the single public IPv4 address by differentiating connections via unique Layer 4 source port numbers.
Enabling Port Address Translation (PAT), also known as NAT Overload, modifies the router behavior to append a unique Layer 4 source port to each outgoing session. This allows up to tens of thousands of concurrent TCP/UDP sessions from multiple internal hosts () to be multiplexed over a single public IPv4 address ().
Step-by-Step Solution
Key Concept
Port Address Translation (PAT) / NAT Overload