Skip to content

Commit 073940c

Browse files
author
Libert R Schmidt
authored
What is the difference between TCP and UDP answer
What is the difference between TCP and UDP answer
1 parent cc20cc5 commit 073940c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,8 @@ CSMA/CD algorithm:
542542

543543
<details>
544544
<summary>What is the difference between TCP and UDP?</summary><br><b>
545+
546+
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.
545547
</b></details>
546548

547549
<details>

0 commit comments

Comments
 (0)