Answered You can hire a professional tutor to get the answer.

QUESTION

Seeing the PDUs in Your Message Start Wireshark. Click on Capture and then Interfaces. Click the Start button next to the active interface (the one...

Seeing the PDUs in Your Message

  1. Start Wireshark.
  2. Click on Capture and then Interfaces. Click the Start button next to the active interface (the one that is receiving and sending packets). Your network data will be captured from this moment on.
  3. Open your browser and go to the Web page that was given to you by your instructor. esp.com
  4. Once the Web page has loaded, go back to Wireshark and stop the packet capture by clicking on Capture and then Stop (the hot key for this is Ctrl + E).
  5. You will see results similar to those in the figure below. There are three windows below the tool bar:
  6. The top window is the Packet List. Each line represents a single message or packet that was captured by Wireshark. Different types of packets will have different colors. For example, HTTP packets are colored green. Depending on how busy your network is, you may see a small number of packets in this window or a very large number of packets.
  7. The middle window is the Packet Detail. This will show the details for any packet you click on in the top window
  8. The bottom window shows the actual contents of the packet in hexadecimal format, so it is usually hard to read. This window is typically used by network programmers to debug errors.
  9. Let's take a look at the packets that were used to request the Web page and send it to your computer. The application layer protocol used on the Web is HTTP, so we'll want to find the HTTP packets. In the Filter toolbar, type http and hit enter.
  10. This will highlight all the packets that contain HTTP packets and will display the first one in Packet Detail window. Look at the Packet Detail window in the figure below to see the PDUs in the message we've highlighted. You'll see that it contains an Ethernet II Frame, an IP packet, a TCP segment, and an HTTP packet. You can see inside any or all of these PDUs by clicking on the +box in front of them. In the figure below, you'll see that we've clicked the +box in front of the HTTP packet to show you what's inside it.
Deliverables
  1. List the PDU at layers 2, 3, and 4 that were used to transmit your HTTP GET packet.
  2. Locate your HTTP GET packet in the Packet List and click on it.
  3. Look in the Packet Detail window to get the PDU information.
  4. How many different HTTP GET packets were sent by your browser? Not all the HTTP packets are GET packets, so you'll have to look through them to answer this question.
  5. List at least five other protocols that Wireshark displayed in the Packet List window. You will need to clear the filter by clicking on the "Clear" icon that is on the right of the Filter toolbar.
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question