level04.html 888 B

12345678910111213
  1. <p>Computers are usually not connected directly, but are accessible through a series of <strong>routers</strong>.
  2. A router operates much like a postal office. When it receives a <strong>packet</strong>, it looks at the destination
  3. and determines which route to send it on. Switches usually choose the route that is closest to the destination
  4. computer. They keep track of all their routes in a <strong>routing table</strong>.
  5. <p>Pause the simulation and look at one of the packets. It contains only the srcip and dstip headers we saw in the
  6. earlier levels. There is no extra information to tell the routers how to send the packet. Instead, this information
  7. is stored in the router's routing table.
  8. <p>To pass this level, send a packet from Bob's computer to Carol's computer.
  9. <h3>Level Objectives</h3>
  10. <ul><li>send a packet from <strong>Bob</strong> to <strong>Carol</strong></li></ul>