Closed Thread
Results 1 to 6 of 6

Thread: Doing final year project, network based intrusion

  1. #1
    it_is_pavan is offline Newbie
    Join Date
    Mar 2010
    Posts
    5
    Rep Power
    0

    Exclamation Doing final year project, network based intrusion

    HI I am pavan kumar doing my final year project.can u pls help me on network based intrusion detection.Pls i kindly request u because i dont have much time

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,494
    Blog Entries
    75
    Rep Power
    143

    Re: Doing final year project, network based intrusion

    What type of algorithms are you intending to implement?
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    it_is_pavan is offline Newbie
    Join Date
    Mar 2010
    Posts
    5
    Rep Power
    0

    Unhappy Re: Doing final year project, network based intrusion

    Quote Originally Posted by WingedPanther View Post
    What type of algorithms are you intending to implement?

    Hey i actually i dont understand how to implement this project.But what i can say is that i am good at java......more over i m ready to work for atleast 8-10hrs a day but i need to complete the proj in 15 days.So,i kindly request you to guide me in this aspect.So reply me as early as possible

  5. #4
    Join Date
    Jul 2006
    Posts
    16,494
    Blog Entries
    75
    Rep Power
    143

    Re: Doing final year project, network based intrusion

    Java wouldn't be my first choice of language for this. Java isn't real good at packet sniffing, though it could monitor logs from other utilities.

    The first thing you'll need to understand is how to detect network intrusion, what traces it leaves, and what tools are appropriate for it. You'll also need to know the OS.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #5
    it_is_pavan is offline Newbie
    Join Date
    Mar 2010
    Posts
    5
    Rep Power
    0

    Unhappy Re: Doing final year project, network based intrusion

    Quote Originally Posted by WingedPanther View Post
    Java wouldn't be my first choice of language for this. Java isn't real good at packet sniffing, though it could monitor logs from other utilities.

    The first thing you'll need to understand is how to detect network intrusion, what traces it leaves, and what tools are appropriate for it. You'll also need to know the OS.


    ok fine.....can we start implement the project please specify me what what code i should write because i dont have time..................if u have code please send me i will check it once...........I will not copy urs but i will try to reimplement urs.Please help me i dont have time....

  7. #6
    Join Date
    Jul 2006
    Posts
    16,494
    Blog Entries
    75
    Rep Power
    143

    Re: Doing final year project, network based intrusion

    I have no code (I hate networking, in general). I'm trying to tell you that you need a STRATEGY first. You cannot DETECT a network intrusion until you know how to DESCRIBE a network intrusion. Once you can describe it, then you need an algorithm to detect it. What I'm trying to tell you is that you're approaching this wrong, and I want to help you approach the problem correctly. We don't just hand out code here, and your problem is so broad that anything that isn't pure garbage would be worthless.

    You may want to look at SELinux as a chunk of code that could give you ideas. Ultimately, it's about monitoring traffic, and detecting inappropriate traffic.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. network intrusion detection system
    By senyi in forum Java Help
    Replies: 1
    Last Post: 05-20-2010, 07:25 AM
  2. Replies: 11
    Last Post: 05-16-2010, 09:36 AM
  3. Network Intrusion Detection System
    By mali in forum Software Security
    Replies: 5
    Last Post: 03-26-2010, 03:24 AM
  4. Topics for B.E. final year project
    By karamjeet in forum C# Programming
    Replies: 7
    Last Post: 07-15-2009, 06:34 PM
  5. Network Intrusion Detection System- Help
    By mali in forum Programming Theory
    Replies: 0
    Last Post: 02-08-2009, 05:32 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts