Question:
What does "DHCP IP Address Range" mean?
1970-01-01 00:00:00 UTC
What does "DHCP IP Address Range" mean?
Eight answers:
2009-01-27 19:56:45 UTC
DHCP stands for ‘Dynamic Host Configuration Protocol’ and is a means for networked computers to get their TCP/IP networking settings from a central server. Importantly, DHCP assigns IP addresses and other TCP/IP configuration parameters automatically. DHCP is explained in more detail at RFC 1541. A good place to obtain the document is ds.internic.net, available via FTP, Gopher and HTTP



Overview



DHCP is an extension of BOOTP (Bootstrap Protocol), the previous IP allocation specification. So, existing BOOTP devices can communicate with DHCP servers and allow DHCP requests to cross routers running BOOTP forwarders. This level of backward compatibility makes it easy for administrators to upgrade their network devices from BOOTP to DHCP as needed, without having to replace all of the clients at once or having to upgrade all of the routers.



Several major advancements beyond the BOOTP specifications provide significant advantages. For example, DHCP supports the concept of a "lease" whereby a server can allocate an address to a client for a specific amount of time. If you have more devices than IP addresses, using shorter leases can help to keep you from running out of addresses. If you have more addresses than devices, you can utilize permanent leases or you can assign fixed addresses to specific devices similar to BOOTP's mechanism.



Also, DHCP incorporates a much more robust dialogue during lease negotiation. Since the addresses can be assigned to the devices on an ad-hoc basis, mechanisms need to be incorporated into the assignment procedure that allow for a broader range of options, as well as for a broader range of error handling conditions. BOOTP protocol only allowed for two types of messages (request and reply), while DHCP has seven possible message types that can be used during the address assignment sequence.



When a DHCP device attaches itself to the network for the first time, it broadcasts a DHCPDISCOVER packet. A DHCP server on the local segment will see the broadcast and return a DHCPOFFER packet that contains an IP address and other information. The servers may or may not conduct some sort of preliminary testing prior to offering the address, such as generating an ARP or an ICMP (Internet Control Message Protocol) echo to see if the address is already in use by another node somewhere. If your network does not have a DHCP server on every segment, you will need to configure your routers to provide BOOTP relay agents that forward the broadcasts to a predefined server on a remote segment.



The client may receive multiple DHCPOFFER packets from any number of servers, so it must choose between them, and broadcast a DHCPREQUEST packet that identifies the explicit server and lease offer that it likes the best. This decision may be based on which offer has the longest lease or which offer provides the most information that the specific client needs for optimal operation (more on this later). The non-chosen servers would notice the explicit DHCPREQUEST packet and go on about their business.



Assuming that the offer is still valid, the chosen server would return a DHCPACK that tells the client the lease is finalized. If the offer is no longer valid for some reason-perhaps due to a time-out or another client allocating the lease-then the selected server must respond with a DHCPNAK message. This would cause the client to send another DHCPDISCOVER packet, starting the process over again.



Once the client receives a DHCPACK, then all ownership and maintenance of the lease is the responsibility of the client. For example, a client may refuse an offer that is detailed in the DHCPACK message, and it is the client's responsibility to do so. Clients are supposed to test the addresses that have been offered to them by conducting ARP broadcasts. So if another node responds to the ARP, the client would assume that the offered address is in use. At this point, the client would reject the offer by sending a DHCPDECLINE message to the offering server, and would also send another DHCPDISCOVER packet, thereby starting the process yet again.



Once the client has the lease, it must be renewed prior to the lease expiration through another DHCPREQUEST message. If a client finishes using a lease prior to its expiration date, the client is supposed to send a DHCPRELEASE message to the server so that the lease can be made available to other nodes. If the server doesn't hear from the client by the end of the lease, it marks the lease as non-renewed, and makes it available for other clients to use.





Related Protocol



By using DHCP, dynamically configuring the host to the network is done by a simple handshake. In history, there are also many dynamic automatic configuration protocols. RARP (Reverse Address Resolution Protocol) and BOOTP can also provide the mechanism of automatic configuration. These protocols use simple interaction; the client requests and the server replies. RARP is executed on Ethernet, and
?
2016-12-29 18:02:56 UTC
Dhcp Ip Address Range
gagliano
2016-09-29 12:03:04 UTC
Dhcp Range
2016-04-11 06:46:40 UTC
For the best answers, search on this site https://shorturl.im/axbyk



A DHCP server (Distributed Host Communication Protocol) hands out temporary IP addresses as clients connect to the network. This avoids the problem of needing a separate address for each computer that connects, as well as the need to keep track of addresses. When a client connects to the network, it gets an address from the DHCP server. When that client disconnects, the address is freed up so the server can assign it to the next client. So the server only needs enough address to handle the number of computers that are connected at the same time rather than enough addresses for all computers that connect at any time. When a server assigns an address, it's only good for so long. That period of time is called a lease. Once the lease is up, the client must connect to the server again and either renew the lease or get a new address. I could possibly give you a more pertinent answer if I had some idea where this message is coming up. Could you provide a bit more detail, please?
Rameez
2015-10-19 23:51:36 UTC
layman terms please
Harrold
2015-08-06 02:36:31 UTC
This Site Might Help You.



RE:

What does "DHCP IP Address Range" mean?

I'm attempting to secure my router and the DHCP Server Settings there is a section labeled "DHCP IP Address Range" 100 to 999 (addresses within the LAN subnet). All this is in the "Network settings" tab. What does this mean?
Lunchbox
2009-01-27 20:08:08 UTC
999? Did you change that setting. The range shouldn't go that high... it can't in fact. Anyhow, if you have your router setup to "hand out" IP's to clients, it will assign addresses (within the DHCP Range) to clients as they connect. It doesn't have anything to do with "securing" the router. One would normally leave the settings as they are - but you say your range goes from 100 to 999?!?! It can't go above 255, and shouldn't go above 254. The bigger the range, the more IPs your router can give out. Assuming you're working on this at home (i.e. you're not setting this up at a coffee shop or anything) you're never going to have a high number of IPs on loan at any one time. Set the range from 100 to 150, and you'll be good to go.



The DHCP "Lease Time" is how long the router gives out /sets aside any one IP for a client MAC Address. Just leave it.
Elgato
2009-01-27 20:01:49 UTC
This means that your router will assigned any IPs within a set range to your LAN. Usually it will be from 192.168.0.2-192.168.0.254 which gives you aprox 254 host addresses with a subnet mask of 255.255.255.0. If you want to secure it nicely and don't have too many devices, I sugest disabling the DHCP server entirely and assign the IP address static to the PCs and wireless devices.



For example, if you want to connect 4 devices to the router you could do the following.



The router IP can be



192.168.20.17

PC1 192.168.20.18

PC2 192.168.20.19

PC3 192.168.20.20

Wireless Music receiver or something 192.168.20.21 up to 192.168.20.22

with subnet mask of 255.255.255.248



this will give you 5 good addresses for 5 devices. If you want more, just change the subnet mask to .240 which will give you 14 good IPs



The default gateway for your Devices (PCs and others) will be the router's IP 192.168.20.17



This is just an example, but if you use this config, it will work very well.



Good luck



Edit:

DHCP Lease time 180 means that the lease given to the PC will expire and be renewed every 180 minutes or days or whatever the option you choose is. Since you have it set for minutes, you might want to change that to at least 24 to 48 hours. This will increase your network performance


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...