The Following Is A Dump of A TCP Header in Hexadecimal Format
The document contains a hexadecimal dump of a TCP header and questions about its contents. The source port is 1330, the destination port is 23, the sequence number is 1, and the acknowledgment number is 0. The header length is 20 bytes and the window size is 2047 bytes.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
86%(7)86% found this document useful (7 votes)
13K views1 page
The Following Is A Dump of A TCP Header in Hexadecimal Format
The document contains a hexadecimal dump of a TCP header and questions about its contents. The source port is 1330, the destination port is 23, the sequence number is 1, and the acknowledgment number is 0. The header length is 20 bytes and the window size is 2047 bytes.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
1) The following is a dump of a TCP header in hexadecimal format.
05320017 00000001 00000000 500207FF 00000000
a) What is the source port number? The source port number: source port is 2 bytes take 05 32 = 1330 b) What is the destination port number? The destination on port number is 2 bytes as destination address 00 17 == 23 (default TCP port) c) What is the sequence number? The sequence number is 4 bytes as sequence number 00 00 00 01 ==1 d) What is the acknowledgment number? The acknowledgment number is next 4 bytes as ask 00 00 00 00 == 0 e) What is the length of the header? The length of the header is 4 bits as HLEN 5 ==5 -- this indicates number of sets of 4bytes which makes the header length = 20bytes.. f) What is the type of the segment? The type of the segment is 6 bits are reserved i.e.0 =0000and 2 bits from hex 0 g) What is the window size? The window size is 2 bytes indicate the window length 07 FF == 2047 bytes