Difference between revisions of "Sequence number"

From Computer History Wiki
Jump to: navigation, search
(Created page with "In an internetwork networking system, a '''sequence number''' is given to even byte or packet (different systems have made different choices on this point) which i...")
 
m (Proper cat, fix error)
Line 1: Line 1:
In an [[internetwork]] networking system, 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 [[acknowledgement|acknowledged]] after it has been sent.
+
In a [[packet switch]]ing [[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 [[acknowledgement|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.
 
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.
  
{{stub}}
+
{{semi-stub}}
  
 
[[Category: Networking]]
 
[[Category: Networking]]

Revision as of 13:37, 21 October 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.