Communications and Wireless
1827790 Members
2724 Online
109969 Solutions
New Discussion

Re: Basic query in TCP/IP

 
Saravanan_11
Occasional Advisor

Basic query in TCP/IP

Hai

Can anyone show me the right pointer for this basic query? I need to know when i type http:\\www.google.com, How the request from my client appn { Browser } reaches to the destination web server.. ? I would like to know what happens in Each & individual layer of TCP ? For example, In HOst to host layer, destination port and dest address is found and added with the TCP header .. Like this can anyone pass me the whole info?

Regards
-Saravanan
3 REPLIES 3
JohnWRuffo
Honored Contributor

Re: Basic query in TCP/IP

Saravanan:

Here is a nice write up on TCP/IP:
http://www.pcsupportadvisor.com/TCP_IP_tutorial_page1.htm

If you want some light reading, here is a book to buy:
http://www.amazon.com/exec/obidos/tg/detail/-/1555581668/102-6766425-1571316?v=glance
Enjoy!
__________________________________________
Was the post useful? Click on the white KUDOS! Star.

Do you need help with your HP product?
Try this: http://www.hp.com/support/hpgt
Thomas Bianco
Honored Contributor

Re: Basic query in TCP/IP

absolute best way to understand TCP, try to speak it.


http://www.ethereal.com is a good tool to start with. this will allow you to see the TCPIP stack and see what happens when you query a server.

i would start on a quiet network and only do one thing at a time so you can see what happens when you press go.

also, remember PDNTSPA, the Open Systems Interconnect (OSI) layer mantra.

Physical = Wireless
Datalink = 802.11b/g MAC
Network = IP
Transport = IP and TCP (tcp/ip was developed before OSI, so this layer is split)
Session = TCP
Presentation = HTTP://
Application = Mozilla
There have been Innumerable people who have helped me. Of course, I've managed to piss most of them off.
Bharat Katkar
Honored Contributor

Re: Basic query in TCP/IP

Hi,
This one should also be helpful.
Talks about layer to layer comminucation:

http://www.cisco.com/univercd/cc/td/doc/product/iaabu/centri4/user/scf4ap1.htm

Regards,
You need to know a lot to actually know how little you know