Overview
Destination Network Address Translation (DNAT) is commonly used to allow external users on the internet to access a service (like a web server) located inside a private network.
Use Case
Port Forwarding is a common implementation of DNAT. For example, traffic arriving at a router's public IP on port 80 can be redirected to an internal web server at 192.168.1.50.