level02.html 1.3 KB

12345678910111213141516171819202122
  1. <p>In this level, you will learn how to create <strong>packets</strong> and send them from one computer to another.
  2. <p>Pause the simulation and click on the <strong>packet</strong> that is sent from Bob's <strong>computer</strong>
  3. to Alice's <strong>computer</strong>. The information about a packet is contained in its packet <strong>headers</strong>.
  4. This is a simple packet that only lists information in the <strong>network layer</strong>. Note the two pieces of
  5. information contained in this header: <strong>srcip</strong> (the source of the packet) and <strong>dstip</strong>
  6. (the destination of the packet).
  7. <h3>Level Objectives</h3>
  8. <p>To pass this level, you will need to send a packet from Alice to Bob. To do this:
  9. <ul>
  10. <li>Click the + button and add a new packet
  11. <li>We need to send this packet <strong>from</strong> Alice, so make sure she is selected in the From: dropdown menu.
  12. <li>You need to set the <strong>srcip</strong> and <strong>dstip</strong> headers in the network layer.<br>
  13. <em>hint: restart and pause the simulator to click on packets to see what the srcip and dstip header values are set to.</em></li>
  14. <li>Save your new packet by pressing <strong>Add</strong> button</li>
  15. <li>Restart the simulation and click the send arrow beside the newly added packet to see it in action!</li>
  16. </ul>