Itexamanswers Net 6 8 4 Module Quiz Nat For Ipv4 Answers HTML
Itexamanswers Net 6 8 4 Module Quiz Nat For Ipv4 Answers HTML
Tickmill에서 거래하세요
Ad
Menu
Advertisement
Router# clear ip nat translations
Router# show ip nat translations
Router# debug ip nat translations
Router# show ip nat statistics
Explanation: The clear ip nat translations command clears all dynamic address
translation entries from the NAT translation table. The debug ip nat command is used
to verify the operation of NAT. The show ip nat statistics command displays
information about the total number of active translations, NAT configuration
parameters, the number of addresses in the pool, and the number that have been
allocated. The show ip nat translations command displays the active NAT
translations.
3. What are two tasks to perform when configuring static NAT? (Choose two.)
Explanation: There is no server involved when using NAT. The outside global
address will change for each destination the inside host will try to reach. A NAT pool is
only configured for dynamic NAT implementations.
The router does not need to alter the checksum of the IPv4 packets.
There is no endtoend 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.
Explanation: When NAT is used, the inside network can be addressed with RFC
1918 private addresses and the outside address is provided by the ISP. When
changing to a new ISP, the hosts on the inside network do not have to have their
addresses changed. NAT prevents endtoend IPv4 traceability, making
troubleshooting more difficult. Performance can be adversely affected with NAT, as the
router needs to change the IP, and possibly TCP/UDP headers on each packet.
Dynamic NAT does not allow outside devices to easily initiate connections to inside
devices unless an outbound connection has already been made.
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.
Explanation: NAT64 is a temporary IPv6 transition strategy that allows sites to use
IPv6 addresses and still be able to connect to IPv4 networks. This is accomplished by
translating the IPv6 addresses into IPv4 addresses before sending the packets onto
the IPv4 network.
Explanation: There are four terms to describe NAT addresses; inside local, inside
global, outside local, and outside global. Static NAT will perform a onetoone
translation of an inside local address to an inside 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
Explanation: There are four types of NAT addresses. In NAT terminology these are
applied from the perspective of the host that has the address being translated.
– 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
The endtoend 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.
Explanation: The large number of public IPv6 addresses eliminates the need for NAT.
Sites from the largest enterprises to single households can get public IPv6 network
addresses. This avoids some of the NATinduced application problems that are
experienced by applications that require endtoend connectivity.
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 NATenabled 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
Explanation: ARP is the address resolution protocol and is used to obtain the MAC
address of the destination device. Static NAT is a onetoone mapping between the
local and global addresses of a device. PAT, otherwise known as NAT overload, maps
multiple private IP addresses to a singular public address or group of addresses.
Dynamic NAT uses a pool of public IP addresses and assigns them to requesting
devices on a firstcome, firstserved basis. In the case of dynamic NAT, each device
would have a unique public IP address from the pool of public IP addresses as the
source IP address in the packets that they send.
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.
Explanation: If all the addresses in the NAT pool have been used, a device must wait
for an available address before it can access the outside network.
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
Explanation: Static NAT is used by companies that have end devices such as
servers that need an external public IP address. Dynamic NAT is used by companies
that own a block of public IP addresses. Port forwarding is not a type of NAT. Instead,
port forwarding is a technique that is used to reach a private IP address from an
external network. PAT is commonly used by home networks and small businesses.
PAT or overloading can also be done by using a 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
Explanation: PAT allows many hosts on a private network to share one single public
address by mapping sessions to TCP/UDP port numbers.
16. Typically, which network device would be used to perform NAT for a corporate
environment?
DHCP server
Host device
Router
Server
Switch
Explanation: Typically, the translation from private IPv4 addresses to public IPv4
addresses is performed on routers in corporate environments. In a home environment,
this device might be an access point that has routing capability or a DSL or cable
router.
17. When NAT is used in a small office, which address type or types are typically
used for hosts on the local LAN?
18. Which type of NAT maps a single inside local address to a single inside global
address?
Dynamic NAT
NAT overloading
Port Address Translation
Static NAT
19. A network administrator configures the border router with the ip nat inside
source list 4 pool NATPOOL global configuration command. What is required to be
configured in order for this particular command to be functional?
A NAT pool named NATPOOL that defines the starting and ending public IPv4
addresses
A VLAN named NATPOOL that is enabled and active and routed by R1
An access list named NATPOOL that defines the private addresses that are affected
by NAT
An access list numbered 4 that defines the starting and ending public IPv4 addresses
ip nat outside enabled on the interface that connects to the LAN affected by NAT
Explanation: In order for the ip nat inside source list 4 pool NATPOOL command to
work, the following procedure needs to occur:
1. Create an access list that defines the private IPv4 addresses affected by NAT.
2. Establish a NAT pool of starting and ending public IPv4 addresses by using the
ip nat pool command.
3. Use the ip nat inside source list command to associate the access list with
the NAT pool.
4. Apply NAT to internal and external interfaces by using the ip nat inside and ip
nat outside commands.
20. Which configuration would be appropriate for a small business that has the
public IPv4 address 209.165.200.225/30 assigned to the external interface on the
router that connects to the internet?
Explanation: With the ip nat inside source list 1 interface serial 0/0/0 overload
command, the router is configured to translate internal private IPv4 addresses in the
range 10.0.0.0/8 to a single public IPv4 address, 209.165.200.225/30.
The other options will not work because the IPv4 addresses defined in the pool,
192.168.2.0/28, are not routable on the internet.
21. What are two of the required steps to configure PAT? (Choose two.)
Explanation: The steps that are required to configure PAT are to define a pool of
global addresses to be used for overload translation, to configure source translation
by using the keywords interface and overload, and to identify the interfaces that are
involved in the PAT.
22. What is the name for the public IPv4 addresses used on a NATenabled router?
Explanation: An inside local address is the address of the source, as seen from the
inside of the network. An outside global address is the address of the destination, as
inside of the network. An outside global address is the address of the destination, as
seen from the outside network.
Post navigation
0 Comments
CCNA v7.0 Exam Answers
Recent Comments
IT Administrator on CCNA 3 – ENSA Practice PT
Skills Assessment (PTSA) Answers