Network Traffic Analysis a Java Project with Code

The project “Network traffic analysis a Java Project” is the system of inferring information from observing the traffic flow. This is so done because of the analysis of presence, absence, amount, direction and the frequency of traffic. The traffic flow is a sequence of packets which are sent from a particular source and sent to a particular unicast, any cast or even a multicast destination which the sources desire to label as a flow.Network-Traffic-Analysis-a-Java-Project-with-code

Thus a flow consists of all the packets which are present in a specific transport connection or in a media stream. The main target of this project is based n a university i.e. Uganda Christian University’s network environment where in the users of the network are about 600 users. Here in this project a prototype is developed which can analyze the traffic over the network

Description:

This project Network traffic analysis is designed for users of the network. At times there are many users that are using the network. This leads to overload condition during the peak hours. This might result in a slow network connection which makes it difficult to access the network and affect the performance parameters of the network. Earlier detection of network overload was done manually and then the network administrator would resolve the issue.

This project tends to replace this existing method of network traffic reporting. The system designed here can analyse the traffic statistics at all times.  The system developed here can analyse packets and report the statistics of packets transmitted over the network. Thus the validity of the system was also established in this  process.

Conclusion:
The project developed here greatly reduces the problem of network overload which occurs during peak hours. This system would also show the administrators the statistics of traffic over the network and thereby prevent slow internet connections. Analysis of the traffic conditions will allow the administrator to enhance the traffic conditions.

21 Replies to “Network Traffic Analysis a Java Project with Code”

  1. Friends,
    I cant find the code for the Goo class in project report
    And I am not able to understand the code written in the box.
    can anyone help me???????????
    Thanks in advance

  2. pls help me to remove these 8errors….plssss…..

    Req.java:194: error: ‘)’ expected
    for(int h=0;h<n.size();h++)
    ^
    Req.java:194: error: ‘;’ expected
    for(int h=0;h<n.size();h++)
    ^
    Req.java:294: error: not a statement
    for(int i=2;i<0;i++)
    ^
    Req.java:294: error: ‘)’ expected
    for(int i=2;i<0;i++)
    ^
    Req.java:294: error: ‘;’ expected
    for(int i=2;i<0;i++)
    ^
    Req.java:323: error: not a statement
    for(int j=0;j<siz;j++)
    ^
    Req.java:323: error: ‘)’ expected
    for(int j=0;j<siz;j++)
    ^
    Req.java:323: error: ‘;’ expected
    for(int j=0;j<siz;j++)
    ^
    8 errors

  3. please provide full source code as it is not having the full source code in it please provide the full code

Leave a Reply

Your email address will not be published. Required fields are marked *