Question d’entretien chez Darktrace

What is the difference between UDP and TCP/IP?

Réponse à la question d'entretien

Utilisateur anonyme

4 sept. 2023

The usual definition, TCP waits for acknowledgement and values the completeness of data, UDP continues to transmit without ack and is better for real-time applications where staying up-to-date is more valued than recovering dropped packets.

1