Pregunta de entrevista de Google

Describe the difference between TCP and UDP

Respuestas de entrevistas

Anónimo

24 nov 2016

Both protocols are part of the TCP/IP stack. TCP= Connection oriented; Reliable; Re-transmission on loss; higher overhead than UDP; Suitable for Small-Very large data; hi-speed ex. SSH, FTP, TELNET, SMTP, POP UDP= Connectionless; unreliable; no re-transmission on loss; lower overhead; suitable for small to moderate data volume; very high speed ex. SNMP, DNS, RTP, VPN/Tunneling

6

Anónimo

24 nov 2016

Both protocols are part of the TCP/IP stack. TCP= Connection oriented; Reliable; Re-transmission on loss; higher overhead than UDP; Suitable for Small-Very large data; hi-speed ex. SSH, FTP, TELNET, SMTP, POP UDP= Connectionless; unreliable; no re-transmission on loss; lower overhead; suitable for small to moderate data volume; very high speed ex. SNMP, DNS, RTP, VPN/Tunneling

1

Anónimo

3 mar 2014

TCP is sent specifically to logical addresses (HTTP, FTP), UDP is broadcast to everyone (DNS)

1