Pergunta de entrevista da empresa Cognizant

What is difference between TCP / UDP

Respostas da entrevista

Sigiloso

31 de jan. de 2021

I told him the differences with the eg where they are used

Sigiloso

11 de jul. de 2021

TCP is a connection-oriented protocol. Connection-orientation means that the communicating devices should establish a connection before transmitting data and should close the connection after transmitting the data. UDP is the Datagram oriented protocol. This is because there is no overhead for opening a connection, maintaining a connection, and terminating a connection. UDP is efficient for broadcast and multicast type of network transmission.