Online Mobile Purchasing

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Friday, 26 July 2013

Effective Transmission of Data Through RBPH for Group Communication-Java project

Posted on 11:02 by Unknown
Pragmatic General Multicast (PGM) is a departure from previous end to end reliable protocols that exploit Internet Multicast. It has both end system and router elements to the protocol. This is an attempt to overcome the scaling problems of protocol reliability techniques (ACK or NAK, retransmission) when operating them over intermittently lossy IP Networks. PGM is targeted at one to many applications, but of course could be used for many to many simply by using multiple sessions.
i) Add IP router alert option handling in the IP packet processing
ii) Add PGM processing

 

"Pragmatic General Multicast (PGM) is a reliable multicast transport protocol mainly aimed for applications that require ordered, duplicate-free, multicast data delivery from multiple sources to multiple receivers. The advantage of PGM over traditional multicast protocols is that it guarantees that a receiver in the group either receives all data packets from transmissions and retransmissions, or is able to detect unrecoverable data packet loss. PGM is specifically intended as a workable solution for multicast applications with basic reliability requirements. Its central design goal is simplicity of operation with due regard for scalability and network efficiency".

Effective Transmission of Data Through RBPH for Group Communication-Screenshots by finalyearprojects

Read More
Posted in .NET, Java, REAL-TIME | No comments

Call Center Executor - ASP.NET project

Posted on 10:38 by Unknown
Call Center Executer is an increasingly important skill as the use of call centers becomes a popular method of centralizing information services, streamlining order taking and providing valuable customer support. The skills required to successfully set-up and manage a call center encompass everything from staff recruitment and personnel management, to technical understanding of the options available, and the all-important customer relationship management. From small customer service departments to large call centers, the importance of developing successful Call Center Executer is vital for building a valued relationship with customers to support long-term business growth.
            This system (Call Center Executer) is useful to the organization, it maintains the information about the employees and it also contains the necessary information of the customer and their phone Numbers, their services also. It also maintains the employee roaster details.

            This system will track the employee’s login details. And also maintains the data the employee attend the call and his behavior with customer and the speech will be recorded into file. Sometimes customer request for service to the organization. This data also maintains the system.

Call Center Executer - Screenshots by finalyearprojects

Read More
Posted in .NET, ASP.NET, REAL-TIME | No comments

Data transmission using Multitasking Sockets-java project

Posted on 10:24 by Unknown
This Project a new socket class which supports both TCP and UDP communication. But it provides some advantages compared to other classes that you may find here or on some other Socket Programming articles. First of all, this class doesn't have any limitation like the need to provide a window handle to be used. This limitation is bad if all you want is a simple console application. So this library doesn't have such a limitation. It also provides threading support automatically for you, which handles the socket connection and disconnection to a peer. It also features some options not yet found in any socket classes that I have seen so far. It supports both client and server sockets. A server socket can be referred as to a socket that can accept many connections. And a client socket is a socket that is connected to server socket. You may still use this class to communicate between two applications without establishing a connection. In the latter case, you will want to create two UDP server sockets (one for each application). This class also helps reduce coding need to create chat-like applications and IPC (Inter-Process Communication) between two or more applications (processes). Reliable communication between two peers is also supported with TCP/IP with error handling. You may want to use the smart addressing operation to control the destination of the data being transmitted (UDP only). TCP operation of this class deals only with communication between two peers.

Data Transmission Using Multitasking Sockets-Screenshots by finalyearprojects

Read More
Posted in .NET, Java, REAL-TIME | No comments

Network Database Junction - java project

Posted on 09:47 by Unknown
In today’s world, Internet is playing crucial role. Everyone need Internet for Information gathering, communication and entertainment. A system can access Internet only if it has dedicated Internet connection. Any client system in the network (LAN) can’t access Internet without a dedicated Internet Connection to each system; even the server has an Internet connection. One more problem is, if the system is directly connected to Internet, the system can be attacked by the viruses and worms in the Internet. These problems can be overcome by the introduction of Proxy server into the system which is connected to Internet.

Some home networks, corporate intranets, and Internet Service Providers (ISPs) use proxy servers (also known as proxies).

This project has mainly three modules.

♣             Connection sharing

♣             Caching

♣             Filtering

 

The Connection sharing module provides shared Internet Access. A single Internet connection is proxied and is shared among multiple clients. That is, rather than giving each client system an individual direct Internet connection, a single connection is shared and all internal connections can be tunneled through the proxy system which is connected to the Internet.

The caching module stores all the requested web pages in a local disk cache. Whenever a client requests a web page, the cache manager checks that page in the local cache, if it is available then the page is sent to the requested client, otherwise a request is made to the parent proxy in child proxy server mode. The server sends requests directly to the web server if it is started as main proxy server. After receiving the response, the page is cached in local cache and then it is forwarded to client.

The filtering module filters all the requests made by the client. In this proxy server the filtering module has sub modules named site filtering and word filtering. In site filtering, whenever a client requests a web page, first the page is checked with in the restricted sites domain, if it is not in the restricted domain, then the request is forwarded to the cache manager. In word filtering, a page downloaded from parent proxy or web server is checked against the restricted words domain.  If the words in the downloaded page are matched with the words in the restricted list, a warning message is forwarded to the client, otherwise a copy of the page is forwarded to the client and another copy is forwarded to the cache manager. The filtering feature makes the proxy server to act as a firewall.

 

  • Giving a chance for manipulating the settings or options of different Layers.
  • Can be accessed from anywhere on the web

Network Database Junction-Screenshots by finalyearprojects

Read More
Posted in .NET, Java, REAL-TIME | No comments

Net Survey Simulation -java project

Posted on 09:19 by Unknown
       The main aim of the project Netsurvey Simulation System is to permit the
authenticated users to Better Understand the Functionalities of Different Protocols

in Different Stages of Data Transfer using OSI Layers.

       The Netsurvey Simulation System is a new system bringing OSI Layers information in a better way,  in which different way Layers differ with each other and the way of
running of information in each and every Layer.

       The new Netsurvey Simulation System includes a no of features which helps the

End User in a reliable and easiest  Simulation of the Protocols

  • Can Check any one of the Layers Directly

 

  • Separate Links between Protocols of different Layers
  • Parallel execution of the sessions

    Net Survey Simulation-Screenshots by finalyearprojects

Read More
Posted in .NET, Java, REAL-TIME | No comments

Load Balancing -java project

Posted on 07:27 by Unknown
The approach considers the heterogeneity in the processing rates of the nodes as well as the randomness in the delays imposed by the communication medium. The optimal one-shot load balancing policy is developed and subsequently extended to develop an autonomous and distributed load-balancing policy that can dynamically reallocate incoming external loads at each node. This adaptive and dynamic load balancing policy is implemented and evaluated in a two-node distributed system. The performance of the proposed dynamic load-balancing policy is compared to that of static policies as well as existing dynamic load-balancing policies by considering the average completion time per task and the system processing rate in the presence of random arrivals of the external loads

Load Balancing Screenshots by finalyearprojects

Read More
Posted in .NET, Java, REAL-TIME | No comments

Thursday, 25 July 2013

Graphic User Interface-java Project

Posted on 10:19 by Unknown
      The ambition where to develop a fully functional GUI designer for Java. It was to be 100% cross platform compliant, fast and easy to use with "hidden" power features, such as keyboard shortcuts for all operations. The program will base it's structure on open standards and therefore have a strong foundation which easily can be extend. All code must be available to the public and based on the open source Gnu Public License.

The Gart must be easy to install and use. It will implement several quick start features which, makes it easy to start on new project without getting to many questions. It's very important that The Gart will not implement anything else then GUI features and that way avoid becoming a monster application using unnecessary time and resources.

By implementing all these features we hope The Gart will be an unique application and appeal to all levels of Java coders.

Graphic User Interface-Screenshots by finalyearprojects

Read More
Posted in .NET, Java, REAL-TIME | No comments

Image Enhancement Tech-Java project

Posted on 10:07 by Unknown
The field of Digital Image Processing refers to processing digital images by means of digital computer. One of the main application areas in Digital Image Processing methods is to improve the pictorial information for human interpretation. 
                                
                                           Most of the digital images contain noise. This can be removed by many enhancement techniques. Filtering is one of the enhancement techniques which is used to remove unwanted information (noise) from the image. It is also used for image sharpening and smoothening.
                               
                                            Some neighborhood operations work with   the values of the image pixels in the neighborhood and the corresponding values of a sub image that has the same dimensions as the neighborhood. The sub image is called a “filter”.  
                                           
                                           The aim of this project is to demonstrate the filtering techniques by performing different operations such as smoothening, sharpening, removing the noise etc. This project has been developed using Java language because of its universal acceptance and easy understandability.

Image Enhancement Tech-Screenshots by finalyearprojects

Read More
Posted in .NET, Java, REAL-TIME | No comments

Distributed Cycle Minimization-.NET

Posted on 09:00 by Unknown
In this project, we describe the Distributed Cycle Minimization Protocol (DCMP), a dynamic fully decentralized protocol that significantly reduces the duplicate messages by eliminating unnecessary cycles. As queries are transmitted through the peers, DCMP identifies the problematic paths and attempts to break the cycles while maintaining the connectivity of the network. In order to preserve the fault resilience and load balancing properties of unstructured P2P systems, DCMP avoids creating a hierarchical organization. Instead, it applies cycle elimination symmetrically around some powerful peers to keep the average path length small.

                     The overall structure is constructed fast with very low overhead. With the information collected during this process, distributed maintenance is performed efficiently even if peers quit the system without notification. The experimental results from our simulator and the prototype implementation on Planet Lab confirm that DCMP significantly improves the scalability of unstructured P2P systems without sacrificing their desirable properties. Moreover, due to its simplicity, DCMP can be easily implemented in various existing P2P systems and is orthogonal to the search algorithms.

Distributed Cycle Minimization-Screenshots by finalyearprojects

Read More
Posted in .NET, REAL-TIME | No comments

Hospital Management System-java project

Posted on 08:53 by Unknown
               The main intention of introducing this system is to reduce the manual work at Health center counters. Every sort of task is performed by the system, such as registering different types of persons (i.e employees , students and others) ,enquiries, and complaints etc. reducing much paper work and burden of file storage. Also the latest information is right available for the officials and executives wherever they require. The system also facilitates the pharmacist  to enquire about the drugs and about the  stock to be ordered and about the expiry date .
Where the system must be placed?
            There are a lot of benefits to the Health center  by placing the system at their registration and at drug store office . At the same time the patients are also benefited using this system. They can get  the work done within no time.
How to use the system?
            Using the system is as simple as using the personal computer. Since end user computing is developing in our country, It is beneficial to both Health center  and the patients. Every step is clearly defined and help is provided through out the application to the user. Even the exceptions are handled well to avoid confusion.
How is it beneficial to the Health Center?
The heath center  can get much out of the system. The  system is used to enter the patient  details and to enter the details about  the health center and the details about the in-patient and out-patient  in detail  and about the reports of the patients . This system represents  the patient by the  OP number and this is main  criteria how the patient is provided by the free services . The drug information and the specifications is also provided in this Health Center Management System.

Hospital Management System-Screenshots by finalyearprojects

Read More
Posted in .NET, Java, REAL-TIME | No comments

Wednesday, 24 July 2013

Congestion Control Using Network Based Protocol- Java Project

Posted on 10:38 by Unknown

The Internet’s excellent scalability and robustness result in part from the end-to-end nature of Internet congestion control. End-to-end congestion control algorithms alone, however, are unable to prevent the congestion collapse and unfairness created by applications that are unresponsive to network congestion.

To address these maladies, we propose and investigate a novel congestion-avoidance mechanism called Congestion Free Router (CFR). CFR entails the exchange of feedback between routers at the borders of a network in order to detect and restrict unresponsive traffic flows before they enter the network, thereby preventing congestion within the network.
  
The Internet’s excellent scalability and robustness result in part from the end-to-end nature of Internet congestion control. End-to-end congestion control algorithms alone, however, are unable to prevent the congestion collapse and unfairness created by applications that are unresponsive to network congestion. To address these maladies, we propose and investigate a novel congestion-avoidance mechanism called Congestion Free Router(CFR).

            CFR entails the exchange of feedback between routers at the borders of a network in order to detect and restrict unresponsive traffic flows before they enter the network, thereby preventing congestion within the network.
           
The fundamental philosophy behind the Internet is expressed by the scalability argument: no protocol, mechanism, or service should be introduced into the Internet if it does not scale well. A key corollary to the scalability argument is the end-to-end argument: to maintain scalability, algorithmic complexity should be pushed to the edges of the network whenever possible.

Congestion Control Using Network Based Protocol-Screenshots by finalyearprojects

Read More
Posted in .NET, Java, REAL-TIME | No comments

Client Server Protocol Implementation Java Project

Posted on 10:37 by Unknown
This project is to implement the Client-Server Protocol Implementation. The dream global communication is solved in a great deal by the introduction of Internet. This made the necessity of networking in communication clear. The internet protocol TCP/IP uses computers called gateways, which provide all interconnections among physical networks. A gateway is a special purpose, dedicated computer that attaches to two or more networks and routes packets from one to other. It will be having the information regarding the network connected to it. The gateways exchange routing information periodically to accommodate network changes and keeps their route up-to-date.

This protocol permits a new core gateway to be added to the internet without modifying the existing gateways. Whenever a new core gateway is added to the existing internet it will be assigned to one or more neighbours with which it communicates, the neighbours already members of the working internet have already propagated routing information among themselves. Thus the gateway has to inform its neighbours about the network it could reach so that they can update the routing table and propagate the information to the remaining gateways in the internet.

Client Server Protocol Implementation-Screenshot by finalyearprojects

Read More
Posted in .NET, Java, REAL-TIME | No comments

Tuesday, 23 July 2013

URL Tracker - VB.Net Project

Posted on 13:46 by Unknown

                                                    Website Fetcher

Description of the project:

The Website Fetcher is a multithreaded windows application that downloads and stores Web pages Uniform Resource Identifier (URI’s), for a Web search engine. Roughly, a crawler starts off by placing an initial set of URLs, so, in a queue, where all URLs to be retrieved are kept and prioritized. From this queue, the crawler gets a URL (in some order), downloads the page, extracts any URLs in the downloaded page, and puts the new URLs in the queue. This process is repeated until the crawler decides to stop. Collected pages are later used for other applications, such as a Web search engine or a Web cache.

As the size of the Web grows, it becomes more difficult to retrieve the whole or a significant portion of the Web using a single process. Therefore, many search engines often run multiple processes in parallel to perform the above task, so that download rate is maximized. We refer to this type of fetcher as a parallel crawler. This type of applications is often used in search engines where there is a need of collecting all the URL’s based on a query and indexing them on priority.

This application is a .Net based fetcher very similar to Googlebot, Google’s crawler. This application has got its use as a backend processing component for a search engine. The results (URI data) gathered by the website fetcher will be given to an indexer which indexes page data so that the search query gives the results faster.

Modules:
Crawler Views

  • Threads view.
  • Requests view.

Configurator

  • MIME types.
  • Output Connections.
  • Advanced settings.

Multithreaded Downloader
Software requirements:

  • Microsoft .Net framework 2.0
  • Microsoft C#.Net language
  • Microsoft Windows 2000 SP4 or higher
  • Microsoft Visual Studio 2005 IDE

Software requirements:

  • Microsoft .Net framework 2.0.
  • Microsoft ASP.Net, HTML.
  • AJAX Tool kit.
  • Microsoft C#.Net language.
  • Microsoft SQL Server 2000 and above.
  • XML.

URI Tracker - Screens by finalyearprojects

Read More
Posted in .NET, REAL-TIME, VB.NET | No comments

Project Management System - Project Controller - ASP.NET Project

Posted on 13:43 by Unknown

Abstract
Project Controller is a simple, fast, accurate and easy to use with flexible options for viewing the essential details. The solution is best suited for individuals working on various projects, which helps to keep track of all the Projects and their Schedules. Project Controller also helps you to back & restore your work in a file so that you can always have a backup file to be restored to the application just in case you lose your data accidentally. You can add any number of schedules to be done for each existing projects using the Project Controller. In This system each schedule can be tracked from the start till the end of the Project cycle. You can track the below details for each schedule:

  • Project for whom the schedule is to be done,
  • You’re Rate/Hour for this particular work to be done.
  • Start and End date of the project.
  • Total working hours of a day (adjusted with the break time option).
  • Current status and Percentage of work completed (Progress Bar).
  • Payment amount pending from the project

The project has been planned to be having the view of distributed architecture, with centralized storage of the database. The application for the storage of the data has been planned. Using the constructs of MS-SQL Server and all the user interfaces has been designed using the ASP.Net technologies. The database connectivity is planned using the “SQL Connection” methodology. The standards of security and data protective mechanism have been given a big choice for proper usage. The application takes care of different modules and their associated reports, which are produced as per the applicable strategies and standards that are put forwarded by the administrative staff.
The entire project has been developed keeping in view of the distributed client server computing technology, in mind. The specification has been normalized up to 3NF to eliminate all the anomalies that may arise due to the database transaction that are executed by the general users and the organizational administration. The user interfaces are browser specific to give distributed accessibility for the overall system. The internal database has been selected as MS-SQL server 200.The basic constructs of table spaces, clusters and indexes have been exploited to provide higher consistency and reliability for the data storage. The MS-SQL server 200 was a choice as it provides the constructs of high-level reliability and security. The total front end was dominated using the ASP.Net technologies. At all proper levels high care was taken to check that the system manages the data consistency with proper business rules or validations. The database connectivity was planned using the latest “SQL Connection” technology provided by Microsoft Corporation. The authentication and authorization was crosschecked at all the relevant stages. The user level accessibility has been restricted into two zones namely.

PURPOSE OF THE PROJECT
Project Controller aim is to make the work simple, fast, accurate and easy to use with flexible options for viewing the essential details. The solution is best suited for individuals working on various projects, which helps to keep track of all the Projects and their Schedules. It helps you to back & restore your work in a file so that you can always have a backup file to be restored to the application just in case you lose your data accidentally. You can add any number of schedules to be done for each existing projects using the Project scheduler. In This system each schedule can be tracked from the start till the end of the Project cycle.

Project Controller - Screens by finalyearprojects

Read More
Posted in .NET, ASP.NET, REAL-TIME | No comments

Online Crime Reporting - ASP.NET Project

Posted on 13:40 by Unknown

Abstract

                    The aim of this project is to develop an online crime report and managing system which is easily accessible to the public. The police department and the administrative department
This system registers the complaints from people through online and it will also helpful to police department in catching criminals, in system and person can give any complaint at any time.

 EXISTING SYSTEM
In general people in India are afraid to give a complaint in police station because they are filled with a false fear about the police department. An online complaint registration system will solve the fear of the public and which also helps police department catching criminals and taking appropriate action

Proposed System
                An online solution is very useful as the solution is inherently distributive. This distributive characteristic of the online solution helps in getting the different police stations to share information and get in contact with one another

MODULES:

                                 The system after careful analysis has been identified to be presented with the following modules

  1. User
  2. Administrator
  3. Department

       
User Module:
User is the Citizen can view the details regarding the crimes, the judicial laws for the crimes, and the general tips for not becoming the victim of the cyber crimes. Citizen can register himself into the System and can have his own profile. If he want to post a complaint he has to login and can post a complaint and can get the complaint mailid. If he wants to check the status of the based on the complaint mail id provided he can view the status. If he thinks that his complaint is unchecked and he has not getting the justice he can send the reminders also.
Admin Module:
Administrator places an important role in this System. Is accessible only to VIPS in the Department like SP, DCP, etc... By using this module they can give any caution to police department.
Department Module:
Supervisors are the officers in the police department and CID department. They receive the complaints in the form of reports which are generated by the Administrator by seeing the complaints given by the citizens. They have to take the particular action depending on the crime. They can give the suggestions to the Administrator as the part of the investigation on the crime.

Online Crime Reporting - Screens by finalyearprojects

Read More
Posted in .NET, ASP.NET, REAL-TIME | No comments

Online Banking - ASP.NET Project

Posted on 13:38 by Unknown

Abstract

                The objective of the project is to design and develop Secure online Banking Application using Antiphishing concept
Some customers avoid online banking as they perceive it as being too vulnerable to fraud. The security measures employed by most banks are never 100% safe, but in practice the number of fraud victims due to online banking is very small. Indeed, conventional banking practices may be more prone to abuse by fraudsters than online banking. Credit card fraud, signature forgery and identity theft are far more widespread "offline" crimes than malicious hacking. Bank transactions are generally traceable and criminal penalties for bank fraud are high. Online banking can be more insecure if users are careless, gullible or computer illiterate. An increasingly popular criminal practice to gain access to a user's finances is phishing, whereby the user is in some way persuaded to hand over their password(s) to the fraudster.
System:
The system will check the user’s existence in the database and provide the set of services with respect to the role of the user. The application is based on three-tier architecture.  The cipher key obtained will help to find the fraud application. The business logic helps in authenticating the application, authorizing the users and providing services. The technologies are chosen by keeping the compatibility and performance as the constraints for the application.

Existing System:

The following are the drawbacks of the existing manual System.
Time Delay: In the existing system, information related to all transactions is stored in different registers. Since all the transactions are stored in different registers it takes lot of time to prepare different reports.
Redundancy: As the information passes through different registers, each register is consolidated and sent to next register. So the same information is being tabulated at each register, which involves lot of complication and duplication in work, thus it causes redundancy.
Accuracy: Since the same data is compiled at different sections, the possibility of tabulating data wrongly increases. Also if the data is more, validations become difficult. This may result in loss of accuracy of data.
Information Retrieval: As the information is stored in the particular Format, it can only be retrieved in the same format. But if it is to be retrieve in different format, it is not possible.
Storage Media: In the existing system, data transaction being stored on too long registers it is very difficult to refer after some time.
Reports: At the various reports are tabulated manually.  They are not such
Attractive and require more time. They do not provide adequate help in maintaining the accounts.
Enquiry: Enquiry for different level of information is much more difficult. On

Line enquiry of data is not possible

Online Banking - Screens by finalyearprojects

Read More
Posted in .NET, ASP.NET, REAL-TIME | No comments

Network Border Patrol - Java Project

Posted on 13:33 by Unknown

                                                         ABSTRACT

                     The Internet’s excellent scalability and robustness result in part from the end-to-end nature of Internet congestion control. End-to-end congestion control algorithms alone, however, are unable to prevent the congestion collapse and unfairness created by applications that are unresponsive to network congestion. To address these maladies, we propose and investigate a novel congestion-avoidance mechanism called network border patrol(NBP). NBP entails the exchange of feedback between routers at the borders of a network in order to detect and restrict unresponsive traffic flows before they enter the network, thereby preventing congestion within the network. Moreover, NBP is complemented with the proposed enhanced core-stateless fair queuing (ECSFQ) mechanism, which provides fair bandwidth allocations to competing flows.

                                      Both NBP and ECSFQ are compliant with the Internet philosophy of pushing complexity toward the edges of the network whenever possible. Simulation results show that NBP effectively eliminates congestion collapse and that, when combined with ECSFQ, approximately max-min fair bandwidth allocations can be achieved for competing flows. ECSFQ is a mechanism where feedback control and rate control algorithm are achieved.

 

Network Border Patrol - Screns by finalyearprojects

Network Border Patrol - Screns by finalyearprojects

Read More
Posted in .NET, Java, REAL-TIME | No comments

Mingle Box - Home Based Job System - ASP.NET Project

Posted on 13:31 by Unknown

Abstract
Mingle Box is a marketplace where people who need custom software developed can find coders in a safe and business-friendly environment. Buyers can pick from a pool of registered coders...enabling them to hire a coder across the country or across the globe from the comfort of their computers.

Coders and buyers both can be benefited from this Bidding. Buyers who wish to hire internationally, can take advantage of favorable overseas exchange rates, resulting in work being done for 50-90% less than if the project were done in-country. Coders are also given access to a huge pool of potential work and have the ability to work independently from their homes rather than for a company 

Existing System:

  • Finding of coders for there requirement takes much time.
  • Buyers can hire coders with in the limited area only.  They can’t work with world wide coders.          
  • Cost of project may increases due to the more time and lack of communication.
  • Buyers won’t benefit.
  • Buyers may loose their market due to the lack of coders.
  • There is no mutual understanding between coder and buyers.

 

Proposed System:

  • Proposed system enabled
    • Both coders and buyers can interact each other.
    • Cost of the project reduces to 50% to 90% less than if the project were done in there country.
    • Small companies can login as a coder and they can get project from world wide clients.
    • Buyers can hire coders internationally. 
  • Coders will work as freelance developer by that coder may be student/programmer/professor.
  • Coder can be recognized by their successful completion of projects  
Read More
Posted in .NET, ASP.NET, REAL-TIME | No comments

Medical Care System - ASP.NET Project

Posted on 13:28 by Unknown

Medical Care

Development of a feature-rich web based Health Insurance System

  • Title of the project: Medical Care
  • Domain: Health
  • Sub Domain:  Insurance
  • Project Architecture: N-Tire Architecture
  • SDLC methodologies: Waterfall model
  • Abstract of the project:

This project is aimed to developing an online Health Insurance System. An Organization wants to starts Health Insurance against its employee. The Medicare system will maintain all information related to the employee (Patient), maintenances of Claims pertaining to the Insurance companies, information about all sort of medical services providing by the hospital to the corporate employees, claim settlements & adjustments against their services authorizing by the Insurance Companies. Additionally this system can also maintain the health related all information of the employees. 
The software is fully integrated with CRM (Customer Relationship Management) as well as CMS (Content Management System) solution and developed in a manner that is easily manageable, time saving and relieving one from manual works.
The modules involved are:                          

  • Administration
  • Employee
  • Search
  • Report
  • Authentication

Medical Care - OUtputSrceens by finalyearprojects

Read More
Posted in .NET, ASP.NET, REAL-TIME | No comments

HR Management System - ASP.NET Project

Posted on 13:26 by Unknown

Abstract

This project is aimed at developing an online Resource Management System that is of importance to the various Independent Business Units (IBU) of an organization. The Resource Management System (RMS) is an Intranet based application that can be accessed throughout the organization or a specified group/Dept. This system can be used to add or modify employee details and help the management while organization in allocating resources to various Projects.

 

  1.  Existing System:

You can plug our technology into your existing website to display properties and register applicants. Data is always current because your website and your admin system are connected to the same database.

  1. Proposed System:

1.Study and be comfortable with technologies such as

    1. Active Server Pages/HTML and SQL server.
    2. Unix commands, Shell programming, C Programming.

             Some links to these technologies are given in the ‘Guidelines and     References’ 
section of this document

2.Make a database of people at different levels with their roles and form a hirearchy of them, like which role reports to which particular role. Decide on the various details of the people and their roles that would be stored in the database (like employee/registeration-number, name, grade, location, system-login, password in cryptic form, etc)

3.Assign a mail-admin who will create mail-ids for the people in the intranet of  your lab or in the internet. These mail-ids will be used for sending automatic notifications and reports. The mail-admin will also take care of assigning the logins to the users of the leave system

4.Create the front-page of the leave system giving a brief description about the system and a login box

5.Create the help-pages of the system in the form of Q&A. This will help you also when implementing the system

HR Management System - Screens by finalyearprojects

Read More
Posted in .NET, ASP.NET, REAL-TIME | No comments

IT Help Desk - ASP.NET Project

Posted on 13:24 by Unknown

Abstract

The help desk provides users with the answers they need for their technical issue. By bringing Help Desk Process to the digital medium and onto computers, finding what you are looking for has never been easier.
Using a web-based Help Desk Process solves problems with expansion and usability over large geographic areas. It also allows field techs or even clients themselves to retrieve up to the minute information regarding their query. Modern Help Desk Process also provides a tracking system, to actively monitor a certain problem area.
Purpose:
It is internal project of a software company developed for the sake of Customer to get solved from his problem  and also to get the feedback from the customer regarding the problems solution

Scope:
This system is an intranet based application can be used with in the organization.
Proposed System
Achieving and maintaining a successful Help Desk operation can depend on a number of pre-requisites that need to be in place. These components have been identified from surveys covering a wide range of help desk facilities.
Set clear, realistic and quantifiable goals and objectives
Understand your customer requirements and carefully plan the Help Desk structure.
Establish and implement secure, practical and cost effective policies.
Ensure adequate staffing levels.
Provide ongoing comprehensive training to all levels of management and staff. Communication skills must be developed to a very high degree together with an understanding of the technical issues involved with the delivery of the organization’s products and services.
Automation of the help desk operations should be maximized but care must be taken to ensure that this is one on a cost effective basis.
Manage and monitor service level performance trough service level agreements.
Control potential problem areas through effective change management procedures.
The main goal of problem management is in the detection of the underlying reasons for a particular incident and the resolution and prevention of future reoccurrence of that incident through problem elimination.
Hold regular service review meetings.

Abstract

The help desk provides users with the answers they need for their technical issue. By bringing Help Desk Process to the digital medium and onto computers, finding what you are looking for has never been easier.
Using a web-based Help Desk Process solves problems with expansion and usability over large geographic areas. It also allows field techs or even clients themselves to retrieve up to the minute information regarding their query. Modern Help Desk Process also provides a tracking system, to actively monitor a certain problem area.
Purpose:
It is internal project of a software company developed for the sake of Customer to get solved from his problem  and also to get the feedback from the customer regarding the problems solution

Scope:
This system is an intranet based application can be used with in the organization.
Proposed System
Achieving and maintaining a successful Help Desk operation can depend on a number of pre-requisites that need to be in place. These components have been identified from surveys covering a wide range of help desk facilities.
Set clear, realistic and quantifiable goals and objectives
Understand your customer requirements and carefully plan the Help Desk structure.
Establish and implement secure, practical and cost effective policies.
Ensure adequate staffing levels.
Provide ongoing comprehensive training to all levels of management and staff. Communication skills must be developed to a very high degree together with an understanding of the technical issues involved with the delivery of the organization’s products and services.
Automation of the help desk operations should be maximized but care must be taken to ensure that this is one on a cost effective basis.
Manage and monitor service level performance trough service level agreements.
Control potential problem areas through effective change management procedures.
The main goal of problem management is in the detection of the underlying reasons for a particular incident and the resolution and prevention of future reoccurrence of that incident through problem elimination.
Hold regular service review meetings.

HelpDesk Wrf by finalyearprojects

Read More
Posted in .NET, ASP.NET, REAL-TIME | No comments

Gray Hound - Vehicle Management System - ASP.NET Project

Posted on 13:21 by Unknown

Greyhound Fleet Manager
To develop a feature rich web solution for a typical transportation department of a particular manufacturing company in a typical software development environment.
1. Title of the project:  Greyhound Fleet Manager
2. Abstract:
The ‘Greyhound Fleet Manager’ keeps track the information about the Vehicles, Maintenance, Repair, Parts, Employees, Location and Vendors. It also keeps track the maintenance performed for different vehicles which are used for transportation.
The super users of the system are the ‘ADMIN’ and the ‘MANAGERS’ of the different departments allocated by the admin. The admin may be the owner of the transportation organization or the manager of transportation department of a particular manufacturing company.
If any other vehicle is added to the fleet which already exists for the organization/department the details of the vehicle is added. The details includes whether it is a new one or taken any loan/lease. Any employee is newly appointed or the existing employee is taken off both the details are maintained including their personal details and profession details.
The details of the maintenance that are being performed such as repairs/services and to be performed are also maintained. The maintenance to be performed can also be scheduled for each type of vehicles. The details of the parts/inventory used for the vehicles are maintained. The reorder level and the reorder quantity are predefined for each particular type of part.
The Vendors or suppliers of the vehicles, parts and performs maintenance required for the vehicles. The particulars of the various vendors are maintained in this system.

 3. Existing System:

  • Managing huge Fleet information manually is a tedious and error prone task.
  • In order to schedule vehicles as well as staff, we the scheduler should not how many vehicles are there on board and available for allocation.
  • Keeping track of repair information is a must as some times vehicles might be referred for insurance.
  • All these thing can not be achieved in existing system.

 4. Proposed System:

  • In order to avoid the limitations in the existing system, the current system is being developed.
  • All vehicle details will be automated along with the staff information.
  • Scheduling of trips and repair information is being fully automated to overcome chaos in the system.

 5. Features:
           The Functionalities provided by the Project are as follows.

  • Vehicle information management
  • Fuel tracking management
  • Repairing information management
  • Parts maintenance
  • Employee information management

 6. Modules:
The application comprises the following major modules.

  • User Authentication
  • Vehicle
  • Inventory
  • Employee information
  • Maintenance

 7. Requirements:

  • Hardware requirements:

 

Content

Description

HDD

20 GB Min
40 GB Recommended

RAM

1 GB Min
2 GB Recommended

  • Software requirements:

 

Content

Description

OS

Windows XP with SP2 or Windows Vista

Database

MS-SQL server 2005

Technologies

ASP.NET with VB.NET

IDE

Ms-Visual Studio .Net 2008

Browser

IE

Greyhound Fleet Screens by finalyearprojects

Read More
Posted in .NET, ASP.NET, REAL-TIME | No comments

Electronic Cash Controller - ASP.NET Project

Posted on 13:19 by Unknown

Abstract

This project is mainly developed for the Account Division of a Banking sector to provide better interface of the entire banking transactions. This system is aimed to give a better out look to the user interfaces and to implement all the banking transactions like:

    • Supply of Account Information
    • New Account Creations
    • Deposits
    • Withdraws
    • Cheque book issues
    • Stop payments
    • Transfer of accounts
    • Report Generations.

Supply of Account Information: The account information service will provide customers a summary of their accounts. These accounts could be saving of current Deposit account. The customers can get details of each account, a snapshot of the balances, a record of payment and transfers made, whenever they require.
In addition to displaying the account balance information, the clients would get a warning when the account Balance falls below the minimum limit. This limit is decided by the bank.
The customers will also be provided account statements and transaction reports based on any user-defined criteria. Moreover, this system will make tracking of transactions easy, the User would be able to get details of the various transactions based on the Account number, the transaction date, the period of the transaction, and so on.

New Account Creation: Whenever a new customer comes, this system facilitates to create an account in his name. The customer must provide information regarding the type of account he wants to open, amount of deposit, his address and optionally his photo copy and digital signature.

Deposits: All sort of banking deposits need to be implemented in the system. The user needs to enter the information like account number, the mode of deposit and the amount.

Withdrawals: All sort of banking withdrawals need to be implemented in the system. The user needs to enter the information like account number and the amount. The system must maintain the minimum amount for each account.
Cheque-Book Issues: Cheque books should be issued to an account holder whenever he requests and it should be on the basis of the minimum balance. The Cheque book number generated by the system must be unique.

Stop Payments: Withdraws on a particular Cheque must be stopped upon the request made by the customer.

Transfer of Amount from one Account to Other: The system should transfer the amount transfers from one account to another. Here the user need to enter both the from account number and to account number. Both accounts should get updated during the transaction.

Report Generation: Reports are very essential for the banking organization. It needs to generate different reports of banking information from the stored information. These reports can be printed and also can be stored as soft copies in the system for future use.

The software is fully integrated with CRM (Customer Relationship Management) as well as CMS (Content Management System) solution and developed in a manner that is easily manageable, time saving and relieving one from manual works.

Read More
Posted in .NET, ASP.NET, REAL-TIME | No comments

Techno Task Manager System - ASP.NET Project

Posted on 13:15 by Unknown

Abstract
In a company where the hierarchy of employees spans over thousand managing the work with them is a difficult job. And in an environment where number of jobs is done simultaneously picking the right person for the job is also difficult task, as you are not aware of their availability. This application is designed for such an environment where the work is divided into group of employees and during the course of division the employees are selected to be part of the work in hand.
This software being a web based is easily accessible from any corner of the company as every machine is part of a LAN network.  The reason why it is made as a web application rather than a window based application if for the same reason.  The complete task is divided into two types of users. Administrator (Highest authority), Manager (working group Community). The activities underlying these sections are as per the company policies.
This application provides most of the features required to manage the tasks developed in a firm. 

EXISTING SYSTEM

  • The current system is a manual one where in the company maintains all the information in the form of records. There by collecting necessary information with require a manual search in the record(s).
  • Transfer of information between different sections of the enterprise is in the form of documents or letters. Drafting letters will take time. 
  • Selection of a person for a task is done by manually approaching the person and confirming the availability of the person.
  • Unavailability of proper information to different levels of employees with in the firm.

SOLUTION OF THESE PROBLEMS

The development of the new system contains the following activities, which try to automate the entire process keeping in view of the database integration approach.

  • User friendliness is provided in the application with various controls.
  • The system makes the overall project management much easier and flexible.
  • Readily upload the latest updates, allows user to download the alerts by clicking the URL.
  • There is no risk of data mismanagement at any level while the project development is under process.
  • It provides high level of security with different level of authentication.

 

 

 

 

 

Techno Task Manager - Screens by finalyearprojects

Read More
Posted in .NET, ASP.NET, REAL-TIME | No comments

Monday, 22 July 2013

Project Scheduler - ASP.NET Project

Posted on 12:11 by Unknown

Project Scheduler is a simple, fast, accurate and easy to use with flexible options for viewing the essential details. The solution is best suited for individuals working on various projects, which helps to keep track of all the Projects and their Schedules. Project Scheduler also helps you to back & restore your work in a file so that you can always have a backup file to be restored to the application just in case you lose your data accidentally. You can add any number of schedules to be done for each existing projects using the Project scheduler. In This system each schedule can be tracked from the start till the end of the Project cycle. You can track the below details for each schedule:

  • Project for whom the schedule is to be done,
  • You’re Rate/Hour for this particular work to be done.
  • Start and End date of the project.
  • Total working hours of a day (adjusted with the break time option).
  • Current status and Percentage of work completed (Progress Bar).
  • Payment amount pending from the project

The project has been planned to be having the view of distributed architecture, with centralized storage of the database. The application for the storage of the data has been planned. Using the constructs of MS-SQL Server and all the user interfaces have been designed using the ASP.Net technologies. The database connectivity is planned using the “SQL Connection” methodology. The standards of security and data protective mechanism have been given a big choice for proper usage. The application takes care of different modules and their associated reports, which are produced as per the applicable strategies and standards that are put forwarded by the administrative staff.
The entire project has been developed keeping in view of the distributed client server computing technology, in mind. The specification has been normalized up to 3NF to eliminate all the anomalies that may arise due to the database transaction that are executed by the general users and the organizational administration. The user interfaces are browser specific to give distributed accessibility for the overall system. The internal database has been selected as MS-SQL server 200.The basic constructs of table spaces, clusters and indexes have been exploited to provide higher consistency and reliability for the data storage. The MS-SQL server 200 was a choice as it provides the constructs of high-level reliability and security. The total front end was dominated using the ASP.Net technologies. At all proper levels high care was taken to check that the system manages the data consistency with proper business rules or validations. The database connectivity was planned using the latest “SQL Connection” technology provided by Microsoft Corporation. The authentication and authorization was crosschecked at all the relevant stages. The user level accessibility has been restricted into two zones namely.

Project Scheduler Screens by finalyearprojects

Read More
Posted in .NET, ASP.NET, REAL-TIME | No comments

Saturday, 20 July 2013

E-Banking System - ASP.NET Project

Posted on 22:37 by Unknown

Title of the Project

Anti Phishing— The Fraud Detection in Online Banking

Software Requirements

Operating System Server: Windows XP or later
Database Server: Microsoft SQL Server-2005
Client: Microsoft Internet Explorer
Tools: Microsoft Visual Studio .Net-2008
User Interface: Asp.Net with Ajax
Code Behind: C#.Net

Hardware Requirements

Processor: Intel Pentium or More
Ram:  512 MB Ram
Hard Disk: PC with 20GB

Abstract

               The objective of the system is to find whether the web application is a genuine one or not. This is done by authenticating the web application by using a cipher key, which can be obtained by implementing standard encryption algorithm. This cipher key is used to identify the fraud web application to avoid misuse of the sensitive information. After authenticating the web application the authorized users will be allowed to access the application to get various services and provide information that includes transactions like inserting, modifying and deleting records, which vary with different kind of the users in a role based web application.

 

           The system will check the user’s existence in the database and provide the set of services with respect to the role of the user. The application is based on three-tier architecture.  The cipher key obtained will help to find the fraud application. The business logic helps in authenticating the application, authorizing the users and providing services. The technologies are chosen by keeping the compatibility and performance as the constraints for the application.

Electronic Banking by finalyearprojects

Read More
Posted in .NET, ASP.NET, REAL-TIME | No comments

E-Greeting - ASP.NET Project

Posted on 22:32 by Unknown

Title of the Project

E GREETING

Software Requirements

Operating System Server: Windows XP or later
Database Server: Microsoft SQL Server-2005
Client: Microsoft Internet Explorer
Tools: Microsoft Visual Studio .Net-2008
User Interface: Asp.Net with Ajax
Code Behind: C#.Net

Hardware Requirements

Processor: Intel Pentium or More
Ram:  512 MB Ram
Hard Disk: PC with 20GB

Abstract

For implementing this we have used various types of E-Cards so that employee will select the one, which he likes and sends that to his friend or colleague.

There are different types of cards for each occasion for ex (Anniversary cards, birthday cards, Wedding cards, and Achievements cards, Flowers, Gifts etc). Employee   can view his inbox if any cards are posted to him.

                             He can add a reminder and he can view that particular event on that particular date. Reminders will be automatically generated for Hr Team of the company without any human intervention.
This Project is aimed to help people & organizations to show that there caring & loving for others around them. This in turn will help organizations build good relationship among the employees and to retain them.

The solution/system has been built keeping in mind that this will be implemented as part of an organization intranet solution. Every organization has to maintain good relationship with all the employees to retain them, so the people and organization have to show there caring and loving for others around them.
PROBLEM IN EXISTING SYSTEM

  • Cannot Upload and Download the latest updates.
  • No use of Web Services and Remoting.
  • Risk of mismanagement and of data when the project is under development.
  • Less Security.
  • No proper coordination between different Applications and Users.
  • Fewer Users - Friendly.

 

PROPOSED SYSTEM

                                 To debug the existing system, remove procedures those cause data redundancy, make navigational sequence proper. To provide information about audits on different level and also to reflect the current work status depending on organization/auditor or date. To build strong password mechanism.

 

NUMBER OF MODULES

The system after careful analysis has been identified to be presented with the following modules:

  • HR Module
  • Employees
  • Remainder
  • Send Mails
  • Send Greeting
  • Report
  • Authentication

 

HR Module:-
In this module the HR has the privileges to add all Products, Add Employee, Add Remainder, Send Mail, Send Greetings, give search and Report based on the Employee product and the Remainders.

Employees:-
In this module the Employee is the person who will send the mail and receive the mail and he will add remainder and he will give greeting and send it to the users and he will search the greetings.

Send Mails:-

                              In this module the employee and the admin will send the mails to the particular person when they want and how they want.

Send Greetings:-

                             In this module the employee and the admin and the general user will send the greeting to the particular user to whom they want to send the greetings.

Reports:-
This module contains all the information about the reports generated by the admin based on the Employee and the Greetings and base on the Employee.

 

Authentication:-
This module contains all the information about the authenticated user. User without his username and password can’t enter into the login if he is only the authenticated user then he can enter to his login.

E Greeting Screens by finalyearprojects

Read More
Posted in .NET, ASP.NET, REAL-TIME | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Projects Sale System (Mingle Box) - ASP.NET Project
    Abstract Mingle Box is a marketplace where people who need custom software developed can find coders in a safe and business-friendly en...
  • Customer Query Tracker System - ASP.NET Project
    Title of the Project Customer Query Track Software Requirements Operating System Server: Windows XP or later ...
  • Pixel Manipulation Tool .NET Project
    The challenge of handling the digital image in different forms in the present world is bit difficult. Digital Image processing techniq...
  • Online Forum Web Application .NET Project
       Forum website is a website where different users register themselves and use the features of the website.      User can ask the...
  • Online Gift Shop System - ASP.NET Project
    E-Gift Shoppy is a very important feature used in e-commerce to assist people making purchases online, similar to the US English term ‘s...
  • Software Project Management - ASP.NET Project
    The project entitled  “Software Project Management  Tool” deals with the various levels of project development and will account for time...
  • Municipal Administration System .NET Project
            A municipality is an administrative entity composed of a clearly defined territory and its population and commonly denotes a c...
  • Automatic Identify the Personal NameAliases from the Web .Net Project
    Abstract Searching for information about people in the web is one of the most common activities of internet users. Around 30 percent o...
  • Online Recruitment System - ASP.NET Project
                                                                ABSTRACT . Project Title            :         ONLINE RECRUITMENT PROCESS Obje...
  • E-RAILWAY SYSTEM .NET PROJECT
    ERail - Online Railway Reservation System Abstract: For journey of longer distances though we have airways most of the people use t...

Categories

  • .NET
  • ASP.NET
  • Java
  • REAL-TIME
  • VB.NET

Blog Archive

  • ▼  2013 (155)
    • ►  November (35)
    • ►  September (49)
    • ►  August (37)
    • ▼  July (34)
      • Effective Transmission of Data Through RBPH for Gr...
      • Call Center Executor - ASP.NET project
      • Data transmission using Multitasking Sockets-java ...
      • Network Database Junction - java project
      • Net Survey Simulation -java project
      • Load Balancing -java project
      • Graphic User Interface-java Project
      • Image Enhancement Tech-Java project
      • Distributed Cycle Minimization-.NET
      • Hospital Management System-java project
      • Congestion Control Using Network Based Protocol- J...
      • Client Server Protocol Implementation Java Project
      • URL Tracker - VB.Net Project
      • Project Management System - Project Controller - A...
      • Online Crime Reporting - ASP.NET Project
      • Online Banking - ASP.NET Project
      • Network Border Patrol - Java Project
      • Mingle Box - Home Based Job System - ASP.NET Project
      • Medical Care System - ASP.NET Project
      • HR Management System - ASP.NET Project
      • IT Help Desk - ASP.NET Project
      • Gray Hound - Vehicle Management System - ASP.NET P...
      • Electronic Cash Controller - ASP.NET Project
      • Techno Task Manager System - ASP.NET Project
      • Project Scheduler - ASP.NET Project
      • E-Banking System - ASP.NET Project
      • E-Greeting - ASP.NET Project
      • Defect Tracking System - ASP.NET Project
      • Customer Query Tracker System - ASP.NET Project
      • Cargo Management System - ASP.NET Project
      • Budget Planner - ASP.NET Project
      • Online Blood Donation Portal - ASP.NET Project
      • Back to My Village - ASP.NET Project
      • Remote Networking Service - ASP.NET Project
Powered by Blogger.

About Me

Unknown
View my complete profile