Networking - Network Address Translation

Exercise : Network Address Translation - Network Address Translation
  • Network Address Translation - Network Address Translation
11.
Which command will allow you to see real-time translations on your router?
show ip nat translations
show ip nat statistics
debug ip nat
clear ip nat translations *
Answer: Option
Explanation:
The command debug ip nat will show you in real time the translations occurring on your router.

12.
Which of the following would be good reasons to run NAT?
  1. You need to connect to the Internet and your hosts don't have globally unique IP addresses.
  2. You change to a new ISP that requires you to renumber your network.
  3. You don't want any hosts connecting to the Internet.
  4. You require two intranets with duplicate addresses to merge.
1, 2 and 4
2 and 4
3 only
All of the above
Answer: Option
Explanation:
The most popular use of NAT is if you want to connect to the Internet and you don't want hosts to have global (real) IP addresses, but option B and D are correct as well.

13.
Which of the following are advantages of using NAT?
  1. Translation introduces switching path delays.
  2. Conserves legally registered addresses.
  3. Causes loss of end-to-end IP traceability.
  4. Increases flexibility when connecting to the Internet.
  5. Certain applications will not function with NAT enabled.
  6. Reduces address overlap occurrence.
1, 3 and 4
3, 5 and 6
5 and 6
2, 4 and 6
Answer: Option
Explanation:
NAT is not perfect, but there are some advantages. It conserves global addresses, which allow us to add millions of hosts to the Internet without "real" IP addresses. This provides flexibility in our corporate networks. NAT can also allow you to use the same subnet more than once in the same network without overlapping networks.

14.
Which of the following is considered to be the address before translation?
Inside local
Outside local
Inside global
Outside global
Answer: Option
Explanation:
The host on the private network before translation is considered to be an inside local host.

15.
Which of the following are disadvantages of using NAT?
  1. Translation introduces switching path delays.
  2. Conserves legally registered addresses.
  3. Causes loss of end-to-end IP traceability.
  4. Increases flexibility when connecting to the Internet.
  5. Certain applications will not function with NAT enabled.
  6. Reduces address overlap occurrence.
1, 3 and 5
3 and 4
2, 4 and 5
1 and 3
Answer: Option
Explanation:
NAT is not perfect and can cause some issues in some networks, but most networks work just fine. NAT can cause delays and troubleshooting problems, and some applications just won't work.