Vault sync: 2021-11-06 20:37:12
This commit is contained in:
parent
4da72474ea
commit
bd340e14bd
BIN
NAT-example.png
Normal file
BIN
NAT-example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 170 KiB |
@ -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]]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user