TCP Header Part – 2

  • April 3, 2012
TCP Header seq ack

Sequence & Acknowledgement Number

Sequence and Acknowledgement fields are another important fields in TCP Header. Each of these TCP Header Fields are 32 bits long.
Datas generally sent and received with packets larger than MTU. So using sequence and acknowledgement number getting important during this process.
These fields are in the features that make TCP connection oriented. With sequence and acknowledgement numbers, packet reache to the destination without lost. If any of the packet do not reach to the destination, it is known by its sequence number and requested again. This results no loast during the session. Before data transfer a new TCP connection is created. The host’s first sequence number that is used during starting of the connection is called “Initial Sequence Number(ISN)”.
From the point of security, this is open to the hijacking attacks. It is easy for an hacker to hijack the system. Different operating systems handle sequence and acknowledgement parameters differently. A hacker checks the ISN number and then determines the operating system. After that hijacking is almost completed. He predict the next sequence number and after that the destination do not understand that it is an hacker. Hacker also use flooding towards the sending host in order to be busy. You can check this scenario better with the below picture.
Sequence and the acknowledgement numbers are also used to reorder of the packets at the remote node.Because sometimes the packets reaches the destiantion at different times and different order.
Let’s explain these sequence and acknowledgement numbers with the below picture. [sc name=”ContentRMessage”] You can reach the TCP Header article series below… TCP Header Part – 1 TCP Header Part – 2 TCP Header Part – 3 TCP Header Part – 4 TCP Header Part – 5

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Cisco Systems is one of the important vendors in information technology and network field. Many network engineers work with Cisco...

SFP

SFP (Small Form-factor Pluggable) is a hot-pluggable network interface module used in the network devices of today’s computer networks. In...
Network engineers need practice on routers and switches. They use different emulators and simulators to gain hands on experience on...
Most Popular Online Ways To Learn CCNA Network Certifications are very popular in networking World. Many network engineers, network admin...