Internet Service Provider System in Java
Project Abstract
Internet Service Provider (ISP) basically acts as an intermediate between network computers. It helps to connect one computer with other computer. It’s just like a stair or escalators which helps to find our desired products available under a mall on different floors. The basic aim of ISP automation project is to automate the work by finding errors while running the server and redirect those errors to particular department to take immediate action. There will be two sections which will work side by side to handle these errors and notify to its admin. The two sections which will available are – one section deals with web pages placed on the server and the other one deals with connectivity part.
Existing System
The existing one was not able to check whether the existing one was having a static IP address or not. So for this reason there was no communication between the DHCP server and the ISP. Even it was not able to figure out the IP address of the requested page, so that verification can be made which page is available for such address and even they are available or not. Incapable of displaying proper error message to the subscriber. If the request is declined from the server side requested by the user, there was no mechanism to make inform to its admin and no internal algorithm was implemented to send error report to the desired working section.
Proposed System
ISP automation is smart enough to identify the type of IP address. It will first check for static IP address and if not found, it will consult with DHCP server to have dynamic IP address and figure out the IP address of your requested page. If any connection problem occurs, then it config system will able to identify it and send you the proper message to trouble shoot the problem and if the problem is from server side, an automatic notification with detailed error report forwarded to the right desk. It’s in built mechanism will able to identify whether the requested IP should be referred from its own cache and if not available, track down the requested IP to make available the requested page.
Modules
- Users Login Module.
- Hardware and Software Analyzer.
- Connection Module.
- Service Module.
Users Login Module
Only authorized person will assigned privileges will able to work with this system. Each users will have different responsibility to tackle down the problem with their selected modules on which they have to work.
Hardware and Software Analyzer
This system can even diagnose the hardware and software related problem which occurs into the server and make system generated reports for types of errors, time and date, its cause. It will identify each resources which are in used by a unique id. Its routing mechanism will take care of forwarding these reports to correct persons.
Connection Module
Connection module will able to check the IP address and make communication with other servers such as DHCP. It will identify the connection property, hardware used for it.
Service Module
This system will responsible to check out whether the problems has been resolved or not. Every problems need to be resolved on time and making verification on it is the responsibility of this module.
Download Project
Internet Service Provider System Project | Download Project |
Leave a Reply