What happens when computers on a private network attempt to connect to the Internet through a Cisco router running PAT?
正解:A
Explanation/Reference: Explanation: http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/nat_staticpat.html Static PAT translations allow a specific UDP or TCP port on a global address to be translated to a specific port on a local address. That is, both the address and the port numbers are translated. Static PAT is the same as static NAT, except that it enables you to specify the protocol (TCP or UDP) and port for the real and mapped addresses. Static PAT enables you to identify the same mapped address across many different static statements, provided that the port is different for each statement. You cannot use the same mapped address for multiple static NAT statements. Port Address Translation makes the PC connect to the Internet but using different TCP source port.