'NAT'에 해당되는 글 1건

  1. 2006/08/12 What is NAT?
2006/08/12 18:18


Short for Network Address Translation, an Internet standard that
enables a local-area network (LAN) to use one set of IP addresses for internal traffic and a second set of addresses for external traffic. A NAT box located where the LAN meets the Internet makes all necessary IP address translations.

NAT serves three main purposes:

Provides a type of firewall by hiding internal IP addresses
Enables a company to use more internal IP addresses. Since they're used internally only, there's no possibility of conflict with IP addresses used by other companies and organizations.
Allows a company to combine multiple ISDN connections into a single Internet connection.
Also see dynamic NAT and static NAT.
http://www.webopedia.com/TERM/N/NAT.html
---------------------------------------------
사내의 개별 주소와 정식 IP 주소를 상호 변환하는 기능. 이러한 기능에 의해 개별 주소가 할당되지 않은 노드에서도 인터넷에 접속할 수 있다. TCP/IP의 전송 계층이나 응용 계층의 통신 규약에 대한 변환을 하여 특정 TCP/IP 응용을 이용하도록 한다. 패킷 헤더에 있는 발신원 주소와 IP 주소만 식별할 수 있으므로 개별 주소와 IP 주소의 대응은 항상 1:1이 되어야 한다. 그러므로 1개의 IP 주소를 사용해서 외부에 접속할 수 있는 노드는 어느 시점에서 1개만으로 제한되는 문제가 있으나, IP 매스커레이드(IPM)를 이용하면 된다.
http://itdic.empas.com/dicsearch/view.tsp/?q=7290&s=l

** 참고
Cisco IOS NAT 한글문서 : http://kmh.ync.ac.kr/network/router/nat.html
RFC 1918에 규정된 사설IP범위 : http://www.faqs.org/rfcs/rfc1918.html

Posted by kimgisa.net
TAG