You are on page 1of 11

PROXY FIREWALL

(Using C#. Net)

OBJECTIVE
In this proxy setting a server listens to client through port, which is set during installation like port 5000. The Server accepts a client request after checking the clients address and login time. A client can access only those sites, which are not restricted. Another feature is the check in / checkout file through which the administrator can control the usage of system. Using the add client option the administrator can add/remove the clients. There is an option, change administrator with which a new administrator can take charge after producing the old password.

The Project has four modules:

1) ADMINISTRATOR 2) DOWNLOADING 3) CACHING 4) SECURITY

SCREEN SHOTS

LOGIN FORM:

Listening Start by Server

Client Registration Form

Client Update And Delete Form

Site Blocking Form

Server Port Settings

Site Blocking For A Client

CONCLUSION:
Security is the main consideration in this project. The system is protected from any unauthorized access by giving user name and password during log in process. All the necessary validations are carried out in this project, so that any kind of users can make use of this software and necessary messages makes them conscious of the error they have made.

You might also like