Free Datagrams and Multicasting (Part 2) Tutorial

Feb
10

Datagrams and Multicasting (Part 2)

Posted by admin

“>The Internet offers the programmer several foundational message types to fit various programming requirements and needs. The highest level, streaming (Transaction Control Protocol or TCP), guarantees ordered, reliable data from the source to the destination program. User Datagram Protocol (UDP), or simply datagrams, offers fast messaging. The problems with each protocol are based on their strengths: TCP is slower than UDP, and UDP is unreliable. NOTE Internet documents  
continue >>

Tags:

Add A Comment