Vault sync: 2022-01-26 13:24:31

This commit is contained in:
2022-01-26 13:24:31 +01:00
parent 29c0f2b719
commit 9ae3834c41
49 changed files with 17 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
# Network Address Translation
We can share one global IP using NAT.
- 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]]