<?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>Life and Living &#187; Globally Unique Identifier</title>
	<atom:link href="http://www.lifenlivin.com/tag/globally-unique-identifier/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifenlivin.com</link>
	<description>Destroyed in the horizon.</description>
	<lastBuildDate>Fri, 03 Sep 2010 14:11:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Session and GUID</title>
		<link>http://www.lifenlivin.com/2009/09/session-and-guid/</link>
		<comments>http://www.lifenlivin.com/2009/09/session-and-guid/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 22:56:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[My thought]]></category>
		<category><![CDATA[Globally Unique Identifier]]></category>
		<category><![CDATA[GUID]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://www.lifenlivin.com/?p=83</guid>
		<description><![CDATA[What is session? Definitely it is a period of time. In case of web, we can define session as period of time when an Internet user interacts with a particular web page or web application. The session is identified by GUID (Globally Unique Identifier). GUID is a special type of 128 bit identifier. That is [...]]]></description>
			<content:encoded><![CDATA[<p>What is session? Definitely it is a period of time. In case of web, we can define session as period of time when an Internet user interacts with a particular web page or web application. The session is identified by <a href="http://en.wikipedia.org/wiki/Globally_Unique_Identifier" target="_blank">GUID</a> (Globally Unique Identifier). GUID is a special type of 128 bit identifier. That is it can identify 2 to the power 128 unique Internet user. The world does not have too many Internet user as the GUID can generate as many ids. So according to <a href="http://en.wikipedia.org/wiki/Pigeonhole_principle" target="_blank">Pigeon Hole Principle</a>, there is at least 0 id that is possessed by two unique users.</p>
<p>What will happen if the number of Internet user reaches or crosses the number 2 to the power 128? Well in this case according to Pigeon Hole Principle, more than one user can have the same id. But we have a lot of computer geeks and engineers. We already have 64 bit processor. Our genius computer scientist will raise the GUID to 256 bit from 128 bit. It is a very easy task to generate 256 bit id using our current processor let alone our future processor. I think it will take some centuries to reach 2 to the power 128 Internet user let alone 2 to the power 256.  The number of current Internet user is about 1,668,870,408 . I get this data from <a href="http://www.internetworldstats.com/stats.htm" target="_blank">InternetWorldStat.com.</a></p>
<p>2 to the power 128 equals to  340,282,366,920,938,463,463,374,607,431,768,211,456. I don&#8217;t know how many centuries will pass to reach this number. So till then the GUID will provide us a unique 128 bit id for each unique Internet user.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifenlivin.com/2009/09/session-and-guid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<script type="text/javascript">var infolink_pid = 35265;</script>
<script type="text/javascript" src="http://resources.infolinks.com/js/infolinks_main.js"></script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
try {
_uacct = "UA-4832193-1";
urchinTracker();
} catch(err) {}</script>

