BeginnerPhone
2 min
NAT vs PAT
NetworkingIPv4NAT
Advertisement
Interview Question
What is the difference between NAT and PAT, and where would you use each?
Key Points to Cover
- NAT maps one IP to another; PAT maps many internal hosts to one IP using ports
- PAT conserves IPv4 addresses for outbound internet access
- Static/1:1 NAT for publishing internal services
Evaluation Rubric
Defines NAT accurately34% weight
Explains PAT and port multiplexing33% weight
Gives correct usage scenarios33% weight
Hints
- 💡PAT is sometimes called NAT overload.
Potential Follow-up Questions
- ❓How does port exhaustion manifest?
- ❓How does NAT affect inbound connections?
Advertisement