How messages flows between computers connected with Internet or LAN ?
- by Praveen
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.