码迷,mamicode.com
首页 > 其他好文 > 详细

【网络补习】Port Address Translation (PAT)

时间:2019-09-09 16:35:04      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:ecif   single   local   isp   tran   append   bec   init   com   

来源:https://searchnetworking.techtarget.com/definition/Port-Address-Translation-PAT

PAT is an extension to network address translation (NAT) that permits multiple devices on a local area network (LAN) to be mapped to a single public IP address. The goal of PAT is to conserve IP addresses.

Most home networks use PAT. In such a scenario, the Internet Service Provider (ISP) assigns a single IP address to the home network‘s router. When Computer X logs on the Internet, the router assigns the client a port number, which is appended to the internal IP address. This, in effect, gives Computer X a unique address. If Computer Z logs on the Internet at the same time, the router assigns it the same public IP address with a different port number. Although both computers are sharing the same public IP address and accessing the Internet at the same time, the router knows exactly which computer to send specific packets to because each computer has a unique internal address.

Port Address Tranlation is also called porting, port overloading, port-level multiplexed NAT and single address NAT.

【网络补习】Port Address Translation (PAT)

标签:ecif   single   local   isp   tran   append   bec   init   com   

原文地址:https://www.cnblogs.com/Patt/p/11492335.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!