Networking - Network Address Translation

Why should I learn to solve Networking questions and answers section on "Network Address Translation"?

Learn and practise solving Networking questions and answers section on "Network Address Translation" to enhance your skills so that you can clear interviews, competitive examinations, and various entrance tests (CAT, GATE, GRE, MAT, bank exams, railway exams, etc.) with full confidence.

Where can I get the Networking questions and answers section on "Network Address Translation"?

IndiaBIX provides you with numerous Networking questions and answers based on "Network Address Translation" along with fully solved examples and detailed explanations that will be easy to understand.

Where can I get the Networking section on "Network Address Translation" MCQ-type interview questions and answers (objective type, multiple choice)?

Here you can find multiple-choice Networking questions and answers based on "Network Address Translation" for your placement interviews and competitive exams. Objective-type and true-or-false-type questions are given too.

How do I download the Networking questions and answers section on "Network Address Translation" in PDF format?

You can download the Networking quiz questions and answers section on "Network Address Translation" as PDF files or eBooks.

How do I solve Networking quiz problems based on "Network Address Translation"?

You can easily solve Networking quiz problems based on "Network Address Translation" by practising the given exercises, including shortcuts and tricks.

Exercise : Network Address Translation - Network Address Translation
  • Network Address Translation - Network Address Translation
1.
Which command would you place on interface connected to the Internet?
ip nat inside
ip nat outside
ip outside global
ip inside local
Answer: Option
Explanation:
As in access-lists, you must configure your interfaces before NAT will provide any translations. On the inside networks you would use the command ip nat inside. On the outside interface, you will use the command ip nat outside.

2.
Which command will show you all the translations active on your router?
show ip nat translations
show ip nat statistics
debug ip nat
clear ip nat translations *
Answer: Option
Explanation:
The command show ip nat translations will show you the translation table containing all the active NAT entries.

3.
Which command would you place on interface on a private network?
ip nat inside
ip nat outside
ip outside global
ip inside local
Answer: Option
Explanation:
As in access-lists, you must configure your interfaces before NAT will provide any translations. On the inside networks you would use the command ip nat inside. On the outside interface, you will use the command ip nat outside.

4.
Port Address Translation is also termed what?
NAT Fast
NAT Static
NAT Overload
Overloading Static
Answer: Option
Explanation:
Another term for port address translation is NAT Overload because that is the command used to enable port address translation.

5.
When creating a pool of global addresses, which of the following can be used instead of the netmask command?
/ (slash notation)
prefix-length
no mask
block-size
Answer: Option
Explanation:
Instead of the netmask command, you can use the prefix-length <length> statement.