Code For NonGeek
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Example of real time TPC/IP and UDP

Go down

Example of real time TPC/IP and UDP Empty Example of real time TPC/IP and UDP

Post  Admin Thu Oct 13, 2011 7:44 pm

Transmission Control Protocol(TCP) and User Datagram Protocol(UDP) is a transportation protocol that is one of the core protocols of the Internet protocol suite. Both TCP and UDP work at transport layer.

For TCP, Data is read as a stream, with nothing distinguishing where one packet ends and another begins. There may be multiple packets per read call. For UDP, packets are sent individually and are guaranteed to be whole if they arrive. One packet per one read call.

Example for TCP: World Wide Web(Apache TCP port 80), email, File Transfer Protocol(FTP)
Example for UDP: Domain Name System(DNS), Voice over IP(VoIP)

Admin
Admin

Posts : 131
Join date : 2011-08-16

https://codefornongeek.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum