Transmission Control Protocol is a Flow-Controlled, Connection-Oriented and End-To-End Protocol that helps to transmit data from Source Computer into Designed Computer on the Internet. Server side TCP program helps to break a message or a file into raw data packets and transmit data into Client Computer through Internet Protocol. Client side TCP program is confirm the received data packets and then assemble the received raw data packets into actual message or file format and then display the information on the Web Application.
Internet Protocol is helps to routing raw bit data packets (datagram) sequences from source to destination computer along with IP Address on the Internet. IP is maintaining source and destination computer IP Addresses and then routing raw bit data packets sequences on the Internet.
UDP
User Datagram Protocol is a Connectionless and End-To-End Protocol that helps to transmit data from Source Computer into Designed Computer on the Internet. Server side UDP program does not break a message or a file into raw data packets that streaming media information through Internet Protocol. Client side UDP program does not confirm and assemble the received raw data packets into actual message or file format.
Web Application is confirm the received data packets and then assemble the received raw data packets into actual message or file format and then display the information on the Web Application. An instance, Internet Television and Radio Application is using this UDP to streaming media information on the Internet.