Web Proxy

A common proxy application is a caching Web proxy. This provides a nearby cache of Web pages and files available on remote Web servers, allowing local network clients to access them more quickly or reliably.
When it receives a request for a Web resource (specified by a URL), a caching proxy looks for the resulting URL in its local cache. If found, it returns the document immediately. Otherwise it fetches it from the remote server, returns it to the requester and saves a copy in the cache. The cache usually uses an expiry algorithm to remove documents from the cache, according to their age, size, and access history. Two simple cache algorithms are Least Recently Used (LRU) and Least Frequently Used (LFU). LRU removes the least-recently used documents, and LFU removes the least-frequently used documents.
Web proxies can also filter the content of Web pages served. Some censorware applications which attempt to block offensive Web content are implemented as Web proxies. Other web proxies reformat web pages for a specific purpose or audience; for example, Skweezer reformats web pages for cell phones and PDAs. Network operators can also deploy proxies to intercept computer viruses and other hostile content served from remote Web pages.
  • 0 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Related Articles

WHOIS

A term referring to a domain name search feature for the .com, .net, and .org database....

WAP (Wireless Application Protocol)

A secure specification that allows users to access information instantly via handheld wireless...

WML (Wireless Markup Language)

A mark-up language inherited from HTML, but WML is based on XML, so it is much stricter than...

WinSock (Windows Socket)

Windows Sockets is a standard way for Windows-based programs to work with TCP/IP. You can use...

WWW (World Wide Web)

World Wide Web (or Web) is the most popular Internet service. It allows access to the information...