Include the NAT table of Router2 and provide an explanation of the columns of the table.

What will be an ideal response?


Contents of the NAT table:
```
Router2#show ip nat translations
Pro Inside global Inside local Outside local Outside global
--- 200.0.0.2 10.0.1.2 --- ---
```
The NAT table has four columns which show the entries for the Inside global, Inside local,
Outside local and Outside global address respectively.
? An inside local address is an address in the private network that is not visible in the
public network.
? An inside global address can be used in the public network for devices in the private
network.
? An outside local address is used by devices in the private network to addresses in the
public network.
? An outside global address is an address in the public network that is not made known in the private network. The local address 10.0.1.2 is mapped onto global address 200.0.0.2 by the NAT router. The outside local and outside global addresses are not set.

Computer Science & Information Technology

You might also like to view...

An _________ authenticates the sender of a document.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A ___________________  is a collective term for all the ways you interact with a software program.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Describe the importance of stronger controls as they relate to system requests and provide examples. 

What will be an ideal response?

Computer Science & Information Technology

A new security policy being implemented requires all email within the organization be digitally signed by the author using PGP. Which of the following would needs to be created for each user?

A. A certificate authority B. A key escrow C. A trusted key D. A public and private key

Computer Science & Information Technology