• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help with a network question

Xenos

Member
Can anyone explain which is the first node (by IP address) that a router will connect to a particular server on a network?
 
This question is either worded very poorly, or you have left out information.

I'm not going to do your homework for you, but I might be able to point you in the direction of the answer if you provide more details about what you're asking.
 
Can anyone explain which is the first node (by IP address) that a router will connect to a particular server on a network?

(Agree that the framing of the question is very poor)

There is no address bias by any host to any other host, unless programmed specifically by the application.

A DHCP server will give the next address in the configured list of available addresses, unless a specific "reservation" has been made to the MAC address of the requester. The list is created by whoever configures the DHCP server and can be any address sequence, from any block, from any class. It can be two addresses long or two thousand (or more, or less - though less would be exceptionally stupid IMO).

Routers ("real" or SOHO) have to be specifically programmed to connect to a specific address on the other side of the link. The exception is if the interface is set for DHCP (see above).

If there's some question of a router discovery protocol or something similar, you'll need to clarify what you're looking for.
 
Thanks guys. I admit the wording was quite off but that was because I did not quite understand the question at all. I was given 4 IP addresses as answers to choose from in a multiple choice and having researched the material I was able to narrow down to 2 addresses before finally hitting the correct one. I got it guys, thanks once again for making me think harder.
 
Back
Top