⚙️ TCP Header Structure

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/4

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

5 Terms

1
New cards

Q6: How many bytes is the minimum TCP header size?

A6: 20 bytes.

2
New cards

Q7: What is the purpose of the Sequence Number in TCP?

A7: To track the order of bytes sent.

3
New cards

Q8: What does the Acknowledgment Number indicate?

A8: The next byte the receiver expects.

4
New cards

Q9: What is the function of the Window Size field?

A9: To manage flow control – how much data can be sent without an ACK.

5
New cards

Q10: What is the TCP Checksum used for?

A10: Error detection in the header and data.