Decoding Data Flow: An Introduction to Network Traffic Analysis

CS023ANKITASINGH 21 views 16 slides Sep 23, 2024
Slide 1
Slide 1 of 16
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16

About This Presentation

A network traffic analyzer is a tool or software application designed to monitor, capture, and analyze network traffic in real-time or retrospectively. Its primary function is to inspect the data packets traveling across a network, providing insights into the performance, security, and utilization o...


Slide Content

G r oup: Ankita Singh Ha r shita Singh G r acy Maddheshiya

Topics to be covered Introduction to network traffic Why analyze traffic? Types of analyzers Common tools used Understanding packet capture Analyze traffic patterns Bandwidth analyzer Implementation of code Security implications conclusion

Libraries used psutil : It is cross-platform library used to retrieve information on the running process. Command to install psutil – pip install psutil prettytable : It is a python library used to create relational tables in python. Command to install prettytable -pip install prettytable

Implementation of code Source Code : https://github.com/ankita-as27/network-traffic-analyzer

Output