diff --git a/NAT-example.png b/NAT-example.png new file mode 100644 index 0000000..e39b8d4 Binary files /dev/null and b/NAT-example.png differ diff --git a/School/Analyse/NAT.md b/School/Analyse/NAT.md index 43934a6..59b6d73 100644 --- a/School/Analyse/NAT.md +++ b/School/Analyse/NAT.md @@ -1,4 +1,9 @@ # Network Address Translation We can share one global IP using NAT. -- All mem \ No newline at end of file +- All members of a network can share IP address, but internally they should use local IP address to distinguish them from each other. + +- Therefore, when a message is send to an outside host the sender IP address is replaced by the shared IP address of the network. (IP Address translation) + +![[NAT-example.png]] +