Pregunta de entrevista de Darktrace

What is the difference between UDP and TCP/IP?

Respuesta de la entrevista

Anónimo

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