In this chapter, we examined how to easily set up a Solaris DHCP server that can be used to dynamically allocate IP addresses to clients from several different operating systems. Although DHCP server setup involves making some complex decisions about your network architecture, setting up DHCP clients is easy. It's generally considered easier to configure a single server per subnet than 254 clients that all require their settings to be entered manually! However, DHCP administrators should be aware of a number of important security issues, such as the possibility of IP spoofing occurring, and watch the CERT site (http://www.cert.org/) for any advisories.
1. |
What is the DHCP server command?
|
|
2. |
What is the DHCP client command?
|
|
3. |
When configuring DHCP services, which of the following parameters are you not prompted for?
|
|
4. |
What command is used to manually update the contents of dhcptab?
|
|
5. |
What Internet Protocol provides the greatest number of IP addresses?
|
|
6. |
What Internet Protocols are supported by Solaris 9?
|
|
7. |
What does DHCP provide?
|
|
8. |
What is the relationship between BOOTP and DHCP?
|
|
9. |
What other protocols does DHCP integrate with?
|
|
10. |
What message is broadcast by a client looking for an IP address?
|
|
11. |
What message is broadcast by a server providing IP addresses?
|
|
12. |
What message is broadcast by a client finished with an IP address?
|
|
13. |
What message is broadcast by a server that can't provide IP addresses as specified?
|
|
14. |
What message is sent by a server acknowledging a lease?
|
|
15. |
What command is used to by clients to specify interface configuration using DHCP?
|
|
Answers
1. |
B. The DHCP server command is in.dhcpd. |
2. |
A. The DHCP client command is dhcpagent. |
3. |
D. When configuring DHCP services, you are not prompted for the LDAP server name. |
4. |
A. The dhtadm command is used to manually update the contents of dhcptab. |
5. |
B. IPv6 provides the greatest number of IP addresses. |
6. |
A. IPv4 and IPv6 are both supported by Solaris. |
7. |
C. DHCP provides leased IP addresses. |
8. |
A. DHCP is a superset of BOOTP. |
9. |
C. DHCP integrates with BOOTP. |
10. |
C. DHCPDISCOVER is broadcast by a client looking for an IP address. |
11. |
A. DHCPOFFER is broadcast by a server providing IP addresses. |
12. |
C. DHCPRELEASE is broadcast by a client finished with an IP address. |
13. |
B. DHCPNACK is broadcast by a server that can't provide IP addresses as specified. |
14. |
C. DHCPACK is sent by a server acknowledging a lease. |
15. |
C. The ifconfig command is used to by clients to specify interface configuration using DHCP. |