Proxy Server
#1


Proxy Server

A proxy acts as an intermediary agent between its clients and the servers which they want to access, performing functions directed towards a variety of purposes, like security, caching, etc, in its capacity as an intermediary. Specifically, caching HTTP Proxy Servers are intermediate servers, which maintain a cache of Internet objects like html files, image
files, etc which are obtained via HTTP.
Reply
#2
A proxy server is a computer that offers a computer network service to allow clients to make indirect network connections to other network services. First, a client directly connects to the proxy server, and makes a request for a file or any other resource available on a different server. The requested resource is provided by the proxy server either from the cache or by fetching from the specified server. In some cases, the client's request or the server's response maybe altered by the proxy server> the purpose for this maybe for viewing websites that are banned in the network.

Features:
HTTP Request Sharing and Caching: The proxy server recieves the request from the user. It first checks it for passing the filtering criteria. The proxy server then first looks in its local cache of previously downloaded Web pages. If available in the cache, the page is displayed to the user without reaching for the server. If not present in the cache, the proxy server makes the request to the specified server acting as a client on behalf of the user and serves the page from the internet.

Blocking
a)URL Blocking
b)Client IP Blocking

Better response time
user response time will be improved for serving the pages that are frequently requested and are in the cache of the server.

project report
[attachment=8308]
Reply
#3
Proxy Server
Submitted By:
Devshree Gehlot
Neelu Lakhani
BE Final CSE
MBM Engg. College


As the name indicates, a proxy server is one that acts like or provides the services of some other server.
-Using the proxy server, the clients can make indirect network connections to other network services.
-The project designs a proxy server which acts as a bridge between the server and the clients

Services offered
-Caching of web pages
-Auto log generation
-HTTP request sharing
-URL Blocking
-URL blocking
-Client IP Blocking

Context Flow Diagram
There are the user and the adminstrator ends in the context flow diagram. The users HTTP request is served by the server. The administrator can configure the URL's IP and determine which URLs to block. The administrator has the access to the servers log.

Functional Modules
The basic functional modules designed in this project include:
-Proxy User Interface
-Connection Manager
-Log Manager
-Proxy Server Listener
-Configuration

[attachment=8318]
Reply
#4
can you send me the coding part and program interface part to my email - fruit_ooi10[at]yahoo.com. thank~
Reply
#5

a caching proxy server that handles HTTP traffic is implemented. The major features of the proxy server are:
-A robust caching mechanism is included. It gives preference to the documents that must be loaded over the slowest internet links so that the users will have to wail for lesser amount of time. For achieving this, an estimate of the bandwidths of the ocal server and remote servers, connection times to remote servers etc are included.
-In order to allow the concurrent handling of several HTTP requests, multithreading feature is also included.
-The initialization and shut-down routines are strong so that the data can be recovered after a crash.
-a list of servers can be defined whose traffic will not be cached by the proxy.
-all unfulfilled requests will be forwarded to a proxy which can be specified.
-A graphical user interface that displays the log area, a pie chart of cache hit and misses. The proxy can be configured by the GUI.

The proxy server is implemented using java and is hence cross platform portable.

Get the source code here:
http://cs.technion.ac.il/Labs/Lccn/proje...oad%20area

also see:
http://planet-source-codevb/scripts/ShowCode.asp?txtCodeId=6762&lngWId=3
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: proxy servers gmail, web proxy sites, proxy server box, proxy firewall ppt, ftpexception 550 firewall proxy, squid proxy server configure, proxy firewalls for sale,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  SAMBA SERVER ADMINISTRATION full report project report tiger 3 4,756 17-01-2018, 05:40 PM
Last Post: AustinnuAke
  Remote Server Monitoring System For Corporate Data Centers smart paper boy 3 2,847 28-03-2016, 02:51 PM
Last Post: dhanabhagya
  CLIENT SERVER BASED LIVE MEETING computer girl 4 4,448 25-07-2014, 10:37 PM
Last Post: seminar report asees
  chat server full report project report tiger 7 11,157 19-03-2014, 08:49 AM
Last Post: MichaelPn
Wink Development of a HTTP Caching Proxy Server computer science crazy 6 5,153 08-12-2012, 03:20 PM
Last Post: seminar details
  SMTP/POP3 Mail Server project topics 1 2,267 06-10-2012, 11:29 AM
Last Post: seminar details
  Mail Server with Intranet and Live Chat seminar surveyer 1 2,935 06-10-2012, 11:28 AM
Last Post: seminar details
  Design and Development of ARM Processor Based Web Server smart paper boy 4 2,857 03-02-2012, 10:18 AM
Last Post: seminar addict
  Interactivity-Constrained Server Provisioning in Large-Scale Distributed Virtual Envi Projects9 0 827 23-01-2012, 05:21 PM
Last Post: Projects9
  Efficient Server Provisioning with Control for End-to-End Response Time Guarantee on Projects9 0 893 23-01-2012, 04:58 PM
Last Post: Projects9

Forum Jump: