|
@@ -5,18 +5,13 @@ information about how to respond.
|
|
|
|
|
|
<p>Pause the simulation to view the packet sent from Alice's computer to Google. There is a new header under the
|
|
|
<strong>transport layer</strong>. The header, <strong>proto</strong> defines the <strong>protocol</strong> that will
|
|
|
-be run on this layer. The protocol listed is <strong>ICMP</strong>, which refers to a <strong>ping</strong>. When a
|
|
|
+be run on this layer. The protocol listed is <strong>ICMP</strong>, which is used to <strong>ping</strong> computers. When a
|
|
|
computer receives a packet with an ICMP echo request (ping) they respond by sending back a packet with an ICMP echo
|
|
|
-(pong). Resume the simulation and notice the packet sent from Google to Alice's computer.
|
|
|
+(pong). Resume the simulation and notice the response packet sent from Google to Alice's computer.
|
|
|
|
|
|
-<p>To complete this level, you must send 4 more ICMP echo requests (pings) from Alice to Google. Proceed as before,
|
|
|
-by adding a new packet in the Timeline Editor. Remember to add the new <strong>transport layer</strong> header.
|
|
|
-
|
|
|
-<p><em><strong>Hint:</strong> use the 'repeat' feature in the Editor to send the same packet many times!
|
|
|
|
|
|
<h3>Level Objectives</h3>
|
|
|
|
|
|
<ul>
|
|
|
- <li>remember to go to the <strong>next level</strong> in the timeline editor</li>
|
|
|
- <li>send 4 more ping requests to Google</li>
|
|
|
+ <li>To complete this level, you must send 4 more ICMP echo requests from Alice to Google. Proceed as before, by clicking the + to add new packets. Remember to fill in the new <strong>transport layer</strong> header proto header field.</li>
|
|
|
</ul>
|