Difference between revisions of "Sequence number"

From Computer History Wiki
Jump to: navigation, search
m (Proper cat, fix error)
m (better cat)
Line 5: Line 5:
 
{{semi-stub}}
 
{{semi-stub}}
  
[[Category: Networking]]
+
[[Category: Networking Basics]]

Revision as of 15:20, 22 December 2018

In a packet switching communication network, a sequence number is given to even byte or packet (different systems have made different choices on this point) which is sent from one entity to another. This allows each item to be uniquely acknowledged after it has been sent.

In the TCP/IP protocol suite, the initial sequence number used on any given connection is random. This was initially intended to guard against old packets left circulating in the internet, but it later turned out that systems which did not pick the number randomly were vulnerable to attacks based on being able to predict sequence numbers.