The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Basics of Data Communication Part: 2
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Paul SimpsonPosted Sep 20, 2010, 8:57 PM
Interesting article (although I had hoped it was going to be about how to use c# to establish network comms.) Only point revolves arounf TCP and UDP. I think you will find that UDP is at the transport layer, but TCP is at the session (one of the differences between them) Your statement about the transport layer ensuring "that data is sent and received successfully or not. If any error occurred then it sends the re-transmission request" is also wrong. That's session layer ;-) Hence TCP is connection-orientated (reliable) whereas UDP is connectionless (fire-and-forget).