Click here to Skip to main content
15,881,801 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Q.The following is a dump of a TCP header in binary format at sender side.
11001010 11100010 00000000 01010000 01000010 11110001

1.What is the destination port number in this header (in decimal format)?
2.What kind of services is this sender trying to access?
3.What is the value of check sum in binary format?
Posted
Updated 28-Oct-13 17:24pm
v6

1 solution

1) Learn your lessons. We don't do homework.
2) Look here: http://nmap.org/book/images/hdr/MJB-TCP-Header-800x564.png[^]
3) This is incomplete. The header is at least 20 bytes long. You had given only 6. The first two questions can be answered (80; http), but for the third one, you need the rest of the header.
 
Share this answer
 
Comments
[no name] 26-Oct-13 16:59pm    
Thanks for you help I post this question after trying so hard to do it my self, but I was confused by the missing part.
because of that I was looking for second opinion.
Zoltán Zörgő 26-Oct-13 17:10pm    
Well, consult with your tutor, or check the assignment again. You got your answer - I suggest you accept it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900