NAT is a technique used to do which of the following?

a. Translate external private address to a public address.
b. Associate a single public IP address with many internal addresses.
c. Hide the internal IP infrastructure.
d. Use TCP/UDP ports.


c. Hide the internal IP infrastructure.
Explanation: Network Address Translation (NAT) is a technique used to translate an internal private IP address to a public IP address before the packets leave the local network to the public network. NAT can also be used to hide the internal IP infrastructure of the network. PAT is sometimes referred to as many-to-one NAT and NAT overload because of its capability to translate many IP addresses with a single public IP address or a handful of public IP addresses. PAT accomplishes this by using the TCP/UDP ports.

Computer Science & Information Technology

You might also like to view...

What is a pixel?

What will be an ideal response?

Computer Science & Information Technology

Sandy Bridge processors house the memory controller and graphics controller.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

When collections share mutable items, a deep copy using a for loop should be used to explicitly clone items before adding them to a new collection.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The security manager reports that the process of revoking certificates authority is too slow and should be automated. Which of the following should be used to automate this process?

A. CRL B. GPG C. OCSP D. Key escrow

Computer Science & Information Technology