Question
The objective of this activity is for you to see the different PDUs in the messages that you send. To do this, well use Wireshark.
The objective of this activity is for you to see the different PDUs in the messages that you send. To do this, well use Wireshark. It is used for network troubleshooting, network analysis, software and communications protocol development, and general education about how networks work. Then, please proceed to the lab documentation. When you have conducted the exercises, submit the following: List the PDU at layers 2, 3 and 4 that were used to transmit your HTTP GET Packet Locate your HTTP GET packet in the Packet List and click on it. Look in the Packet Detail window to get the PDU information. How many different HTTP GET packets were sent by your browser? Not all HTTP packets are GET packets, so youll have to look through them to answer this question. 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. Submit the Capture File that you used to complete this lab. You will be asked Do you want to save the captured packets before quitting?
Answer Save. Name your capture file PSU mail ID L02 Lab IST 220 Capture file.pcapng Example: rbl4 L02 Lab IST Capture file.pcapng. This criterion is linked to a Learning Outcome Content: The submission contained correct and accurate information. Clarity: The submission was clear and hit all required points. This criterion is linked to a Learning Outcome Grammar/Spelling: The submission was well-written and used proper grammar and spelling Also includes at least one cited reference in APA format. (Note: the textbook should be cited) Start Wireshark. 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. Open your browser and go to the Web page that was given to you by your instructor. 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). You will see results similar to those in the figure below. There are three windows below the tool bar: 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. The middle window is the Packet Detail. This will show the details for any packet you click on in the top window. 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. Lets 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 well want to find the HTTP packets. In the Filter toolbar, type http and hit enter. 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 weve highlighted. Youll 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, youll see that weve clicked the +box in front of the HTTP packet to show you whats inside it.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started