<?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>I-BLOG &#187; General</title>
	<atom:link href="http://www.rsivanandan.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rsivanandan.com</link>
	<description>Never go to bed mad. Stay up and fight!</description>
	<lastBuildDate>Sat, 17 Dec 2011 08:20:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>What is a Browser?</title>
		<link>http://www.rsivanandan.com/2009/06/23/what-is-a-browser/</link>
		<comments>http://www.rsivanandan.com/2009/06/23/what-is-a-browser/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 02:25:47 +0000</pubDate>
		<dc:creator>rsivanandan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[What is a Browser]]></category>

		<guid isPermaLink="false">http://www.rsivanandan.com/2009/06/23/what-is-a-browser/</guid>
		<description><![CDATA[&#160; &#160; I read this information from ghacks.net, seems that Google guys went to Time Square, NY and randomly asked 50 people on “What is a Browser”. See the video below; &#160; &#160; Many said it is a ‘Search Engine’. Now in a developed country like US and that too at Time Square, people do [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p align="justify">&#160; I read this information from ghacks.net, seems that Google guys went to Time Square, NY and randomly asked 50 people on “What is a Browser”. See the video below;</p>
<p align="justify">&#160;</p>
<div style="padding-bottom: 0px; padding-left: 0px; width: 425px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:81a221c7-781d-4be8-9f52-3c0fe6c8d050" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/o4MwTvtyrUQ&amp;hl=en"></param><embed src="http://www.youtube.com/v/o4MwTvtyrUQ&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
<p>&#160;</p>
<p align="justify">Many said it is a ‘Search Engine’. Now in a developed country like US and that too at Time Square, people do daily business through Internet and seriously I got Goosebumps when I saw this. This is not funny, less than 8% of the people who got interviewed actually knew what a browser was. So definitely this is not funny, it is scary!!!</p>
<p align="justify">Couple of my favorites;</p>
<p align="justify">“The one with the BIG E”&#160; &#8212;- At least he knows it is A browser</p>
<p align="justify">“Google, of course Google dominates the market but we do use Yahoo as well” &#8212;- WELL!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rsivanandan.com/2009/06/23/what-is-a-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparison between Radius and Tacacs+</title>
		<link>http://www.rsivanandan.com/2008/01/20/comparison-between-radius-and-tacacs/</link>
		<comments>http://www.rsivanandan.com/2008/01/20/comparison-between-radius-and-tacacs/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 15:30:46 +0000</pubDate>
		<dc:creator>rsivanandan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.rsivanandan.com/?p=216</guid>
		<description><![CDATA[Radius Tacacs+ RADIUS uses UDP. TACACS+ uses TCP. RADIUS encrypts only the password in the access-request packet; less secure. TACACS+ encrypts the entire body of the packet; more secure. RADIUS combines authentication and authorization. TACACS+ uses the AAA architecture, which separates authentication, authorization, and accounting. Industry standard (created by Livingston). Cisco Proprietary. RADIUS does not [...]]]></description>
			<content:encoded><![CDATA[<table cellspacing="0" cellpadding="2" width="545" border="1">
<tbody>
<tr>
<td valign="top" align="middle" width="260">Radius</td>
<td valign="top" align="middle" width="283">Tacacs+</td>
</tr>
<tr>
<td valign="top" width="260">RADIUS uses UDP.</td>
<td valign="top" width="283">TACACS+ uses TCP.</td>
</tr>
<tr>
<td valign="top" width="260">RADIUS encrypts only the password in the access-request packet; less secure.</td>
<td valign="top" width="283">TACACS+ encrypts the entire body of the packet; more secure.</td>
</tr>
<tr>
<td valign="top" width="260">RADIUS combines authentication and authorization.</td>
<td valign="top" width="283">TACACS+ uses the AAA architecture, which separates authentication, authorization, and accounting.</td>
</tr>
<tr>
<td valign="top" width="260">Industry standard (created by Livingston).</td>
<td valign="top" width="283">Cisco Proprietary.</td>
</tr>
<tr>
<td valign="top" width="260">RADIUS does not support ARA access, Net BIOS Frame Protocol Control protocol, NASI, and X.25 PAD connections.</td>
<td valign="top" width="283">TACACS+ offers multiprotocol support.</td>
</tr>
<tr>
<td valign="top" width="260">RADIUS does not allow users to control which commands can be executed on a router.</td>
<td valign="top" width="283">TACACS+ provides two ways to control the authorization of router commands: on a per-user or per-group basis.</td>
</tr>
</tbody>
</table>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:058f5f13-2943-4619-9b91-78f5ed90fd0c" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/Tacacs+" rel="tag">Tacacs+</a>,<a href="http://technorati.com/tags/Radius" rel="tag">Radius</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rsivanandan.com/2008/01/20/comparison-between-radius-and-tacacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to the Past!</title>
		<link>http://www.rsivanandan.com/2007/10/22/back-to-the-past/</link>
		<comments>http://www.rsivanandan.com/2007/10/22/back-to-the-past/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 22:26:34 +0000</pubDate>
		<dc:creator>rsivanandan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.rsivanandan.com/?p=212</guid>
		<description><![CDATA[Yeah!, I like it or not I&#8217;m back on a business trip to US again. This thing is like every year I pay a visit to USA. Well I like the technology there but personally I like being in my little country with all my family, neighbours and streets loaded with piles of ***. This [...]]]></description>
			<content:encoded><![CDATA[<p>  Yeah!, I like it or not I&#8217;m back on a business trip to US again. This thing is like every year I pay a visit to USA. Well I like the technology there but personally I like being in my little country with all my family, neighbours and streets loaded with piles of ***.    This time, a business trip to meet with Marketing guys and take some advise, in turn have &#8216;em buy some great ideas as I think!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rsivanandan.com/2007/10/22/back-to-the-past/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

