TCP vs UDP Flashcards

1
Q

Which protocol is connectionless?

A

UDP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which protocol is reliable?

A
TCP -- 
Manages:
- Acknowledgement
- Retransmission
- Timeout
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which protocol is unreliable?

A

UDP –

  • Not known if sent message will reach destination.
  • No concept of acknowledgement, retransmission, or timeout.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which protocol is ordered?

A

TCP –

When two messages sent in sequence, message 1 will reach receiving application first.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly