+ What is NAT?
NAT (Network Address Translation) is a networking technique that allows devices with private IP addresses to access the Internet using a public IP address.
+ Why is NAT used in networking?
- Conserves public IP addresses
- Provides basic security
- Allows private networks to access the Internet
- Used in homes, offices, and enterprises
+ How does NAT work?
- Private device sends traffic to the router
- Router replaces private IP with public IP
- Response returns to router
- Router maps traffic back to private device
+ Types of NAT
- Static NAT – One private IP to one public IP
- Dynamic NAT – Pool of public IPs
- PAT (NAT Overload) – Many devices share one public IP
+ Real-World Example
In home and office networks, routers use PAT to allow multiple devices like laptops and phones to access the Internet using a single public IP address.