
312
Understanding Scopes
To create a reservation, you associate the IP address that you want assigned
to the host with the host’s MAC address. As a result, you need to get the
MAC address from the host before you create the reservation. You can get
the MAC address by running the command ipconfig /all from a command
prompt. (If that fails because TCP/IP has not yet been configured on the
computer, you can also get the MAC address [the number that uniquely
identifies the hardware device] by running the System Information command,
which is Start➪All Programs➪Accessories➪System Tools➪System Information.)
If you set up more than one DHCP server, each should be configured to
serve a different range of IP addresses. Otherwise, the servers might assign
the same address to two different hosts.
How long to lease?
One of the most important decisions that you’ll make when you configure
a DHCP server is the length of time to specify for the lease duration. The
default value is eight days, which is appropriate in many cases. However,
you may encounter situations in which a longer or shorter interval may be
appropriate:
✦ The more stable your network, the longer the lease duration can safely
exist. If you only periodically add new computers to the network or
replace existing computers, you can safely increase the lease duration
past eight days.
✦ The more volatile the network, the shorter the lease duration should be.
For example, a wireless network in a university library is used by students
who bring their laptop computers into the library to work for a few hours at
a time. For this network, a duration such as one hour may be appropriate.
BootP — Bootstrap Protocol — is an Internet
protocol that enables diskless workstations
to boot themselves over the Internet or local
network. Like DHCP, BootP allows a
computer to receive an IP address assigned
from a server. However, unlike DHCP, BootP
also enables the computer to download a boot
image file, which the computer can then use
to boot itself from. A significant difference
between BootP and DHCP is that BootP comes
into play before the computer actually loads
an operating system. In contrast, DHCP is used
after an operating system has been loaded,
during the configuration of network devices.
Most DHCP servers can also support BootP. If
your network has diskless workstations, you
can use the DHCP server’s BootP support to
boot those computers. At one time, diskless
workstations were all the rage because
network administrators thought they’d be
easier to manage. Users hated them, however.
Most diskless workstations have now been
buried in landfills, and BootP isn’t used much.
What about BootP?
32_625873-bk04ch03.indd 31232_625873-bk04ch03.indd 312 9/21/10 10:21 PM9/21/10 10:21 PM