![]() |
Answer: The TCP header can be calculated with the help of data offset field value, where TCP Header can range from 20 bytes to 60 bytes.Data OffsetData offset is also known as header length field. Data offset is a 4-bit field that describes the length of TCP header. This field holds the value between 5 and 15, where 5 is the minimum value whereas 15 is the maximum value. If the value of data offset is 5, it means the length of header is 20 bytes. Calculate TCP Header
Example 1:
Example 2:
ConclusionData offset value can be used for calculating the TCP header. Minimum length of TCP header can be 20 bytes whereas maximum length of TCP header can be 60 bytes. |
Reffered: https://www.geeksforgeeks.org
Computer Networks |
Related |
---|
![]() |
![]() |
![]() |
![]() |
![]() |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 15 |