Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Use the following network analyzer display of an ARP packet to answer the follow

ID: 3685456 • Letter: U

Question

Use the following network analyzer display of an ARP packet to answer the following questions:

0000

00

07

08

00

06

04

00

02

00

00

BD

41

2A

1C

CI

98

0010

A0

14

00

00

40

A3

B1

CC

C1

98

0F

10

a. What hardware type is being used?

b. What protocol type is being used?

c. How many bytes are in the hardware address?

d. How many bytes are in the protocol address?

e. What operation is being performed?

f. What is the source hardware address (in hex)?

g. What is the destination hardware address (in hex)?

h. What is the source protocol address (in dotted decimal)?

i. What is the destination protocol address (in dotted decimal)?

0000

00

07

08

00

06

04

00

02

00

00

BD

41

2A

1C

CI

98

0010

A0

14

00

00

40

A3

B1

CC

C1

98

0F

10

Explanation / Answer

a. Hardware type being used is 0x0007 (ARCNET).
b. Protocol type is 0x0008(IPv4).
c. 6 bytes are in the hardware address.
d. 4 bytes are in the protocol address.
e. Operation being performed is 0x0002 (Reply).
f. Source hardware address: 00:00:BD:41:2A:1C(from left to right: first two bytes,next two bytes,last two bytes)
g. Destination hardware address: 00:00:40:A3:B1:CC(from left to right: first two bytes,next two bytes,last two bytes)
h. Source protocol address 193.152.160.20
i. Destination protocol address 193.152.15.16