What are examples of TCP and UDP in real life? -


I know the difference between the two at the technical level.

But in real life, provide examples (applications) of TCP and UDP to show any difference (better)? UDP: Wherever you do not care much about yourself if you always get all the data

<

  • Media streaming (lost frame is OK)
  • Games that make you every update
  • local broadcast mechanism

    TCP: Almost all the things where you have to get all transmitted data

      < Li> Web
    • SSH
    • Send mail
    • Get IMAP / POP, mail

      Edit: I Do not be disturbed in explaining the differences, because you say that you already know and in every other reply it tells you anyway :)

  • Comments