• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/7

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

7 Cards in this Set

  • Front
  • Back

Why is TCP more reliable than UDP?

The receiver will confirm that they've received a TCP packets.

In TCP, what is flow control?

The sender will not send too many TCP messages so as not to overwhelm the receiver.


Receiver oriented.

In TCP, what is congestion control?

The sender will attempt to ramp up packet sending until there is some amount of loss then back off.


Sender oriented

What's the advantage of UDP?

The packets have much less overhead and can be faster. Also no connection setup.



However no reliability, flow control, congestion control, timing, throughput guarantee, security.

Difference between TCP and UDP?

TCP, big, reliable, connection required, high ping


UDP, small, unreliable, no connection, low ping

What's the definition of protocol?

A set of rules.

Do TCP and UDP have encryption?

No, encryption is application based