<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description></description><title>All About InfoTech</title><generator>Tumblr (3.0; @peashooterinfotech)</generator><link>http://peashooterinfotech.tumblr.com/</link><item><title>How does Web Browser Works?</title><description>&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;
&lt;p&gt;You always search facebook , myspace , youtube , yahoo ,gmail using the web browser&amp;#8230;..But&amp;#8230;.do you know how they work?&lt;/p&gt;
&lt;p&gt;As you already know, to view a web site or a web page in a browser, you would either type in the URL or click on a link (as one in your Favorites/Bookmarks) and hit the&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;em&gt;Go&lt;/em&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;button. Now, the page you have asked the browser to display would probably be located on a Server computer far far away. The web browser program sends a request (&lt;em&gt;Could I have the web page please?&lt;/em&gt;) to a&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;web server&lt;/strong&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;program running on the remote computer. Newbies may be baffled here due to similarity of names&amp;#8230; the computer on which the web site is stored is called a&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;&lt;em&gt;Server&lt;/em&gt;&lt;/strong&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;(uppercase) and it runs a program (confusingly) also called a&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;&lt;em&gt;server&lt;/em&gt;&lt;/strong&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;(all small case). Purists try to differentiate the computer (hardware) and program (software) by having the first letter in capitals (as in Server) but this is not a rule. Anyway, the server program, gathers the request from the web browser, tries to hunt for the web page and then formulates a&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;em&gt;response&lt;/em&gt;. This response will differ depending on whether the server program was able to find the requested web page or web file. Assuming, the server was able to locate the web page, it sends the HTML file to the web browser. The browser picks up all the information coming in from the server and does its best to display the web page. A typical web page not only has text but also images and these are separate files that need to be transferred from the server to the browser. So the browser-server communication goes on till all the files have been transferred to the browser. Once the files arrive at your computer, the browser-server connection is severed - cut - chopped! If you now click on any link on this web page or even refresh the page, the process starts all over again. FYI, this is called the&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;client-server architecture.&lt;/p&gt;
&lt;p&gt;One important point remains - let us say you are looking at two different web pages of the same web site (such as ebay auctions) from two computers simultaneously using the same internet connection. How does the ebay server program know which page (and its associated images and other files) to send to which computer? The answer to this seemingly complicated question lies in the request and response&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;headers&lt;/strong&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;sent by the browser and server, respectively. So each request and response has a header that contains details such as the computer name (actually the I.P. address) so everything is in tune.&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Finally, the information over the web is transferred using a set of rules called the&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;HyperText Transfer Protocol (HTTP).&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/p&gt;</description><link>http://peashooterinfotech.tumblr.com/post/3477616485</link><guid>http://peashooterinfotech.tumblr.com/post/3477616485</guid><pubDate>Wed, 23 Feb 2011 23:47:00 -0500</pubDate><category>web browser</category><category>how does</category></item><item><title>How does Anti-Viruses Software Work?</title><description>&lt;p&gt;There are sooooooo many anti viruses software in the market&amp;#8230;. some are effective others are not :( But how do they work&lt;/p&gt;
&lt;ul&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt; &lt;ol id="intelliTxt"&gt;&lt;h2 class="Heading3a"&gt;Virus Dictionary Approach&lt;/h2&gt;
&lt;li id="jsArticleStep1"&gt;As new virus and malicious threats are discovered, they are added to a virus dictionary. The virus, its behavior, the threat that it causes, and the author are the different type of information that is held in the dictionary. Some anti-virus programs uses this dictionary as a guide to identify any suspicious and threatening software or files.&lt;br/&gt;Once a file is created, opened, emailed or downloaded to a computer, the anti-virus software checks it against the dictionary. If it is deemed a possible threat, the software will delete it, quarantine it (to stop it from spreading to other non-infected files) or repair it by removing any of the malicious code.&lt;br/&gt;To stay up-to-date with any new viruses, the anti-virus software must regularly download updates to its dictionary. When new viruses appear onthe internet, users are encouraged to send the infected files to the makers of the anti-virus software so that the main virus dictionary can be updated.&lt;br/&gt;The dictionary approach has been deemed quite effective. However, it is not without its pitfalls. Hackers and virus creators have found a way around it by developing polymorphic viruses. This means that they encrypt part of the malicious software as a form of disguise so that the anti-virus software will not recognize it as a virus.&lt;/li&gt;
&lt;h2 class="Heading3a"&gt;Suspicious Behavior Approach&lt;/h2&gt;
&lt;li id="jsArticleStep1"&gt;The suspicious behavior approach monitors the behavior of all software programs running on the computer. This approach doesn&amp;#8217;t identify or look for known viruses. It flags suspicious behavior such as a program trying to write to an executable program. The suspected program is flagged and a warning message is issued to the user for their plan of action for the program.&lt;br/&gt;The suspicious behavior approach is more effective in stopping new viruses since it doesn&amp;#8217;t rely on a dictionary, which may not be regularly updated, for reference. However, this approach can be annoying because of all of the false positives that it gives. After a while a user can become desensitized with the overwhelming amount of false warnings and inadvertently let a virus through. For this reason, the amount of anti-virus software that uses this approach is become almost nonexistent.&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;br/&gt;There isn&amp;#8217;t any 100 percent effective way to guard the user against virus attacks. Some believe that Microsoft can do more with their security fixes in the popular programs such as Outlook and Windows. Anti-virus software and user carefulness are the best form of protection that is out there now.&lt;/li&gt;
&lt;/ol&gt;&lt;/span&gt;&lt;/span&gt;

&lt;/ul&gt;</description><link>http://peashooterinfotech.tumblr.com/post/3477534953</link><guid>http://peashooterinfotech.tumblr.com/post/3477534953</guid><pubDate>Wed, 23 Feb 2011 23:42:59 -0500</pubDate><category>anti virus</category><category>how does</category></item><item><title>Most Popular Computer Viruses in the History</title><description>&lt;p&gt;They are popular maybe because&amp;#8230;..MAYBE&amp;#8230;&amp;#8230;its very popular and very known to the world&amp;#8230;.&lt;/p&gt;
&lt;p&gt;Here are the &lt;strong&gt;TOP 5&lt;/strong&gt; most popular&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;
&lt;p&gt;&lt;strong&gt;Blaster computer worm&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is a computer worm that was developed to begin a SYN Flood against port 80 of windowsupdate.com. The worm intended to launch a Distributed Denial of Service attack against the website. After the worm has identified an Internet connection, it led to system instability and then the user could see the message that appeared for 60 seconds saying:&lt;/p&gt;
&lt;p&gt;&amp;#8220;I just want to say LOVE YOU SAN!!&amp;#8221;&lt;/p&gt;
&lt;p&gt;&amp;#8220;billy gates why do you make this possible? Stop making money&lt;/p&gt;
&lt;p&gt;and fix your software!!&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ILOVEYOU computer virus&lt;/strong&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Surely everyone has head of this&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;computer virus&lt;/strong&gt;. ILOVEYOU is believed to be one of the most dangerous malware among viruses, worms and Trojans in history, being developed by VBScript. For the first time the worm was identified in Philippines on May 4, 2000 and in a rather short period of time (basically one day) it managed to spread throughout the globe, damaging 10 percent of all Internet users and leading to a $5.5 billion loss. Everything started when an email message arrived in the user&amp;#8217;s inbox with the subject &amp;#8220;ILOVEYOU&amp;#8221;. The message featured an attachment called LOVE-LETTER-FOR-YOU.TXT.vbs. After penetrating the system, the worm used to substitute all files with a copy of itself attached to each file on the computer. Besides, ILOVEYOU worm sent a copy of itself to all users on victim&amp;#8217;s contact list. This is the reason why the worm managed to spread extremely fast. Just like in previous case, the affected users were those who use Windows operating system.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Sobig computer worm&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For the first time this computer worm was identified in August 2003. Just like all powerful viruses and worms this one affected millions of Internet users who work on Windows. It was created using Microsoft Visual C++ complier and compressed with the help of tElock. It was both a worm (because it used to replicate itself) and a Trojan Horse. Up till now the developer of this computer worm and Trojan Horse was not identified.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Virut computer virus&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The goal of this computer virus is to infect executable portable files, including .exe and .scr. Every time it spread, the virus used Polymorphism in order to avoid being identified. After infecting a computer, the virus opens a backdoor, thus being able to connect to an IRC server. Using the backdoor, the hacker was able to download extra malware to the victim&amp;#8217;s machine. The Virut computer virus managed to shut down computers from the Texas court system.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Conficker computer virus&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Spotted for the first time in November 2008, this computer virus managed to affect a huge number of computers. Conficker represents a worm that can replicate itself and spread very quickly mainly via a buffer overflow weakness in the Server Service on machines that run on Windows operating system. This computer worm can disable such Windows services as Windows Update, Windows Defender, Windows Security Center and Windows Error reporting. Today almost all antiviruses are able to detect this worm. The main countries affected by Conficker include China, Argentina, Brazil, Russia, and India.&lt;/p&gt;</description><link>http://peashooterinfotech.tumblr.com/post/3477436674</link><guid>http://peashooterinfotech.tumblr.com/post/3477436674</guid><pubDate>Wed, 23 Feb 2011 23:37:00 -0500</pubDate><category>computer viruses</category><category>most popular</category><category>blaster</category><category>i love you</category><category>virut</category><category>conflicker</category><category>sobig</category></item><item><title>Most Dangerous Computer Viruses in History</title><description>&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;The best way to keep your computer virus-free is to install effective Antivirus and Internet Security and always update it. Also be cautious in opening the sites you dont know&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;strong&gt;Computer viruses&lt;/strong&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;have a relatively short history, but the damages caused by some of them pushed computer-experts to opening a new page or record on computer viruses. Some viruses led to serious damages and affected a large number of companies or big companies, universities and even government agencies.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt; &lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;Here are some of the most dangerous computer viruses/worms in history:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;
&lt;p&gt;&lt;strong&gt;Jerusalem - 1987&lt;/strong&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Also known as &amp;#8220;&lt;strong&gt;Friday the 13th Virus&lt;/strong&gt;&amp;#8221;. This is one of the first&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;MS-DOS&lt;/strong&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;viruses in history that caused enormous destructions, affecting many countries, universities and companies worldwide. On Friday 13, 1988 the computer virus managed to infect a number of institutions in Europe, America and the Middle East. The name was given to the virus after one of the first places that got &amp;#8220;acquainted&amp;#8221; with it - the&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;Jerusalem University&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Along with a number of other computer viruses, including&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;&lt;em&gt;&amp;#8220;Cascade&amp;#8221;&lt;/em&gt;&lt;/strong&gt;,&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;&lt;em&gt;&amp;#8220;Stoned&amp;#8221;&lt;/em&gt;&lt;/strong&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;and&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;&lt;em&gt;&amp;#8220;Vienna&amp;#8221;&lt;/em&gt;&lt;/strong&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;the Jerusalem virus managed to infect thousands of computers and still remain unnoticed. Back then the&lt;span class="Apple-converted-space"&gt; anti-virus programs &lt;/span&gt;were not as advanced as they are today and a lot of computer users had little knowledge or did not know the existence of computer viruses.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Morris (a.k.a. Internet Worm) - November 1988&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Origin&amp;#160;: &lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;Cornell University / &lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;MIT USA &lt;img height="34" width="59" src="http://imagemanager.jvsite.info/albums/tumblr_photos/United-States.png" align="middle" alt="USA Flag"/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This computer virus infected over 6,000 computer systems in the United States, including the famous &lt;strong&gt;NASA research Institute&lt;/strong&gt;, which for some time remained completely paralyzed. Due to erratic code, the worm managed to send millions of copies of itself to different network computers, being able to entirely paralyze all network resources. The damages caused by the Morris computer virus were estimated at $96 millions.&lt;/p&gt;
&lt;p&gt;To be able to spread, the computer virus used errors in such operating systems as Unix for VAX and Sun Microsystems. The virus could also pick user passwords.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Solar Sunrise - 1998&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A decade later the situation didn&amp;#8217;t change, in fact it even got worse. Using a computer virus, hackers, in 1998, penetrated and took control of over 500 computer systems that belonged to the army, government and private sector of the United States. The whole situation was dubbed&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;Solar Sunrise&lt;/strong&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;after the popular vulnerabilities in computers that run on the operating system called Sun Solaris. Initially it was believed that the attacks were planed by the operatives in Iraq. It was later revealed that the incidents represented the work of two American teenagers from California. After the attacks, the Defense Department took drastic actions to prevent future incidents of this kind.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Melissa - 1999&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Origin&amp;#160;: Aberdeen, New Jersey USA&lt;/strong&gt; &lt;strong&gt; &lt;img height="32" width="53" src="http://imagemanager.jvsite.info/albums/tumblr_photos/United-States.png" align="middle" alt="United States Flag"/&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For the first time computers got acknowledged with Melissa computer virus on March 26, 1999, when the virus shut down the&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;Internet mail system&lt;/strong&gt;, which got blocked with e-mails infected by the worm. It is worth mentioning that at first Melissa was not meant to cause any harm, but after overloading the servers, it led to serious problems. For the first time it spread in the&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;Usenet&lt;/strong&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;discussion group alt.sex. Melissa was hidden within a file called&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;em&gt;&amp;#8220;List.DiC&amp;#8221;&lt;/em&gt;, which featured passwords that served as keys to unlocking 80 pornographic websites. The original form of the virus was sent through e-mail to different users.&lt;/p&gt;
&lt;p&gt;Melissa computer virus was developed by&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;David L. Smith&lt;/strong&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;in Aberdeen Township, New Jersey. Its name comes from a lap dancer that the programmer got acknowledged with while in Florida. After being caught, the creator of the virus was sentenced to 20 months in federal prison and ordered to pay a fine of $5,000. The arrest was made by a team of representatives from FBI, New Jersey State Police and&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;Monmouth Internet&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Melissa had the ability to multiply on Microsoft Word 97 and Word 2000, as well as on Microsoft Excel 97, 2000 and 2003. In addition, the virus had the ability to mass-mail itself from Microsoft Outlook 97 and Outlook 98.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;I Love You - May 2000&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Origin :  Manila, Philippines &lt;img height="22" width="45" src="http://imagemanager.jvsite.info/albums/tumblr_photos/Philippines.png" alt="Philippine Flag"/&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Using a similar method as the Melissa, the computer virus dubbed&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;&lt;em&gt;&amp;#8220;I Love You&amp;#8221;&lt;/em&gt;&lt;/strong&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;managed to infect millions of computers around the world overnight. Just like Melissa this computer virus sent passwords and usernames, which were stored on the attacked computers, back to the developer of the virus. After authorities traced the virus they found that a young Filipino student was behind the attack. The young man was released due to the fact that the&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;Philippines&lt;/strong&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;did not have any law that would prevent hacking and spreading malware. This situation served as one of the premises for creating the&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;European Union&amp;#8217;s global Cybercrime Treaty&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Code Red worm - July 2001&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This 21st century computer virus managed to penetrate tens of thousands of systems that ran Microsoft Windows NT and Windows 2000 server software. The damages caused by the Code Red computer virus were estimated at&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;$2 billion&lt;/strong&gt;. Core Red was developed to use the power of all computers it infected against the official website of the&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;White House&lt;/strong&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;at a predetermined date. In collaboration with different virus hunters and tech firms, the White House managed to decipher the code of the Code Red virus and stop traffic as the malware started its attacks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Code Red II worm -August 2001&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Origin : &lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;Makati City&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;,&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;Philippines &lt;img height="29" width="49" src="http://imagemanager.jvsite.info/albums/tumblr_photos/Philippines.png" align="middle" alt="Phlippine Flag"/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;Two weeks after Code Red, Code Red II worm is released. &lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt; A&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;lthough similar in behavior to the Code Red worm, analysis showed it to be a new worm instead of a variant. The worm was designed to exploit a security hole in the indexing software included as part of Microsoft&amp;#8217;s&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;Internet Information Server&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;(IIS) web server software.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; It is&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;pseudo-randomly&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;chose targets on the same or different subnets as the infected machines according to a fixed probability distribution, favoring targets on its own subnet more often than not, and it used the pattern XXXXXXXX&amp;#8230; instead of NNNNNNNN&amp;#8230;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Nimda - 2001&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Origin&amp;#160;: China &lt;img height="40" width="64" src="http://imagemanager.jvsite.info/albums/tumblr_photos/People-Republic-of-China.png" align="middle" alt="People Republic of China"/&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Shortly after the September 11 tragedy this computer virus infected hundreds of thousands of computers worldwide. Nimda was considered to be&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;one of the most complicated viruses&lt;/strong&gt;, having&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;5 different methods of infecting&lt;/strong&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;computers systems and being able to duplicate itself.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Downadup - 2009&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The latest and most dangerous virus is the&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;&lt;em&gt;&amp;#8220;downadup&amp;#8221;&lt;/em&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;worm&lt;/strong&gt;, which was also called&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;em&gt;&amp;#8220;Conficker&amp;#8221;&lt;/em&gt;. The computer security company&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;F-Secure&lt;/strong&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;stated that the computer virus has infected 3.5 million computers worldwide. This malicious program was able to spread using a&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;strong&gt;patched Windows flaw&lt;/strong&gt;. Downadup was so &amp;#8220;successful&amp;#8221; in spreading across the Web, because it used a flaw that Microsoft patched in October in order to distantly compromise computers that ran unpatched versions of Microsoft&amp;#8217;s operating system. But the greatest power of the worm is believed to be the ability of computers, infected with the worm, to download destructive code from a random drop point. F-Secure stated that three of the most affected countries were China, Brazil and Russia.&lt;/p&gt;</description><link>http://peashooterinfotech.tumblr.com/post/3477287109</link><guid>http://peashooterinfotech.tumblr.com/post/3477287109</guid><pubDate>Wed, 23 Feb 2011 23:28:00 -0500</pubDate><category>viruses</category><category>computer viruses</category><category>i love you</category><category>melissa</category><category>downadup</category></item><item><title>World IPv6 Day</title><description>&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;strong&gt;Major Web Companies like Google,&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;Facebook,&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;Yahoo!,&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;Akamai&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;and&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;Limelight Networks and etc&lt;/strong&gt;, &lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;will offer their content over IPv6 for a 24-hour &amp;#8220;test flight&amp;#8221; on June 8, 2011. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;According to Google from their official blog,&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-converted-space"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;On World IPv6 Day, we’ll be taking the next big step. Together with major web companies such as Facebook and Yahoo!, we will enable IPv6 on our main websites for 24 hours. This is a crucial phase in the transition, because while IPv6 is widely deployed in many networks, it’s never been used at such a large scale before. We hope that by working together with a common focus, we can help the industry prepare for the new protocol, find and resolve any unexpected issues, and pave the way for global deployment.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-converted-space"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;Google also stated &lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;that Internet users don’t need to do anything special to prepare for World IPv6 Day. Their current measurements suggest that the vast majority (99.95%) of users will be unaffected.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description><link>http://peashooterinfotech.tumblr.com/post/3427481019</link><guid>http://peashooterinfotech.tumblr.com/post/3427481019</guid><pubDate>Mon, 21 Feb 2011 13:21:00 -0500</pubDate><category>ipv4</category><category>ipv6</category><category>world ipv6 day</category><category>launching of ipv6</category></item><item><title>IPv4 vs IPv6</title><description>&lt;p&gt;&lt;strong&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;What is the difference between IPv4 and IPv6?&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;Internet Protocol Version 4 (IPv4)&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;The &lt;strong&gt;Internet Protocol Version 4&lt;/strong&gt; or also known as &lt;strong&gt;IPv4&lt;/strong&gt; is the widely or commonly used internet protocol version around the world.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;IPv4 is a connectionless protocol for use on&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;packet-switched&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;Link Layer&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;networks (e.g.,&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;Ethernet). It operates on a&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;best effort delivery&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;model, in that it does not guarantee delivery, nor does it assure proper sequencing or avoidance of duplicate delivery. These aspects, including data integrity, are addressed by an&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;upper layer&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;transport protocol (e.g.,&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;Transmission Control Protocol).&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;
&lt;p&gt;IPv4 uses 32-bit&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;(four-byte) addresses, which limits the&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;address space&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;to 4,294,967,296 (2&lt;sup&gt;32&lt;/sup&gt;) possible unique addresses. However, some are reserved for special purposes such as private networks&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;(~18 million addresses) or&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;multicast&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;addresses (~270 million addresses). This reduces the number of addresses that can potentially be allocated for routing on the public Internet. As addresses are being incrementally delegated to end users, an&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;IPv4 address shortage&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;has been developing. Network addressing architecture redesign via&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;classful network design,&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;Classless Inter-Domain Routing, and&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;network address translation&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;(NAT) have contributed to delay significantly the inevitable exhaustion; but on February 3, 2011, IANA&amp;#8217;s primary address pool was exhausted when the last 5 blocks were allocated to the 5&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;regional Internet registries&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;(RIRs).&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This limitation has stimulated the development of&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;IPv6, which is currently in the early stages of deployment, and is the only long-term solution.&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;IPv4 addresses may simply be written in any notation expressing a 32-bit integer value, but for human convenience, they are most often written in&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;dot-decimal notation, which consists of the four octets of the address expressed separately in&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;decimal&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;and separated by periods.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;img height="459" width="414" src="http://imagemanager.jvsite.info/albums/tumblr_photos/image08.gif" align="middle" alt="IPv4 in windows"/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;img height="400" width="400" src="http://imagemanager.jvsite.info/albums/tumblr_photos/AirPort-UsingDHCP.gif" align="middle" alt="IPv4 in Mac"/&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;strong&gt;&lt;img height="500" width="541" src="http://imagemanager.jvsite.info/albums/tumblr_photos/3.jpg" alt="IPv4 in linux"/&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;strong&gt;Internet Protocol Version 6 (IPv6)&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;The &lt;strong&gt;Internet Protocol Version 6&lt;/strong&gt; or also known as &lt;strong&gt;IPv6&lt;/strong&gt;, &lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;is a version of the&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;Internet Protocol&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;(IP) that is designed to succeed&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;Internet Protocol version 4&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;(IPv4) and the only long-term solution of IPv4 address shortage or exhaustion. It &lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;was developed by the&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;Internet Engineering Task Force&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;(IETF). &lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;Like IPv4, IPv6 is an&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;Internet Layer&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;protocol for&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;packet-switched internetworking&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;and provides end-to-end&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;datagram&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;transmission across multiple IP networks. It uses 128-bit addresses, so the new address space supports 2&lt;sup&gt;128&lt;/sup&gt;(approximately 340&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;undecillion&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;or&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;span&gt;3.4&lt;span&gt;×&lt;/span&gt;10&lt;sup&gt;38&lt;/sup&gt;&lt;/span&gt;) addresses. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;This expansion allows for many more devices and users on the internet as well as extra flexibility in allocating addresses and efficiency for routing traffic. It also eliminates the primary need for&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;network address translation&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;(NAT), which gained widespread deployment as an effort to alleviate IPv4 address exhaustion.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;It also implements additional features not present in IPv4. It simplifies aspects of address assignment (stateless address autoconfiguration) and network renumbering (prefix and router announcements) when changing Internet connectivity providers. The IPv6&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;subnet&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;size has been standardized by fixing the size of the host identifier portion of an address to 64 bits to facilitate an automatic mechanism for forming the host identifier from&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;link layer&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;media addressing information (MAC address).&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;Network security&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;is also integrated into the design of the IPv6 architecture, and the IPv6 specification mandates support for Internet Protocol Security (IPsec)&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;as a fundamental interoperability requirement.It&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt; will also expand the capabilities of the Internet and enable a variety of valuable and exciting scenarios, including peer-to-peer and mobile apps.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;
&lt;p&gt;IPv6 addresses have two logical parts: a 64-bit network prefix, and a 64-bit host address part. (The host address is often automatically generated from the interface MAC address.) An IPv6 address is represented by 8 groups of 16-bit hexadecimal values separated by colons (:) shown as follows:&lt;/p&gt;
&lt;p&gt;A typical example of an IPv6 address is&lt;/p&gt;
&lt;dl&gt;&lt;dd&gt;2001:0db8:85a3:0000:0000:8a2e:0370:7334.&lt;/dd&gt;&lt;/dl&gt;&lt;p&gt;The hexadecimal digits are case-insensitive.&lt;/p&gt;
&lt;p&gt;The 128-bit IPv6 address can be abbreviated with the following rules:&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Rule one: Leading zeroes within a 16-bit value may be omitted. For example, the address&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;code&gt;fe80:0000:0000:0000:0202:b3ff:fe1e:8329&lt;/code&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;may be written as&lt;code&gt;fe80:0:0:0:202:b3ff:fe1e:8329&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Rule two: A single occurrence of consecutive groups of zeroes within an address may be replaced by a double colon. For example,&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;code&gt;fe80:0:0:0:202:b3ff:fe1e:8329&lt;/code&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;becomes&lt;code&gt;fe80::202:b3ff:fe1e:8329&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;code&gt;&lt;img height="400" width="400" src="http://imagemanager.jvsite.info/albums/tumblr_photos/IC147332.gif" align="middle" alt="IPv6 in windows"/&gt;&lt;/code&gt;&lt;/p&gt;</description><link>http://peashooterinfotech.tumblr.com/post/3426957311</link><guid>http://peashooterinfotech.tumblr.com/post/3426957311</guid><pubDate>Mon, 21 Feb 2011 12:52:00 -0500</pubDate><category>ipv4</category><category>ipv6</category><category>ipv4 vs ipv6</category><category>internet protocol</category><category>internet security</category><category>ipv6 additional features</category><category>ipv4 shortage</category></item><item><title>Internet Protocol</title><description>&lt;p&gt;&lt;strong&gt;What is Internet Protocol?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;Internet Protocol &lt;/strong&gt;is the principal communications protocol used in exchanging data packets across an internetwork using the &lt;strong&gt;Internet Protocol Suite&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Responsible in routing packets across network boundaries. And it is also the primary protocol that establishes the &lt;strong&gt;Internet&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;IP is the primary protocol in the&lt;span class="Apple-converted-space"&gt; Internet Layer&lt;/span&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;of the Internet Protocol Suite and has the task of delivering datagrams from the source host&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;to the destination host solely based on their address also known as IP Address. For this purpose, IP defines addressing methods and structures for datagram encapsulation or packet encapsulation.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;Historically, IP was the connectionless datagram service in the original Transmission Control Program introduced by&lt;span class="Apple-converted-space"&gt; Vint Cerf&lt;/span&gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;and&lt;span class="Apple-converted-space"&gt; Bob&lt;/span&gt; Kahn&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;in 1974, the other being the connection-oriented &lt;strong&gt;Transmission Control Protocol&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/strong&gt;(TCP). The Internet Protocol Suite is therefore often referred to as TCP/IP.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;The first major version of IP, now referred to as&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;Internet Protocol Version 4&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;(IPv4) is the widely used protocol of the Internet, although the successor, Internet Protocol Version 6&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;(IPv6) is in active, growing deployment worldwide.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span"&gt;&lt;img height="400" width="400" src="http://imagemanager.jvsite.info/albums/tumblr_photos/internetprotocol.png" align="middle" alt="Internet Protocol"/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description><link>http://peashooterinfotech.tumblr.com/post/3425777877</link><guid>http://peashooterinfotech.tumblr.com/post/3425777877</guid><pubDate>Mon, 21 Feb 2011 11:44:00 -0500</pubDate><category>internet</category><category>internet protocol</category><category>ipv4</category><category>ipv6</category><category>internet protocol suite</category><category>network</category><category>data packet exchange</category><category>transmission control protocol</category><category>TCP/IP</category><category>TCP</category></item><item><title>The Birth of World Wide Web (WWW)</title><description>&lt;p&gt;Although the basic applications and guidelines that make the Internet possible had existed for almost two decades, the network did not gain a public face and fame until the early 1990s.&lt;/p&gt;
&lt;p&gt;On 6 August 1991,&lt;strong&gt; CERN&lt;/strong&gt; (&lt;em&gt;Conseil Européen pour la Recherche Nucléaire&lt;/em&gt; ), a pan-European organization for particle research, publicized the new World Wide Web project. The Web was invented by British scientist Sir Tim Berners-Lee in 1989.&lt;/p&gt;
&lt;p&gt;Sir Tim Berners-Lee created a browser-editor with the goal of developing a tool to make the Web a creative space to share and edit information and build a common hypertext.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;FIRST WEB BROWSER&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The first web browser was developed by &lt;strong&gt;National Center for Supercomputing Applications &lt;/strong&gt;at the &lt;strong&gt;University of Illinois &lt;/strong&gt;and they named it &lt;strong&gt;Mosaic&lt;/strong&gt;. The screenshot of the first browser is shown below.&lt;/p&gt;
&lt;p&gt;&lt;img height="500" width="500" src="http://imagemanager.jvsite.info/albums/tumblr_photos/mosaic.1.0_1297270642.jpg" align="middle" alt="credits to NCSA/University of Illinois."/&gt;&lt;/p&gt;
&lt;p&gt;credits to&amp;#160;: NCSA Image Archive / NCSA /University of Illinois.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;FIRST WEB SERVER&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The first Web Server in the world was the &lt;strong&gt;Next Computer &lt;/strong&gt;that was used by Sir Tim Berners-Lee in developing and editing the first HTML Documents.&lt;/p&gt;
&lt;p&gt;&lt;img height="500" width="500" src="http://imagemanager.jvsite.info/albums/tumblr_photos/800px-First_Web_Server.jpg" align="middle" alt="credits to : en.wikepedia.org"/&gt;&lt;/p&gt;
&lt;p&gt;credits to&amp;#160;: en.wikepedia.org / User:Aavindraa / Under GNU Public License V.1.2&lt;/p&gt;</description><link>http://peashooterinfotech.tumblr.com/post/3200366627</link><guid>http://peashooterinfotech.tumblr.com/post/3200366627</guid><pubDate>Wed, 09 Feb 2011 12:11:00 -0500</pubDate><category>Tim Berners-Lee</category><category>birth of world wide web</category><category>cern</category><category>first web browser</category><category>first web server</category><category>internet</category><category>mosaic</category><category>world wide web</category><category>www</category><category>w3</category></item><item><title>History of Internet</title><description>&lt;p&gt;Before 1990&amp;#8217;s where Sir Tim Berners-Lee invented the Interactive Internet, Hypertext Mark-up Language (HTML) and the World Wide Web (WWW), there is already internet&amp;#8230;&lt;/p&gt;
&lt;p&gt;The early Internet was used by computer experts, engineers, scientists, and librarians. There was nothing friendly about it. There were no home or office personal computers in those days, and anyone who used it, whether a computer professional or an engineer or scientist or librarian, had to learn to use a very complex system.&lt;/p&gt;
&lt;p&gt;The Internet was a result in visionary thinking of people in 1960&amp;#8217;s who saw great potential value in allowing computers to share information on research and development in scientific and military fields.&lt;/p&gt;
&lt;p&gt;Joseph Carl Robnett Licklider of Massachusetts Institute of Technology (MIT),first proposed the global network of computers in 1962.He moved out to Defense Advanced Research Projects Agency (DARPA) in late 1962 to head the work to develop it.&lt;/p&gt;
&lt;p&gt;Leonard Klienrock of MIT and ULCA later developed the &lt;strong&gt;theory of packet switching&lt;/strong&gt;, which is the basis of Internet connections.&lt;/p&gt;
&lt;p&gt;Later in 1965, Lawrence Roberts of MIT connected a Massachusetts computer with a California computer through &lt;strong&gt;dial-up lines&lt;/strong&gt;. It showed the effect of wide area networking (WAN), but it also showed that the telephone line is inadequate.&lt;/p&gt;
&lt;p&gt;One year after the connection of dial-up lines, Kleinrock&amp;#8217;s packet switching theory was confirmed. Roberts move over to DARPA and developed his plan for ARPANET.&lt;/p&gt;
&lt;p&gt;The Internet, then known as &lt;strong&gt;ARPANET&lt;/strong&gt;, was brought online in 1969 under a contract let by the renamed Advanced Research Projects Agency (ARPA).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;E-mail &lt;/strong&gt;was adapted for ARPANET by Ray Tomlinson of BBN in 1972. He picked the @ symbol from the available symbols on his teletype to link the username and address.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;telnet&lt;/strong&gt; protocol, enabling logging on to a remote computer, was published as a Request for Comments (RFC) in 1972. RFC&amp;#8217;s are a means of sharing developmental work throughout community or forums in our years&amp;#8230;&lt;/p&gt;
&lt;p&gt;The&lt;strong&gt; ftp &lt;/strong&gt;(file transfer) protocol, enabling file transfers between Internet sites, was published as an RFC in 1973, and from then on RFC&amp;#8217;s were available electronically to anyone who had use of the ftp protocol.&lt;/p&gt;
&lt;p&gt;The Internet matured in the 70&amp;#8217;s as a result of the &lt;strong&gt;TCP/IP &lt;/strong&gt;architecture first proposed by Bob Kahn.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;Unix to Unix Copy Protocol &lt;/strong&gt;(UUCP) was invented in 1978 at Bell Labs. Usenet was started in 1979 based on UUCP.&lt;/p&gt;
&lt;p&gt;Similarly, &lt;strong&gt;BITNET&lt;/strong&gt; (Because It&amp;#8217;s Time Network) connected IBM mainframes around the educational community and the world to provide mail services beginning in 1981.&lt;/p&gt;
&lt;p&gt;In 1986, the National Science Foundation funded &lt;strong&gt;NSFNet&lt;/strong&gt; as a cross country 56&amp;#160;Kbps backbone for the Internet.&lt;/p&gt;
&lt;p&gt;As the commands for &lt;strong&gt;E-mail&lt;/strong&gt;, &lt;strong&gt;Telnet&lt;/strong&gt;, and&lt;strong&gt; FTP &lt;/strong&gt;were standardized, it became a lot easier for non-technical people to learn to use the nets.&lt;/p&gt;</description><link>http://peashooterinfotech.tumblr.com/post/3199789875</link><guid>http://peashooterinfotech.tumblr.com/post/3199789875</guid><pubDate>Wed, 09 Feb 2011 11:19:00 -0500</pubDate><category>history of internet</category><category>internet</category><category>unix</category><category>bitnet</category><category>NSFNet</category><category>ARPANET</category><category>early internet</category></item><item><title>Which is better? CRT or LCD Monitor?</title><description>&lt;p&gt;&lt;img alt="CRT or LCD which is better?" src="http://imagemanager.jvsite.info/albums/tumblr_photos/crtvslcd.png" align="middle" height="400" width="400"/&gt;&lt;/p&gt;
&lt;p&gt;Well, its very hard to choose which monitor will you choose.&lt;/p&gt;
&lt;p&gt;But here are some tips that might help in your decision of which monitor will you choose.&lt;/p&gt;
&lt;p&gt;CRT (Cathode Ray Tube) monitors is mostly used in graphic designers, studio centers, medical equipments and to some companies that needs color advantages.&lt;/p&gt;
&lt;p&gt;Some advantages of CRT monitors:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Multisync Capable &lt;/li&gt;
&lt;li&gt;High Refresh Rates &lt;/li&gt;
&lt;li&gt;Color Clarity and Depth &lt;/li&gt;
&lt;li&gt;Affordable (about Php 1500 - 4000)&lt;/li&gt;
&lt;li&gt;Can be used at any resolution up to the maximum supported. No image quality  is lost at any resolution.&lt;/li&gt;
&lt;li&gt;Wide viewing angle &lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Some disadvantages of CRT monitors:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Very Heavy and Large or Very Bulky&lt;/li&gt;
&lt;li&gt;Use Large Amounts of Energy &lt;/li&gt;
&lt;li&gt;Generate Excess Heat &lt;/li&gt;
&lt;li&gt;Emit electromagnetic radiation&lt;/li&gt;
&lt;li&gt;Suffers also from burn-in problems&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;LCD (Liquid Crystal Display) monitor is commonly used in offices, internet cafes, study rooms because of its slimness and lightness. It is also mostly preferred by health conscious because it emits lower radiation than CRT monitors.&lt;/p&gt;
&lt;p&gt;Some advantages of LCD monitors:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Smaller and Lighter or Not too bulky&lt;/li&gt;
&lt;li&gt;Energy Efficient &lt;/li&gt;
&lt;li&gt;Causes Less Eye Fatigues&lt;/li&gt;
&lt;li&gt;Flicker Free Images&lt;/li&gt;
&lt;li&gt;Little or No Radiation&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Some disadvantages of LCD Monitor&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Blurry Images Outside Native Resolution &lt;/li&gt;
&lt;li&gt;Motion Blur on Fast Moving Images &lt;/li&gt;
&lt;li&gt;Some Models are Cheaper but they reduce the color clarity &lt;/li&gt;
&lt;li&gt;Expensive in high quality monitors (about Php 4000-10,000)&lt;/li&gt;
&lt;li&gt;Not ideal for Standard Definition (SD) videos, but great for High Definition (HD)  videos &lt;/li&gt;
&lt;/ul&gt;</description><link>http://peashooterinfotech.tumblr.com/post/3119397144</link><guid>http://peashooterinfotech.tumblr.com/post/3119397144</guid><pubDate>Sat, 05 Feb 2011 01:56:00 -0500</pubDate><category>CRT vs LCD</category><category>CRT</category><category>LCD</category><category>which is better CRT or LCD</category><category>advantages of CRT</category><category>advantages of LCD</category></item></channel></rss>
