Introduction proxy

The operating principle of a proxy server is very simple: it is a server "mandated" by an application to query the Internet instead. Thus, when a user connects to the Internet using a client application configured to use a proxy server, it will connect first to the proxy server and give him his request. The proxy server will then connect to the server that the client application tries to join and to transmit the request. The server will then give its response to the proxy, which in turn will send it to the client application.

Clearly, the starting IP address is completely hidden, and only the IP address of the proxy appears in the log service contacted.

Advantage: You appear more with your own IP address
Disadvantage: Depending on the type of proxy used (public: free, private: paying) the rate may be very low.


Tuesday, April 2, 2013

A Proxy Server to Act in Between

As its name infers, a proxy server is an element which stands in place of other elements. This server is a common sight in most, if not all, IT setups in all organizations. It basically functions as an intermediary between the client workstation users and servers which are either located within the organization or in the internet.


When a user types in a website address on his browser's window and hit the Enter key, the request is sent to this server. If it has caching functionalities, it keeps a copy of all web pages previously accessed by all users within the organization. It searches through this cache and returns the requested page to the said user. In doing this, response time to the user is greatly improved and traffic is efficiently managed without the need to bounce requests to other servers.


In the event the requested page is not found in its cache, the proxy server sends out a request on the user's behalf to a server in the internet. The returned page is then forwarded to the user. If the user is not authorized to access certain information from servers in the internet or any internet connection for that matter, this server ensures the IT policies are properly enforced. A suitable message will be sent to the user's screen. Managing this allows user access to be filtered according to rights and privileges.


Proxy servers also filter the requested pages before forwarding them to the users. If inbound contents are found to be in conflict with the settings defined according to the organization's IT policies, the pages are thus not forwarded. Outbound information can also be scanned before allowed to leave the organization into the internet. By keeping a log of all activities passing through, data can then be generated into reports to monitor activities and usage.


All in all, this server is put in place to secure the organization's data movement between internal users and external parties. It also provides more efficient service via its caching functionalities.


Dennis enjoys writing on wide range of topics such as proxy server and proxy server [http://www.setupproxyserver.net]. You may visit for more details.


Article Source: http://EzineArticles.com/?expert=Dennis_Moore_Hopkins




Article Source: http://EzineArticles.com/4652443

No comments:

Post a Comment