Lab 08
Lab 08
In this lab we will learn about the introduction to Wireshark and network traffic analysis.
1. Introduction to Wireshark
2. Installation of Wireshark and basic usage
3. Network traffic analysis of HTTP, FTP protocol
Software: Wireshark
8.2 Introduction
What is Wireshark
Wireshark is a network protocol analyzer, also known as a network sniffer. Formerly known as
Ethereal, Wireshark is computer application that captures and decodes packets of information
from a network. “Wireshark can capture live network traffic or read data from a file and translate
the data to be presented in a format the user can understand”.
Why Wireshark
Wireshark is a valuable tool for administrators that allow them to monitor all traffic that passes
on a network. It is very useful for analyzing, diagnosing and troubleshooting problems that may
occur. Network administrator use it to troubleshoot network problem. Network security engineer
use it to examine security problem. Quality Assurance engineers use it to verify network
applications and developers use it to debug protocol implementation.
1. Data can be captured from a network connection or read from previous records of
captured packets.
2. Live data can be read from Ethernet, FDDI, PPP, token ring, IEEE 802.11, classical IP
over ATM, and loopback interfaces (at least on some platforms; not all of those types are
supported on all platforms).
Wireshark has a friendly graphical user interface that makes it easier to analyze and diagnose
packets that passing through the network. No data will initially be displayed when the user runs
Wireshark.
The Main window shows Wireshark usually see it after some packets are captured or loaded.
Wireshark’s main window consists of parts that are commonly known from many other GUI
Programs.
2. The main toolbar provides quick access to frequently used items from the menu.
3. The filter toolbar allows users to set display filters to filter which packets are displayed.
4. The packet list pane displays a summary of each packet captured. By clicking on packets in
this pane you control what is displayed in the other two panes.
5. The packet details pane displays the packet selected in the packet list pane in more detail.
6. The packet bytes pane displays the data from the packet selected in the packet list pane,
and highlights the field selected in the packet details pane.
7. The status bar shows some detailed information about the current program state and the
captured data.
Q1. c
Q3. A user is unable to ping a system on the network. How can Wireshark be used to solve
the problem?