Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the differences between TCP vs. UDP?

differences TCP UDP vs
0
Posted

What are the differences between TCP vs. UDP?

0

TCP is a transport layer (Layer 4) protocol that incorporates the acknowledgement of received packets and the retransmission of lost packets. This adds latency to the end-to-end communication, but insures the integrity of the transaction. UDP does not provide for either packet acknowledgement or retransmission within the transaction layer. The application can make provision for verification and retransmission. UDP, while less reliable, is faster. UDP is used by videoconferencing in many cases to transmit audio or video data were retransmission is not wanted and speed in the objective. NOTE: Some Firewalls have a UDP default timeout. On the Cisco PIX Firewall, for example, if the UDP timeout is not changed then the call will drop in exactly 2 minutes and the Vidyo client(s) would have to reconnect. You may need to change the UDP Timeout from Default (i.e. 0:02:00 2 minutes) to something larger (i.e.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123