- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsThis dhcp question isn’t about an actual problem but a dhcp concept I can’t figure out.
When a dhcp server has 2 scope with different subnets, how does it know which scope to assign addresses from?
For example, if a network has 2 segments with 1 dhcp server per segment. And each dhcp server is using the 80/20 rule where it has 20% of the addresses from the other segment. If the primary (80%) dhcp server fails to service a dhcp request/broadcast and the secondary server (20%) receives it, how does the server know to assign the request/broadcast ip info from the 20% scope and not the 80% scope?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: Debsyl99Posted on 2005-08-18 at 10:08:00ID: 14702366
Hi om/?kbid=1 20932
Check out:
DHCP: Spanning Multiple Subnets
"A relay agent that conforms to RFC 1542 relays DHCP packets to the remote side even though they are broadcast packets. Before relaying a DHCP message from a DHCP client, the agent examines the GIADDR (gateway IP address) field. If the field has an IP address of 0.0.0.0, the agent fills it with the router's IP address. When the DHCP server receives the message, it examines the Relay IP Address field to see if it has a DHCP scope (a pool of IP addresses) that can be
used to supply an IP address lease. If the DHCP server has multiple DHCP scopes, the address in the Relay IP Address field identifies the DHCP scope from which to offer an IP address lease. This process allows one DHCP server to manage
different scopes for subnets. "
From:
DHCP: SPanning Multiple Subnets
http://support.microsoft.c
Deb :))