Domanda di colloquio di Cisco

Explain the difference between TCP and UDP

Risposte di colloquio

Anonimo

1 apr 2016

That's really as difficult as it gets?

Anonimo

8 dic 2017

UDP packet processing is faster compared to TCP packet processing. This is because once TCP packets are delivered to the destination, an acknowledgement is expected at the transmission end. If no acknowledgement is received, re-transmission of packets occurs at the transmission end. This is opposite to UDP operation, in which no acknowledgement is necessary.

Anonimo

10 mag 2013

TCP is a reliable protocol that utilizes windowing and acknowledgement packets to ensure all traffic is transmitted and received UDP is an unreliable protocol that does not utilize windowing and acknowledgements, and is good to use when you can't re-transmit a packet (EG a voice or video packet)

Anonimo

21 apr 2011

UDP is for like Skype and TCP is for like Youtube.....thats all I know but it has to do with the way packets are received and acknowledged