What is the difference between TCP and UDP answer

What is the difference between TCP and UDP answer
This commit is contained in:
Libert R Schmidt 2019-10-23 19:00:07 -04:00 committed by GitHub
parent cc20cc5674
commit 073940cfe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -542,6 +542,8 @@ CSMA/CD algorithm:
<details> <details>
<summary>What is the difference between TCP and UDP?</summary><br><b> <summary>What is the difference between TCP and UDP?</summary><br><b>
TCP establishes a connection between the client and the server to guarantee the order of the packages, on the other hand, UDP does not establish a connection between client and server and doesn't handle package order. This makes UDP more lightweight than TCP and a perfect candidate for streaming services.
</b></details> </b></details>
<details> <details>