Router query to find out message destination

B

Thread Starter

B.Sandoche

When a router gets an IP address how will it find out the Source address from where the IP address has been received? Can anybody please tell me in a
detailed way how the router queries the Source Address of the IP.
 
J

Johan Bengtsson

That is quite simple (if I understand your question right) The from adress is a field in the IP-header as well as the to adress


/Johan Bengtsson

----------------------------------------
P&L, Innovation in training
Box 252, S-281 23 H{ssleholm SWEDEN
Tel: +46 451 49 460, Fax: +46 451 89 833
E-mail: [email protected]
Internet: http://www.pol.se/
----------------------------------------
 
W
Hi!

The source iIP address is already contained within the IP packet, if I understand your question. If the router doesn't already have a table entry for the destination IP address, it sends it to the "default route", which is simply the IP address of another router. I add this because of your header including the word "destination".

These and other questions about how the Internet protocols work can be easily found on the web. Try putting in "RFC router" into the google engine and then do a little reading.

Regards,

Willy Smith
Numatics, Inc.
Costa Rica
 
H

Hullsiek, William

The best reference for these types of the questions is Doug Comer's book on the Internet. There are block diagrams (and sample code !!!).

- Bill Hullsiek, MES Software Engineer
 
Top