TCP vs. UDP (CRAM NOTES)

UDP – Connectionless, very little overhead, used for voice and video traffic, can multiplex using port numbers to work with multiple applications

TCP – Connection oriented, more overhead than udp, uses flow control, sequencing , acknowledgements to ensure reliable, ordered delivery of segments, can multiplex using port numbers to work with multiple applications.

TCP – HTTP, FTP, Telnet, SSH, SMTP

UDP – DHCP, RIP, SNMP, TFTP, DNS

TCP features  error recovery, flow control using windowing, connection establishment and termination, ordered data transfer, data segmentation.

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s