Question d’entretien chez Applied Tech (WI)

Q: What are some differences between TCP and UDP?

Réponse à la question d'entretien

Utilisateur anonyme

16 nov. 2015

A: TCP is a connection-oriented protocol that implements a 3-way handshake, a sliding window, and packet transmission verification. UDP is connection-less, has less overhead, and no reception verification.