TCP vs UDP Flashcards
1
Q
Which protocol is connectionless?
A
UDP
2
Q
Which protocol is reliable?
A
TCP -- Manages: - Acknowledgement - Retransmission - Timeout
3
Q
Which protocol is unreliable?
A
UDP –
- Not known if sent message will reach destination.
- No concept of acknowledgement, retransmission, or timeout.
4
Q
Which protocol is ordered?
A
TCP –
When two messages sent in sequence, message 1 will reach receiving application first.
5
Q
Which protocol is Unordered?
A
UDP –
When two messages sent to same recipient in sequence, no guarantee on which message will get to app first.