up vote 3 down vote favorite
share [g+] share [fb]

I would like to buy a 1000 Mb network switch and connect it with 100 Mb router which have DHCP server.

So I would like to know it computers connected on the 1Gb switch would be able to connect @ 1Gb network speed? I an not sure since DHCP server is 100 Mb, and it initialize the connection ... Would help if I would set manually IPs or this makes no difference?

link|improve this question

feedback

1 Answer

up vote 12 down vote accepted

DHCP doesn't determine the speed of the connection, it simply assigns an IP address and a few other configuration details, such as router, DNS servers etc.

The network speed is negotiated between the NIC and the switch independantly of DHCP.

link|improve this answer
So computers connected on the switch would be able to connect @1Gb speed (if they have 1Gb NIC of course), right? I would like really be sure, because I an going to buy this stuff. – Peter Stegnar Feb 22 '10 at 13:05
3  
Yes - they will be able to talk at gigabit to other machines connected to the switch with gigabit NICs. – James Feb 22 '10 at 13:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.