πŸ“Š Computer Architecture and Organization
Q. Suppose a TCP connection is transferring a file of 1000 bytes. The first byte is numbered 10001. What is the sequence number of the segment if all data is sent in only one segment?
  • (A) 10000
  • (B) 10001
  • (C) 12001
  • (D) 11001
πŸ’¬ Discuss
βœ… Correct Answer: (B) 10001

Explanation: the sequence number given to first byte of a segment, with respect to its order among the previous segments, is the sequence number of that segment.


Explanation by: Mr. Dubey
the sequence number given to first byte of a segment, with respect to its order among the previous segments, is the sequence number of that segment.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
939
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
94%
Success Rate