A network administrator needs to configure an enterprise router so that multiple internal workstations assigned private IP addresses can access the internet simultaneously using a single registered public IP address. Which address translation technology should the administrator implement?
- Port Address Translation (PAT)Answer
- BStatic Network Address Translation (Static NAT)
- CDynamic Network Address Translation (Dynamic NAT)
- DLayer 4 Port Forwarding
Answer
Port Address Translation (PAT) enables multiple internal hosts to access external networks using a single public IP address by assigning unique source port numbers to each traffic session.
Port Address Translation (PAT), or NAT Overload, modifies both the IP address and Layer 4 source port numbers of outbound packets. This allows a router to maintain a translation table mapping thousands of individual private sessions to a single public IP address.
Step-by-Step Solution
Key Concept
Port Address Translation (PAT) / NAT Overload