Tuesday, June 28, 2011

AN Lesson-2


Configuring DHCP SERVER

  1. What do you mean by DHCP scope? List the corresponding features (with a brief description for each feature) associated with the new scope wizard?

DHCP scope
  • A DHCP scope is a pool of IP addresses within a logical subnet, such as 192.168.0.11 through 192.168.0.254, that the DHCP server can assign to clients.
  • Scopes provide theessential means for the server to manage distribution and assignment of IP addresses and of any related configuration parameters to clients on the network.
DHCP lease
  • An IP address within a defined scope that is offered to a DHCP client is known as a lease. When a lease is made to a client, the lease is active.
  • Each lease has a specified duration, and the client must periodically renew the lease if the client is going to continue to use the address. The default lease duration value is eight days.
Creating scopes
You create scopes in DHCP by using the New Scope Wizard, which you can launch by right-clicking the DHCP server node in the DHCP console and then selecting New Scope from the Action menu.The pages of the New Scope Wizard listed next allow you to configure the corresponding scope features:

Scope Name page This page allows you to assign a name for the scope.
IP Address Range page This page allows you to specify the starting and ending IP addresses
Add Exclusions page This page allows you to specify the IP addresses within the defined range that you do not want to lease to DHCP clients.
Lease Duration page This page allows you to define the lease duration values.These lease durations are then assigned to DHCP clients.
Configure DHCP Options page This page allows you to determine whether to configure DHCP options for the scope through subsequent pages
Router (Default Gateway) page (optional) This page allows you to specify which default gateway (and alternates) should be assigned to DHCP clients.
Domain Name And DNS Servers page (optional) This page allows you to specify both the parent domain to be assigned to client computers and the addresses of DNS servers
WINS Servers page (optional) This page allows you to specify the addresses of WINS servers to be assigned to the client.
Activate Scope page (optional) This page allows you to determine whether the scope should be activated after the wizard has completed.

No comments:

Post a Comment