January 2012
1 post
NAT 관련 급정리
Full Cone NAT
All requests from the same internal IP address and port are mapped to the same external IP address and port. Furthermore, any external host can send a packet to the internal host, by sending a packet to the mapped external address.
Restricted Cone NAT
All requests from the same internal IP address and port are mapped to the same external IP address and port. Unlike a Full Cone NAT,...