15 pts.
 Routing tables
i am just starting to learn about networking and have a question about routing tables and tcp connections

If i need to follow a tcp connection on a network and it is on the same network

eg from 192.168.0.1 to 192.168.0.2 

do you need to use routing tables to follow the connection?  or because it is on the same network then routing tables arent needed. 

Many thanks for your help



Software/Hardware used:
ASKED: January 14, 2010  3:36 PM
UPDATED: January 19, 2010  9:06 PM

Answer Wiki:
Routing tables are not needed when the devices are on the same subnet. This is handled through address resolution protocol (ARP). Per the <a href="http://www.tcpipguide.com/free/t_ARPAddressSpecificationandGeneralOperation.htm">TCP/IP Guide</a>: <i>ARP Address Specification and General Operation An Address Resolution Protocol transaction begins when a source device on an IP network has an IP datagram to send. It must first decide whether the destination device is on the local network or a distant network. If the former, it will send directly to the destination; if the latter, it will send the datagram to one of the routers on the physical network for forwarding. Either way, it will determine the IP address of the device that needs to be the immediate destination of its IP datagram on the local network. After packaging the datagram it will pass it to its ARP software for address resolution. Basic operation of ARP is a request/response pair of transmissions on the local network. The source (the one that needs to send the IP datagram) transmits a broadcast containing information about the destination (the intended recipient of the datagram). The destination then responds unicast back to the source, telling the source the hardware address of the destination. </i> Look at the link shown above for more information about ARP. In the IT trenches? So am I - read my <a href="http://itknowledgeexchange.techtarget.com/it-trenches">IT-Trenches blog</a>
Last Wiki Answer Submitted:  January 14, 2010  7:38 pm  by  Labnuke99   32,645 pts.
All Answer Wiki Contributors:  Labnuke99   32,645 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

thanks for the answer.

j

 15 pts.