Networking Forums

Networking Forums > Computer Networking > Windows Networking > why use DHCP?

Reply
Thread Tools Display Modes

why use DHCP?

 
 
Tracey
Guest
Posts: n/a

 
      04-20-2006, 03:43 PM
Other than allowing over 250 users to connect to a subnet why would anyone
want to use DHCP?

Seriously curious.
Thanks, Tracey


 
Reply With Quote
 
 
 
 
Aaron Neunz
Guest
Posts: n/a

 
      04-20-2006, 04:06 PM
So you do not have to manage and manually adjust IP address on up to 254
computers. That is a lot of leg work.
What if you configure two computers with the same IP address? A DHCP server
takes all of the guess work out of the equation.
With windows XP you can alternately configure what is called APIPA in lieu
of DHCP, but not the best solution.

"Tracey" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Other than allowing over 250 users to connect to a subnet why would anyone
> want to use DHCP?
>
> Seriously curious.
> Thanks, Tracey
>
>



 
Reply With Quote
 
Doug Sherman [MVP]
Guest
Posts: n/a

 
      04-20-2006, 06:34 PM
Also, a Windows DHCP server can manage DNS client registration and provides
a host of scope options which might be difficult to configure manually.
Nevertheless, I recommend static TCP/IP configuration on small networks
especially where the only DHCP 'server' is a low end NAT router or an ICS
machine.

Doug Sherman
MCSE, MCSA, MCP+I, MVP


"Tracey" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Other than allowing over 250 users to connect to a subnet why would anyone
> want to use DHCP?
>
> Seriously curious.
> Thanks, Tracey
>
>



 
Reply With Quote
 
Kerry Brown
Guest
Posts: n/a

 
      04-20-2006, 11:03 PM
I would use a DHCP server even if you want all the workstations configured
statically. You just reserve an IP for each workstation. You can then manage
everything from one pc rather than going around to each pc to change IP,
gateway, WINS, DNS etc. But then I'm just lazy and don't want to do all that
socialising when traipsing around fixing things every time something changes
:-)

--
Kerry
MS-MVP Windows - Shell/User

Tracey wrote:
> Other than allowing over 250 users to connect to a subnet why would
> anyone want to use DHCP?
>
> Seriously curious.
> Thanks, Tracey



 
Reply With Quote
 
Louis Vitiello Jr.
Guest
Posts: n/a

 
      04-24-2006, 02:47 AM
http://www.cit.cornell.edu/computer/...dhcpintro.html

Hope that helps,

--
Louis Vitiello Jr.
------------------------------
MCSE, MCSA, MCP, A+/N+
ERCP XP Pro / Net Concepts



"Kerry Brown" <(E-Mail Removed)*a*m> wrote in message
news:ON$(E-Mail Removed)...
>I would use a DHCP server even if you want all the workstations configured
>statically. You just reserve an IP for each workstation. You can then
>manage everything from one pc rather than going around to each pc to change
>IP, gateway, WINS, DNS etc. But then I'm just lazy and don't want to do all
>that socialising when traipsing around fixing things every time something
>changes :-)
>
> --
> Kerry
> MS-MVP Windows - Shell/User
>
> Tracey wrote:
>> Other than allowing over 250 users to connect to a subnet why would
>> anyone want to use DHCP?
>>
>> Seriously curious.
>> Thanks, Tracey

>
>



 
Reply With Quote
 
wubing
Guest
Posts: n/a

 
      04-27-2006, 06:47 PM
It will much easier for network infrastructure changing and upgrading. I
will like setup DHCP where were windows servers are available.

Tracey wrote:
> Other than allowing over 250 users to connect to a subnet why would anyone
> want to use DHCP?
>
> Seriously curious.
> Thanks, Tracey
>
>

 
Reply With Quote
 
Dave
Guest
Posts: n/a

 
      04-27-2006, 11:30 PM
it also lets you re-use ip addresses. you can actually have isp's that have
more users than they have ip addresses in their dialup pool... as long as
they have enough for all their modems they can just assign them dynamically
to the users as they connect and not need to buy more addresses.

or on a user side, if you are moving from lan to lan, say while traveling
you go through airport hot spots, hotels, coffee shops, etc, with dhcp you
can automatically get the network settings at each location.

"wubing" <(E-Mail Removed)> wrote in message
news:tl84g.8446$BO2.271@trnddc02...
> It will much easier for network infrastructure changing and upgrading. I
> will like setup DHCP where were windows servers are available.
>
> Tracey wrote:
>> Other than allowing over 250 users to connect to a subnet why would
>> anyone
>> want to use DHCP?
>>
>> Seriously curious.
>> Thanks, Tracey
>>


 
Reply With Quote
 
Tracey
Guest
Posts: n/a

 
      05-02-2006, 02:30 PM
Does DHCP negate the need for WINS?

I remember setting up an early version of Symantec Anti-Virus Server
Corporate Edition where the installation instructions requried a WINS server
to disribute updates to clients.

Thanks, Tracey

"Doug Sherman [MVP]" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Also, a Windows DHCP server can manage DNS client registration and

provides
> a host of scope options which might be difficult to configure manually.
> Nevertheless, I recommend static TCP/IP configuration on small networks
> especially where the only DHCP 'server' is a low end NAT router or an ICS
> machine.
>
> Doug Sherman
> MCSE, MCSA, MCP+I, MVP
>
>
> "Tracey" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Other than allowing over 250 users to connect to a subnet why would

anyone
> > want to use DHCP?
> >
> > Seriously curious.
> > Thanks, Tracey
> >
> >

>
>



 
Reply With Quote
 
Doug Sherman [MVP]
Guest
Posts: n/a

 
      05-02-2006, 07:33 PM
Well, dynamic DNS has eliminated much of the need for WINS, but dynamic DNS
does not require a DHCP server except for down level clients. WINS provides
NetBIOS name resolution and it can do so across subnets. If you have a need
for WINS, switching from a static address scheme to DHCP will not eliminate
this need.

Doug Sherman
MCSE, MCSA, MCP+I, MVP

"Tracey" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Does DHCP negate the need for WINS?
>
> I remember setting up an early version of Symantec Anti-Virus Server
> Corporate Edition where the installation instructions requried a WINS

server
> to disribute updates to clients.
>
> Thanks, Tracey
>
> "Doug Sherman [MVP]" <(E-Mail Removed)> wrote in

message
> news:%(E-Mail Removed)...
> > Also, a Windows DHCP server can manage DNS client registration and

> provides
> > a host of scope options which might be difficult to configure manually.
> > Nevertheless, I recommend static TCP/IP configuration on small networks
> > especially where the only DHCP 'server' is a low end NAT router or an

ICS
> > machine.
> >
> > Doug Sherman
> > MCSE, MCSA, MCP+I, MVP
> >
> >
> > "Tracey" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Other than allowing over 250 users to connect to a subnet why would

> anyone
> > > want to use DHCP?
> > >
> > > Seriously curious.
> > > Thanks, Tracey
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Server 2008 DHCP Reservations not visible from 2003 DHCP mmc Ckuderna Windows Networking 2 04-02-2009 01:47 PM
dhcp global predefined option deletion (dhcp standard options) Fernando Windows Networking 0 09-03-2007 10:58 PM
How DHCP decide which scope to give thourgh dhcp relay agent? cs Windows Networking 3 01-04-2007 03:48 AM
Load Ballacing broke DHCP - The DHCP service is not servicing any clients because....... Creative Twitch Windows Networking 3 10-28-2004 01:25 PM
Redhat 9.0 dhcp client & windows 2003 dhcp server: dynamic dns update Mads Ravn Linux Networking 0 06-29-2004 05:27 PM



1 2 3 4 5 6 7 8 9 10 11