June 2006
Intermediate to advanced
1344 pages
42h 52m
English
There are many protocols for communicating between applications.Protocols are sets of rules that govern how two entities interact. In this chapter, we focus on the Transmission Control Protocol (TCP) and the User Datagram Protocol (UDP). .NET’s TCP and UDP networking capabilities are defined in the System.Net.Sockets namespace.
The Transmission Control Protocol (TCP) is a connection-oriented communication protocol which guarantees that sent packets will arrive at the intended recipient undamaged and in the correct sequence. TCP allows protocols like HTTP (Chapter 21) to send information across a network as simply and reliably as writing to a file on a local computer. If packets of information don’t arrive ...
Read now
Unlock full access