Difference between revisions of "Network Address Translation"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
Line 1: Line 1:
 
+
When you send data to someone, the packets need to store the Source IP address as well as the destination IP address. The Source's IP address, however, will be the private IP address. i.e. 192.168.x.x Therefore, the Network Address Translation changes the Source IP address into the public IP address before sending the packet on to the internet.
 
[[File:NAT.png|500px]]
 
[[File:NAT.png|500px]]

Revision as of 13:50, 28 February 2017

When you send data to someone, the packets need to store the Source IP address as well as the destination IP address. The Source's IP address, however, will be the private IP address. i.e. 192.168.x.x Therefore, the Network Address Translation changes the Source IP address into the public IP address before sending the packet on to the internet. NAT.png