You are on page 1of 3

CCNA 4E Chapter 7

IP Addressing Services - DHCP / NAT


V 4.0 March 2008

7.0.1.1 List three temporary solutions allowing


network users to use IPv4 addresses
rather than moving to IPv6:
7.1.1.1 What are the three main items issued to
a host by a DHCP server?
In this chapter DHCP is not referred to as
an IP Address saving tool, but as a ___
___ tool.
In what type of environment (military or
civilian) would a router be useful as a
DHCP server?
7.1.2.1 What are the three different DHCP Manual Allocation: The administrator assigns a pre-allocated
IP address to the client and DHCP only communicates the IP
allocation methods? address to the device.
Automatic Allocation: DHCP automatically assigns a static IP
address permanently to a device, selecting it from a pool of
available addresses. There is no lease and the address is
permanently assigned to a device.
Dynamic Allocation: DHCP automatically dynamically
assigns, or leases, an IP address from a pool of addresses
for a limited period of time chosen by the server, or until the
client tells the DHCP server that it no longer needs the
address.
Explain DHCP Operations from the point DORA
DHCPDiscover
where a host searches for a DHCP DHCPOffer
Server: DHCPRequest
DHCPAcknowledge
In general, how are messages Broadcast
transmitted from the Client to the DHCP
Server?
In general, how are messages Unicast
transmitted from the DHCP Server to the
Client?
What are the two messages sent from DHCP Release
DHCP Discover (if the Client comes online and already is
the Client to the DHCP Sever using programmed with the address of the DHCP Server).
“Unicast”?
If the Client-1 hears that Client-2 has With a DHCPDecline
DORA process will begin again
already responded to the same DHCP
Server Offer, how will Client-1 respond to
the DHCP Server’s Offer? In this case
what will happen next for Client-1?
If Client-1 sends a DHCPRequest to the DHCPNack
DORA process will begin again
DHCP Server and the DHCP Server has
already given the address to another
Client, how will the DHCP Server
respond to Client-1?
7.1.3.1 Describe the three main differences
between DHCP and its predecessor
BOOTP:
7.1.3.2 What message field is ignored by older DHCP Options
BOOTP systems?
7.1.3.3 What ports are used by the Client and Client 67
Server 68
the DHCP Server?

Developed by General Dynamics 1


CCNA 4E Chapter 7
IP Addressing Services - DHCP / NAT
V 4.0 March 2008

When the DHCP process is complete, CIADDR


the Server has acknowledged the
address leased to the Client, what
message field is updated to bind the
address to the Client?
7.1.4.1 What is the command to remove a single ip dhcp excluded-address a.b.c.d
ip dhcp excluded-address a.b.c.d w.x.y.z
IP address from the DHCP pool to
prevent them from being issued to
Clients/Hosts? Range of IP addresses?
What are the series of commands used ip dhcp pool NAME
network a.b.c.d m.m.m.m
to create a DHCP pool and issue the default-router g.g.g.g
three basic components a Client needs
to communicate on the LAN?
What are the commands for the following dns-server a.b.c.d
domain-name us.army.mil
DHCP features: option 150 ip a.b.c.d
DNS, DOMAIN, VoIP
7.1.4.2 What command can be used to see how show ip dhcp server statistics
many addresses the DHCP Server has
successfully issued?
What command can be used to see what show ip dhcp binding
IP address has been assigned to specific
MAC Addresses?
What command can be used to show show ip dhcp pool
information about IP to MAC bindings as
well as information about the number of
addresses issued?
7.1.6.1 What command is used to retrieve an IP ip helper-address x.x.x.x
address from the DHCP Server when it is
not on the local segment with the
requesting Client?
7.1.8.3 What command can be used to watch debug ip dhcp server events
DHCP functions on the server in real-
time?
7.2.1.1 What are the private IP address ranges A 10.0.0.0 - 10.255.255.255 10.0.0.0/8
B 172.16.0.0 - 172.31.255.255 172.16.0.0/12
for A,B,C as defined by RFC 1918? C 192.168.0.0 - 192.168.255.255 192.168.0.0/16
7.2.2.1 What is NAT?
In what type of network environment is Stub network on Border Gateway Router
NAT usually found?
In a NAT environment private addresses Inside / Outside
are considered to be ____ and public
address are considered to be ____?
To where are non-routable address not ISP
allowed to be routed?
7.2.2.2 What are the two forms of NAT
mapping? Give an example of how each
is used.
What is the ratio of private to public 1:1
address translations with NAT?
7.2.2.3 NAT Overload allows more than one PAT
private address to translate to a single
public address. This is known as _____.
What is the ratio of private to public M:1
address translation with NAT Overload?

Developed by General Dynamics 2


CCNA 4E Chapter 7
IP Addressing Services - DHCP / NAT
V 4.0 March 2008

Even though PAT can handle up to 4000:1


65536 private addresses to one public IP
address, what is the recommended
maximum ration?
Does the source port address in PAT Yes, but the destination is only concerned with the first 32
bits of an address.
traverse the network to the destination?
7.2.3.1 List some benefits of using NAT/PAT?

List some drawbacks to using NAT/PAT?

7.2.4.1 What commands are used to statically c# ip nat inside source static 10.0.0.10 141.63.7.20
c# int f 0/0
map the following private address to the ip nat inside
public address using NAT? c# int s 0/0/0
10.0.0.10 / 24 and 141.63.7.20 / 28 ip nat outside

7.2.5.1 What commands are used to dynamically c# ip nat pool PUBLIC 141.63.7.16 141.63.7.31 netmask
255.255.255.0
assign the following private address to c# ip nat inside source list 1 pool PUBLIC
the public addresses using NAT? c# ip access-list 1 permit 10.0.0.0 0.0.0.255
10.0.0.10 / 24 and 141.63.7.16 / 28 c# int f 0/0
ip nat inside
c# int s 0/0/0
ip nat outside

7.2.6.1 How would the previous question be c# ip nat inside source list 1 pool PUBLIC overload
answered using PAT?
7.2.8.1 “show ip nat translations” will display
what information?
“clear ip nat translation *” will perform
what function?
7.2.8.2 “debug ip nat” will display what
information?
7.3.1.1 How many unique addresses are 4,294,967,296
available using IPv4?
How many unique addresses are 3.4 x 10³ IP addresses
available using IPv6?
Who is driving the move to IPv6 in the DoD
US?
7.3.1.3 Why is IPv6 more secure than IPv4?

7.3.2.1 IPv4 has 32 bits across 4 Octets, how is 128 bits across 8 fields of 16 bits each
an IPv6 address constructed?
The representation or writing of an IPv6 ::
address can be shortened by leaving out
“zeros” or “unspecified” addresses by
using what format?
7.3.3.1 Some “Service Providers” are using both
IPv4 and IPv6 on their core networks. If
this is not an option, how would you
connect two IPv6 networks across the
enterprise/”cloud”?
7.3.4.1 What is meant by “Dual Stacked”?
7.3.7.1 How do you enable IPv6 routing on a
router?

Developed by General Dynamics 3

You might also like