TCP vs UDP: Key Differences & Protocol Characteristics
Classified in Computers
Written on in English with a size of 3.24 KB
Here's a breakdown of key characteristics and differences between TCP and UDP protocols:
- TCP and UDP sockets are created by the transport layer: False
- Before any data exchange takes place between two UDP applications, a logical connection must be established between them: False
- Both SMTP and POP3 are TCP based: True
- The UDP segment contains a checksum: True
- The TCP segment contains a checksum: True
- UDP makes use of the Selective Repeat protocol: False
- The Selective Repeat algorithm is used for congestion control: False
- HTTP uses TCP as its underlying transport protocol: True
- With POP3, the email message is always deleted from the mail server if the client downloads the email message to its local email client application: False
- Only TCP uses port numbers,