Assignment 1 - Frame Analysis by Vivek Ravi
Assignment 1 - Frame Analysis by Vivek Ravi
Question 1: The following is a complete Ethernet frame that was captured using TCPdump:
00 1E C9 83 E4 F7 E0 46 9A 8D 57 36 08 00 45 00
00 3C B9 57 00 00 39 06 D8 A9 4A 7D E2 97 C0 A8
01 FE 00 50 E5 1D E4 B2 E2 68 26 0A EF DB A0 12
A6 2C 2E 50 00 00 02 04 05 96 04 02 08 0A 22 CF
65 69 09 A5 2F 8A 01 03 03 06
Highlight with a unique color the bytes that make up the Ethernet header (layer 2 header)
Highlight with a unique color the bytes that make up the IP header (layer 3 header)
Highlight with a unique color the embedded protocol header (layer 4 header)
Extract the values of the following fields:
9. Protocol (decimal): 6
13. Sequence number (hex and decimal): Hex Value -> E4B2E268
Decimal Value -> 3836928616
15. How would you describe this packet? What This packet is part of a TCP communication
kind of traffic was it part of? and is likely associated with HTTP traffic.
Question 2: Examine this IPv4 packet hex dump and answer the questions below.
45 10 00 36 32 3f 40 00 40 06 50 b7 c0 a8 66 83
8e 37 02 59 bc b6 00 15 b7 22 d9 58 36 25 63 7f
50 18 72 10 7c b1 00 00 50 41 53 53 20 6d 72 72
6f 62 6f 74 0d 0a
Highlight with a unique color the bytes that make up the IP header (layer 3 header)
Highlight with a unique color the embedded protocol header (layer 4 header)
Extract the values of the following fields:
Reference: