1.

Compare between TCP and UDP

Answer»
TCP/IPUDP
Connection-Oriented ProtocolConnectionless Protocol
More ReliableLess Reliable
Slower TransmissionFaster Transmission
Packets order can be PRESERVED or can be rearrangedPackets order is not fixed and packets are independent of each other
Uses THREE ways HANDSHAKE model for connectionNo handshake for establishing the connection
TCP packets are heavy-weightUDP packets are light-weight
Offers error checking mechanismNo error checking mechanism
Protocols like HTTP, FTP, Telnet, SMTP, HTTPS, etc use TCP at the transport layerProtocols like DNS, RIP, SNMP, RTP, BOOTP, TFTP, NIP, etc use UDP at the transport layer
TCP VS UDP


Discussion

No Comment Found