Actions

Difference between revisions of "Network Address Translation (NAT)"

m (The LinkTitles extension automatically added links to existing pages (https://github.com/bovender/LinkTitles).)
Line 1: Line 1:
Network Address Translation (NAT) is a process in which one or more local IP address is translated into one or more Global IP address and vice versa in order to provide Internet access to the local hosts. Also, it does the translation of port numbers i.e. masks the port number of the host with another port number, in the packet that will be routed to destination. It then makes the corresponding entries of ip address and port number in the NAT table. NAT generally operates on router or firewall.<ref>Defining Network Address Translation (NAT) [https://www.geeksforgeeks.org/computer-network-network-address-translation-nat/ Geeks for Geeks]</ref>
+
[[Network]] Address Translation (NAT) is a [[process]] in which one or more local IP address is translated into one or more Global IP address and vice versa in order to provide [[Internet]] access to the local hosts. Also, it does the translation of [[port]] numbers i.e. masks the port number of the host with another port number, in the packet that will be routed to destination. It then makes the corresponding entries of ip address and port number in the NAT table. NAT generally operates on router or [[firewall]].<ref>Defining Network Address Translation (NAT) [https://www.geeksforgeeks.org/computer-network-network-address-translation-nat/ Geeks for Geeks]</ref>

Revision as of 17:14, 6 February 2021

Network Address Translation (NAT) is a process in which one or more local IP address is translated into one or more Global IP address and vice versa in order to provide Internet access to the local hosts. Also, it does the translation of port numbers i.e. masks the port number of the host with another port number, in the packet that will be routed to destination. It then makes the corresponding entries of ip address and port number in the NAT table. NAT generally operates on router or firewall.[1]

  1. Defining Network Address Translation (NAT) Geeks for Geeks