Podcast
Questions and Answers
What type of environment does TCP create?
What type of environment does TCP create?
Stream-oriented environment
What mechanism does TCP use to ensure safe arrival of data?
What mechanism does TCP use to ensure safe arrival of data?
Acknowledgment mechanism
What are the two fields in the TCP segment header that refer to byte numbers?
What are the two fields in the TCP segment header that refer to byte numbers?
Sequence number and acknowledgment number
What does TCP number all data bytes that are transmitted in a connection?
What does TCP number all data bytes that are transmitted in a connection?
Signup and view all the answers
Is the numbering of data bytes independent in each direction in TCP?
Is the numbering of data bytes independent in each direction in TCP?
Signup and view all the answers
What does TCP do when it receives bytes of data from a process?
What does TCP do when it receives bytes of data from a process?
Signup and view all the answers
Does TCP necessarily start numbering data bytes from 0?
Does TCP necessarily start numbering data bytes from 0?
Signup and view all the answers
How does TCP assign a sequence number to each segment being sent?
How does TCP assign a sequence number to each segment being sent?
Signup and view all the answers
Explain the sequence number in TCP.
Explain the sequence number in TCP.
Signup and view all the answers
Give an example of TCP sequence number assignment.
Give an example of TCP sequence number assignment.
Signup and view all the answers