Sollicitatievraag bij Amazon

Explain NAT

Antwoord op sollicitatievraag

Anoniem

18 okt 2018

NAT: Network Address Translation (NAT) is the process where a network device, usually a firewall, assigns a public address to a computer (or group of computers) inside a private network In AWS world: We can use a NAT instance in a public subnet in a VPC to enable instances in the private subnet to initiate outbound IPv4 traffic to the Internet or other AWS services but prevent the instances from receiving inbound traffic initiated by someone on the Internet.

1