<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Hosting and Domain registration Knowledgebase&#187; Server Web</title>
	<atom:link href="http://www.hostingknowledge.com/tag/server-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hostingknowledge.com</link>
	<description>Gossimer's Premier Web Hosting and Domain Registration Knowledgebase.</description>
	<lastBuildDate>Thu, 09 Sep 2010 18:09:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>What is Cache?</title>
		<link>http://www.hostingknowledge.com/web-hosting/web-hosting-control-panel-guide/what-is-cache/</link>
		<comments>http://www.hostingknowledge.com/web-hosting/web-hosting-control-panel-guide/what-is-cache/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 04:09:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Hosting Control Panel Guide]]></category>
		<category><![CDATA[Aim]]></category>
		<category><![CDATA[Browser Cache]]></category>
		<category><![CDATA[Browser Caches]]></category>
		<category><![CDATA[Browser Notice]]></category>
		<category><![CDATA[Browser Setting]]></category>
		<category><![CDATA[Cache Cache]]></category>
		<category><![CDATA[Content delivery networks]]></category>
		<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Html Pages]]></category>
		<category><![CDATA[Isp]]></category>
		<category><![CDATA[Isps]]></category>
		<category><![CDATA[Network Traffic]]></category>
		<category><![CDATA[Proxies]]></category>
		<category><![CDATA[Reliability]]></category>
		<category><![CDATA[Reverse Proxy]]></category>
		<category><![CDATA[Server Caches]]></category>
		<category><![CDATA[Server Web]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Web Browser]]></category>
		<category><![CDATA[web browser saves content]]></category>
		<category><![CDATA[Web Pages]]></category>
		<category><![CDATA[Web Proxy Caches]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[web servers storing websites]]></category>
		<category><![CDATA[Website Administrators]]></category>

		<guid isPermaLink="false">http://hosting.local.dev/web-hosting/web-hosting-control-panel-guide/what-is-cache/</guid>
		<description><![CDATA[860]]></description>
			<content:encoded><![CDATA[<p><span class="description"><span style="font-family: Verdana; font-size: x-small;">Cache refers to copies of previously accessed Web pages and associated files are  stored on a user&#8217;s computer or on computers operated by an ISP. A cache merely  stays between the server (web servers storing websites) and clients (website  viewers), and saves copies of data retrieved, such as HTML pages, and images.  Now, when the viewer makes a request for the same data again, it can be served  from the cache itself instead of making a fresh query to the original server.</span> </span></p>
<p> </p>
<p align="left"><span style="font-family: Verdana; font-size: x-small;">Caches can be classified on basis of their  levels of operation, as follows:</span></p>
<p align="left"><span style="font-family: Verdana; font-size: x-small;"><strong>1. <span style="text-decoration: underline;"><em>Browser Caches</em></span></strong>: The  cache setting on your web browser saves content specifically for you. It takes  up a portion of your computer&#8217;s storage to save copies of the pages you have  visited. Its functioning is fairly simple &#8211; it simply checks whether the page  you are requesting has been visited in the current session, since the browser  was started. </span></p>
<p align="left"><span style="font-family: Verdana; font-size: x-small;">The functioning of this cache becomes evident  when you hit the <strong>BACK </strong>button in your browser. Notice the difference in  the time it takes to load the same (last visited previously) page now, than it did before  (on first request).</span></p>
<p align="left"><strong><span style="font-family: Verdana; font-size: x-small;">2. <span style="text-decoration: underline;"><em>Proxy Caches</em></span></span></strong><span style="font-family: Verdana; font-size: x-small;">:  Web proxy caches cater to a large number of users. They are deployed with the  aim of reducing network traffic. Proxies serve several users just the way your  browser cache serves your purpose. Proxy caches are most useful when it comes to  serving the most popular content. </span></p>
<p align="left"><span style="font-family: Verdana; font-size: x-small;">These are often setup by ISPs on their  firewalls, and not by the client. For them to function effectively, it is vital  that all requests from the clients be retrieved through the proxy. Now, this can  be done either by </span></p>
<ul>
<li><span style="font-family: Verdana; font-size: x-small;">the clients themselves, by configuring  	their browsers to look through a particular proxy, or</span></li>
<li><span style="font-family: Verdana; font-size: x-small;">by the underlying network, storing all  	responses itself so that the clients do not have to bother with the setup.</span></li>
</ul>
<p align="left"><span style="font-family: Verdana; font-size: x-small;"><strong>3. <em><span style="text-decoration: underline;">Gateway Caches</span></em></strong>: Gateway  caches are also known as <em>reverse proxy caches</em>. These are generally setup  by website administrators to improve the performance and reliability of their  websites.</span></p>
<p align="left"><span style="font-family: Verdana; font-size: x-small;">Content delivery networks (CDNs) </span> <span style="font-family: Verdana, Arial, Helvetica, sans-serif;">have linked servers  throughout the Internet that help reduce network congestion and server overload  for content delivered to many users, serving as gateway caches. Akamai is an  example of such CDNs.</span></p>
<p align="left"><span style="font-family: Verdana; font-size: x-small;">Caches are used for 2 main reasons</span></p>
<ul>
<li><span style="font-family: Verdana; font-size: x-small;"><em><strong>To reduce loading time for  	frequently visited websites:</strong></em> When a previously visited page is  	available in the cache, it serves the page directly &#8211; thus taking less time  	to fulfill the request and display the necessary information. In this way,  	web sites are loaded much faster.<br />
 </span></li>
<li><span style="font-family: Verdana; font-size: x-small;"><strong><em>To decrease network traffic</em></strong>:  	When a previously stored copy of a website is retrieved instead of a fresh  	request being made to the server, it helps save on data transfer. This is  	invaluable, since most hosting companies would charge for data transfer.</span></li>
</ul>
<p align="left"> </p>
<p> </p>
<p><span class="description"> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hostingknowledge.com/web-hosting/web-hosting-control-panel-guide/what-is-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
