<?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"
	>

<channel>
	<title>Routing Web</title>
	<atom:link href="http://www.routingweb.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.routingweb.com</link>
	<description>Internet routing resource</description>
	<pubDate>Wed, 14 Nov 2007 18:07:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Increase uptime and reliability for your website or large blog using CDN</title>
		<link>http://www.routingweb.com/increase-uptime-and-reliability-for-your-website-or-large-blog-using-cdn.html</link>
		<comments>http://www.routingweb.com/increase-uptime-and-reliability-for-your-website-or-large-blog-using-cdn.html#comments</comments>
		<pubDate>Wed, 14 Nov 2007 16:39:35 +0000</pubDate>
		<dc:creator>Cisco Man</dc:creator>
		
		<category><![CDATA[Content delivery]]></category>

		<guid isPermaLink="false">http://www.routingweb.com/increase-uptime-and-reliability-for-your-website-or-large-blog-using-cdn.html</guid>
		<description><![CDATA[Many popular websites and blogs have some serious problems with uptime and reliable hosting. Some hosting services are just, plainly put, bad yet others simply suffer from issues with bandwidth and reliability. Using a Content Delivery Network can definitely help with uptime, as well as decrease the load on your shared hosting account or dedicated [...]]]></description>
			<content:encoded><![CDATA[<p>Many popular websites and blogs have some serious problems with uptime and reliable hosting. Some hosting services are just, plainly put, bad yet others simply suffer from issues with bandwidth and reliability. Using a Content Delivery Network can definitely help with uptime, as well as decrease the load on your shared hosting account or dedicated host. You can increase download speeds from your site using a Content Delivery Network.</p>
<p>Using a Content Delivery Network to store and deliver much of your static content to the user is one of the easiest ways to decrease your server load, and increase server access and reliability. Static content such as: images, PDF files, and other downloadable content all create a lot of requests to the server as well as require a lot of bandwidth. Moving all this static content to an independent <a href="http://www.valuecdn.com/">Content Delivery Network</a> removes much of the load caused by image and other content static requests and decrease loading times. Because Content Delivery Network are distributed across multiple servers the load is shared between all the server hardware as well as each servers dedicated bandwidth. This reduces stress on each server, making it less likely that the server will crash and increasing overall reliability. Having <a href="http://www.valuecdn.com/services/">content hosted on multiple servers</a> decreases the chances of your content hosting going down, because if one server goes down one of the other servers is instantly able to take all the traffic in its place.</p>
<p>Uptime is very important to any webmaster because if your website or blog is down no one can access it. Keeping a website operational 24 hours a day, 7 days a week is unbelievably important and using a Content Delivery Network ensures quality uptime. As mentioned before, Content Delivery Network store your content on multiple servers, each located in a different physical location. Every server failing at the same time is nearly impossible, and as long as at least one of the servers in your Content Delivery Network is function all content will be accessible to your website.</p>
<p>Not only does using a Content Delivery Network help with uptime and reliability, it also helps with access speeds. By distributing your content across multiple servers it is much more likely that a user will connect to a server which they can access quickly. Unlike a single point access system, not all viewers will load your website from the same physical server. By distributing the content you also remove the stress caused by a single user downloading a large file, enabling other users to access the rest of your content without a slowdown.</p>
<p>Overall using a Content Delivery Network (CDN) is a great idea for your website or blog. Content Delivery Networks can easily increase reliability of your hosting, increase your server uptime, and increase speeds. All three of these are greatly desired by any webmaster, and a Content Delivery Network is one of the cheapest and easiest ways to achieve all three for your site!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.routingweb.com/increase-uptime-and-reliability-for-your-website-or-large-blog-using-cdn.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Web Content Delivery</title>
		<link>http://www.routingweb.com/web-content-delivery.html</link>
		<comments>http://www.routingweb.com/web-content-delivery.html#comments</comments>
		<pubDate>Thu, 07 Jun 2007 13:43:38 +0000</pubDate>
		<dc:creator>Cisco Man</dc:creator>
		
		<category><![CDATA[Content delivery]]></category>

		<guid isPermaLink="false">http://www.routingweb.com/web-content-delivery.html</guid>
		<description><![CDATA[The amount of web traffic that plays a role in dynamic Internet content is large, and it has become much larger as users demand higher levels of personalization. It has become more important for content providers to provide information that is tailored to the specific needs of the customer. The biggest challenge with achieving this [...]]]></description>
			<content:encoded><![CDATA[<p>The amount of web traffic that plays a role in dynamic Internet content is large, and it has become much larger as users demand higher levels of personalization. It has become more important for content providers to provide information that is tailored to the specific needs of the customer. The biggest challenge with achieving this is the cost. With current technology, generating dynamic content can be quite expensive. It does not help that basic web schemes are not very useful for generating pages that are dynamic. There are two techniques that show a lot of progress in the field of dynamic content delivery. These two delivery techniques are Class Based Delta Encoding and Edge Side Includes.</p>
<p>A sizeable number of web pages on the Internet today are dynamically created. They will be created based on the profile of the user who is making the request, or it will be based on the attributes of the request itself. Users enjoy having their content personalized, and dynamic pages are becoming much more popular on the web. The biggest problem with trying to produce dynamic content is the fact that the pages are costly to produce, and the process of constructing the pages can be tedious. When a naive web delivery system is used, most request for information will be sent to the server. The latency will be much higher, and the consumption of the bandwidth will be higher than usual.</p>
<p>It is these factors that will reduce the success of a naive delivery system. Despite this, there are a few new techniques that have been proposed which can alleviate many of these problems. Some of these techniques deal with reducing the load that will be placed on the server, but may not have an effect on the traffic that will move through the network. Despite this, the best technique is one that takes this into consideration as well as network savings and the caching of important parts of the content. The Edge Side Includes is a technique that was promoted by Oracle. It is specifically related to the assembly of a page.</p>
<p>The goal of ESI is to allow for the assembly of a page that was created from smaller pieces, or fragments. The fragments can be transferred independently of each other, and they can be cached once they are in close proximity of the client. Unlike most techniques which simply generate an HTML page as a single unit, the server will  create ESI fragments that will each have the HTML code for the fragments with special directives, directives that are ESI based. The fragments will be cached on distinct edge servers, and these servers will be responsible for the assembly of the page. The assembly will be performed based on the directions that are placed in the fragments by ESI.</p>
<p>The second system is called class based delta encoding. With this method, the server will create a number of distinct base files. When a client makes a request, the server will create an instance of the page, and a special device will be responsible for finding the best file to be used with this specific page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.routingweb.com/web-content-delivery.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Enabling SSH access to Cisco routers and switches</title>
		<link>http://www.routingweb.com/enabling-ssh-access-to-cisco-routers-and-switches.html</link>
		<comments>http://www.routingweb.com/enabling-ssh-access-to-cisco-routers-and-switches.html#comments</comments>
		<pubDate>Wed, 23 May 2007 20:14:08 +0000</pubDate>
		<dc:creator>Cisco Man</dc:creator>
		
		<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.routingweb.com/enabling-ssh-access-to-cisco-routers-and-switches.html</guid>
		<description><![CDATA[It&#8217;s always better to use SSH not Telnet if you are connected from a remote location and someone may snoop your password.
You must enable SSH on the Cisco gear by using:
crypto key generate rsa
Tune timeout and re-tries:
ip ssh timeout 120
ip ssh authentication-retries 3
Look up if you have SSH enabled on your Cisco router:
show ip ssh
See [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s always better to use SSH not Telnet if you are connected from a remote location and someone may snoop your password.</p>
<p>You must enable SSH on the Cisco gear by using:</p>
<p><strong><em>crypto key generate rsa</em></strong></p>
<p>Tune timeout and re-tries:</p>
<p><strong><em>ip ssh timeout 120</em></strong></p>
<p><strong><em>ip ssh authentication-retries 3</em></strong></p>
<p>Look up if you have SSH enabled on your Cisco router:</p>
<p><strong><em>show ip ssh</em></strong></p>
<p>See the SSH status:</p>
<p><strong><em>show ssh</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.routingweb.com/enabling-ssh-access-to-cisco-routers-and-switches.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
