DCN Ceb522 Exp5
DCN Ceb522 Exp5
EXPERIMENT NO.5
AIM: Study packet capturing and header formats of all layers protocols using Wireshark.
● Ethernet Layer: Frame header, Frame size etc.
● Data Link Layer: MAC address, ARP (IP and MAC address binding)
● Network Layer: IP Packet (header, fragmentation), ICMP (Query and Echo)
● Transport Layer: TCP Ports, TCP handshake segments etc.
● Application Layer: DHCP, FTP, HTTP header formats
THEORY:
Wireshark-
1. Packet Capture: Wireshark listens to a network connection in real time and then
grabs entire streams of traffic – quite possibly tens of thousands of packets at a
time.
2. Filtering: Wireshark is capable of slicing and dicing all of this random live data
using filters. By applying a filter, you can obtain just the information you need to
see.
3. Visualization: Wireshark, like any good packet sniffer, allows you to dive right into
the very middle of a network packet. It also allows you to visualize entire
conversations and network streams.
Uses of wireshark-
Wireshark has many uses, including troubleshooting networks that have performance
issues. Cybersecurity professionals often use Wireshark to trace connections, view the
contents of suspect network transactions and identify bursts of network traffic. It’s a
major part of any IT pro’s toolkit – and hopefully, the IT pro has the knowledge to use it.
Wireshark is a network protocol analyzer, or an application that captures packets from
a network connection, such as from your computer to your home office or the internet.
Packet is the name given to a discrete unit of data in a typical Ethernet network.
Wireshark is the most often-used packet sniffer in the world.
Wireshark has a rich feature set which includes the following-
● Deep inspection of hundreds of protocols, with more being added all the time
● Live capture and offline analysis
● Standard three-pane packet browser
● Multi-platform: Runs on Windows, Linux, OS X, FreeBSD, NetBSD, and many
others
● Captured network data can be browsed via a GUI, or via the TTY-mode TShark
utility
● The most powerful display filters in the industry
● Rich VoIP analysis
5. Once the problem which is to be analyzed has been reproduced, click on Stop. ...