1. Which two statements accurately describe an advantage or a disadvantage when deploying NAT for IPv4 in a network? (Choose two.)
- NAT adds authentication capability to IPv4.
- NAT introduces problems for some applications that require end-to-end connectivity.
- NAT provides a solution to slow down the IPv4 address depletion.
- NAT causes routing tables to include more information.
- NAT improves packet handling.
- NAT will impact negatively on switch performance.
2. A network administrator wants to examine the active NAT translations on a border router. Which command would perform the task?
- Router# clear ip nat translations
- Router# show ip nat translations
- Router# debug ip nat translations
- Router# show ip nat statistics
3. What are two tasks to perform when configuring static NAT? (Choose two.)
- Configure a NAT pool.
- Identify the participating interfaces as inside or outside interfaces.
- Define the outside global address.
- Define the inside global address on the server
- Create a mapping between the inside local and inside global addresses.
4. What is a disadvantage of NAT?
- The router does not need to alter the checksum of the IPv4 packets.
- There is no end-to-end addressing.
- The costs of readdressing hosts can be significant for a publicly addressed network.
- The internal hosts have to use a single public IPv4 address for external communication.
5. What is one advantage of using NAT at the edge of the network?
- Changing ISPs is simpler because the devices on the inside network do not have to be configured with new addresses when the outside address changes.
- Dynamic NAT allows devices from outside the local network to easily initiate TCP connections to inside hosts.
- NAT enables end-to-end IPv4 traceability, making troubleshooting easier.
- Performance is significantly increased because the router does not have to perform as many route lookups.
6. What benefit does NAT64 provide?
- It allows sites to use private IPv6 addresses and translates them to global IPv6 addresses.
- It allows sites to use private IPv4 addresses, and thus hides the internal addressing structure from hosts on public IPv4 networks.
- It allows sites to connect multiple IPv4 hosts to the Internet via the use of a single public IPv4 address.
- It allows sites to connect IPv6 hosts to an IPv4 network by translating the IPv6 addresses to IPv4 addresses.
7. What address translation is performed by static NAT?
- An inside local address is translated to a specified outside local address.
- An inside local address is translated to a specified inside global address.
- An inside local address is translated to a specified outside global address.
- An outside local address is translated to a specified outside global address.
8. Using NAT terminology, what is the address of the source host on a private network as seen from inside the network?
- inside local
- outside global
- outside local
- inside global
– Inside local address – the address of the source host as seen from inside the network
– Inside global address – the address of the source host as seen from the Internet
– Outside local address – the address of Internet hosts as seen from inside the network
– Outside global address – the address of Internet hosts as seen from outside the network
9. Which statement accurately describes dynamic NAT?
- It always maps a private IP address to a public IP address.
- It provides an automated mapping of inside local to inside global IP addresses.
- It dynamically provides IP addressing to internal hosts.
- It provides a mapping of internal host names to IP addresses.
10. Why is NAT not needed in IPv6?
- The end-to-end connectivity problems that are caused by NAT are solved because the number of routes increases with the number of nodes that are connected to the Internet.
- Because IPv6 has integrated security, there is no need to hide the IPv6 addresses of internal networks.
- The problems that are induced by NAT applications are solved because the IPv6 header improves packet handling by intermediate routers.
- Any host or user can get a public IPv6 network address because the number of available IPv6 addresses is extremely large.
11. A company designs its network so that the PCs in the internal network are assigned IP addresses from DHCP servers, and the packets that are sent to the Internet are translated through a NAT-enabled router. What type of NAT enables the router to populate the translation table from a pool of unique public addresses, as the PCs send packets through the router to the Internet?
- ARP
- dynamic NAT
- static NAT
- PAT
12. What is a security feature of using NAT on a network?
- denies all internal hosts from communicating outside their own network
- allows internal IP addresses to be concealed from external users
- denies all packets that originate from private IP addresses
- allows external IP addresses to be concealed from internal users
13. 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 first user gets disconnected when the seventh user makes the request.
- All users can access the server.
- The request to the server for the seventh user fails.
- No users can access the server.
14. A company has been assigned the 203.0.113.0/27 block of IP addresses by the ISP. The company has over 6000 internal devices. What type of NAT would be most appropriate for the employee workstations of the company?
- static NAT
- port forwarding
- dynamic NAT
- PAT off the external router interface
- dynamic NAT overload using the pool of addresses
15. Which version of NAT allows many hosts inside a private network to simultaneously use a single inside global address for connecting to the Internet?
- port forwarding
- PAT
- dynamic NAT
- static NAT