CCNA 2 – Chapter 11 – Network Address Translation for IPv4 Exam Answer 2016 100%
1.A network engineer has configured a router with the command ip nat inside source list 4 pool corp overload. Why did the engineer use the overload option?
- The company needs to have more public IP addresses available to be used on the Internet.
- The company has a small number of servers that should be accessible by clients from the Internet.
- The company has more private IP addresses than available public IP addresses.
- The company router must throttle or buffer traffic because the processing power of the router is not enough to handle the normal load of external-bound Internet traffic.
2.When NAT is employed in a small office, which address type is typically used for hosts on the local LAN?
- global public IP addresses
- both private and public IP addresses
- private IP addresses
- Internet-routable addresses
3.Typically, which network device would be used to perform NAT for a corporate environment?
- host device
- server
- switch
- DHCP server
- router
4.Which version of NAT allows many hosts inside a private network to simultaneously use a single inside global address for connecting to the Internet?
- static NAT
- port forwarding
- PAT
- dynamic NAT
5.Which type of NAT maps a single inside local address to a single inside global address?
- static
- overloading
- dynamic
- port address translation
6.Several key servers in an organization must be directly accessible from the Internet. What addressing policy should be implemented for these servers?
- Place all of the servers in their own Class C private subnet.
- Assign static internal addresses and public external addresses to each of the servers.
- Use dynamic NAT to provide addresses for the servers.
- Use DHCP to assign addresses from the pool of Class B addresses.
7.What is a disadvantage of NAT?
- The router does not need to alter the checksum of the IPv4 packets.
- The costs of readdressing hosts can be significant for a publicly addressed network.
- There is no end-to-end addressing.
- The internal hosts have to use a single public IPv4 address for external communication.
8.Match the steps with the actions that are involved when an internal host with IP address 192.168.10.10 attempts to send a packet to an external server at the IP address 209.165.200.254 across a router R1 that is running dynamic NAT. (Not all option are used.)
9.What is the group of public IPv4 addresses used on a NAT-enabled router known as?
- inside local addresses
- outside global addresses
- outside local addresses
- inside global addresses
10.
Refer to the exhibit. What has to be done in order to complete the static NAT configuration on R1?
- R1 should be configured with the command ip nat inside source static 209.165.200.200 192.168.11.11.
- Interface Fa0/0 should be configured with the command no ip nat inside.
- R1 should be configured with the command ip nat inside source static 209.165.200.1 192.168.11.11.
- Interface S0/0/0 should be configured with the command ip nat outside.
11.Which statement accurately describes dynamic NAT?
- It provides an automated mapping of inside local to inside global IP addresses.
- It dynamically provides IP addressing to internal hosts.
- It always maps a private IP address to a public IP address.
- It provides a mapping of internal host names to IP addresses.
12.
Refer to the exhibit. R1 is configured for NAT as displayed. What is wrong with the configuration?
- NAT-POOL2 is not bound to ACL 1.
- The NAT pool is incorrect.
- Access-list 1 is misconfigured.
- Interface Fa0/0 should be identified as an outside NAT interface.
13.A network administrator configures the border router with the command R1(config)# ip nat inside source list 4 pool corp. What is required to be configured in order for this particular command to be functional?
- an access list named corp that defines the private addresses that are affected by NAT
- ip nat outside to be enabled on the interface that connects to the LAN affected by the NAT
- a VLAN named corp to be enabled and active and routed by R1
- a NAT pool named corp that defines the starting and ending public IP addresses
- an access list numbered 4 that defines the starting and ending public IP addresses
14.When dynamic NAT without overloading is being used, what happens if seven users attempt to access a public server on the Internet when only six addresses are available in the NAT pool?
- The request to the server for the seventh user fails.
- The first user gets disconnected when the seventh user makes the request.
- No users can access the server.
- All users can access the server.
15.
Refer to the exhibit. What will be the effect of entering the command that is shown in the exhibit on R2 as part of the dynamic NAT configuration?
- It will identify an inside NAT interface.
- It will define the source ACL for the external interface.
- It will define a pool of addresses for translation.
- It will bind NAT-POOL1 with ACL 1.
16.Which configuration would be appropriate for a small business that has the public IP address of 209.165.200.225/30 assigned to the external interface on the router that connects to the Internet?
- access-list 1 permit 10.0.0.0 0.255.255.255
ip nat inside source list 1 interface serial 0/0/0 overload - access-list 1 permit 10.0.0.0 0.255.255.255
ip nat pool comp 192.0.2.1 192.0.2.8 netmask 255.255.255.240
ip nat inside source list 1 pool comp - access-list 1 permit 10.0.0.0 0.255.255.255
ip nat pool comp 192.0.2.1 192.0.2.8 netmask 255.255.255.240
ip nat inside source list 1 pool comp overload - access-list 1 permit 10.0.0.0 0.255.255.255
ip nat pool comp 192.0.2.1 192.0.2.8 netmask 255.255.255.240
ip nat inside source list 1 pool comp overload
ip nat inside source static 10.0.0.5 209.165.200.225
ip nat inside source list 1 interface serial 0/0/0 overload
ip nat pool comp 192.0.2.1 192.0.2.8 netmask 255.255.255.240
ip nat inside source list 1 pool comp
ip nat pool comp 192.0.2.1 192.0.2.8 netmask 255.255.255.240
ip nat inside source list 1 pool comp overload
ip nat pool comp 192.0.2.1 192.0.2.8 netmask 255.255.255.240
ip nat inside source list 1 pool comp overload
ip nat inside source static 10.0.0.5 209.165.200.225
No comments:
Post a Comment