Students3k provides complete documentation download of ASP .NET - IEEE projects. This documentation contains Abstracts, system specifications and UML diagrams. B.E / B.Tech students can use this project as their major project.
Project Title : An Architectural Approach To Forestalling Code Injection Attacks
Project Domain : Network security
IEEE Projects - Proposed System :
To forestall the code injection attack, the memory architecture is changed by virtually splitting it into two segments i.e. code segment and data segment. The change in architecture does not allow the intruder to take charge of the injected code, as the injected code remains non-executable.
The split memory technique follows Harvard Architecture. Also, Address space layout randomization is followed, where the data are stored in various locations and not as whole in a single memory location. The intruder or an attacker can be tracked by knowing their location, IP address,date and time of the attack etc, that are not available in the existing system.
Advantages of Proposed System
Some of the advantages of the proposed system are as follows
- Code injection Attack is countered at its root.
- Memory split is possible.
- Intruder’s information is gathered.
- Gives protection against URL based attacks.
SYSTEM SPECIFICATION
HARDWARE REQUIREMENT
- Processor : Intel Pentium P4 1.7 GHZ.
- RAM : 512 MB.
- Hard Disk Drive : 80 GB.
- Keyboard : 101 Keys.
- Mouse : PS 2 or USB.
- Monitor : SVGA/color.
SOFTWARE REQUIREMENT
- Operating System : Windows XP.
- IDE : Visual Studio .NET frame work 2008.
- Web Technologies : Asp.net 3.5.
- Language : C#.
- Database : Sql Server 2005.
Download IEEE projects documentation :
Click here to download - complete doc of IEEE project
Download : This papers ASP.NET Source code.