level03.html 1.1 KB

1234567891011121314151617
  1. <p>So far we have seen very basic packets. These packets have shown only the source (who sent the packet) and the
  2. destination (who received the packet). In this level, we will see a more complex packet that will give the recipient
  3. information about how to respond.
  4. <p>Pause the simulation to view the packet sent from Alice's computer to Google. There is a new header under the
  5. <strong>transport layer</strong>. The header, <strong>proto</strong> defines the <strong>protocol</strong> that will
  6. be run on this layer. The protocol listed is <strong>ICMP</strong>, which is used to <strong>ping</strong> computers. When a
  7. computer receives a packet with an ICMP echo request (ping) they respond by sending back a packet with an ICMP echo
  8. (pong). Resume the simulation and notice the response packet sent from Google to Alice's computer.
  9. <h3>Level Objectives</h3>
  10. <ul>
  11. <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>
  12. </ul>