Dhcp Server
Computers
on a IP networks need some essentials information before it can
communicate with other hosts. This information include an IP address,
and a default route and routing prefix. Configuring IP addressing on a
large TCP/IP-based network can be a nightmare, especially if machines
are moved from one network to another frequently. DHCP eliminates the
manual task by a network administrator. The Dynamic Host Configuration
Protocol (DHCP) can help with the workload of configuring systems on a
network by assigning addresses to systems on boot-up automatically. It
also provides a central database of devices that are connected to the
network and eliminates duplicate resource assignments.
DHCP server may have three methods of allocating IP-addresses:
static allocation: The DHCP server allocates an IP address based on a table with MAC address/IP address pairs, which are manually filled Only requesting clients with a MAC address listed in this table will be allocated an IP address.
dynamic allocation: A network administrator assigns a range of IP addresses to DHCP, and each client computer on the LAN is configured to request an IP address from the DHCP server during network initialization.
automatic allocation: The DHCP server permanently assigns a free IP address to a requesting client from the range defined by the administrator. This is like dynamic allocation, but the DHCP server keeps a table of past IP address assignments, so that it can preferentially assign to a client the same IP address that the client previously had.
Among these three method static and dynamic method are the most popular implementation.
DHCP server may have three methods of allocating IP-addresses:
static allocation: The DHCP server allocates an IP address based on a table with MAC address/IP address pairs, which are manually filled Only requesting clients with a MAC address listed in this table will be allocated an IP address.
dynamic allocation: A network administrator assigns a range of IP addresses to DHCP, and each client computer on the LAN is configured to request an IP address from the DHCP server during network initialization.
automatic allocation: The DHCP server permanently assigns a free IP address to a requesting client from the range defined by the administrator. This is like dynamic allocation, but the DHCP server keeps a table of past IP address assignments, so that it can preferentially assign to a client the same IP address that the client previously had.
Among these three method static and dynamic method are the most popular implementation.
No comments:
Post a Comment