Include the IP source address and IP destination address from the IP header data of an ICMP Echo Request and the corresponding ICMP Echo Reply packet before and after it passes through Router2.

What will be an ideal response?


The IP source address of the packet before it went through router2 is 10.0.1.2:
Internet Protocol, Src Addr: 10.0.1.2 (10.0.1.2), Dst Addr: 128.143.136.1 (128.143.136.1)
Version: 4
Header length: 20 bytes
The IP source address of the packet after it went through router2 is 200.0.0.2:
Internet Protocol, Src Addr: 200.0.0.2 (200.0.0.2), Dst Addr: 128.143.136.1 (128.143.136.1)
Version: 4 Header length: 20 bytes

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. The subscript of an array must be an integer or an integer expression. 2. The first character of a string called name is name[0]. 3. If a function has the following prototype, changes to the array parameter of the function will not change the actual array argument in the call: void doSomething(int [ ]); 4. The formal array parameter in a function represents the address of the first element in the actual array argument. 5. An array is always passed by reference.

Computer Science & Information Technology

Referring to the accompanying figure, which callout points to the button that starts printing?

A. H B. F C. D D. B

Computer Science & Information Technology

A(n) ________ control displays the data found in a field in a form's record source

Fill in the blank(s) with correct word

Computer Science & Information Technology

Security applies to every aspect of computing.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology