Fact of the Day – What is proxy server ?
April 15, 2009 by admin
Filed under Short Computer Articles
A proxy server, also known as a “proxy” or “application level gateway”, is a computer that acts as a gateway between a local network (e.g., all the computers at one company or in one building) and a larger-scale network such as the Internet. Proxy servers provide increased performance and security. In some cases, they monitor employees’ use of outside resources.
A proxy server works by intercepting connections between sender and receiver. All incoming data enters through one port and is forwarded to the rest of the network via another port. By blocking direct access between two networks, proxy servers make it much more difficult for hackers to get internal addresses and details of a private network.
Some proxy servers are a group of applications or servers that block common Internet services. For example, an HTTP proxy intercepts web access, and an SMTP proxy intercepts email. A proxy server uses a network addressing scheme to present one organization-wide IP address to the Internet. The server funnels all user requests to the Internet and returns responses to the appropriate users. In addition to restricting access from outside, this mechanism can prevent inside users from reaching specific Internet resources (e.g., certain web sites). A proxy server can also be one of the components of a firewall.
Proxies may also cache web pages. Each time an internal user requests a URL from outside, a temporary copy is stored locally. The next time an internal user requests the same URL, the proxy can serve the local copy instead of retrieving the original across the network, improving performance.
Related posts:
- Application Architecture Types of Application Architecture: . 1-Tier Architecture: 1-Tier Architecture is the simplest, and is very much comparable to running an application on a personal computer....
- What is a Live CD? Explainstuff – fact of the day A Live CD is a bootable compact disk that contains its own Operating System (OS). Booting to a Live CD allows a user to try...
- Click Fraud – Basics – Explain Stuff – Fact of the day. click fraud happens when a person, automated script, or computer program imitates a legitimate user of a web browser clicking on an ad, for the...
- Explain Stuff – What is a mirror site? – Fact of the day A mirror site is a copy of a website or set of files hosted at a remote location. There are a number of reasons to...
- Fact of The Day – What is that Error? While you are working along with your computer and suddenly the screen flashes, the computer or application stops, an error message flashes on the screen,...
- Software release cycle – Explain Stuff – Fact of the day. The software release life cycle is composed of different stages that describe the stability of a piece of software and the amount of development it...


Thanks for the info. Very nicely written in a very easy and understandable language.
Thanks for the added info, is always good to learn. Thanks again