<?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>YOUR TECH NAVIGATOR</title>
	<atom:link href="http://www.flashcardcommunity.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashcardcommunity.com</link>
	<description>TECH CENTRAL</description>
	<pubDate>Fri, 12 Sep 2008 22:33:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Standard Encryption Protocols</title>
		<link>http://www.flashcardcommunity.com/standard-encryption-protocols/</link>
		<comments>http://www.flashcardcommunity.com/standard-encryption-protocols/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 00:05:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Encryption]]></category>

		<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://www.flashcardcommunity.com/?p=6093</guid>
		<description><![CDATA[This is the last post of our Encryption series. You can read the rest of the posts by following the link on the side bar.
The following are the most common encryption algorithms:
1. AES (Advanced Encryption Standard): AES is a block cipher adopted as an encryption standard by the US government. AES was developed by two [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><em>This is the last post of our Encryption series. You can read the rest of the posts by following the link on the side bar.</em></p>
<p style="text-align: justify;">The following are the most common encryption algorithms:</p>
<p style="text-align: justify;">1.<strong> AES</strong> (Advanced Encryption Standard): AES is a block cipher adopted as an encryption standard by the US government. AES was developed by two Belgian cryptographers, Joan Daemen and Vincent Rijmen, and is therefore also called &#8216;Rijndael&#8217; (however, AES is not precisely Rijndael, as Rijndael supports a larger range of block and key sizes).</p>
<p style="text-align: justify;">AES has a fixed block size of 128 bits and a key size of 128,192 or 256 bits. AES is fast in both software and hardware, is relatively easy to implement, and besides, it requires little memory. As a new encryption standard, it is currently being deployed on a large scale. <img class="alignright" style="margin: 15px; float: right;" src="http://www.flashcardcommunity.com/wp-content/uploads/2008/09/encryption-protocol.jpg" alt="" /></p>
<p style="text-align: justify;">2. <strong>Blowfish</strong>: Blowfish is another widely used encryption standard. It is a block cipher algorithm developed by Bruce Schneider. Blowfish is a variable-length key algorithm. The most common key lengths are 128-bit and 160-bit.</p>
<p style="text-align: justify;">3. <strong>DES</strong>: DES has a fixed key length of 56 bits. DES is a block cipher algorithm developed by the National Institute of Standards and Technology (NIST) Data Encryption Standard.</p>
<p style="text-align: justify;">4. <strong>Triple DES</strong>: Triple DES is a version of DES that encrypts a message or file three times using the DES 56-bit key. A plain text message or file is encrypted. The encrypted message is again encrypted, and the twice-encrypted message is encrypted a third time using DES.</p>
<p style="text-align: justify;">5. <strong>RC4</strong>: RC4 is a stream cipher developed by RSA Data Security, Inc. The key-length is variable but typically limited to 40 bits. A 40-bit version of RC4 is also used by MS Office 97 for data encryption.</p>
<p style="text-align: justify;">6. <strong>Message Digest (MD)</strong>: MD is also sometimes referred to as a digital fingerprint. It is a number which is calculated from all the information in a message through the use of a cryptographic hash function, and which can be used to verify the data integrity of the message. Any change to the message, even of a single bit, typically results in a dramatically different message digest.</p>
<p style="text-align: justify;">A message digest algorithm is considered &#8217;secure&#8217; if it is not computationally feasible to determine the content of a message from its message digest, nor to find &#8216;collisions&#8217;, wherein two different messages have the same message digest. In order to increase speed, most digital signature algorithms specify that only the digest of the message be &#8217;signed&#8217;. Message digests can also be used in the generation of pseudorandom bits. SHA-1, MD5, and RIPEMD-160 are among the most commonly used message digest algorithms.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashcardcommunity.com/standard-encryption-protocols/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Encryption Caveats</title>
		<link>http://www.flashcardcommunity.com/encryption-caveats/</link>
		<comments>http://www.flashcardcommunity.com/encryption-caveats/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 23:44:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[Encryption]]></category>

		<category><![CDATA[Information]]></category>

		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.flashcardcommunity.com/?p=6090</guid>
		<description><![CDATA[Encryption is often oversold as the solution to all security problems. However, there are threats that it does not address, but cryptography&#8217;s limitations are less recognized.
Time and power: Encryption may end up hogging a lot of time as well as power. The task of encryption as a whole is a time consuming one and it [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Encryption is often oversold as the solution to all security problems. However, there are threats that it does not address, but cryptography&#8217;s limitations are less recognized.</p>
<p style="text-align: justify;"><strong>Time and power</strong>: Encryption may end up hogging a lot of time as well as power. The task of encryption as a whole is a time consuming one and it also takes <img class="alignleft" src="http://www.flashcardcommunity.com/wp-content/uploads/2008/09/time-212x300.jpg" alt="" />up a lot of CPU cycles-this may retard system performance to a considerable extent, and if the pressure mounts, you stand to lose your entire data.<br />
<strong></strong></p>
<p style="text-align: justify;"><strong>Poor usage</strong>: Encryption may lead you to a sense of false security. It&#8217;s not as if by encrypting the data, you can solve all your security problems. Make sure that you still pay enough attention to network and operating system security. Many users tend to disregard fundamental security practices for a file if it is encrypted. This becomes a security flaw because as we know, certain information should never be transmitted-encrypted or not. So it&#8217;s vital to remember that information security requires much more than just encryption. Make sure to always maintain the standard security procedure-authentication, configuration management, good design, access controls, firewalls, audting, security practices, and security awareness training.</p>
<p style="text-align: justify;"><strong>Key length and cryptanalysis: </strong>Cryptanalysis is the study of trying to break ciphers. The most common method used by cryptanalysts is the brute force method.</p>
<p style="text-align: justify;">Brute force means that the user tries all keys till the end result resembles estimated plain text. Given enough time and computing power, and/or special hardware, all key-based algorithms are theoretically breakable depending on the time and computing resources available. For example a 56-bit key algorithm broken in 1995 was said to have taken one week and about 120,000 processors</p>
<p><strong>Encryption can be deceptive:</strong><img class="alignright" style="margin: 10px; float: right;" src="http://www.flashcardcommunity.com/wp-content/uploads/2008/09/bugs.jpg" alt="" /><strong> </strong>Encryption becomes redundant if the intruder is able to penetrate your system and access the plain text data directly from the stored files. Intruders can access memory contents by means of modifying network protocols, placing key loggers or using Trojans to get access to keys or plain text data or to completely subvert the encryption process. Also, be wary of rumors regarding encryption. Claims such as &#8216;encryption could stop computer crackers&#8217; are false. Encryption does nothing to protect one against the many common methods of attack. These may include those that exploit bad default settings or vulnerabilities in network protocols or software.</p>
<p style="text-align: justify;"><strong>Bugs:</strong> Finally, even with the strongest encryption algorithms, you can never be hundred percent sure that there are no loopholes or bugs. They are after all, codes which are bound to have alternate ways to hack, which might make passwords etc easy to hack. This in turn means that no matter how good your encryption is, the supposedly secured information can still be read
</p>
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://www.flashcardcommunity.com/encryption-caveats/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Not Everything That Glitters Is Gold</title>
		<link>http://www.flashcardcommunity.com/not-everything-that-glitters-is-gold/</link>
		<comments>http://www.flashcardcommunity.com/not-everything-that-glitters-is-gold/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 23:30:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[Encryption]]></category>

		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.flashcardcommunity.com/?p=6088</guid>
		<description><![CDATA[But there&#8217;s a small catch. True, public key is ultra secure, but it comes at a huge price- it&#8217;s generally anywhere from 100 to 1000 times slower than the equivalent single key encryption. This is basically due to the overhead associated with the calculation of the tremendous mathematical relationship between public and private keys.
Another prime [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">But there&#8217;s a small catch. <img class="alignleft" style="margin: 10px; float: left;" src="http://www.flashcardcommunity.com/wp-content/uploads/2008/09/cost-239x300.jpg" alt="" />True, public key is ultra secure, but it comes at a huge price- it&#8217;s generally anywhere from 100 to 1000 times slower than the equivalent single key encryption. This is basically due to the overhead associated with the calculation of the tremendous mathematical relationship between public and private keys.</p>
<p>Another prime variable that affects the encryption is the key length used by the algorithms. The key length is basically the number of bits used for the encryption key.</p>
<p>All tools encrypt data in blocks, and the key length for modern encryption algorithms varies from 128 bits to 448 bits and beyond. The most common key lengths used are 64-bit, 128-bit, 256-bit and 448-bit. The most secure keys today are the ones with &#8216;pattern-less&#8217; algorithms that can be attacked only by &#8220;brute force&#8217;<br />
, thait is ,by trying every possible combination. Algorithms that use longer keys are generally more secure for the simple reason the longer the key, the more possible combination exist.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashcardcommunity.com/not-everything-that-glitters-is-gold/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Encryption : THE WHAT’S Continued</title>
		<link>http://www.flashcardcommunity.com/encryption-the-what%e2%80%99s-continued/</link>
		<comments>http://www.flashcardcommunity.com/encryption-the-what%e2%80%99s-continued/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 23:21:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[Encryption]]></category>

		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.flashcardcommunity.com/?p=6086</guid>
		<description><![CDATA[The biggest drawback with secret key cryptography is the issue of handling the distribution of the keys. The recipient needs to be in possession of the secret key before you can send the encrypted data. Making sure that the key gets distributed securely is again a risky deal. But symmetric key algorithms-due to their speed-are [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The biggest drawback with secret key cryptography is the issue of handling the distribution of the keys. The recipient needs to be in possession of the secret key before you can send the encrypted data. Making sure that the key gets distributed securely is again a risky deal. But symmetric key algorithms-due to their speed-are usually preferred over key encryption where a huge chunk of data is concerned. <img class="alignright" style="margin: 10px; float: right;" src="http://www.flashcardcommunity.com/wp-content/uploads/2008/09/encryptionbuiltfromscratch-300x270.gif" alt="" /><br />
But if you want a higher level of security, public key or asymmetric key algorithms are a better deal.</p>
<p style="text-align: justify;">Public key encryption is considered significantly more secure than symmetric key encryption, not because of the algorithms used-in fact, the algorithms used in both types are equally secure but because the method of key transmission is so much more secure.</p>
<p style="text-align: justify;">Going back to our earlier example where you need to send your tender document to your boss, this is what you would do using the public key algorithm: your boss would generate a set of keys - public key and private key. He would then send you the public key, which you would use to encrypt the document, and you would transmit only this encrypted document back. And he would use the other key of the pair (private key) to decrypt the data. So, unlike symmetric key encryption, here the private key (actual key used to unlock the data) is never transmitted. So even if you publish your public key on the front page of the Times of India, as long as your private key is with you, your data is safe.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashcardcommunity.com/encryption-the-what%e2%80%99s-continued/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Encryption : THE WHAT&#8217;S</title>
		<link>http://www.flashcardcommunity.com/encryption-the-whats/</link>
		<comments>http://www.flashcardcommunity.com/encryption-the-whats/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 23:16:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[Encryption]]></category>

		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.flashcardcommunity.com/?p=6084</guid>
		<description><![CDATA[Encryption basically applies various mathematical algorithms and jumbles plain-readable text into scrambled cipher-text,which is unreadable until it&#8217;s unscrambled back .
Two prime factors that you have to take into consideration while encrypting are the types of algorithms and key length used by the tools.
Encryption algorithms can be of two basic types: symmetric (single-key) algorithms, which are [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Encryption basically applies various mathematical algorithms and jumbles plain-readable text into scrambled cipher-text,which is unreadable until it&#8217;s unscrambled back .<img class="alignleft" src="http://www.flashcardcommunity.com/wp-content/uploads/2008/09/encryption.jpg" alt="" /></p>
<p style="text-align: justify;">Two prime factors that you have to take into consideration while encrypting are the types of algorithms and key length used by the tools.</p>
<p>Encryption algorithms can be of two basic types: symmetric (single-key) algorithms, which are comparatively faster but less secure, and asymmetric (public key) algorithms that are slower but more secure than the normal single-key techniques.</p>
<p>Symmetric algorithms use the same key for both encryption and decryption. For example, if you were to transfer the details of your tender to your boss, using symmetric key algorithms this is what you would do: generate a secret key, encrypt the data using that key and mail the encrypted data. Later, you wouId have to transmit the secret key to your boss either by mail, fax or phone. On receiving the key, your boss would be able to decrypt the data. Now even if your competitors were to intercept this transaction, they would not have the key to decrypt the data. So essentially, the data would be worthless without the decryption key.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashcardcommunity.com/encryption-the-whats/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Encryption: A Bit More</title>
		<link>http://www.flashcardcommunity.com/encryption-a-bit-more/</link>
		<comments>http://www.flashcardcommunity.com/encryption-a-bit-more/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 23:09:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Computer]]></category>

		<category><![CDATA[Encryption]]></category>

		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.flashcardcommunity.com/?p=6082</guid>
		<description><![CDATA[Encryption is basically the art and science of using mathematics to secure information, and has been used by mankind for centuries now. Encryption can guard communications and stored information from unauthorized access. There are also other cryptographic techniques, including methods of authentication and digital signatures that can protect you against spoofing and message forgeries, etc.
Encryption [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Encryption is basically the art and science of using mathematics to secure information, and has been used by mankind for centuries now. <img class="alignright" src="http://www.flashcardcommunity.com/wp-content/uploads/2008/09/smart_guy_teaching_hr-300x300.gif" alt="" />Encryption can guard communications and stored information from unauthorized access. There are also other cryptographic techniques, including methods of authentication and digital signatures that can protect you against spoofing and message forgeries, etc.</p>
<p style="text-align: justify;">Encryption tools essentially act as ciphers that convert information into secret code that only you or the intended recipient can access, leaving the data unreadable for any third party.</p>
<p style="text-align: justify;">
Encryption utilities are available dime-a-dozen these days and most of them are easy-to-use utilities available as freeware or shareware.</p>
<p style="text-align: justify;">So why take a chance with your data? Just zero down on the one that fits your requirement the best. Here&#8217;s a little background on the what&#8217;s, why&#8217;s and how&#8217;s of cryptography, and some not-so-tech explanations of the principles and methods of data encryption. Finally, we also take a look at some of the most popular encryption tools available</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashcardcommunity.com/encryption-a-bit-more/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Encrption Is the Key</title>
		<link>http://www.flashcardcommunity.com/encrption-is-the-key/</link>
		<comments>http://www.flashcardcommunity.com/encrption-is-the-key/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 23:02:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.flashcardcommunity.com/?p=6080</guid>
		<description><![CDATA[Trapped. Is that how you feel about the security of your digital data? Then it&#8217;s probably time you gave encryption a serious thought. Of cou rse there are firewalls, proxies, anti-virus software, etc to guard your data, and you can always dump all the ultra secret data onto CDs and lock them up in your [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Trapped. Is that how you feel about the security of your digital data? Then it&#8217;s probably time you gave encryption a serious thought. Of cou rse there are firewalls, proxies, anti-virus software, etc to guard your data, and you can always dump all the ultra secret data onto CDs and lock them up in your safe. <img class="alignleft" src="http://www.flashcardcommunity.com/wp-content/uploads/2008/09/encryption.png" alt="" /></p>
<p style="text-align: justify;">But no matter what you do, no matter how many doors you close, there are always those backdoor entries that evade you and the fear still remains. Especially now when you know that there are plenty of readymade tools for hackers: sniffers, spoofing techniques and plenty of others, all freely available on the Internet. Armed with these, even an amateur can find it an easy matter to break into your system and grab your data.</p>
<p style="text-align: justify;">What does one do in situations like this? Well, one good option is encryption. Most of us have some kind of sensitive data on our system that we&#8217;d rather no one else had access to. It cou Id be anything from vital business documents, research data, political secrets, financial details  or something as trivial as a romantic tete-ii-tete you&#8217;d rather not have anyone else see. It&#8217;s always easier to simply encrypt such data and rest assured that unless decoded, it&#8217;s complete gibberish to the prowler.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashcardcommunity.com/encrption-is-the-key/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Online backups Continued.</title>
		<link>http://www.flashcardcommunity.com/online-backups-continued/</link>
		<comments>http://www.flashcardcommunity.com/online-backups-continued/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 10:55:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.flashcardcommunity.com/?p=6038</guid>
		<description><![CDATA[This post is a continuation of our series on online backups. If you have not read our previous post click here.

Another plus with online backups is that they are centralized and thus make it easier to track that ad-hoc backups on separate work stations- it makes life much simpler for administrators. Finally with online backups [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This post is a continuation of our series on online backups. If you have not read our previous post click <a href="http://www.flashcardcommunity.com/make-the-switch-store-online/">here</a>.</p>
<p style="text-align: justify;"><img class="alignright" style="float: right;" src="http://www.formula1flash.com/wp-content/uploads/2008/09/storage_2-219x300.jpg" alt="" width="140" height="210" /></p>
<p style="text-align: justify;">Another plus with online backups is that they are centralized and thus make it easier to track that ad-hoc backups on separate work stations- it makes life much simpler for administrators. Finally with online backups you can be rest assured that your data is comparatively safer from physical disasters.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">On the downside the biggest drawback with online backups is the high bandwidth requirement. It becomes mandatory to have a good bandwidth for backups and restores, especially for backing up large media files. With 64kbps bandwidth you could end up waiting for an eternity for a complete initial backup. Given the current bandwidth scenario in some countries this can be an issue to content with.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://www.flashcardcommunity.com/online-backups-continued/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Make the Switch - Store Online</title>
		<link>http://www.flashcardcommunity.com/make-the-switch-store-online/</link>
		<comments>http://www.flashcardcommunity.com/make-the-switch-store-online/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 10:48:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.flashcardcommunity.com/?p=6036</guid>
		<description><![CDATA[Initially when somebody mentioned the idea of online backups to me the idea struck to me as uber-foolish, today with hard disks zip drives and mobile laptops, who in the hell really needs more storage space. Besides, we usually back up vital data- only a fool would risk putting all his data online for hackers [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]><xml> Normal   0               false   false   false      EN-US   X-NONE   X-NONE                                                     MicrosoftInternetExplorer4 </xml><![endif]--><!--[if gte mso 9]><xml> </xml><![endif]--><!--[if gte mso 10]><br />
<style>
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-qformat:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin-top:0in;
	mso-para-margin-right:0in;
	mso-para-margin-bottom:10.0pt;
	mso-para-margin-left:0in;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-fareast-font-family:"Times New Roman";
	mso-fareast-theme-font:minor-fareast;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;}
</style>
<p> <![endif]-->Initially when somebody mentioned the idea of online backups to me the idea struck to me as uber-foolish, today with hard disks zip drives and mobile laptops, who in the hell really needs more storage space. Besides, we usually back up vital data- only a fool would risk putting all his data online for hackers to have a field day.<img class="alignright" style="float: right;" src="http://www.formula1flash.com/wp-content/uploads/2008/09/online_storage.png" alt="" width="300" height="175" /></p>
<p>But after a little deliberation I realized that there is something about backups, it&#8217;s not about free online storage at all- it&#8217;s about control, convenience and the collaboration of data.</p>
<p>Such backups make most sense for the individuals and small and medium - size companies with high speed internet connections; online backups could also be ideal solution to problems like remote access, offsite storage, frequent backup requirements and real time interconnections across locations, employees can share spreadsheets, databases, etc online. And of course they save a lot of theme take for disaster recovery. Anyone who has to deal with a nasty virus or a crashed drive would know what I mean.</p>
<p>We would continue on the topic in our next post&#8230;<strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashcardcommunity.com/make-the-switch-store-online/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WILL INTERNET PASS THE OLYMPIC TEST?</title>
		<link>http://www.flashcardcommunity.com/will-internet-pass-the-olympic-test/</link>
		<comments>http://www.flashcardcommunity.com/will-internet-pass-the-olympic-test/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 09:40:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.flashcardcommunity.com/?p=5332</guid>
		<description><![CDATA[Internet has been revolutionizing our life for years. It has nearly made all the things accessible from a remote location. This while has its benefits; it can also be an issue similar to one we are facing now.
All the major Olympic events are being streamed live by various networks. Normally it wouldn’t be a worry [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Internet has been revolutionizing our life for years. It has nearly made all the things accessible from a remote location. This while has its benefits; it can also be an issue similar to one we are facing now.</p>
<p style="text-align: justify;">All the major Olympic events are being streamed live by various networks. Normally it wouldn’t be a worry to anybody but with the massive internet usage growth and the restriction imposed by Chinese Government over number of streaming servers has definitely made it a problem, one which we need to at the very least think about.</p>
<p style="text-align: justify;">If we only count the internet users from China and US, the number is about 430 million. Even if we assume that only 50% of the people of these two countries use the internet to watch the Olympics, we can easily figure out what are we up against. But the picture is going to be larger than this; entire world is watching the Olympics and will be streaming the videos.</p>
<p style="text-align: justify;">The question that is on our hands is will the internet be able to pass the Olympic test. I expect it to be answered in a few days time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashcardcommunity.com/will-internet-pass-the-olympic-test/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
