Vault sync: 2021-11-06 20:37:12

This commit is contained in:
Nick Leeman 2021-11-06 20:37:12 +01:00
parent 4da72474ea
commit bd340e14bd
2 changed files with 6 additions and 1 deletions

BIN
NAT-example.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

View File

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