1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Q6: How many bytes is the minimum TCP header size?
A6: 20 bytes.
Q7: What is the purpose of the Sequence Number in TCP?
A7: To track the order of bytes sent.
Q8: What does the Acknowledgment Number indicate?
A8: The next byte the receiver expects.
Q9: What is the function of the Window Size field?
A9: To manage flow control – how much data can be sent without an ACK.
Q10: What is the TCP Checksum used for?
A10: Error detection in the header and data.