How messages flows between computers connected with Internet or LAN ?

Posted by Praveen on Stack Overflow See other posts from Stack Overflow or by Praveen
Published on 2010-06-15T21:27:18Z Indexed on 2010/06/15 22:22 UTC
Read the original article Hit count: 166

Filed under:

Hi All,

I have been doing Windows programming in .Net since last two years. Now I am shifting to web programming so I just stuck in understanding the fundamentals of web programming, after googling I came to StackOverflow to learn from all of you great guys.

My confusion is about how messages flow between systems in distributed enviornment ? I mean suppose I want to send a message "Hello" to a system connected to LAN or Internet, then what will be the steps taken to send the message.

Second thing is suppose my system is "A" and I wana send message to system "B" which is connected via a wire, so how the message flows on wire and how system "B" reads it from the wire ?

Please someone explain me in a layman terms.

Thank you all in advance.

© Stack Overflow or respective owner

Related posts about ASP.NET