A Project Report On Project Name: Academy of Technolog
A Project Report On Project Name: Academy of Technolog
PROJECT NAME
Prepared By
A Project Report
To be submitted in the partial fulfillment of the requirements
For the degree of
Bachelor of Technology in Computer Science and Engineering
Affiliated to
CERTIFICATE
Prof. ………………….
Department of ……..
Academy of Technology
Aedconagar
Hooghly-712121, West Bengal, India
Dated:
Countersigned By
………………… Roll…….
………………… Roll…….
………………… Roll…….
………………… Roll…….
_______________
_______________
_______________
_______________
Signature
ACKNOWLEDGEMENT
___________________________________
Figures Page No
Tables Page No
TABLE 2.1:CPRS Parameters ............................................................................................ 1
Abstract
Traffic classification seeks to assign packet flows to an appropriate quality of service (QoS) class
based on flow statistics without the need to examine packet payloads. Classification proceeds in two
steps. Classification rules are first built by analyzing traffic traces, and then the classification rules are
evaluated using test data. In this paper, we use self-organizing map and K-means clustering as
unsupervised machine learning methods to identify the inherent classes in traffic traces. Three clusters
were discovered, corresponding to transactional, bulk data transfer, and interactive applications. The
K-nearest neighbor classifier was found to be highly accurate for the traffic data and significantly
1. Chapter 1 Introduction………………………………………..
17. Appendices
A. List of technical terms ……………………………………………….
B. Abbreviations used…………………………………………………..
18. Bibliography ……………………………………………………………..
PROJECT NAME
INTRODUCTION
CHAPTER 1
Chapter 1
Introduction
Network operators and system administrators are interested in the mixture of traffic carried in
their networks for several reasons. Knowledge about traffic composition is valuable for network
planning, accounting, security, and traffic control. Traffic control includes packet scheduling and
intelligent buffer management to provide the quality of service (QoS) needed by applications. It is
necessary to determine to which applications packets belong, but traditional protocol layering
principles restrict the network to processing only the IP packet header.
…
...