Comparing TCP and UDP

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:09 AM on 6/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

Transport Layer Protocols

Both TCP and UDP are transport layer protocols (Layer 4)

Both transport data between applications using port numbers

2
New cards

Connection Type

TCP is connection oriented (must have connection then can send data) and uses a three-way handshake

UDP is connectionless meaning it sends data immediately without setting up a connection first

3
New cards

Reliability

TCP is reliable, it checks whether data was received. If missing TCP can retransmit it.

UDP is unreliable, it does not acknowledge if data is received and does not retransmit data

4
New cards

Sequencing

TCP uses sequence numbers to make sure data is sequenced in the right order

UDP does not sequence data, if packets arrive out of order, UDP itself does not fix it

5
New cards

Flow Control

TCP uses flow control to prevent the sender from overwhelming, it uses the window size field

UDP does not use flow control, it sends data without checking if the user can handle it

6
New cards

Speed and overhead(extra non-payload data such as headers)

TCP has more features so it has higher overhead and slower than UDP

UDP has less features, so it has lower overhead and its faster

7
New cards

Error Handling

TCP provides error handling. If data is lost or corrupted, TCP can request transmission\

UDP has a checksum for error detection, but it does not recover from errors

8
New cards

Uses of TCP and UDP

knowt flashcard image
9
New cards

Summary

knowt flashcard image