Vous êtes sur la page 1sur 4

CCNA Guide to Cisco Networking, Fourth Edition

Chapter 9 Solutions

Chapter 9 Solutions
Review Questions
1. What is used on routers to hide intranet IP addresses from the Internet?
a. PAP
b. CHAP
c. NAT
d. FRAT

2. Which flavor of NAT maps multiple internal IP addresses to a single external address?
a. PAP
b. CHAP
c. NAT
d. PAT

3. How does overlapping occur?


a. The network administrator doesnt plan for Internet connectivity.
b. The network administrator uses registered IP addresses without getting permission.
c. Both a and b
d. None of the above

4. When would it be most appropriate to configure static NAT?


a. When you want to guarantee that a particular device is always associated with the same
public IP address.
b. When you dont care what public IP address is used by a device.
c. When the inside-to-outside IP address mapping is not important.
d. When you want every inside IP address to translate to a single public address.

5. What is the purpose of the ip nat inside command?


a. To tell the router to use static NAT
b. To tell the router to use dynamic NAT
c. To tell the router to enter NAT configuration mode
d. To tell the router that the current interface is to be considered the inside interface

6. The DNS service is required in order to browse the web. True or False.

7. Which of the following commands statically maps a name to an IP address?


a. ip name-server
b. ip host
c. ip address
d. ip name

8. Which of the following commands disables the default DNS lookup function on a Cisco
router?
a. no ip domain-lookup
CCNA Guide to Cisco Networking, Fourth Edition
Chapter 9 Solutions

b. no lookup
c. no ip-lookup
d. no ip domain-name lookup

9. Which of the following commands directs the router to a DNS server for IP-to-name
resolution?
a. ip host
b. ip address
c. ip name
d. ip name-server

10. If you have disabled the lookup function on your Cisco router, you will have to re-enable it
if you want to use a DNS server to resolve names on your router. True or False.

11. Which of the following is NOT a DHCP packet type?


a. DHCP OFFER
b. DHCP SYN
c. DHCP REQUEST
d. DHCP ACK
e. DHCP DISCOVER

12. What is the purpose of the service dhcp command?


a. Starts monitoring the DHCP service
b. Turns off DHCP debugging
c. Enables DHCP
d. Disables DHCP

13. Where is the DHCP database typically stored?


a. On the router
b. On a server
c. On a CD or DVD
d. The database is not stored

14. Which of the following are optional when configuring your router to be a DHCP server?
(Choose all that apply.)
a. Default gateway
b. IP address
c. Subnet mask
d. DNS server address
e. WINS server address
f. Domain name

15. Which of the following monitoring commands displays any IP addresses leased by the
DHCP server and the corresponding MAC address of the host?
a. show ip dhcp pool
CCNA Guide to Cisco Networking, Fourth Edition
Chapter 9 Solutions

b. show dhcp
c. show ip dhcp binding
d. show binding

16. Which of the following monitoring commands displays DHCP pool specific information?
a. show ip dhcp pool
b. show dhcp
c. show ip dhcp binding
d. show binding

17. Ciscos SDM can be used to configure network services such as DNS and DHCP. True or
False.

18. What is the difference between configuring dynamic NAT and PAT on a Cisco router using
the SDM?
a. The access list that defines the inside addresses will be different.
b. You will select overload instead of dynamic in the Add Address Translation Rule dialog box.
c. The direction selected for PAT will be From outside to inside rather than From inside to
outside.
d. You will translate to an interface rather than to a pool of addresses.

19. It is easier to configure a pointer to a DNS server using the command line interface rather
than the SDM. True or False.

20. What is another name for a wildcard mask?


a. inverse mask
b. obtuse mask
c. backwards mask
d. flip mask

Case Projects

Case Project 1
The three types of NAT are static, dynamic, and PAT. Static NAT uses a one-to-one mapping of inside to
outside addresses. An inside address on a particular host will always be using the same outside
address. With dynamic NAT, outside addresses are assigned dynamically from a pool of addresses. The
administrator doesnt really care which outside IP address a host is assigned. Port Address Translation
translates between private internal IP addresses to a public external IP address with the addition of port
information. PAT uses the IP address on the external physical interface for translation.

Case Project 2
First, it is essential that DHCP is enabled on the router. It probably is because that is the default but just
in case, the command is service dhcp. Next, you must either configure a server to hold the DHCP
database using the ip dhcp database command or you must disable conflict logging using the no ip dhcp
conflict logging command. The only other commands you must configure are the ip dhcp pool command
to configure the pool name, and the network command which defines the valid IP addresses in the pool
by specifying the network number and the subnet mask. The optional commands include the ip dhcp
excluded-address command which will tell DHCP not to offer IP addresses already statically configured;
CCNA Guide to Cisco Networking, Fourth Edition
Chapter 9 Solutions

the default-router command, which will define the default gateway; and the dns-server and netbios-
name-server commands which will define the DNS and WINS server locations.

Case Project 3
Name resolution is important because without a process to do it, we would have to know the IP address
of every device we wanted to communicate with. The ip host command statically configures a hostname
to IP address mapping on a Cisco router. This is sometimes done for a few devices but it is not scalable
since every single device mapping must be typed into the router. If the mapping changes, the
administrator has to reconfigure it. The ip name-server command is more flexible. It points the router to
the IP address of a DNS server on the network. Since DNS is a dynamic process, all names referred to
by the router, will be resolved automatically by the server without router configuration. The dns-server
command shares the DNS server address with all hosts on the network via DHCP.

Vous aimerez peut-être aussi