<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2021704169299797152</id><updated>2011-12-03T18:51:36.650+05:30</updated><title type='text'>IgniTech - Vinoth</title><subtitle type='html'>Igniting The Technology</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default?start-index=101&amp;max-results=100'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>120</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-5618888760325783278</id><published>2011-09-27T20:24:00.002+05:30</published><updated>2011-09-27T20:24:41.505+05:30</updated><title type='text'>Change XP password via command line</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="ii gt" id=":122"&gt;&lt;div id=":117"&gt;I submitted  this quick tip to Lifehacker in the past. If you feel the need to  change your Windows password, you don’t need to go through any Control  Panel menus and whatnot. You can change any user’s password via the  command line, as long as you have administrative access. A good example  of when to use this tip would be after a fresh install of XP. One of the  first things you should do is lo into the default Administrator account  and set a password. That requires booting into Safe Mode as  Administrator, setting a password, then booting back into Normal mode as  your own user. Instead, go to &lt;strong&gt;Start &amp;gt; Run &amp;gt; “cmd” [Enter]&lt;/strong&gt;, then enter:&lt;br /&gt;&lt;blockquote&gt;net user &lt;username&gt; &lt;password&gt;&lt;/password&gt;&lt;/username&gt;&lt;/blockquote&gt;&lt;img alt="netuser1.jpg" height="33" src="http://www.allthingsmarked.com/wp-content/uploads/2006/08/netuser1.jpg" width="429" /&gt;&lt;br /&gt;This will set the password you supplied as the password for the user you entered. You can also do:&lt;br /&gt;&lt;blockquote&gt;net user &lt;username&gt; *&lt;/username&gt;&lt;/blockquote&gt;&lt;img alt="netuser2.jpg" height="59" src="http://www.allthingsmarked.com/wp-content/uploads/2006/08/netuser2.jpg" width="372" /&gt;&lt;br /&gt;This will prompt you for a password, then have you confirm it.&lt;br /&gt;&lt;span style="color: red;"&gt;&lt;strong&gt;NOTE&lt;/strong&gt;:&lt;/span&gt; you need  administrator access to change the password via this command. However,  if you are an administrator, you can change the password for any account  on the machine. As you can see, this is a very powerful command, but it  can also pose as a security threat.&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-5618888760325783278?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/5618888760325783278/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2011/09/change-xp-password-via-command-line.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/5618888760325783278'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/5618888760325783278'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2011/09/change-xp-password-via-command-line.html' title='Change XP password via command line'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-8777805049706522708</id><published>2011-03-04T15:07:00.000+05:30</published><updated>2011-03-04T15:07:41.155+05:30</updated><title type='text'>PHP Exception Handling</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt; &lt;br /&gt;&lt;span class="style118"&gt;Exceptions are used to change the normal flow of a script  if a specified error occurs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="style4"&gt;&lt;strong&gt;What is an Exception?&lt;/strong&gt;&lt;/div&gt;&lt;div class="style4"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="style118"&gt;With PHP 5 came a new object oriented way of dealing with  errors.&lt;/div&gt;&lt;div class="style118"&gt;&lt;br /&gt;Exception handling is used to change the normal flow of  the code execution if a specified error (exceptional) condition occurs. This  condition is called an exception.&lt;br /&gt;&lt;br /&gt;This is what normally happens when an  exception is triggered:&lt;/div&gt;&lt;ul class="style118" type="disc"&gt;&lt;li&gt; The current code state is saved&lt;br /&gt;&lt;/li&gt;&lt;li&gt; The code execution will switch to a predefined (custom) exception handler  function &lt;br /&gt;&lt;/li&gt;&lt;li&gt; Depending on the situation, the handler may then resume the execution from  the saved code state, terminate the script execution or continue the script from  a different location in the code&lt;/li&gt;&lt;/ul&gt;&lt;div class="style118"&gt;We will show different error handling methods:&lt;/div&gt;&lt;ul class="style118" type="disc"&gt;&lt;li&gt; Basic use of Exceptions&lt;br /&gt;&lt;/li&gt;&lt;li&gt; Creating a custom exception handler&lt;br /&gt;&lt;/li&gt;&lt;li&gt; Multiple exceptions&lt;br /&gt;&lt;/li&gt;&lt;li&gt; Re-throwing an exception&lt;br /&gt;&lt;/li&gt;&lt;li&gt; Setting a top level exception handler&lt;/li&gt;&lt;/ul&gt;&lt;div class="style118"&gt;&lt;strong&gt;Note:&lt;/strong&gt; Exceptions should only be used with  error conditions, and should not be used to jump to another place in the code at  a specified point.&amp;nbsp;&lt;/div&gt;&lt;div align="left" style="height: auto;"&gt; &lt;div align="justify"&gt;&lt;span class="style4"&gt;&lt;strong&gt;Basic Use of  Exceptions&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;span class="style118 style118"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="justify" class="style118"&gt;When an exception is thrown, the code following  it will not be executed, and PHP will try to find the matching "catch"  block.&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;br /&gt;If an exception is not caught, a fatal error  will be issued with an "Uncaught Exception" message.&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;br /&gt;Lets try to throw an exception without  catching it:&lt;/div&gt;&lt;div class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="style19"&gt;&lt;!--?php&lt;br--&gt;//create function with an exception&lt;br /&gt;function  checkNum($number)&lt;br /&gt;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;if($number&amp;gt;1)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;throw new  Exception("Value must be 1 or below");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;return  true;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;//trigger exception&lt;br /&gt;checkNum(2);&lt;br /&gt;?&amp;gt;&lt;/div&gt;&lt;div class="style20"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="style118"&gt;&lt;strong&gt;The code above will get an error like  this:&lt;/strong&gt;&lt;/div&gt;&lt;div class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="style118"&gt;&lt;strong&gt;Fatal error:&lt;/strong&gt; Uncaught exception  'Exception'&lt;br /&gt;with message 'Value must be 1 or below' in  C:\webfolder\test.php:6&lt;/div&gt;&lt;div class="style118"&gt;&lt;br /&gt;&lt;strong&gt;Stack trace:&lt;/strong&gt; #0  C:\webfolder\test.php(12):&lt;br /&gt;checkNum(28) #1 {main} thrown in  C:\webfolder\test.php on line 6&lt;/div&gt;&lt;div class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;span class="style118"&gt;&lt;span class="style4"&gt;&lt;strong&gt;Try, throw and  catch&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div align="justify"&gt;&lt;span class="style118"&gt;&lt;br /&gt;To avoid the error from the example  above, we need to create the proper code to handle an exception. &lt;br /&gt;Proper  exception code should include:&lt;/span&gt;&lt;/div&gt;&lt;ol class="style118"&gt;&lt;li&gt; &lt;div align="justify"&gt;Try - A function using an exception should be in a "try" block.  If the exception does not trigger, the code will continue as normal. However if  the exception triggers, an exception is "thrown"&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;Throw - This is how you trigger an exception. Each "throw" must  have at least one "catch"&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;Catch - A "catch" block retrieves an exception and creates an  object containing the exception information&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div align="justify" class="style118"&gt;Lets try to trigger an exception with valid  code:&lt;/div&gt;&lt;div class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="style20"&gt;&lt;strong&gt;&lt;!--?php&lt;br--&gt;//create function with an  exception&lt;br /&gt;function  checkNum($number)&lt;br /&gt;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;if($number&amp;gt;1)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;throw new  Exception("Value must be 1 or below");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;return  true;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;//trigger exception in a "try"  block&lt;br /&gt;try&lt;br /&gt;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;checkNum(2);&lt;br /&gt;&amp;nbsp;&amp;nbsp;//If the exception is thrown, this  text will not be shown&lt;br /&gt;&amp;nbsp;&amp;nbsp;echo 'If you see this, the number is 1 or  below';&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;//catch exception&lt;br /&gt;catch(Exception $e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;echo  'Message: ' .$e-&amp;gt;getMessage();&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;?&amp;gt;&lt;/strong&gt;&lt;/div&gt;&lt;div class="style118"&gt;&lt;br /&gt;The code above will get an error like this:&lt;/div&gt;&lt;div class="style118"&gt;Message: Value must be 1 or below&lt;/div&gt;&lt;div class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;span class="style118"&gt;&lt;strong&gt;Example  explained:&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;span class="style118"&gt;&lt;br /&gt;The code above throws an exception and  catches it:&lt;/span&gt;&lt;/div&gt;&lt;ol class="style118"&gt;&lt;li&gt; &lt;div align="justify"&gt;The checkNum() function is created. It checks if a number is  greater than 1. If it is, an exception is thrown&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;The checkNum() function is called in a "try" block&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;The exception within the checkNum() function is thrown&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;The "catch" block retrives the exception and creates an object  ($e) containing the exception information&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;The error message from the exception is echoed by calling  $e-&amp;gt;getMessage() from the exception object&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div align="justify" class="style118"&gt;However, one way to get around the "every throw  must have a catch" rule is to set a top level exception handler to handle errors  that slip through.&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;strong&gt;Creating a Custom Exception  Class&lt;/strong&gt;&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;br /&gt;Creating a custom exception handler is quite  simple. We simply create a special class with functions that can be called when  an exception occurs in PHP. The class must be an extension of the exception  class.&lt;br /&gt;The custom exception class inherits the properties from PHP's  exception class and you can add custom functions to it.&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify" class="style118"&gt;Lets create an exception class:&lt;/div&gt;&lt;div class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="style22"&gt;&lt;!--?php&lt;br--&gt;class customException extends  Exception&lt;br /&gt;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;public function errorMessage()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//error  message&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$errorMsg = 'Error on line '.$this-&amp;gt;getLine().' in  '.$this-&amp;gt;getFile()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.': &lt;b&gt;'.$this-&amp;gt;getMessage().'&lt;/b&gt;  is not a valid E-Mail address';&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $errorMsg; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&amp;nbsp;&lt;/div&gt;&lt;div class="style22"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="style22"&gt;$email =  "someone@example...com";&lt;br /&gt;&lt;br /&gt;try&lt;br /&gt;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;//check  if&lt;br /&gt;&amp;nbsp;&amp;nbsp;if(filter_var($email, FILTER_VALIDATE_EMAIL) ===  FALSE)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//throw exception if email is not valid&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;throw new  customException($email);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;catch (customException  $e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;//display custom message&lt;/div&gt;&lt;div class="style22"&gt;echo $e-&amp;gt;errorMessage();&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;?&amp;gt;&lt;/div&gt;&lt;div class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify" class="style118"&gt;The new class is a copy of the old exception  class with an addition of the errorMessage() function. Since it is a copy of the  old class, and it inherits the properties and methods from the old class, we can  use the exception class methods like getLine() and getFile() and getMessage().&amp;nbsp;&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;span class="style118"&gt;&lt;strong&gt;Example  explained:&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;div align="justify"&gt;&lt;span class="style118"&gt;&lt;br /&gt;The code above throws an exception and  catches it with a custom exception class:&lt;/span&gt;&lt;/div&gt;&lt;ol style="text-align: left;"&gt;&lt;li class="style118"&gt; &lt;div align="justify"&gt;The customException() class is created as an extension of the  old exception class. This way it inherits all methods and properties from the  old exception class&lt;/div&gt;&lt;/li&gt;&lt;li class="style118"&gt; &lt;div align="justify"&gt;The errorMessage() function is created. This function returns  an error message if an e-mail address is invalid&lt;/div&gt;&lt;/li&gt;&lt;li class="style118"&gt; &lt;div align="justify"&gt;The $email variable is set to a string that is not a valid  e-mail address&lt;/div&gt;&lt;/li&gt;&lt;li class="style118"&gt; &lt;div align="justify"&gt;The "try" block is executed and an exception is thrown since  the e-mail address is invalid&lt;/div&gt;&lt;/li&gt;&lt;li class="style118"&gt; &lt;div align="justify" class="style118"&gt;The "catch" block catches the exception and  displays the error message&lt;/div&gt;&lt;div align="justify" class="style118"&gt; &lt;/div&gt;&lt;div align="justify" class="style118"&gt; &lt;/div&gt;&lt;div align="justify" class="style118"&gt; &lt;/div&gt;&lt;div class="style4" style="text-align: left;"&gt;&lt;strong&gt;Multiple Exceptions&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div class="style118" style="text-align: left;"&gt;&lt;br /&gt;It is possible for a script to use multiple  exceptions to check for multiple conditions.&lt;/div&gt;&lt;div style="text-align: left;"&gt; &lt;/div&gt;&lt;div class="style118" style="text-align: left;"&gt;&lt;br /&gt;It is possible to use several if..else  blocks, a switch, or nest multiple exceptions. These exceptions can use  different exception classes and return different error messages:&lt;/div&gt;&lt;div style="text-align: left;"&gt; &lt;/div&gt;&lt;div class="style118" style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt; &lt;/div&gt;&lt;div class="style120" style="text-align: left;"&gt;&lt;!--?php&lt;br--&gt;class customException extends  Exception&lt;br /&gt;{&lt;br /&gt;public function errorMessage()&lt;br /&gt;{&lt;br /&gt;//error  message&lt;br /&gt;$errorMsg = 'Error on line '.$this-&amp;gt;getLine().' in  '.$this-&amp;gt;getFile()&lt;br /&gt;.': &lt;b&gt;'.$this-&amp;gt;getMessage().'&lt;/b&gt; is  not a valid E-Mail address';&lt;br /&gt;return $errorMsg;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;$email =  "someone@example.com";&lt;br /&gt;&lt;br /&gt;try&lt;br /&gt;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;//check  if&lt;br /&gt;&amp;nbsp;&amp;nbsp;if(filter_var($email, FILTER_VALIDATE_EMAIL) ===  FALSE)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//throw exception if email is not valid&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;throw new  customException($email);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;//check for "example" in mail  address&lt;br /&gt;&amp;nbsp;&amp;nbsp;if(strpos($email, "example") !== FALSE)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;throw new  Exception("$email is an example e-mail");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;catch  (customException $e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;echo $e-&amp;gt;errorMessage();&amp;nbsp;&amp;nbsp;}&lt;/div&gt;&lt;div class="style118" style="text-align: left;"&gt; &lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="style118" style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="style22"&gt;}&lt;br /&gt;&lt;br /&gt;catch(Exception $e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;echo  $e-&amp;gt;getMessage();&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;?&amp;gt;&lt;/div&gt;&lt;div class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;strong&gt;Example explained:&lt;/strong&gt;&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;br /&gt;The code above tests two conditions and  throws an exception if any of the conditions are not met:&lt;/div&gt;&lt;ol class="style118"&gt;&lt;li&gt; &lt;div align="justify"&gt;The customException() class is created as an extension of the  old exception class. This way it inherits all methods and properties from the  old exception class&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;The errorMessage() function is created. This function returns  an error message if an e-mail address is invalid&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;The $email variable is set to a string that is a valid e-mail  address, but contains the string "example"&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;The "try" block is executed and an exception is not thrown on  the first condition&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;The second condition triggers an exception since the e-mail  contains the string "example"&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;The "catch" block catches the exception and displays the  correct error message&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div align="justify" class="style118"&gt;If there was no customException catch, only the  base exception catch, the exception would be handled there&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;strong&gt;Re-throwing Exceptions&lt;/strong&gt;&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;br /&gt;Sometimes, when an exception is thrown, you  may wish to handle it differently than the standard way. It is possible to throw  an exception a second time within a "catch" block.&lt;br /&gt;A script should hide  system errors from users. System errors may be important for the coder, but is  of no interest to the user. To make things easier for the user you can re-throw  the exception with a user friendly message:&lt;/div&gt;&lt;div class="style22" style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="style118" style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="style118" style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="style22"&gt;&lt;!--?php&lt;br--&gt;class customException extends  Exception&lt;br /&gt;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;public function errorMessage()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//error  message&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$errorMsg = $this-&amp;gt;getMessage().' is not a valid E-Mail  address.';&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $errorMsg;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;$email =  "someone@example.com";&lt;br /&gt;&lt;br /&gt;try&lt;br /&gt;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;try&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//check for  "example" in mail address&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(strpos($email, "example") !==  FALSE)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div class="style22"&gt;//throw exception if email is not valid&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;throw new  Exception($email);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;catch(Exception  $e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//re-throw exception&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;throw new  customException($email);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;catch (customException  $e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;//display custom message&lt;br /&gt;&amp;nbsp;&amp;nbsp;echo  $e-&amp;gt;errorMessage();&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;?&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class="style22"&gt;&lt;br /&gt;&lt;/div&gt;&lt;span class="style4"&gt;&lt;strong&gt;Example explained:&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;div align="justify"&gt;&lt;span class="style118"&gt;&lt;br /&gt;The code above tests if the  email-address contains the string "example" in it, if it does, the exception is  re-thrown:&lt;/span&gt;&lt;/div&gt;&lt;ol class="style118"&gt;&lt;li&gt; &lt;div align="justify"&gt;The customException() class is created as an extension of the  old exception class. This way it inherits all methods and properties from the  old exception class&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;The errorMessage() function is created. This function returns  an error message if an e-mail address is invalid&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;The $email variable is set to a string that is a valid e-mail  address, but contains the string "example"&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;The "try" block contains another "try" block to make it  possible to re-throw the exception&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;The exception is triggered since the e-mail contains the string  "example"&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;The "catch" block catches the exception and re-throws a  "customException"&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;The "customException" is caught and displays an error  message&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div align="justify" class="style118"&gt;If the exception is not caught in its current  "try" block, it will search for a catch block on "higher levels".&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;span class="style4"&gt;&lt;strong&gt;Set a Top Level Exception  Handler&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="style118"&gt;&lt;br /&gt;The set_exception_handler() function sets a  user-defined function to handle all uncaught exceptions. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="style22"&gt;&lt;!--?php&lt;br--&gt;function myException($exception)&lt;br /&gt;{&lt;br /&gt;echo  "&lt;b&gt;Exception:&lt;/b&gt; " ,  $exception-&amp;gt;getMessage();&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;set_exception_handler('myException');&lt;br /&gt;&lt;br /&gt;throw  new Exception('Uncaught Exception occurred');&lt;br /&gt;?&amp;gt;&lt;/div&gt;&lt;div class="style22"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify" class="style118"&gt;The output of the code above should be something  like this:&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;strong&gt;Exception:&lt;/strong&gt; Uncaught Exception  occurred In the code above there was no "catch" block. Instead, the top level  exception handler triggered. This function should be used to catch uncaught  exceptions.&amp;nbsp;&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify" class="style4"&gt;&lt;strong&gt;Rules for exceptions&lt;/strong&gt;&lt;/div&gt;&lt;ul class="style118" type="disc"&gt;&lt;li&gt; &lt;div align="justify"&gt;Code may be surrounded in a try block, to help catch potential  exceptions&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;Each try block or "throw" must have at least one corresponding  catch block&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;Multiple catch blocks can be used to catch different classes of  exceptions&lt;/div&gt;&lt;/li&gt;&lt;li&gt; &lt;div align="justify"&gt;Exceptions can be thrown (or re-thrown) in a catch block within  a try block&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div align="justify" class="style118"&gt;A simple rule: If you throw something, you have  to catch it.&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="style22"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="justify" class="style118"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="style22"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="style118" style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-8777805049706522708?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/8777805049706522708/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2011/03/php-exception-handling.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/8777805049706522708'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/8777805049706522708'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2011/03/php-exception-handling.html' title='PHP Exception Handling'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-7045759650426758913</id><published>2011-02-12T15:50:00.000+05:30</published><updated>2011-02-12T15:50:22.882+05:30</updated><title type='text'>Ingres OpenROAD</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;OpenROAD&lt;/b&gt; stands for "Open Rapid Object Application Development".&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Ingres OpenROAD is a rapid application development and flexible  deployment solution. With Ingres OpenROAD, developers can quickly build  and deploy sophisticated high performance and high availability business  applications on a variety of platforms, accessing a broad range of data  sources. As a result, you can react to business changes faster and  protect your investment in existing mainframe and client server data and  applications.&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;Rapidly and cost effectively build applications that meet today's high performance and availability needs &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;Quickly deploy those applications across a variety of platforms &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;Protect existing system and database investments by integrating them with new applications &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;Re-use existing and third-party components, speeding development further &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;Decouple business logic from presentation and database functions  increasing performance and availability incrementally and inexpensively &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;Re-deploy applications to other platforms without changing code &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;Easily expose business logic as a web service &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;It is a 4GL development language which include a suite of development tools, with built in IDE  (Written in OpenROAD), Code Repository, allowing applications to be  developed and deployed on Microsoft and UNIX/LINUX platforms.&lt;br /&gt;&lt;br /&gt;OpenROAD started out life in the early nineties as a product called Windows 4GL. When Ingres was re-badged as OpenIngres,  the new name of OpenROAD was born. Since that time it has been through a  number of major developments; the current version is OpenROAD 2006.&lt;br /&gt;&lt;br /&gt;OpenROAD 4.1 introduced an interface to ActiveX controls, providing  access to ActiveX control attributes and methods within the language for  the brave. This mechanism often requires 'Wrapper' DLLs to be written  to handle data type issues, one of which being a 2000 character limit on  strings of text.&lt;/span&gt;&lt;h1&gt;&lt;span style="font-size: small;"&gt;Ingres (database)&lt;/span&gt;&lt;/h1&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Ingres&lt;/b&gt;&amp;nbsp; is a commercially supported, open-source SQL relational database management system  intended to support large commercial and government applications.  Ingres is fully open source with a growing global community of  contributors, but Ingres Corporation controls the development of Ingres  and makes certified binaries available for download, as well as  providing worldwide support.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Ingres was first created as a research project at the University of  California, Berkeley,  starting in the early 1970s and ending in the early 1980s. The original  code, like that from other projects at Berkeley, was available at  minimal cost under a version of the BSD license. Since the mid-1980s,  Ingres has spawned a number of commercial database applications,  including Sybase, Microsoft SQL Server, NonStop SQL and a number of  others. Postgres (&lt;b&gt;Post&lt;/b&gt; In&lt;b&gt;gres&lt;/b&gt;), a project which started in the mid-1980s, later evolved into PostgreSQL.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Ingres is ACID and is fully transactional (including all DDL statements).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Ingres 9.3 was released on October 7, 2009,&lt;sup&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt;it is a limited release targeted at new application development on  Linux and Windows only. Ingres 9.3 is not an upgrade path for existing  Ingres installations or applications.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;sup&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Ingres 10 was released on October 12, 2010,&lt;sup&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt;  which is a full release, supporting upgrade from earlier versions of  the product. Currently available on 32- and 64-bit Linux, 32-bit Windows  and Solaris Sparc.&lt;sup&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/sup&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;i&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;h2&gt;&lt;span style="font-size: small;"&gt;&lt;span&gt;Language structure&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;span style="font-size: small;"&gt;The  syntax of OpenROAD is very closely linked to that of the Ingres  database, with direct support for embedded SQL. In a similar way to  other event based programming languages, code can be placed in groups  for related windows/system events.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;The syntax is similar to Microsoft Visual Basic, allowing OpenROAD  users to quickly adapt to Visual Basic with the help of Intellisense.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;Intellisense is still not available (Q2 of 2008) in the OpenROAD IDE,  however editors like TextPAD have syntax files that allow colour coding  of source files using key word recognition.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;OpenROAD comes with &lt;i&gt;system classes&lt;/i&gt; with following functionality:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;application source (allows to dynamically fetch, create, modify source artifacts)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;database access&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;data types (scalar and complex)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;runtime control&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;visual forms (incl. common widgets and controls)&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&lt;span style="font-size: small;"&gt;&lt;span&gt;Features&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;object oriented language:  class, simple inheritance (no interfaces, currently no  constructor/destructor but planned for version 5.0)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;Cross platform support&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;Integrated Debugger/IDE&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;Integrated Application Server&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;Support for Windows CE development (V5.0)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: small;"&gt;Support for VB.Net/Java Integration&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&lt;span style="font-size: small;"&gt;&lt;span&gt;Platforms&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;span style="font-size: small;"&gt;OpenROAD application can be deployed on the following clients&amp;nbsp;:- Thin Client (Web), Windows, and various flavours of Linux/Unix.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;It has support for n-tier systems by using the OpenROAD Application  Server. The Application Server can be deployed on Windows or Linux/Unix  platforms.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;It has built in support for the Ingres database, or one of the  following using a product called Enterprise Access: Oracle, SQL Server  or DB2, which allows the client to use the same SQL syntax for all  target databases.&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-7045759650426758913?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/7045759650426758913/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2011/02/ingres-openroad.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/7045759650426758913'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/7045759650426758913'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2011/02/ingres-openroad.html' title='Ingres OpenROAD'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-1771623832403863506</id><published>2010-09-30T00:44:00.000+05:30</published><updated>2010-09-30T00:44:46.568+05:30</updated><title type='text'>Mainframe</title><content type='html'>&lt;div align="left"&gt;&lt;b&gt;&lt;span style="color: #0066cc;"&gt;&lt;strong&gt;Introduction&lt;a href="" name="introduction"&gt;&lt;/a&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div align="left"&gt;We all know a PC, probably heard of supercomputers. But mainframes        are not so known. &lt;/div&gt;&lt;div align="left"&gt;When you watch television and see a movie with a big machine,        or hear people talking to each other (at college) about a mainframe do you        sometimes wonder what that is? What they are talking about? Then this page        is intended for you.&lt;/div&gt;&lt;div align="left"&gt;This page is the first in a future series to explain what        a mainframe is and how it evolved in history. Who were the pioneers and        what companies were, and still are, involved. &lt;/div&gt;&lt;div align="left"&gt;How did and how do they look like? On this page are a few        pictures of the earliest mainframes.&lt;/div&gt;&lt;div align="center"&gt;&lt;img height="151" src="http://www.thocp.net/hardware/pictures/mark1.gif" width="266" /&gt;&lt;br /&gt;&lt;span class="footer"&gt; Mark I mainframe (1950's)&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;When you think of a mainframe do you think of a large computer?        Right!&lt;/div&gt;&lt;div align="left"&gt;But how large is it and what does it do, and what is its       place  in the family of computers we know.&lt;/div&gt;&lt;table bgcolor="#ffffcc" border="0" cellpadding="5" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;          &lt;td bgcolor="#ffffff" width="10%"&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" width="23" /&gt;&lt;/td&gt;         &lt;td width="90%"&gt;Quantum computers&lt;/td&gt;       &lt;/tr&gt;&lt;tr&gt;          &lt;td bgcolor="#ffffff" width="10%"&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" width="23" /&gt;&lt;/td&gt;         &lt;td width="90%"&gt;Grid computers&lt;/td&gt;       &lt;/tr&gt;&lt;tr&gt;          &lt;td bgcolor="#ffffff" width="10%"&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" width="23" /&gt;&lt;/td&gt;         &lt;td width="90%"&gt;Supercomputers &lt;/td&gt;       &lt;/tr&gt;&lt;tr&gt;          &lt;td bgcolor="#ffffff" width="10%"&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" width="23" /&gt;&lt;/td&gt;         &lt;td bgcolor="#ffccff" width="90%"&gt;Mainframes&lt;/td&gt;       &lt;/tr&gt;&lt;tr&gt;          &lt;td bgcolor="#ffffff" width="10%"&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" width="23" /&gt;&lt;/td&gt;         &lt;td width="90%"&gt;Mini computers&lt;/td&gt;       &lt;/tr&gt;&lt;tr&gt;          &lt;td bgcolor="#ffffff" width="10%"&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" width="23" /&gt;&lt;/td&gt;         &lt;td width="90%"&gt;Microcomputers&lt;/td&gt;       &lt;/tr&gt;&lt;tr&gt;          &lt;td bgcolor="#ffffff" width="10%"&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" width="23" /&gt;&lt;/td&gt;         &lt;td width="90%"&gt;Terminals&lt;/td&gt;       &lt;/tr&gt;&lt;tr&gt;          &lt;td bgcolor="#ffffff" width="10%"&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" width="23" /&gt;&lt;/td&gt;         &lt;td width="90%"&gt;Embedded computers &lt;/td&gt;       &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div align="left"&gt;The ranking of a mainframe is as you can see almost at the        top. (quantum computers are hardly out of the laboratories) &lt;/div&gt;&lt;div align="center"&gt;    &lt;center&gt;     &lt;div align="left"&gt;A mainframe is simply a very large computer. And totally different        from what you have on your desk. Don't say: what seems to be a mainframe        today is on your desktop tomorrow. Apart from the CPU's (processors) that        is far from true.&lt;/div&gt;&lt;div align="center"&gt;&lt;img height="182" src="http://www.thocp.net/hardware/pictures/eniac.gif" width="275" /&gt;&lt;br /&gt;&lt;span class="footer"&gt; Eniac (1946) &lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;Mainframe is an industry term for a large computer. The name        comes from the way the machine is build up: all units (processing, communication        etc.) were hung into a frame. Thus the maincomputer is build into a frame,        therefore: &lt;b&gt;Mainframe&lt;/b&gt; &lt;/div&gt;&lt;/center&gt; &lt;/div&gt;And because of the sheer development costs, mainframes are typically manufactured    by large companies such as IBM, Amdahl, Hitachi. &lt;br /&gt;Their main purpose is to run commercial applications of Fortune 1000 businesses    and other large-scale computing purposes. &lt;br /&gt;Think here of banking and insurance businesses where enormous amounts of data    are processed, typically (at least) millions of records, each day.&lt;br /&gt;&lt;div align="center"&gt;&lt;img border="1" height="264" src="http://www.thocp.net/hardware/pictures/binac.jpg" width="333" /&gt;&lt;br /&gt;&lt;span class="footer"&gt; BINAC(1960's)&lt;/span&gt;&lt;/div&gt;But what classifies a computer as a mainframe?&lt;br /&gt;&lt;ul&gt;&lt;li&gt;A mainframe has 1 to 16 CPU's (modern machines more)&lt;/li&gt;&lt;li&gt;Memory ranges from 128 Mb over 8 Gigabyte on line RAM&lt;/li&gt;&lt;li&gt;Its processing power ranges from 80 over 550 Mips&lt;/li&gt;&lt;li&gt;It has often different cabinets for      &lt;ul&gt;&lt;li&gt;Storage&lt;/li&gt;&lt;li&gt;I/O&lt;/li&gt;&lt;li&gt;RAM&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Separate processes (program) for      &lt;ul&gt;&lt;li&gt;task management&lt;/li&gt;&lt;li&gt;program management&lt;/li&gt;&lt;li&gt;job management&lt;/li&gt;&lt;li&gt;serialization&lt;/li&gt;&lt;li&gt;catalogs&lt;/li&gt;&lt;li&gt;inter address space&lt;/li&gt;&lt;li&gt;communication&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;Historically, a mainframe is associated with centralized computing opposite    from distributed computing. Meaning all computing takes (physically) place on    the mainframe itself: the processor section.&lt;br /&gt;&lt;div align="center"&gt;&lt;img height="227" src="http://www.thocp.net/hardware/pictures/cpu/ibm_4381_p13-processor.jpg" width="250" /&gt;(3)&lt;br /&gt;&lt;span class="footer"&gt; IBM 4381 mainframe processor from 1985&lt;/span&gt;&lt;/div&gt;Refer to mainframe.in for lots of links to other mainframe related sites. &lt;br /&gt;&lt;br /&gt;&lt;div align="left"&gt;&lt;b&gt;&lt;span style="color: #0066cc;"&gt;&lt;strong&gt;Chronology&lt;a href="" name="MFchronology"&gt;&lt;/a&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;Building mainframes started with the MarkI soon to be followed by tens of other    types and manufacturers. But as said earlier, because of the development costs    only governments and large firms could pay for the development of such behemoths.&lt;br /&gt;Have a look at some early mainframes:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;table align="center" border="0" cellpadding="5" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr bgcolor="#ffffcc"&gt;      &lt;td width="51%"&gt;&lt;b&gt;&lt;span style="color: #0000cc;"&gt;Mainframe&lt;/span&gt;&lt;/b&gt;&lt;/td&gt;     &lt;td width="49%"&gt;&lt;b&gt;&lt;span style="color: #0000cc;"&gt;Year&lt;/span&gt;&lt;/b&gt;&lt;/td&gt;   &lt;/tr&gt;&lt;tr&gt;      &lt;td width="51%"&gt;ENIAC &lt;/td&gt;     &lt;td width="49%"&gt;1942&lt;/td&gt;   &lt;/tr&gt;&lt;tr&gt;      &lt;td width="51%"&gt;MarkI &lt;/td&gt;     &lt;td width="49%"&gt;1944&lt;/td&gt;   &lt;/tr&gt;&lt;tr&gt;      &lt;td width="51%"&gt;BINAC &lt;/td&gt;     &lt;td width="49%"&gt;1949&lt;/td&gt;   &lt;/tr&gt;&lt;tr&gt;      &lt;td width="51%"&gt;Whirlwind&lt;/td&gt;     &lt;td width="49%"&gt; 1960&lt;/td&gt;   &lt;/tr&gt;&lt;tr&gt;      &lt;td width="51%"&gt;UNIVAC &lt;/td&gt;     &lt;td width="49%"&gt;1952&lt;/td&gt;   &lt;/tr&gt;&lt;tr&gt;      &lt;td width="51%"&gt;IBM 701 &lt;/td&gt;     &lt;td width="49%"&gt;1953&lt;/td&gt;   &lt;/tr&gt;&lt;tr&gt;      &lt;td width="51%"&gt;IBM 360 &lt;/td&gt;     &lt;td width="49%"&gt;1963&lt;/td&gt;   &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1939&lt;/h3&gt;&lt;div align="left"&gt;&lt;a href="http://www.thocp.net/hardware/abc.html"&gt;&lt;img align="absbottom" border="0" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Atanasoff-Berry    Computer&lt;/a&gt; created at Iowa State.&lt;/div&gt;&lt;blockquote&gt; &lt;div align="left"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;h3 align="center"&gt;1940&lt;/h3&gt;&lt;div align="left"&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Konrad    Zuse's -Z2 uses telephone relays instead of mechanical logical circuits&lt;/div&gt;&lt;div align="left"&gt;&lt;br /&gt;&lt;/div&gt;&lt;h3 align="center"&gt;1942&lt;/h3&gt;&lt;div align="left"&gt;&lt;img height="121" src="http://www.thocp.net/hardware/pictures/eniac1.gif" width="150" /&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;br /&gt;&lt;/div&gt;&lt;h3 align="center"&gt;1943&lt;/h3&gt;&lt;div align="left"&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Colossus    - British vacuum tube computer &lt;/div&gt;&lt;div align="left"&gt;&lt;br /&gt;&lt;/div&gt;&lt;h3 align="center"&gt;1944&lt;/h3&gt;&lt;div align="center"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="left"&gt;Eniac (electronic numerical integrator and calculator ) in operation    at the Moore School. Te NIAC has thirty separate units, plus power supply and    forced-air cooling, weighed over thirty tons. Its 19,000 vacuum tubes, 1,500    relays, and hundreds of thousands of resistors, capacitors, and inductors consumed    almost 200 kilowatts of electrical power.&lt;br /&gt;&lt;/div&gt;&lt;img height="119" src="http://www.thocp.net/hardware/pictures/manchester_mark1.gif" width="150" /&gt;&lt;br /&gt;Manchester Mark1&lt;br /&gt;&lt;h3 align="center"&gt;1945 &lt;/h3&gt;John von Neumann writes "First Draft of a Report on the EDVAC" in    which he outlines the architecture of a stored-program computer. This report    changed the direction of computer development away from punched paper tape.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1946&lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;J. Presper    Eckert &amp;amp; John Mauchly, ACM, AEEI&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1947&lt;/h3&gt;&lt;br /&gt;&lt;img height="263" src="http://www.thocp.net/hardware/pictures/harvard_markII.jpg" width="306" /&gt;&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Harvard Mark    II (Magnetic Drum Storage) &lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1948&lt;/h3&gt;&lt;img height="198" src="http://www.thocp.net/hardware/pictures/whirlwind_3_small.jpg" width="256" /&gt;&lt;br /&gt;&lt;span class="sm"&gt;whirlwind&lt;/span&gt;&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Whirlwind at    MIT &lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Manchester    Mark I (1st stored-program digital computer.&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Remington    engineers complete the Model 3, a one of a kind concept computer. &lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;GE Electronics    Laboratory in Syracuse wins an order for a USAF tube computer, named OARAC.&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1950&lt;/h3&gt;&lt;img height="132" src="http://www.thocp.net/hardware/pictures/univac_1951.jpg" width="200" /&gt;&lt;br /&gt;&lt;span class="sm"&gt;Univac I &lt;/span&gt;&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Univac I first    deliverey to the US Census Bureau&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1951 &lt;/h3&gt;The first UNIVAC I mainframe computer was delivered to the Census Bureau. Unlike    the ENIAC, the UNIVAC processed each digit serially. But its much higher design    speed permitted it to add two ten-digit numbers at a rate of almost 100,000    additions per second. Internally. It was the first mass-produced computer. The    central complex of the UNIVAC was about the size of a one-car garage: 14 feet    by 8 feet by 8.5 feet high. It was a walk-in computer. The vacuum tubes generated    an enormous amount of heat, so a high capacity chilled water and blower air    conditioning system was required to cool the unit. The complete system had 5200    vacuum tubes, weighed 29,000 pounds, and consumed 125 kilowatts of electrical    power.&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &lt;br /&gt;&amp;nbsp; &lt;br /&gt;1955 &lt;br /&gt;IBM 704 announced. It was the first large-scale commercially available computer    system to employ fully automatic floating point arithmetic commands. It was    a large-scale, electronic digital computer used for solving complex scientific,    engineering and business problems and was the first IBM machine to use FORTRAN.    The 704 and the 705 were the first commercial machines with core memories.&lt;br /&gt;IBM 705 announced. Developed primarily to handle business data, it could multiply    numbers as large as one billion at a rate of over 400 per second. In a 1954    IBM publication, the 705 was credited with "Forty thousand or twenty thousand    characters of high-speed magnetic core storage; Any one of the characters in    magnetic core storage can be located or transferred in 17 millionths of a second;    Any one of these characters is individually addressable."&lt;br /&gt;Honeywell computer business was originated from the Datamatic Corporation, founded    in Newton MA, as a joint-venture by Raytheon and Honeywell, to produce large-scale    computer systems. Raytheon sells its 40% interest to Honeywell in 1957&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1952&lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Illiac I, Univac    I at Livermore predicts 1952 election, &lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;AVIDAC built    at Argonne &lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;The Remington    (later SperryRand) Model 409 is delivered to the Internal Revenue Service facility    in Baltimore.&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;MANIAC (mathematical    analyzer, numerical integrator and computer) built at Los Alamos by Metropolis.    It is responsible for the calculations of Mike, the first hydrogen bomb. This    machine is followed by MANIAC II, &lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;IBM-builds    the STRETCH supercomputer and a series of commercial super computers that have    made the Laboratory the world's largest scientific computing center.&lt;br /&gt;&lt;img height="116" src="http://www.thocp.net/hardware/pictures/ibm_701.gif" width="300" /&gt;&lt;br /&gt;&lt;span class="sm"&gt;IBM 701&lt;/span&gt; &lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;The IBM 701    Electronic Data Processing Machine announced by IBM President Thomas J. Watson,    Jr. was IBM's first commercially available scientific computer and the first    IBM machine in which programs were stored in an internal, addressable electronic    memory. It was the first of the pioneering line of IBM 700 series mainframe    computers, including the 702, 704, 705 and 709. The computer consisted of two    tape units (each with two tape drives), a magnetic drum memory unit, a cathode-ray    tube storage unit, an L-shaped arithmetic and control unit with an operator's    panel, a card reader, a printer, a card punch and three power units. The 701    could perform more than 16,000 addition or subtraction operations a second,    read 12,500 digits a second from tape, print 180 letters or numbers a second,    and output 400 digits a second from punched-cards.&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1953&lt;/h3&gt;&lt;img height="195" src="http://www.thocp.net/hardware/pictures/edvac2_small.jpg" width="150" /&gt;&lt;br /&gt;&lt;span class="sm"&gt;Edvac&lt;/span&gt;&lt;br /&gt;IBM's drum memory 650 computer, announced. It sells for $200,000 to $400,000    and is a great success: more than 1800 will be sold or leased. The basic IBM    650 has 2000 words of memory and 60 words of core memory. It will be the first    computer on which IBM makes a meaningful profit.&lt;br /&gt;&lt;br /&gt;First IBM 701 delivered.&lt;br /&gt;&lt;br /&gt;&lt;img height="116" src="http://www.thocp.net/hardware/pictures/ibm_701.gif" width="300" /&gt;&lt;br /&gt;&lt;span class="sm"&gt;IBM 701&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1954&lt;/h3&gt;&lt;img height="339" src="http://www.thocp.net/hardware/pictures/ibm_650.jpg" width="577" /&gt;&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;IBM 650 (first    mass-produced computer) o the market.&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;FORTRAN developed    by John Backus.&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;ORACLE-Oak    Ridge Automated Computer And Logical Engine.&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Texas Instruments    introduces the silicon transistor.&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Univac II introduced.  &lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1956&lt;/h3&gt;&lt;img height="212" src="http://www.thocp.net/hardware/pictures/ibm_704_1956.jpg" width="374" /&gt;IBM 704 &lt;br /&gt;&lt;img height="239" src="http://www.thocp.net/hardware/pictures/ias.jpg" width="250" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1956&lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;MANIAC &lt;i&gt;2&lt;/i&gt;,    DEUCE (fixed head drum memory), clone of IAS&lt;br /&gt;The Air Force accepts the first UNIVAC Solid State Computer. The machine was    one of the first to use solid state components in its central processing unit.    Remington Rand was not able to market a commercial version for three years.    The UNIVAC Solid State Computer came in two versions: the Solid State 80 handled    IBM-style 80 column cards, while the Solid State 90 was adapted for Remington    Rand's 90 column cards. A Solid State system consisted of the CPU and drum memory,    card reader, card punch, and printer. There was the option of adding a tape    controller and up to ten UNISERVO II tape drives. The drives could read both    mylar tape and the old UNIVAC metallic tape: the mode was selected by a switch    on the front of the drive. Actually a hybrid, the CPU had twenty vacuum tubes,    700 transistors, and 3000 FERRACTOR amplifiers.&lt;br /&gt;&lt;br /&gt;1957 &lt;br /&gt;Installation of the first Honeywell Datamatic D-1000 to Blue Cross/Blue Shield    of Michigan.&lt;br /&gt;&lt;br /&gt;1958&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Nippon Telegraph    &amp;amp; Telephone Musasino-1: 1st parametron computer, Jack Kilby-First integrated    circuit prototype; Robert Noyce works separately on IC's, NEC 1101 &amp;amp; 1102  &lt;br /&gt;&lt;img height="189" src="http://www.thocp.net/hardware/pictures/whirlwind.jpg" width="320" /&gt;&lt;br /&gt;&lt;br /&gt;Introduction of Honeywell H-800 first shipped in 1960. &lt;br /&gt;Delivery of first GE ERMA system. Two years later it is renamed GE-210. It    was also sold by NCR as NCR-204.&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1959 &lt;/h3&gt;The fully transistorized IBM 7090 computer system delivered. The system had    computing speeds up to five times faster than those of its predecessor, the    IBM 709. It was both a scientific and business machine. It was finally withdrawn    from production in 1969&lt;br /&gt;&lt;br /&gt;The IBM 1401 is called the Model T of the computer business, because it is the    first mass-produced digital, all-transistorized, business computer that can    be afforded by many businesses worldwide. The basic 1401 is about 5 feet high    and 3 feet across. It comes with 4,096 characters of memory. The memory is 6-bit    (plus 1 parity bit) CORE memory, made out of little metal donuts strung on a    wire mesh at IBM factories. The 1401 has an optional Storage Expansion Unit    which expanded the core storage to an amazing 16K. The 1401 processing unit    can perform 193,300 additions of eight-digit numbers in one minute. The monthly    rental for a 1401 is $2,500 and up, depending on the configuration. By the end    of 1961, the number of 1401s installed in the United States alone will reach    2,000 -- representing about one out every four electronic stored-program computers    installed by all manufacturers at this time. The number of installed 1401s will    peak at more than 10,000 in the mid-1960s, the system will be withdrawn from    marketing in February 1971.&lt;a href="http://www.thocp.net/hardware/mainframe.htm#5"&gt;(5)&lt;/a&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1960&lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Paul Baran    at Rand develops packet-switching, NEAC 2201, &lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Whirlwind-air    traffic control, &lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Livermore Advanced    Research Computer (LARC), &lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Control Data    Corporation CDC 1604, &lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;First major    international computer conference &lt;br /&gt;&lt;br /&gt;&lt;img height="120" src="http://www.thocp.net/hardware/pictures/stretch.jpg" width="160" /&gt;&lt;br /&gt;Stretch&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt; UNIVAC announces    the 1107 (completed in 1962) with the EXEC I operating system which occupied    about 8K of the 1107's 32K of memory. The machine is intended to support true    multiprogramming: sharing CPU time among several batch runs.&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Introduction    of Honeywell 400&lt;br /&gt;Decision to launch the GE Mosaic line, a family of four 24-bits computers. The    lower models will be announced as GE-415, GE-425 and GE-435. They will be known    as Compatible GE-400 series.&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1961&lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;IBM Stretch-Multiprogramming&lt;b&gt;    &lt;/b&gt;&lt;br /&gt;&lt;div align="left"&gt;&lt;img height="120" src="http://www.thocp.net/hardware/pictures/ibm_709s.jpg" width="98" /&gt;&lt;br /&gt;&lt;span class="footer"&gt; IBM709&lt;/span&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;br /&gt;&lt;/div&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;IBM 7040 and    7044 computer systems announced.&lt;br /&gt;&lt;h3 align="center"&gt;1962&lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;First use of    virtual memory in a mainframe computer.&lt;a href="http://www.thocp.net/hardware/mainframe.htm#4"&gt;&lt;sup&gt;(4)&lt;/sup&gt;&lt;/a&gt; &lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Control Data    Corporation opens lab in Chippewa Falls headed by Seymour Cray, &lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Telestar launched,  &lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Atlas-virtual    memory and pipelined operations.&lt;br /&gt;&lt;div align="center"&gt; &lt;img height="344" src="http://www.thocp.net/hardware/pictures/ibm_7090_console_med.jpg" width="514" /&gt;    &lt;span class="footer"&gt;&lt;br /&gt;IBM 7090 console&lt;/span&gt;&lt;/div&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Timesharing-IBM    709 and 7090 &lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Introduction    of Honeywell 1800 (first shipps in 1964).&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;IBM's 1440    Data Processing System is a low-cost compact electronic computer designed specifically    for small and medium-size business firms.&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;IBM 7094 computer    announced. With a memory reference speed of two microseconds (millionth of a    second), the 7094 could in one second perform 500,000 logical decisions, 250,000    additions or subtractions, 100,000 multiplications or 62,500 divisions. The    7094 internally performed mathematical computations 1.4 to 2.4 times faster    than the IBM 7090, A typical 7094 sold for $3,134,500. IBM provided customers    with a complete package of 7090/7094 programs, including FORTRAN and COBOL programming    languages, input-output control system and sorting, without charge. The 7094    was withdrawn from marketing in 1969.&lt;a href="http://www.thocp.net/hardware/mainframe.htm#5"&gt;(5)&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1963&lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Introduction    of Honeywell H-200, a machine targeting the IBM 1401, with a similar architecture    and a "Liberator" program translator.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1964&lt;/h3&gt;&lt;img height="300" src="http://www.thocp.net/hardware/pictures/ibm_360.gif" width="300" /&gt;&lt;br /&gt;&lt;span class="sm"&gt;IBM 360&lt;/span&gt;&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;IBM 360-third    generation computer family. &lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Burroughs B5000    mainframe introduced. The system can be considered the first of the "third    generation" of computer systems. The most remarked-upon aspects are its    use of a hardware-managed stack for calculation, and the extensive use of descriptors    for data access. It includes virtual memory -- perhaps the first commercial    computer to do so -- as well as support for multiprogramming and multiprocessing.&lt;a href="http://www.thocp.net/hardware/mainframe.htm#5"&gt;(5)&lt;/a&gt;&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;CDC (Computer    Data Corp.) 6600 shipped; 100 nsec cycle time.&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;First GE Time-sharing    operation at Dartmouth College of the DTSS Dartmouth time-sharing system on    a GE-265 (GE-225 + Datanet-30)&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;The Burroughs    B5500 has multiprogramming and virtual memory capabilities, and is three times    faster than the B5000.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1965 &lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;The Sage System,&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;IBM ships the    midrange 360 model 40 computer which had COBOL and FORTRAN programming languages    available as well as the stock Basic Assembly Language (BAL) assembler.&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Introduction    of GECOS-II, a multi-programming operating system for the GE-600&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt; 1966 &lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;The Burroughs    B6500, an improved version of the B5500.&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1967 &lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;First IBM 360/Model    91 shipped to NASA GSFC.&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt; 1969 &lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;First shipment    of the CDC 7600 computer system.&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;First shipment    of IBM 360 Model 85. The 360 family was intended to have 3 operating systems:&lt;br /&gt;&lt;blockquote&gt;    * DOS/360 operating system for the small machines. It could run two "real-time"      sessions and one batch session.&lt;br /&gt;* OS/360 operating system for the midrange and high end.&lt;br /&gt;* TSS/360 operating system for Time-sharing Multi-user system&lt;br /&gt;&lt;/blockquote&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Introduction    of Honeywell model 115 in the H-200 product line. The line is renamed H-2000    after models 115/2, 1015 and 2015 introduced in January 1971, and model 2020    and 2030 in December 1972 after the GE merger. The line is eventually merged    into Series6 0 NPL through a H-200 mode (emulator) on level 64. Introduction    of GE-655 that is better known as H-6000 after 1970.&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1970&lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Burroughs    announces the 700 series. The first B6700 computer systems were installed during    1971. It was the first Burroughs machine with dynamic linking of programs at    runtime. The B6700 line started out with one CPU and one i/o processor and could    be expanded up to a maximum of three CPUs and two i/o processors.&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt; Formal acquisition    of Bull-General Electric by Honeywell. BGE takes the name of Honeywell-Bull.&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt; IBM announces    a family of machines with an enhanced instruction set, called System/370. The    370s proved so popular that there was a two-year waiting list of customers who    had ordered a systems.&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt; A giant dies:    Announcement of the cession of the world-wide GE computer business, except time-sharing    to Honeywell.&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt; 1971 &lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;US Air Force    orders several Honeywell H-6000 WWMCCS (World Wide Military Command and Control    System), a $3.5M contract.&lt;br /&gt;First shipments of IBM S/370 Models 155 and 165 as well as the S/360 Model 195.&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1973&lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Introduction    of virtual memory on IBM S/370 Models 158 and 168.&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt; 1975 &lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;Amdahl 470    V/6 computer system delivered to NASA.&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1977 &lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;The Burroughs    Scientific Processor was developed, and announced.&lt;br /&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt; IBM 3033 computer    system announced&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1979 &lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;The Burroughs    900-level systems are introduced.&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1985 &lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;The most powerful    IBM computer system of its time, the 3090 high-end processor of the IBM 308X    computer series incorporated one-million-bit memory chips, Thermal Conduction    Modules to provide the shortest average chip-to-chip communication time of any    large general purpose computer. The Model 200 (entry-level with two central    processors) and Model 400 (with four central processors) IBM 3090 had 64 and    128 megabytes of central storage, respectively. At the time of announcement,    the purchase price of a Model 200 was $5 million. A later six-processor IBM    3090 Model 600E, using vector processors, could perform computations up to 14    times faster than the earlier four-processor IBM 3084.(5)&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1990 &lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;The ES/9000    models came out with fiber-optical I/O channels (ESCON), and IBM began using    the name System/390. The ES/9000s exploited new technologies, such as high-speed    fiber optic channels with IBM's new ESCON architecture, ultra-dense circuits    and circuit packaging that provided higher performance, extended supercomputing    capabilities and twice the processor memory previously available. The line spanned    a 100-fold performance range increase from the smallest (model 120) to the most    powerful (model 900 six-way multiprocessor). Basic purchase prices for the air-cooled    processors of ES/9000 ranged from approximately $70,500 to $3.12 million. Basic    purchase prices for the water-cooled models ranged from $2.45 million to $22.8    million.(5)&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;1999 &lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;IBM releases    a new generation of S/390.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;    &lt;blockquote&gt;      &lt;blockquote&gt;        &lt;table bgcolor="#ffffcc" border="1" cellpadding="3" cellspacing="0" style="width: 777px;"&gt;&lt;tbody&gt;&lt;tr&gt;           &lt;td&gt;From the late 1990's mainframe manufacturers start to leave the              mainframe market, thinking mainframe business to be less profitable.              And then there is virtually only one manufacturer of major importance              left: IBM. And as the single (most important) manufacturer IBM can              dictate its own prices and sales goes up as well as profits. Not surprisingly              IBM's innovations in new mainframe architecture leaves the rest far              behind.&lt;br /&gt;In due time this is observed by other computer manufacturers and since              2001 competition gets stronger again.&lt;/td&gt;         &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;2002 &lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;The IBM S/390    G5/G6 enterprise server family has up to 256 channels, from 2 to 8 Cryptographic    Coprocessors, from 8 to 32 Gigabytes of memory, and can run under OS/390, MVS,    VM, VSE, or TPF operating systems. It can also host an unbelievable amount of    hard drive storage.&lt;br /&gt;&lt;br /&gt;&lt;h3 align="center"&gt;2004&lt;/h3&gt;&lt;img align="absbottom" height="19" src="http://www.thocp.net/images/pointer.gif" /&gt;The 3/4 ton    IBM eServer zSeries 890, dubbed the "Baby Shark" can host up to 32    GBytes of memory. &lt;br /&gt;&lt;blockquote&gt;    &lt;blockquote&gt;     The four PCIX Crypto Coprocessor (and optional PCI Crypto Accelerators)        on the z890 have seven engine levels, giving a total of 28 capacity settings        overall.&lt;br /&gt;With it's advanced virtualization technology the 64-bit z890 can run several        operating systems at the same time including z/OS, OS/390®, z/VM®,        VM/ESA®, VSE/ESA, TPF and Linux for zSeries and Linux for S/390®.&lt;br /&gt;The z890 is upgradeable within z890 family and can also upgrade to z990        from select z890 configurations.&lt;br /&gt;Configured with the new Enterprise Storage Server Model 750 which handles        from 1.1TB up to 4.6TB of data, the x890 makes an awesome server.&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &lt;br /&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;div align="left"&gt;&lt;b&gt;&lt;strong&gt;&lt;span style="color: #0066cc;"&gt;Construction&lt;a href="" name="MFconstruction"&gt;&lt;/a&gt;&lt;/span&gt;&lt;a href="" name="MFconstruction"&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/b&gt;&lt;/div&gt;In the early days output came via a paper tape.&lt;br /&gt;&lt;div align="center"&gt;&lt;img height="268" src="http://www.thocp.net/hardware/pictures/components/ascc_reader.jpg" width="350" /&gt;&lt;/div&gt;Later by an array of burning lamps and when the vacuumtube technology became    sophisticated enough to build a CRT output came by means of spots on the screen    (see &lt;a href="http://www.thocp.net/timeline/1947.htm"&gt;williams tube&lt;/a&gt;).&lt;br /&gt;&lt;div align="center"&gt;&lt;img height="268" src="http://www.thocp.net/hardware/pictures/storage/williamstube_small.jpg" width="303" /&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;b&gt;&lt;strong&gt;&lt;span style="color: #0066cc;"&gt;Operating systems&lt;a href="" name="MFoperation"&gt;&lt;/a&gt;&lt;/span&gt;&lt;a href="" name="MFoperation"&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/b&gt;&lt;/div&gt;At first there was no operating system. Most machines were hard wired. Programming    it meant rewiring panels and setting hundreds of switches to have the machine    calculate a table.&lt;br /&gt;The next years when programming languages became available and memory was no    longer a problem programmers created operating systems. You no longer had to    be an electrical engineer to program a machine like that.&lt;br /&gt;That made it possible for scientists and other users to quickly make a program    and get the results.&lt;br /&gt;To take care of all this a mainframe needs a sophisticated Operating System.    &lt;br /&gt;And as you look at it closely also quite different from what you find on your    desktops machine. Almost always text based terminals (no graphics) are connected    to it. Also PC's can be connected to a mainframe with a special interface program    - often called 3270 emulation.&lt;br /&gt;But a mainframe does have some particular properties:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;It manages a large number of users&lt;/li&gt;&lt;li&gt;Distributes the sheer workload that can be handled by the machine over different      processors and in/output devices. &lt;/li&gt;&lt;li&gt;All processes are running on the host and not on your terminal. &lt;/li&gt;&lt;li&gt;Output is sent to your terminal through a program running (in background)      on the host(mainframe). Nothing else goes over the line. It is like you are      connected to a large computer by long wires. That is also the reason why it      seems that your keyboard typing sometimes appears slower on your monitor then      you actually type&lt;/li&gt;&lt;/ul&gt;Operating systems for mainframes are few in number: UNIX, Linux, VMS, Z/OS,    Z/VM, VSE/ESA. The latter three are of IBM origin and all three: VMS, Linux    and Unix also run on IBM mainframes(2)&lt;br /&gt;However there are some dialects of VMS, Linux, and Unix running on different    machines.&lt;br /&gt;&lt;br /&gt;&lt;div align="left"&gt;&lt;b&gt;&lt;strong&gt;&lt;span style="color: #0066cc;"&gt;Programming mainframes&lt;a href="" name="MFprogramming"&gt;&lt;/a&gt;&lt;/span&gt;&lt;a href="" name="MFprogramming"&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/b&gt;&lt;/div&gt;When the first programming languages like Cobol, Fortran and Algol were created    every large company and institution could hire people to do the programming    of administration or complicated scientific calculations. The atomic bomb project    in Los Alamos was a prime example of doing calculations using computers, without    it the project never had succeeded in time.&lt;br /&gt;&lt;br /&gt;&lt;div align="left"&gt;&lt;b&gt;&lt;strong&gt;&lt;span style="color: #0066cc;"&gt;Pioneers&lt;a href="" name="MFpioneers"&gt;&lt;/a&gt;&lt;/span&gt;&lt;a href="" name="MFpioneers"&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/b&gt;&lt;/div&gt;Many scientists have contributed to the mainframe computer as it is now. Things    did not go as smooth and fast as it goes nowadays. Sometimes many items, mechanisms,    or materials still had to be invented before things really got on their way.    On line memory was a crucial phase in developing large computers. Also when    timesharing was invented in the late 60's mainframe use exploded.&lt;br /&gt;&lt;br /&gt;&lt;div align="left"&gt;&lt;b&gt;&lt;strong&gt;&lt;span style="color: #0066cc;"&gt;Companies&lt;a href="" name="MFcompanies"&gt;&lt;/a&gt;&lt;/span&gt;&lt;a href="" name="MFcompanies"&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/b&gt;&lt;/div&gt;To create a mainframe one needed at least a few hundred thousand dollars to    build the first types.&lt;br /&gt;Later types of the 60' and 70's required a few million dollars and now depending    on what capacities you need mainframes range between two three hundred to several    tens of millions&lt;br /&gt;It is reasonable to say that small companies can not afford to spent that kind    of money to develop one machine or prototype. &lt;br /&gt;&lt;br /&gt;Firms like:&lt;br /&gt;Ahmdal (Hitachi)&lt;br /&gt;Bull&lt;br /&gt;Comparex (Hitachi)&lt;br /&gt;DEC (Compaq)&lt;br /&gt;Fujitsu&lt;br /&gt;Hitatchi&lt;br /&gt;IBM&lt;br /&gt;ICL (Hitachi)&lt;br /&gt;NEC &lt;br /&gt;Siemens&lt;br /&gt;Unisys&lt;br /&gt;Sun&lt;br /&gt;&lt;br /&gt;and the like were the only ones financially capable of developing mainframe    machines. &lt;br /&gt;As mainframe markets shrunk some companies were assimilated by their peers    and other congregated into even larger firms.&lt;br /&gt;&lt;br /&gt;&lt;div align="left"&gt;&lt;b&gt;&lt;span style="color: #0066cc;"&gt;Conclusion&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;A (modern) mainframe is still a very large machine, sometimes tens of square    meters. Has usually more than one processor and loads of memory: often running    between a few mega- to several hundreds Gb of RAM. &lt;br /&gt;It has tons of disk space and other storage facilities in large size and quantities    that are not normally found with mini or micro computers. And although it looks    like hundreds of users are using the machine simultaneously it is all governed    by a sophisticated time sharing system, hence: serialization. (per processor)&lt;br /&gt;&lt;div align="center"&gt;&lt;img height="159" src="http://www.thocp.net/hardware/pictures/ibm_701.gif" width="338" /&gt;IBM    701 (1952)&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-1771623832403863506?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/1771623832403863506/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/09/mainframe.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/1771623832403863506'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/1771623832403863506'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/09/mainframe.html' title='Mainframe'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-1951737545060526531</id><published>2010-04-27T16:16:00.000+05:30</published><updated>2010-04-27T16:16:05.666+05:30</updated><title type='text'>Top 10 IT certifications in demand</title><content type='html'>&lt;table border="0" cellpadding="0" cellspacing="0" style="width: 567px;"&gt;&lt;tbody&gt;&lt;tr&gt;     &lt;td style="text-align: left;" width="525"&gt; &lt;div class="Verdana12Ash" id="whenpostedmain"&gt; &lt;div class="Verdana12Ash" id="whenpostedmain"&gt; &lt;div class="vvvl12liteAsh" id="postdate1" style="width: 250px;"&gt;&lt;b&gt;Bangalore: &lt;/b&gt;IT certifications have always been popular among IT pros to bag the right job or seek the right jump. With the economy back in green, IT jobs too are back. Keeping this in mind, technology research firm Foote Partners recently listed IT certifications that could be considered "hot" in the coming months.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td width="42"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;b&gt;VMware Certified Professional:&lt;/b&gt; With virtualization technology becoming hot, it is little surprising that VCP program is in demand. Research shows that enterprises often face lack of required expertise specific to virtualization. &lt;div id="logphoto" style="float: left; padding: 10px 10px 10px 0px;"&gt;             &lt;img height="287" src="http://www.siliconindia.com/news/newsimages/Companies-hunt2.jpg" width="194" /&gt;&lt;br /&gt;&lt;div style="line-height: 15px; width: 200px;"&gt;       &lt;span class="Verdana10Ash999"&gt;              &lt;/span&gt;      &lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Certified Information Systems Auditor:&lt;/b&gt; CISA is a professional certification for Information technology audit professionals sponsored by the Information Systems Audit and Control Association (ISACA). Candidates for the certification must meet requirements set by ISACA.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;GIAC Security Audit Essentials:&lt;/b&gt; This is for professionals planning to enter the information security industry who are tasked with auditing organization policy, procedure, risk, or policy conformance.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Certified Information Security Manager:&lt;/b&gt; CISM is a certification for information security managers awarded by the Information Systems Audit and Control Association (ISACA).&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Check Point Certified Security Expert:&lt;/b&gt; Designed for experienced security professionals, Check Point CCSE certification is claimed to be one of the most respected vendor-specific security certification. CCSE is an advanced Core security certification built on CCSA NGX, confirming in-depth skills and expertise in managing and supporting Check Point products.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Check Point Certified Security Administrator:&lt;/b&gt; Another Check Point-specific certification, CCSA aims to validate a security administrator's ability to maintain day-to-day operation of vendor's security solutions and ensure secure access to information across the network.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Microsoft Certified Systems Engineer (Security):&lt;/b&gt; MCSE certification provides an individual's skills in designing, implementing, and administering infrastructure for business solutions based on Windows Server 2003 and Microsoft Windows 2000 Server.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Certified Wireless Security Professional:&lt;/b&gt; CWSP is claimed to be an advanced level certification that measures the ability to secure any wireless network. A wide range of security topics focusing on the 802.11 wireless LAN technology are covered in the coursework and exam, which is vendor neutral.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;GIAC Certified Intrusion Analyst:&lt;/b&gt; GCIA is an information security certification entity that specialises in technical and practical certification as well as new research in the form of its GIAC Gold program. SANS Institute founded the certification in 1999.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Cisco Certified Network Professional:&lt;/b&gt; Another vendor specific certification, Cisco Certified Network Professional or CCNP aims to validate the ability to plan, implement, verify and troubleshoot local and wide-area enterprise networks and work collaboratively with specialists on advanced security, voice, wireless and video solutions.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-1951737545060526531?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/1951737545060526531/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/04/top-10-it-certifications-in-demand.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/1951737545060526531'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/1951737545060526531'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/04/top-10-it-certifications-in-demand.html' title='Top 10 IT certifications in demand'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-5600775849574836231</id><published>2010-04-11T20:13:00.000+05:30</published><updated>2010-04-11T20:13:09.704+05:30</updated><title type='text'>Top Hacking Tools</title><content type='html'>&lt;h1&gt;    Top Hacking Tools&lt;span style="background: none repeat scroll 0% 0% transparent; padding-left: 6px;"&gt;&lt;img alt="This is a featured page" class="WPC-tool" id="WPC-featuredPageImage" src="http://static.wetpaint.com/img/bg/1.png?v=20100331152950" style="margin-left: 0pt;" title="This is a featured page" /&gt;    &lt;/span&gt;   &lt;/h1&gt;&lt;!--google_ad_section_end--&gt;&lt;!-- google_ad_section_start --&gt;   &lt;br /&gt;&lt;br /&gt;&lt;table cellpadding="4" cellspacing="1"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td align="left" width="50%"&gt;  &lt;b&gt;&lt;u&gt;Top  10 Linux Tools&lt;/u&gt; &lt;/b&gt;  &lt;b&gt;1. &lt;/b&gt;&lt;a class="external" href="http://www.insecure.org/nmap/" rel="nofollow" target="_blank"&gt;&lt;b&gt;nmap&lt;/b&gt;&lt;/a&gt;&lt;b&gt;  - Nmap ("Network Mapper") is a free open source utility for network  exploration or security auditing. It was designed to rapidly scan large  networks, although it works fine against single hosts. Nmap uses raw IP  packets in novel ways to determine what hosts are available on the  network, what services (application name and version) those hosts are  offering, what operating systems (and OS versions) they are running,  what type of packet filters/firewalls are in use, and dozens of other  characteristics. Nmap runs on most types of computers and both console  and graphical versions are available.&lt;br /&gt;&lt;br /&gt;2. &lt;/b&gt;&lt;a class="external" href="http://www.cirt.net/code/nikto.shtml" rel="nofollow" target="_blank"&gt;&lt;b&gt;Nikto&lt;/b&gt;&lt;/a&gt;&lt;b&gt; - Nikto is an Open  Source (GPL) web server scanner which performs comprehensive tests  against web servers for multiple items, including over 3200 potentially  dangerous files/CGIs, versions on over 625 servers, and version specific  problems on over 230 servers. Scan items and plugins are frequently  updated and can be automatically updated (if desired).&lt;br /&gt;&lt;br /&gt;3. &lt;/b&gt;&lt;a class="external" href="http://thc.org/thc-amap/" rel="nofollow" target="_blank"&gt;&lt;b&gt;THC-Amap&lt;/b&gt;&lt;/a&gt;&lt;b&gt; - Amap is a  next-generation tool for assistingnetwork penetration testing. It  performs fast and reliable application protocol detection, independant  on the TCP/UDP port they are being bound to.&lt;br /&gt;&lt;br /&gt;4. &lt;/b&gt;&lt;a class="external" href="http://www.ethereal.com/" rel="nofollow" target="_blank"&gt;&lt;b&gt;Ethereal&lt;/b&gt;&lt;/a&gt;&lt;b&gt; - Ethereal is used  by network professionals around the world for troubleshooting, analysis,  software and protocol development, and education. It has all of the  standard features you would expect in a protocol analyzer, and several  features not seen in any other product.&lt;br /&gt;&lt;br /&gt;5. &lt;/b&gt;&lt;a class="external" href="http://thc.org/thc-hydra/" rel="nofollow" target="_blank"&gt;&lt;b&gt;THC-Hydra&lt;/b&gt;&lt;/a&gt;&lt;b&gt; - Number one of the  biggest security holes are passwords, as every password security study  shows. Hydra is a parallized login cracker which supports numerous  protocols to attack. New modules are easy to add, beside that, it is  flexible and very fast.&lt;br /&gt;&lt;br /&gt;6. &lt;/b&gt;&lt;a class="external" href="http://www.metasploit.com/projects/Framework/" rel="nofollow" target="_blank"&gt;&lt;b&gt;Metasploit Framework&lt;/b&gt;&lt;/a&gt;&lt;b&gt; - The  Metasploit Framework is an advanced open-source platform for developing,  testing, and using exploit code. This project initially started off as a  portable network game and has evolved into a powerful tool for  penetration testing, exploit development, and vulnerability research.&lt;br /&gt;&lt;br /&gt;7.  &lt;/b&gt;&lt;a class="external" href="http://www.openwall.com/john/" rel="nofollow" target="_blank"&gt;&lt;b&gt;John the Ripper&lt;/b&gt;&lt;/a&gt;&lt;b&gt;  - John the Ripper is a fast password cracker, currently available for  many flavors of Unix (11 are officially supported, not counting  different architectures), DOS, Win32, BeOS, and OpenVMS. Its primary  purpose is to detect weak Unix passwords. Besides several crypt(3)  password hash types most commonly found on various Unix flavors,  supported out of the box are Kerberos AFS and Windows NT/2000/XP/2003 LM  hashes, plus several more with contributed patches.&lt;br /&gt;&lt;br /&gt;8. &lt;/b&gt;&lt;a class="external" href="http://www.nessus.org/" rel="nofollow" target="_blank"&gt;&lt;b&gt;Nessus&lt;/b&gt;&lt;/a&gt;&lt;b&gt; - Nessus is the  world's most popular vulnerability scanner used in over 75,000  organisations world-wide. Many of the world's largest organisations are  realising significant cost savings by using Nessus to audit  business-critical enterprise devices and applications.&lt;br /&gt;&lt;br /&gt;9. &lt;/b&gt;&lt;a class="external" href="http://www.phenoelit.de/irpas/" rel="nofollow" target="_blank"&gt;&lt;b&gt;IRPAS - Internetwork Routing Protocol Attack  Suite&lt;/b&gt;&lt;/a&gt;&lt;b&gt; - Routing protocols are by definition protocols,  which are used by routers to communicate with each other about ways to  deliver routed protocols, such as IP. While many improvements have been  done to the host security since the early days of the Internet, the core  of this network still uses unauthenticated services for critical  communication.&lt;br /&gt;&lt;br /&gt;10. &lt;/b&gt;&lt;a class="external" href="http://www.antsight.com/zsl/rainbowcrack/" rel="nofollow" target="_blank"&gt;&lt;b&gt;Rainbowcrack&lt;/b&gt;&lt;/a&gt;&lt;b&gt; - RainbowCrack  is a general propose implementation of Philippe Oechslin's faster  time-memory trade-off technique. In short, the RainbowCrack tool is a  hash cracker. A traditional brute force cracker try all possible  plaintexts one by one in cracking time. It is time consuming to break  complex password in this way. The idea of time-memory trade-off is to do  all cracking time computation in advance and store the result in files  so called "rainbow table".&lt;br /&gt;&lt;/b&gt;&lt;/td&gt;  &lt;td align="left" width="50%"&gt;  &lt;b&gt;&lt;u&gt;Top 10 Windows Tools&lt;/u&gt; &lt;/b&gt;  &lt;b&gt;1. &lt;/b&gt;&lt;a class="external" href="http://www.oxid.it/cain.html" rel="nofollow" target="_blank"&gt;&lt;b&gt;Cain &amp;amp; Abel&lt;/b&gt;&lt;/a&gt;&lt;b&gt; - Cain &amp;amp;  Abel is a password recovery tool for the Microsoft Windows Operating  System. It allows easy recovery of various kind of passwords by sniffing  the network, cracking encrypted passwords using Dictionary, Brute-Force  and Cryptanalysis attacks, recording VoIP conversations, decoding  scrambled passwords, revealing password boxes, uncovering cached  passwords and analyzing routing protocols.&lt;br /&gt;&lt;br /&gt;2. &lt;/b&gt;&lt;a class="external" href="http://www.foundstone.com/index.htm?subnav=resources/navigation.htm&amp;amp;subcontent=/resources/proddesc/superscan.htm" rel="nofollow" target="_blank"&gt;&lt;b&gt;SuperScan&lt;/b&gt;&lt;/a&gt;&lt;b&gt; -  SuperScan is a powerful TCP port scanner, pinger, resolver. SuperScan 4  (Current Version) is a completely-rewritten update of the highly popular  Windows port scanning tool, SuperScan.&lt;br /&gt;&lt;br /&gt;3. &lt;/b&gt;&lt;a class="external" href="http://www.gfi.com/adentry.asp?adv=814&amp;amp;loc=3" rel="nofollow" target="_blank"&gt;&lt;b&gt;GFI LANguard Network Security  Scanner&lt;/b&gt;&lt;/a&gt;&lt;b&gt; - GFI LANguard N.S.S. is a network  vulnerability management solution that scans your network and performs  over 15,000 vulnerability assessments. It identifies all possible  security threats and provides you with tools to patch and secure your  network. GFI LANguard N.S.S. was voted Favorite Commercial Security Tool  by NMAP users for 2 years running and has been sold over 200,000 times!  &lt;br /&gt;&lt;br /&gt;4. &lt;/b&gt;&lt;a class="external" href="http://www.eeye.com/html/Products/Retina/index.html" rel="nofollow" target="_blank"&gt;&lt;b&gt;Retina&lt;/b&gt;&lt;/a&gt;&lt;b&gt; -  Retina Network Security Scanner, recognised as the industry standard for  vulnerability assessment, identifies known security vulnerabilities and  assists in prioritising threats for remediation. Featuring fast,  accurate, and non-intrusive scanning, users are able to secure their  networks against even the most recent of discovered vulnerabilities.&lt;br /&gt;&lt;br /&gt;5.  &lt;/b&gt;&lt;a class="external" href="http://www.samspade.org/ssw/" rel="nofollow" target="_blank"&gt;&lt;b&gt;SamSpade&lt;/b&gt;&lt;/a&gt;&lt;b&gt; -  SamSpade provides a consistent GUI and implementation for many handy  network query tasks. It was designed with tracking down spammers in  mind, but can be useful for many other network exploration,  administration, and security tasks. It includes tools such as ping,  nslookup, whois, dig, traceroute, finger, raw HTTP web browser, DNS zone  transfer, SMTP relay check, website search, and more.&lt;br /&gt;&lt;br /&gt;6. &lt;/b&gt;&lt;a class="external" href="http://www.nstalker.com/nstealth/" rel="nofollow" target="_blank"&gt;&lt;b&gt;N-Stealth&lt;/b&gt;&lt;/a&gt;&lt;b&gt; - N-Stealth is a  commercial web server security scanner. It is generally updated more  frequently than free web scanners such as whisker and nikto, but you  have to pay for the privilege.&lt;br /&gt;&lt;br /&gt;7. &lt;/b&gt;&lt;a class="external" href="http://www.solarwinds.net/" rel="nofollow" target="_blank"&gt;&lt;b&gt;Solarwinds&lt;/b&gt;&lt;/a&gt;&lt;b&gt;  - Solarwinds contains many network monitoring, discovery and attack  tools. The advanced security tools not only test internet security with  the SNMP Brute Force Attack and Dictionary Attack utilities but also  validate the security on Cisco Routers with the Router Security Check.  The Remote TCP Reset remotely display all active sessions on a device  and the Password Decryption can decrypt Type 7 Cisco Passwords. The Port  Scanner allows testing for open TCP ports across IP Address and port  ranges or selection of specific machines and ports.&lt;br /&gt;&lt;br /&gt;8. &lt;/b&gt;&lt;a class="external" href="http://www.mavensecurity.com/achilles/" rel="nofollow" target="_blank"&gt;&lt;b&gt;Achilles&lt;/b&gt;&lt;/a&gt;&lt;b&gt; - The  first publicly released general-purpose web application security  assessment tool. Achilles acts as a HTTP/HTTPS proxy that allows a user  to intercept, log, and modify web traffic on the fly. Due to a cyber  squatter, Achilles is no longer online at its original home of  www.Digizen-Security.com...OOPS!&lt;br /&gt;&lt;br /&gt;9. &lt;/b&gt;&lt;a class="external" href="http://foundstone.com/resources/proddesc/cookiedigger.htm" rel="nofollow" target="_blank"&gt;&lt;b&gt;CookieDigger &lt;/b&gt;&lt;/a&gt;&lt;b&gt;-  CookieDigger helps identify weak cookie generation and insecure  implementations of session management by web applications. The tool  works by collecting and analyzing cookies issued by a web application  for multiple users. The tool reports on the predictability and entropy  of the cookie and whether critical information, such as user name and  password, are included in the cookie values.&lt;br /&gt;&lt;br /&gt;10. &lt;/b&gt;&lt;a class="external" href="http://www.atstake.com/research/tools/network_utilities/" rel="nofollow" target="_blank"&gt;&lt;b&gt;Netcat (The Network SwissArmy  Knife)&lt;/b&gt;&lt;/a&gt;&lt;b&gt; - Netcat was originally a Unix utility which  reads and writes data across network connections, using TCP or UDP  protocol. It is designed to be a reliable "back-end" tool that can be  used directly or easily driven by other programs and scripts. At the  same time, it is a feature-rich network debugging and exploration tool,  since it can create almost any kind of connection you would need and has  several interesting built-in capabilities.&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-5600775849574836231?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/5600775849574836231/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/04/top-hacking-tools.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/5600775849574836231'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/5600775849574836231'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/04/top-hacking-tools.html' title='Top Hacking Tools'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-2030702815250614290</id><published>2010-03-22T20:05:00.000+05:30</published><updated>2010-03-22T20:05:54.526+05:30</updated><title type='text'>கூகிள் மின்னஞ்சலில் கவனிக்கப்படாதவை!</title><content type='html'>&lt;b&gt;&lt;span style="color: red;"&gt;கூகிள் மின்னஞ்சலில் கவனிக்கப்படாதவை!&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;a href="http://www.tamilthunder.com/forum/redirector.php?url=http%3A%2F%2Fwww.shotpix.com%2F" rel="nofollow" target="_blank"&gt;&lt;img alt="" border="0" onload="NcodeImageResizer.createOn(this);" src="http://www.shotpix.com/images/81215155311342985957.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;குறுகிய காலத்தில் பல மில்லியன் மக்களை தன் பக்கம் இழுத்ததில் கூகிள்க்கு  நிகர் கூகிள் தான், எளிமை, வேகம், புதுமை, பாதுகாப்பு இதுவே இதன் தாரக  மந்திரம். ஏதாவது ஒன்றை கண்டு பிடித்தால் அதோடு நிறுத்திவிடாமல் மேலும்  மேலும் அதில் புதிய உத்திகளை புகுத்துவது மாற்றம் செய்வது என்று அதன்  ஆர்வம் சற்றும் குறையாமல் அதிகமாகிக்கொண்டே செல்கிறது. கூகிள் அளவிற்கு  பயனாளர்களுக்கு வசதியை செய்து கொடுப்பது போல வேறு எந்த நிறுவனமும் இல்லை.&lt;br /&gt;&lt;br /&gt;மற்ற மின்னஞ்சல் (&lt;span9391235&gt;&lt;a href="javascript:void(0);" id="Y9391235S2" style="color: #000fff; text-decoration: underline;"&gt;Yahoo&lt;/a&gt;&lt;/span9391235&gt;!, &lt;span9391235&gt;&lt;a href="javascript:void(0);" id="Y9391235S0" style="color: #000fff; text-decoration: underline;"&gt;Hotmail&lt;/a&gt;&lt;/span9391235&gt;)  நிறுவனங்களில் இருந்து தங்கள் மின்னஞ்சல் முகவரிகளை தற்போது பலர் கூகிள்  க்கு மாற்றி விட்டார்கள், என் நண்பர்கள் தற்போது 90% கூகிள் தான். தனது  மின்னஞ்சல் சேவையில் பல வசதிகளை வெளிப்படையாகவும் பல வசதிகளை வேண்டும்  என்றால் பயன்படுத்திக்கொள்ளும் படியும் அமைத்துள்ளது, இதை ஆய்வுகூடமாக  (Lab) கூறுகிறது. இதில் பல பயனுள்ள விஷயங்கள் உள்ளது, இதை நாம்  பயன்படுத்திக்கொள்ளலாம். பலர் இது பற்றி ஏற்கனவே தெரிந்து இருப்பீர்கள்,  இது தெரியாத அல்லது கவனிக்காதவர்களுக்கு!&lt;br /&gt;&lt;br /&gt;இதை நீங்கள் கூகிள் மின்னஞ்சலில் Settings ஐ சொடுக்கினால் அதில் Labs என்று  இருக்கும், அதில் சென்று உங்களுக்கு தேவையானவற்றை நீங்கள்  இணைத்துக்கொள்ளுங்கள், அதில் சில முக்கியமானவை பற்றி நான் கூறுகிறேன்.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: magenta;"&gt;Inserting images&lt;/span&gt;&lt;/b&gt;: இதன் பயன்  என்னவென்றால் படங்களை நமது விருப்பப்படி மின்னஞ்சல் அனுப்பும் போது  அமைத்துக்கொள்ளலாம். எடுத்துக்காட்டாக பார்வர்ட் மின்னஞ்சல்களுக்கு மிகவும்  பயன் தரும். படத்தை பற்றி விளக்கம் பிறகு படம், இதே போல விளக்கங்கள் கூறி  படங்களை இணைக்கலாம், இல்லை என்றால் மொத்த படங்களும் இடைவெளியில்லாமல்  வரிசையாக இருக்கும் அதன் விளக்கங்கள் எதற்கு என்று தெரியாமல் அணிவகுத்து  இருக்கும்.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: orange;"&gt;Default 'Reply to all':&lt;/span&gt;&lt;/b&gt; ஒரு சிலர்  குழுவாக (தனி குழும மின்னஞ்சல் இல்லாமல்) அடிக்கடி தனது நண்பர்களுக்குள்  மின்னஞ்சல் செய்பவர்களாக இருப்பார்கள், அவர்களுக்கு இதை இணைத்தால் Reply to  all என்பது வலது ஓரத்தில் மேலே வந்து விடும் (வழக்கமாக இருக்கும் Reply  யும் இருக்கும்) இதனால் எளிதாக அனைவருக்கும் அனுப்பலாம்.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: yellow;"&gt;&lt;b&gt;Hide Unread Counts:&lt;/b&gt;&lt;/span&gt; முன்பு தான்  ஆடிக்கு ஒருநாள் அம்மாவாசைக்கு ஒரு நாள் மின்னஞ்சல் வரும், தற்போதெல்லாம்  நண்பர்கள் மின்னஞ்சல், குழும மின்னஞ்சல், பல தளங்களில் சப்க்ரைப் செய்து  இருந்தால் அந்த மின்னஞ்சல்கள் என ஏகப்பட்டது வருகிறது. இது எத்தனை  வந்துள்ளது என்ற எண்ணிக்கை Inbox ல் தெரியும், இது உறுத்தலாக தெரிந்தால்  இந்த எண்ணிக்கையை இதை இணைப்பதின் மூலம் மறைக்கலாம்.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: lime;"&gt;&lt;b&gt;Right-side chat&lt;/b&gt;&lt;/span&gt; : கூகிள் உரையாடியில்  (Chat) மறைந்து இருக்கும் (Invisible Mode) வசதி இல்லை, ஆனால் கூகிள்  மின்னஞ்சலில் உள்ள உரையாடியில் இது உள்ளது. இதனால் பலர் இந்த வசதியை  பயன்படுத்த கூகிள் மின்னஞ்சலில் உள்ள உரையாடியில் தான் இணைந்து  இருப்பார்கள். இது வழக்கமாக இடது புறத்தில் இருக்கும், அதனுடன் Lable கள்  இருப்பதால் ரொம்ப கீழே இருக்கும். இதை தவிர்க்க இதை இணைத்தால் உரையாடி  பகுதி வலது புறத்தில் மாறி விடும்.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color: plum;"&gt;Pictures in chat:&lt;/span&gt;&lt;/b&gt; இதை இணைப்பதின் மூலம்  நம்முடன் உரையாடுபவர் படம் (அவர்கள் இணைத்து இருந்தால்) நமக்கு தெரியும்&lt;br /&gt;&lt;br /&gt;&lt;span style="color: darkorange;"&gt;&lt;b&gt;Mark as Read Button&lt;/b&gt;&lt;/span&gt;: தேவையற்ற  மின்னஞ்சல்கள் பல நமக்கு வரும் அல்லது அந்த மின்னஞ்சலில் என்ன இருக்கும்  என்று முன்பே தெரியும் எனவே படிக்காத மின்னஞ்சல்களாக (Unread Mails)  இருப்பது எரிச்சலை தரலாம் எனவே அவை அனைத்தையும் மொத்தமாக தேர்வு செய்து  Mark as read பொத்தானை அழுத்துவதன் மூலம் அனைத்தும் படிக்கப்பட்ட  மின்னஞ்சல்களாக (Read) மாறி விடும்.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: purple;"&gt;&lt;b&gt;&lt;span9391235&gt;&lt;a href="javascript:void(0);" id="Y9391235S7" style="color: #000fff; text-decoration: underline;"&gt;YouTube&lt;/a&gt;&lt;/span9391235&gt; previews in mail: &lt;/b&gt;&lt;/span&gt;இது  நமக்கு Youtube சுட்டி (Link) மின்னஞ்சலில் வந்தால் அதன் முன்னோட்டத்தை  நமக்கு மின்னஞ்சலின் கீழ் பகுதியில் சிறிய அளவில் காட்டும். நாம் சுட்டியை  சொடுக்கி Youtube செல்ல வேண்டும் என்ற அவசியம் இல்லை. இதைப்போல வசதி Picasa  மற்றும் Flickr க்கு உண்டு.&lt;br /&gt;&lt;b&gt;&lt;span style="color: blue;"&gt;&lt;br /&gt;Undo Send:&lt;/span&gt;&lt;/b&gt; இது மிகவும் பயனுள்ள ஒன்று, நாம் எப்போதும்  அவசரக்காரர்கள் அதனால் ஒருவருக்கு அனுப்ப வேண்டிய மின்னஞ்சலை மாற்றி  தவறுதலாக மற்ற ஒருவருக்கு அனுப்பி விடுவோம்.. அப்புறம் அடடா! வடை போச்சே!  என்று மண்டை காய்வோம். இதற்கு தான் கூகிள் தரும் இந்த வசதி. நாம்  மின்னஞ்சல் அனுப்பிய பிறகு அதை கூகிள் அனுப்பாமல் சில நொடிகள் வைத்து  இருக்கும், அதற்குள் நம் தவறை உணர்ந்து விட்டால் Undo வை அழுத்துவதன் மூலம்  அதை அனுப்பாமல் தவிர்க்கலாம்.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-2030702815250614290?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/2030702815250614290/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/03/blog-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/2030702815250614290'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/2030702815250614290'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/03/blog-post.html' title='கூகிள் மின்னஞ்சலில் கவனிக்கப்படாதவை!'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-911312352338416901</id><published>2010-03-07T23:20:00.000+05:30</published><updated>2010-03-07T23:20:19.037+05:30</updated><title type='text'>Show Hidden Files and Folders not working?</title><content type='html'>&lt;span style="font-family: georgia;"&gt;If we selecte the radio button “Show hidden files and folders” and then press Ok.. the changes would just disappear upon opening the dialog again. It was probably some virus attack after which the Windows registry was not being updated properly. So here is what methods to restore it back. There are so many methods to restore back the registry. If one method is not working, please try another one.&lt;/span&gt; &lt;br /&gt;&lt;div style="font-family: arial;"&gt;&lt;strong&gt;&lt;span style="font-family: georgia;"&gt;Method 1:&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div style="font-family: arial;"&gt;&lt;span style="font-family: georgia;"&gt;Go to registry editor by running regedit in the run box.&lt;br /&gt;Go to this key:&lt;br /&gt;HKEY_CURRENT_USER\Software\Microsoft\&lt;br /&gt;Windows\CurrentVersion\Explorer\Advanced&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: arial;"&gt;&lt;span id="more-67"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: georgia;"&gt;In the right hand area, double click hidden and change the value to 1.&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: arial;"&gt;&lt;span style="font-family: georgia;"&gt;Now you’re all set to go. Check it in your tools menu if the changes have taken effect.&lt;/span&gt;&lt;/div&gt;&lt;span style="font-family: georgia;"&gt;&lt;strong&gt;Method 2:&lt;/strong&gt; &lt;/span&gt; &lt;br /&gt;&lt;div style="font-family: arial;"&gt;&lt;span style="font-family: georgia;"&gt;1. Click “Start” -&amp;gt; “Run…” (or press Windows key + R)&lt;br /&gt;2. Type “regedit” and click “Ok”.&lt;br /&gt;3. Find the key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\&lt;br /&gt;Advanced\Folder\Hidden\SHOWALL&lt;br /&gt;4. Look at the “CheckedValue” key… This should be a DWORD key. If it isn’t, delete the key.&lt;br /&gt;5. Create a new key called “CheckedValue” as a DWORD (hexadecimal) with a value of 1.&lt;br /&gt;6. The “Show hidden files &amp;amp; folders” check box should now work normally. Enjoy!&lt;/span&gt;&lt;/div&gt;&lt;span style="font-family: georgia;"&gt;&lt;strong&gt;Method 3:&lt;/strong&gt; &lt;/span&gt; &lt;br /&gt;&lt;div style="font-family: arial;"&gt;&lt;span style="font-family: georgia;"&gt;1- Click Start –&amp;gt; Run –&amp;gt; regsvr32 /i browseui.dll –&amp;gt; enter&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: arial;"&gt;&lt;span style="font-family: georgia;"&gt;A confirmation message will appear like given below&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: arial;"&gt;&lt;span style="font-family: georgia;"&gt;2- Click Start –&amp;gt; Run –&amp;gt; regsvr32 /i shell32.dll&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: arial;"&gt;&lt;span style="font-family: georgia;"&gt;Wait for the confirmation and click OK.&lt;/span&gt;&lt;/div&gt;&lt;div class="wp-caption alignnone" id="attachment_2648" style="font-family: arial; width: 351px;"&gt;&lt;a href="http://www.technize.com/wp-content/uploads/2007/05/regsvr32-shell.dll1.png" onclick="javascript:pageTracker._trackPageview('/outgoing/www.technize.com/wp-content/uploads/2007/05/regsvr32-shell.dll1.png');"&gt;&lt;span style="font-family: georgia;"&gt;&lt;img alt="regsvr32-shell.dll.png" class="size-full wp-image-2648" height="128" src="http://www.technize.com/wp-content/uploads/2007/05/regsvr32-shell.dll1.png" style="height: 113px; width: 327px;" title="regsvr32 shell.dll" width="341" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: georgia;"&gt; &lt;/span&gt; &lt;div class="wp-caption-text"&gt;&lt;span style="font-family: georgia;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="wp-caption-text"&gt;&lt;strong&gt;&lt;span style="font-family: georgia;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div class="wp-caption-text"&gt;&lt;strong&gt;&lt;span style="font-family: georgia;"&gt;Then use a good anti-virus to get away from this problem...&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-911312352338416901?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/911312352338416901/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/03/show-hidden-files-and-folders-not.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/911312352338416901'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/911312352338416901'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/03/show-hidden-files-and-folders-not.html' title='Show Hidden Files and Folders not working?'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-8725733755152512720</id><published>2010-03-05T22:53:00.000+05:30</published><updated>2010-03-05T22:53:20.276+05:30</updated><title type='text'>4 THINGS YOU PROBABLY NEVER KNEW YOUR MOBILE PHONE COULD DO!!!</title><content type='html'>&lt;b&gt;There are a few things that can be done in times of grave emergencies. Your mobile phone can actually be a life saver or an emergency tool for survival. Check out the things that you can do with it:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;FIRST                                    Emergency&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Emergency Number worldwide for Mobile is 112. If you find yourself out of the coverage area of your mobile; network and there is an emergency, dial 112 and the mobile will search any existing network to establish the emergency number for you, and interestingly this number 112 can be dialed even if the keypad is locked. Try it out.&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;&lt;br /&gt;SECOND                         Have you locked your keys in the &lt;span7777934&gt;car&lt;/span7777934&gt;?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Does your car have remote keyless entry? This may come in handy someday. Good reason to own a cell phone: If you lock your keys in the car and the spare keys are at home, call someone at home on their mobile phone from your cell phone.&lt;br /&gt;Hold your cell phone about a foot from your car door and have the person at your home press the unlock button, holding it near the mobile phone on their end. Your car will unlock. Saves someone from having to&lt;br /&gt;drive your keys to you. Distance is no object. You could be hundreds of miles away, and if you can reach someone who has the other "remote" for your car, you can unlock the doors (or the trunk).&lt;br /&gt;Editor's Note: It works fine! We tried it out and it unlocked our car over a mobile phone!"&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;THIRD                             Hidden Battery Power&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Imagine your mobile battery is very low. To activate, press the keys *3370# Your mobile will restart with this reserve and the instrument will show a 50% increase in battery. This reserve will get charged when you charge your mobile next time.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;FOURTH                     How to disable a STOLEN mobile phone?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To check your Mobile phone's serial number, key in the following digits on your phone: * # 0 6 #&lt;br /&gt;A 15 digit code will appear on the screen. This number is unique to your handset. Write it down and keep it somewhere safe. When your phone get stolen, you can phone your service provider and give them this code. They will then be able to block your handset so even if the thief &lt;span7777934&gt;changes&lt;/span7777934&gt; the SIM card, your phone will be totally useless. You probably won't get your phone back, but at least you know that whoever stole it can't use/sell it either. If everybody does this, there would be no point in people stealing mobile phones. &lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-8725733755152512720?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/8725733755152512720/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/03/4-things-you-probably-never-knew-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/8725733755152512720'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/8725733755152512720'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/03/4-things-you-probably-never-knew-your.html' title='4 THINGS YOU PROBABLY NEVER KNEW YOUR MOBILE PHONE COULD DO!!!'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-5439062063932618927</id><published>2010-02-18T23:47:00.001+05:30</published><updated>2010-02-18T23:47:55.445+05:30</updated><title type='text'>Install WinXP in 10 min</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Verdana, sans-serif; font-size: 13px; font-weight: bold; line-height: 20px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;b&gt;&lt;h3 class="post-title entry-title" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://www2.blogblog.com/rounders4/icon_arrow.gif); background-origin: initial; background-position: 10px 0.5em; background-repeat: no-repeat no-repeat; border-bottom-color: rgb(153, 187, 85); border-bottom-style: dotted; border-bottom-width: 1px; border-left-color: rgb(153, 187, 85); border-left-style: dotted; border-left-width: 1px; border-right-color: rgb(153, 187, 85); border-right-style: dotted; border-right-width: 1px; border-top-color: rgb(153, 187, 85); border-top-style: dotted; border-top-width: 0px; color: #00ff13; display: block; font: normal normal bold 176%/normal 'Trebuchet MS', Verdana, Arial, sans-serif; line-height: 1.5em; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 2px; padding-left: 29px; padding-right: 14px; padding-top: 2px;"&gt;Install WinXP in 10 min&lt;/h3&gt;As We all know that During Formatting a Computer After the File Copying is Completed then windows Require 39 Minutes Time...&lt;br /&gt;But What Extreme In It....&lt;br /&gt;Yes We can Bypass this faking Time.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: red;"&gt;Procedure:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1)After the Copy Part is Over...&lt;br /&gt;System is Rebooted as we all know In general Foramatting Procedure.&lt;br /&gt;&lt;br /&gt;Now After Reboot The Below Image Will Appear.&lt;/b&gt;&lt;div&gt;&lt;b&gt;&lt;a href="http://lh3.ggpht.com/_P-cP-6s2XUc/S3BN2Bnee7I/AAAAAAAAATg/xUAf0Qa23kw/Untitled.jpeg%20copy.jpg" style="color: white;" target="_blank"&gt;&lt;img alt="" src="http://lh3.ggpht.com/_P-cP-6s2XUc/S3BN2Bnee7I/AAAAAAAAATg/xUAf0Qa23kw/Untitled.jpeg%20copy.jpg" style="border-bottom-color: rgb(153, 187, 85); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(153, 187, 85); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(153, 187, 85); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(153, 187, 85); border-top-style: solid; border-top-width: 1px; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;" /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;&lt;b&gt;&lt;br /&gt;&lt;br /&gt;2)Now As This Image APPEARS You Have to Press "Shift + F10 ".&lt;br /&gt;This Will Open The command Prompt.&lt;br /&gt;Now type taskmgr in it.&lt;br /&gt;This will open the Task manager.&lt;br /&gt;&lt;br /&gt;3)After The task Manager Opens Goto Processes.&lt;br /&gt;And Find "Setup.exe" process and Right CLICK on It....&lt;br /&gt;and set the Priority to Highest..&lt;/b&gt;&lt;div&gt;&lt;b&gt;&lt;a href="http://lh4.ggpht.com/_P-cP-6s2XUc/S3BN2GCbUyI/AAAAAAAAATc/tdiANoIng1U/Untitled2.jpeg" style="color: white;" target="_blank"&gt;&lt;img alt="" src="http://lh4.ggpht.com/_P-cP-6s2XUc/S3BN2GCbUyI/AAAAAAAAATc/tdiANoIng1U/Untitled2.jpeg" style="border-bottom-color: rgb(153, 187, 85); border-bottom-style: solid; border-bottom-width: 1px; border-left-color: rgb(153, 187, 85); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(153, 187, 85); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(153, 187, 85); border-top-style: solid; border-top-width: 1px; margin-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;" /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;&lt;b&gt;&lt;br /&gt;&lt;br /&gt;4)Now Just Watch the Set It will take around 9 minutes and 2 minutes for Tolerance(depends System to system).&lt;br /&gt;&lt;br /&gt;So When you Format your PC Next Time It will Really Save Your TIME&lt;br /&gt;i.e around 20 to 25 minutes.&lt;/b&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Verdana, sans-serif; font-size: 13px; font-weight: bold; line-height: 20px;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Verdana, sans-serif; font-size: 13px; font-weight: bold; line-height: 20px;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-5439062063932618927?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/5439062063932618927/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/02/install-winxp-in-10-min.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/5439062063932618927'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/5439062063932618927'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/02/install-winxp-in-10-min.html' title='Install WinXP in 10 min'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_P-cP-6s2XUc/S3BN2Bnee7I/AAAAAAAAATg/xUAf0Qa23kw/s72-c/Untitled.jpeg%20copy.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-1117813893924053205</id><published>2010-02-15T20:25:00.000+05:30</published><updated>2010-02-15T20:27:04.883+05:30</updated><title type='text'>How to change the default download directory for Internet Explorer</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 13px; color: rgb(102, 102, 102); "&gt;If you would like to change the default download target for &lt;a href="http://www.windowsreference.com/internet-explorer/how-to-change-the-default-download-directory-for-internet-explorer/#" class="kLink" target="undefined" id="KonaLink0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; color: rgb(125, 167, 217) !important; text-decoration: underline !important; border-bottom-style: none !important; cursor: pointer; font-family: verdana; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 0px !important; border-top-style: none !important; border-right-style: none !important; border-left-style: none !important; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; background-image: none !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; background-color: transparent !important; text-transform: none !important; display: inline !important; font-variant: normal; top: 0px; right: 0px; bottom: 0px; left: 0px; position: static; background-position: initial initial !important; background-repeat: initial initial !important; "&gt;&lt;span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(125, 167, 217) !important; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; position: static; color:#7da7d9;"&gt;&lt;span class="kLink" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; border-top-width: 0px !important; border-top-style: none !important; border-top-color: initial !important; border-left-width: 0px !important; border-left-style: none !important; border-left-color: initial !important; border-right-width: 0px !important; border-right-style: none !important; border-right-color: initial !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(125, 167, 217); color: rgb(125, 167, 217) !important; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; width: auto !important; float: none !important; display: inline !important; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; position: static; background-position: initial initial; background-repeat: initial initial; "&gt;Internet&lt;/span&gt;&lt;span class="kLink" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; border-top-width: 0px !important; border-top-style: none !important; border-top-color: initial !important; border-left-width: 0px !important; border-left-style: none !important; border-left-color: initial !important; border-right-width: 0px !important; border-right-style: none !important; border-right-color: initial !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(125, 167, 217); color: rgb(125, 167, 217) !important; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; width: auto !important; float: none !important; display: inline !important; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; position: static; background-position: initial initial; background-repeat: initial initial; "&gt;Explorer&lt;/span&gt;&lt;/span&gt;&lt;span id="preLoadWrap0" class="preLoadWrap" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; position: relative; "&gt;&lt;/span&gt;&lt;/a&gt; from ‘Desktop’ to some other location on your &lt;a href="http://www.windowsreference.com/internet-explorer/how-to-change-the-default-download-directory-for-internet-explorer/#" class="kLink" target="undefined" id="KonaLink1" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; color: rgb(125, 167, 217) !important; text-decoration: underline !important; border-bottom-style: none !important; cursor: pointer; font-family: verdana; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 0px !important; border-top-style: none !important; border-right-style: none !important; border-left-style: none !important; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; background-image: none !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; background-color: transparent !important; text-transform: none !important; display: inline !important; font-variant: normal; top: 0px; right: 0px; bottom: 0px; left: 0px; position: static; background-position: initial initial !important; background-repeat: initial initial !important; "&gt;&lt;span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(125, 167, 217) !important; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; position: static; color:#7da7d9;"&gt;&lt;span class="kLink" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; border-top-width: 0px !important; border-top-style: none !important; border-top-color: initial !important; border-left-width: 0px !important; border-left-style: none !important; border-left-color: initial !important; border-right-width: 0px !important; border-right-style: none !important; border-right-color: initial !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: initial; color: rgb(125, 167, 217) !important; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; width: auto !important; float: none !important; display: inline !important; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; position: static; background-position: initial initial; background-repeat: initial initial; "&gt;system&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;, the following quick &lt;a href="http://www.windowsreference.com/internet-explorer/how-to-change-the-default-download-directory-for-internet-explorer/#" class="kLink" target="undefined" id="KonaLink2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; color: rgb(125, 167, 217) !important; text-decoration: underline !important; border-bottom-style: none !important; cursor: pointer; font-family: verdana; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 0px !important; border-top-style: none !important; border-right-style: none !important; border-left-style: none !important; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; background-image: none !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; background-color: transparent !important; text-transform: none !important; display: inline !important; font-variant: normal; top: 0px; right: 0px; bottom: 0px; left: 0px; position: static; background-position: initial initial !important; background-repeat: initial initial !important; "&gt;&lt;span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(125, 167, 217) !important; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; position: static; color:#7da7d9;"&gt;&lt;span class="kLink" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; border-top-width: 0px !important; border-top-style: none !important; border-top-color: initial !important; border-left-width: 0px !important; border-left-style: none !important; border-left-color: initial !important; border-right-width: 0px !important; border-right-style: none !important; border-right-color: initial !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: initial; color: rgb(125, 167, 217) !important; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; width: auto !important; float: none !important; display: inline !important; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; position: static; background-position: initial initial; background-repeat: initial initial; "&gt;registry&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; change will do it.&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; line-height: 18px; font-size: 13px; "&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; line-height: 18px; font-size: 13px; "&gt;&lt;span id="more-676" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; line-height: 18px; font-size: 13px; "&gt;Click on Start—&gt;Run type &lt;a href="http://www.windowsreference.com/internet-explorer/how-to-change-the-default-download-directory-for-internet-explorer/#" class="kLink" target="undefined" id="KonaLink3" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; color: rgb(125, 167, 217) !important; text-decoration: underline !important; border-bottom-style: none !important; cursor: pointer; font-family: verdana; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 0px !important; border-top-style: none !important; border-right-style: none !important; border-left-style: none !important; border-top-color: transparent !important; border-right-color: transparent !important; border-bottom-color: transparent !important; border-left-color: transparent !important; background-image: none !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; background-color: transparent !important; text-transform: none !important; display: inline !important; font-variant: normal; top: 0px; right: 0px; bottom: 0px; left: 0px; position: static; background-position: initial initial !important; background-repeat: initial initial !important; "&gt;&lt;span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(125, 167, 217) !important; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; position: static; color:#7da7d9;"&gt;&lt;span class="kLink" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 1px !important; padding-left: 0px !important; border-top-width: 0px !important; border-top-style: none !important; border-top-color: initial !important; border-left-width: 0px !important; border-left-style: none !important; border-left-color: initial !important; border-right-width: 0px !important; border-right-style: none !important; border-right-color: initial !important; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: initial; color: rgb(125, 167, 217) !important; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; width: auto !important; float: none !important; display: inline !important; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; position: static; background-position: initial initial; background-repeat: initial initial; "&gt;regedit&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;click ok&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; line-height: 18px; font-size: 13px; "&gt;Navigate the following key from left pane&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; line-height: 18px; font-size: 13px; "&gt;HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; line-height: 18px; font-size: 13px; "&gt;Now you should see Download Directory key from right pane&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; line-height: 18px; font-size: 13px; "&gt;&lt;img src="http://www.windowsreference.com/images/dw/1.PNG" align="middle" height="113" width="516" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 5px; padding-bottom: 15px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; border-width: initial; border-color: initial; background-position: initial initial; background-repeat: initial initial; " /&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; line-height: 18px; font-size: 13px; "&gt;Edit the ‘download directory’ value to the full path of the directory you wish to use click ok&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; line-height: 18px; font-size: 13px; "&gt;&lt;img src="http://www.windowsreference.com/images/dw/2.PNG" align="middle" height="167" width="384" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 5px; padding-bottom: 15px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; border-width: initial; border-color: initial; background-position: initial initial; background-repeat: initial initial; " /&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; line-height: 18px; font-size: 13px; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; line-height: 18px; font-size: 13px; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; line-height: 18px; font-size: 13px; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-1117813893924053205?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/1117813893924053205/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/02/how-to-change-default-download.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/1117813893924053205'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/1117813893924053205'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/02/how-to-change-default-download.html' title='How to change the default download directory for Internet Explorer'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-1210456187595463269</id><published>2010-02-11T13:59:00.001+05:30</published><updated>2010-02-11T13:59:45.889+05:30</updated><title type='text'>TCS to hire 30,000, 70 percent freshers</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; "&gt;New Delhi: Tata Consultancy Services plans to hire 28,000 employees in India and 2,000 abroad in the financial year 2010-2011 and about 70 percent of recruitment will be freshers. The company is currently seeing an 8-10 percent growth in revenue from domestic operations and is eyeing a double-digit growth in the next two years.&lt;br /&gt;&lt;div id="logphoto" style="float: left; padding-left: 0px; padding-bottom: 10px; padding-right: 10px; padding-top: 10px; "&gt;&lt;img src="http://www.siliconindia.com/news/newsimages/TCS2.jpg" height="287" width="194" /&gt;&lt;br /&gt;&lt;div style="width: 200px; line-height: 15px; "&gt;&lt;span class="Verdana10Ash999" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: rgb(153, 153, 153); "&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;TCS CEO and MD N Chandrasekaran said that the company will hike salaries of its employees in the coming fiscal, but did not give details, reports Financial Chronicle. TCS, has not hiked wages in the current fiscal, but employees have received 150 percent VA payouts in two consecutive quarters - second and third quarters of FY10.&lt;br /&gt;&lt;br /&gt;"We are on a path to hire 1,000 people. We have already hired 300," he said, replying to a query on hiring plans for the current fiscal. In Q3 of FY10, TCS had made 7,692 net additions, compared with a net addition of 320 in the previous quarter.&lt;br /&gt;&lt;br /&gt;Asked about the extent to which India would be affected by the U.S. move to slash tax-breaks to outsourcers, Chandrasekaran said the matter is not an immediate concern. Also Chandrasekaran said, "China is a tough market for IT firms and the company was seeing business opportunity in Europe." Chandrasekaran said the company had signed a few large deals as well as a number of smaller ones. "The financial services sector will drive growth. We expect good growth from retail, pharma and utilities," he said. &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-1210456187595463269?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/1210456187595463269/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/02/tcs-to-hire-30000-70-percent-freshers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/1210456187595463269'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/1210456187595463269'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/02/tcs-to-hire-30000-70-percent-freshers.html' title='TCS to hire 30,000, 70 percent freshers'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-2010553617323681673</id><published>2010-02-11T13:51:00.000+05:30</published><updated>2010-02-11T13:53:54.599+05:30</updated><title type='text'>Google plans superfast internet</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; "&gt;San Francisco: Google plans to build a fibre optic broadband network that will connect customers to the internet at speeds 100 times faster than most existing broadband connections in the US, the company announced on its corporate blog.&lt;br /&gt;&lt;br /&gt;"Our goal is to experiment with new ways to help make internet access better and faster for everyone," two Google product managers, Minnie Ingersoll and James Kelly, wrote in the blog post Wednesday. &lt;div id="logphoto" style="float: left; padding-left: 0px; padding-bottom: 10px; padding-right: 10px; padding-top: 10px; "&gt;&lt;img src="http://www.siliconindia.com/news/newsimages/Google2.jpg" height="287" width="194" /&gt;&lt;br /&gt;&lt;div style="width: 200px; line-height: 15px; "&gt;&lt;span class="Verdana10Ash999" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: rgb(153, 153, 153); "&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;They said that Google plans to build and test the network in trial communities around the country starting later this year and that the tests could encompass as many as 500,000 people. They cited 3-dimensional medical imaging and quick, high-definition film downloads among the applications of such high-speed internet access.&lt;br /&gt;&lt;br /&gt;"We'll deliver internet speeds more than 100 times faster than what most Americans have access to today with 1 gigabit per second, fibre-to-the-home connections," the post said. "We plan to offer service at a competitive price to at least 50,000 and potentially up to 500,000 people."&lt;br /&gt;&lt;br /&gt;"We're doing this because we want to make the web better and faster to everyone," said Kelly, who also promised that the network would operate on open access network, in which users could choose various internet providers and which would not give preference to any one kind of content. Kelly appealed to local officials who were interested in having their community participate in the trial to contact the internet giant.&lt;br /&gt;&lt;br /&gt;The announcement continued Google's recent initiative to expand into market sectors beyond its core web search speciality. In the last year it has made a splash in the mobile phone market with its Android operating system and Nexus One handset, and Tuesday announced a social networking feature aimed at taking on Facebook and Twitter.&lt;br /&gt;&lt;br /&gt;While broadband industry incumbents may fear the entry by Google, Federal Communications Commission chairman Julius Genachowski welcomed the move, the Washington Post reported.&lt;br /&gt;&lt;br /&gt;"Big broadband creates big opportunities," he said in a statement. "This significant trial will provide an American testbed for the next generation of innovative, high-speed internet apps, devices and services." &lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-2010553617323681673?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/2010553617323681673/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/02/google-plans-superfast-internet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/2010553617323681673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/2010553617323681673'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/02/google-plans-superfast-internet.html' title='Google plans superfast internet'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-4518288702323311086</id><published>2010-02-01T13:48:00.000+05:30</published><updated>2010-02-01T13:49:47.737+05:30</updated><title type='text'>Remove Recycle Bin from Desktop for XP</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; "&gt;&lt;p&gt;Go to &lt;strong&gt;START&lt;/strong&gt; &gt; &lt;strong&gt;RUN&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Type &lt;strong&gt;GPEDIT.MSC&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Navagate to &lt;strong&gt;USER CONFIGURATION&lt;/strong&gt; &gt;&lt;strong&gt;ADMINISTRATIVE TEMPLATES&lt;/strong&gt; &gt;Click on &lt;strong&gt;DESKTOP&lt;/strong&gt;,&lt;/p&gt;&lt;p&gt;On the right hand pane find " Remove Recycle Bin icon on the desktop " , double left click on it to &lt;strong&gt;ENABLE&lt;/strong&gt;it.&lt;/p&gt;&lt;p&gt;Sorted!&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-4518288702323311086?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/4518288702323311086/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/02/remove-recycle-bin-from-desktop-for-xp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/4518288702323311086'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/4518288702323311086'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/02/remove-recycle-bin-from-desktop-for-xp.html' title='Remove Recycle Bin from Desktop for XP'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-2064541164280005796</id><published>2010-01-30T23:09:00.000+05:30</published><updated>2010-01-30T23:10:43.171+05:30</updated><title type='text'>Put a background to your USB flashdrive</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;&lt;b&gt;Put a background to your USB flashdrive :&lt;/b&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;Thought you would also be fascinated like me on this one. ...........&lt;br /&gt;Step 1:&lt;br /&gt;Copy this code into notepad (copy and paste), then save it as "desktop.ini"&lt;br /&gt;CODE&lt;br /&gt;[.ShellClassInfo]&lt;br /&gt;IconFile=%SystemRoot%\system32\SHELL32.dll&lt;br /&gt;IconIndex=127&lt;br /&gt;ConfirmFileOp=0&lt;br /&gt;[{BE098140-A513-11D0-A3A4-00C04FD706EC}]&lt;br /&gt;Attributes=1&lt;br /&gt;IconArea_Image="your_picture.jpg"&lt;br /&gt;IconArea_Text="0xFFFFFF"&lt;br /&gt;VeBRA sources - don't delete the tag above, it's there for XXXXX purposes -&lt;br /&gt;[ExtShellFolderViews]&lt;br /&gt;{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}&lt;br /&gt;{5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}&lt;br /&gt;[{5984FFE0-28D4-11CF-AE66-08002B2E1262}]&lt;br /&gt;PersistMoniker=Folder.htt&lt;br /&gt;PersistMonikerPreview=%WebDir%\folder.bmp&lt;br /&gt;&lt;br /&gt;Step 2:&lt;br /&gt;Put "desktop.ini" file onto your flash drive and replace "your_picture" with the&lt;br /&gt;name of the picture you want to use leaving the .jpg extension the same.&lt;br /&gt;Step 3:&lt;br /&gt;Now copy the picture that you want to use onto your flash drive.&lt;br /&gt;Step 4:&lt;br /&gt;Refresh (F5) or Go back to My Computer and open your flash drive again ..and enjoy with new background...&lt;br /&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;font-size:100%;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;font-size:100%;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-2064541164280005796?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/2064541164280005796/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/01/put-background-to-your-usb-flashdrive.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/2064541164280005796'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/2064541164280005796'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/01/put-background-to-your-usb-flashdrive.html' title='Put a background to your USB flashdrive'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-2455390828662952242</id><published>2010-01-26T23:42:00.000+05:30</published><updated>2010-01-26T23:45:50.593+05:30</updated><title type='text'>Removing the Recent Documents link from XP Start Menu</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Tahoma, verdana, arial, sans-serif; "&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-family: Verdana; font-size: 13px; line-height: 19px; "&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 0, 0); line-height: 17px; margin-left: 10px; "&gt;To remove the My Recent Documents folder from XP Start Menu, try this:&lt;/p&gt;&lt;ul&gt;&lt;li style="font-family: Verdana; font-size: 8pt; color: rgb(0, 0, 0); text-align: left; margin-left: 20px; margin-top: 5px; "&gt;Right-click Start, and then click Properties&lt;/li&gt;&lt;li style="font-family: Verdana; font-size: 8pt; color: rgb(0, 0, 0); text-align: left; margin-left: 20px; margin-top: 5px; "&gt;Click Customize&lt;/li&gt;&lt;li style="font-family: Verdana; font-size: 8pt; color: rgb(0, 0, 0); text-align: left; margin-left: 20px; margin-top: 5px; "&gt;Click the Advanced tab&lt;/li&gt;&lt;li style="font-family: Verdana; font-size: 8pt; color: rgb(0, 0, 0); text-align: left; margin-left: 20px; margin-top: 5px; "&gt;Under Recent documents, uncheck &lt;i&gt;List my most recently opened documents&lt;/i&gt;&lt;/li&gt;&lt;li style="font-family: Verdana; font-size: 8pt; color: rgb(0, 0, 0); text-align: left; margin-left: 20px; margin-top: 5px; "&gt;Click OK, and then OK.&lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;------------------------------or---------------------------------------------&lt;/p&gt;&lt;p&gt;It turns out that it's not all that hard to clear the list and if so desired, hide it as well.&lt;/p&gt;&lt;a name="more" style="font-weight: bold; "&gt;&lt;/a&gt;&lt;p style="text-align: center; color: rgb(12, 69, 153); "&gt;•&lt;/p&gt;&lt;p&gt;It's called "Documents" on versions of Windows prior to XP, or if you've selected "Classic Start menu" in XP, it'll show as "My Recent Documents". Regardless of what it's called, if you click on&lt;strong&gt;Start&lt;/strong&gt; and then hover you mouse over the menu item, you'll see a sub-menu pop out that includes some of the documents most recently opened through many Windows programs:&lt;/p&gt;&lt;p style="text-align: center; "&gt;&lt;img src="http://images.ask-leo.com/startmenu-documents.png" alt="Start Menu showing Documents sub menu" title="Start Menu showing Documents sub menu" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: black; border-right-color: black; border-bottom-color: black; border-left-color: black; " /&gt;&lt;/p&gt;&lt;p&gt;Not everyone wants their most recent documents so easily visible to anyone who walks by.&lt;/p&gt;&lt;p&gt;The good news is that it's easy to clear. Removing it completely is just a little more work.&lt;/p&gt;&lt;p style="text-align: center; "&gt;•&lt;/p&gt;&lt;p&gt;To clear your recent document history, right click on &lt;strong&gt;Start&lt;/strong&gt; and click on &lt;strong&gt;Properties&lt;/strong&gt;. You'll have either &lt;strong&gt;Start Menu&lt;/strong&gt; or &lt;strong&gt;Classic Start Menu&lt;/strong&gt; selected; click the corresponding &lt;strong&gt;Customize button&lt;/strong&gt;. Here's the resulting dialog for the Classic Start Menu:&lt;/p&gt;&lt;p style="text-align: center; "&gt;&lt;img src="http://images.ask-leo.com/startmenu-properties-classic.png" alt="Classic Start Menu properties" title="Classic Start Menu properties" /&gt;&lt;/p&gt;&lt;p&gt;I've highlighted the relevant section: click on the &lt;strong&gt;Clear&lt;/strong&gt; button to clear the recent documents list.&lt;/p&gt;&lt;p&gt;In the default (not classic) Start Menu, the setting is one more level down. When you click on &lt;strong&gt;Properties&lt;/strong&gt;, you'll see this dialog:&lt;/p&gt;&lt;p style="text-align: center; "&gt;&lt;img src="http://images.ask-leo.com/startmenu-properties-std.png" alt="Start Menu Properties" title="Start Menu Properties" /&gt;&lt;/p&gt;&lt;p&gt;Click on the &lt;strong&gt;Advanced&lt;/strong&gt; tab:&lt;/p&gt;&lt;p style="text-align: center; "&gt;&lt;img src="http://images.ask-leo.com/startmenu-properties-std-advanced.png" alt="Start Menu Properties Advanced" title="Start Menu Properties Advanced" /&gt;&lt;/p&gt;&lt;p&gt;Click the &lt;strong&gt;Clear List&lt;/strong&gt; button to clear the list.&lt;/p&gt;&lt;p style="text-align: center; "&gt;•&lt;/p&gt;&lt;p&gt;To turn off the recent document history, things get just a little more complicated. Maybe.&lt;/p&gt;&lt;p&gt;That last dialog we pictured had something interesting in it:&lt;/p&gt;&lt;p style="text-align: center; "&gt;&lt;img src="http://images.ask-leo.com/startmenu-properties-std-advanced-listoption.png" alt="Start Menu Properties Advanced highlighting the list document option" title="Start Menu Properties Advanced highlighting the list document option" /&gt;&lt;/p&gt;&lt;p&gt;If you use the default Start Menu, this option does exactly what we want. &lt;em&gt;Un&lt;/em&gt;check &lt;strong&gt;List my most recently opened documents&lt;/strong&gt; and the "My Recent Documents" menu item will disappear.&lt;/p&gt;&lt;p&gt;Unfortunately that setting does not affect the Classic Start Menu so if you're using Classic Start Menu (as I am), things get more interesting.&lt;/p&gt;&lt;p&gt;If you're running Windows XP Pro, the safest way to make this, and many other configuration changes, is to use the Group Policy Editor. Click on &lt;strong&gt;Start&lt;/strong&gt;, then &lt;strong&gt;Run...&lt;/strong&gt; enter "&lt;strong&gt;gpedit.msc&lt;/strong&gt;" and click on &lt;strong&gt;OK&lt;/strong&gt;:&lt;/p&gt;&lt;p style="text-align: center; "&gt;&lt;img src="http://images.ask-leo.com/start-run-gpedit.png" alt="Run menu item with gpedit.msc" title="Run menu item with gpedit.msc" /&gt;&lt;/p&gt;&lt;p&gt;Once you're in the group policy editor, expand un turn &lt;strong&gt;User Configuration&lt;/strong&gt;, &lt;strong&gt;Administrative Templates&lt;/strong&gt;, and then &lt;strong&gt;Start Menu and Taskbar&lt;/strong&gt;:&lt;/p&gt;&lt;p style="text-align: center; "&gt;&lt;img src="http://images.ask-leo.com/gpedit-startmenu-documents.png" alt="Group Policy Editor open on 'Remove Documents menu from Start Menu'" title="Group Policy Editor open on 'Remove Documents menu from Start Menu'" /&gt;&lt;/p&gt;&lt;p&gt;As you can see, there's a setting that sounds exactly like what we're looking for: &lt;strong&gt;Remove Documents menu from Start Menu&lt;/strong&gt;. Double click on that to get:&lt;/p&gt;&lt;p style="text-align: center; "&gt;&lt;img src="http://images.ask-leo.com/gpedit-startmenu-documents-edit.png" alt="Group Policy Editor editing 'Remove Documents menu from Start Menu'" title="Group Policy Editor editing 'Remove Documents menu from Start Menu'" /&gt;&lt;/p&gt;&lt;p&gt;Click on "&lt;strong&gt;Enabled&lt;/strong&gt;", and click on &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;&lt;p&gt;This setting requires that you reboot before it takes effect. Once you do:&lt;/p&gt;&lt;p style="text-align: center; "&gt;&lt;img src="http://images.ask-leo.com/startmenu-no-documents.png" alt="Start Menu, showing no Documents item" title="Start Menu, showing no Documents item" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: black; border-right-color: black; border-bottom-color: black; border-left-color: black; " /&gt;&lt;/p&gt;&lt;p&gt;You'll notice that there's no "Documents" item.&lt;/p&gt;&lt;p style="text-align: center; "&gt;•&lt;/p&gt;&lt;p&gt;If you're running Windows XP Home you may not have the group policy editor. That means you'll need to edit the registry directly - be sure to &lt;a href="http://go.ask-leo.com/regbackup" target="_blank" style="font-weight: bold; color: rgb(12, 69, 153); "&gt;back it up&lt;/a&gt; first.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Start&lt;/strong&gt;, &lt;strong&gt;Run&lt;/strong&gt;, "&lt;strong&gt;regdt32&lt;/strong&gt;":&lt;/p&gt;&lt;p style="text-align: center; "&gt;&lt;img src="http://images.ask-leo.com/start-run-regedt32.png" alt="Start Run of regedt32" title="Start Run of regedt32" /&gt;&lt;/p&gt;&lt;p&gt;Navigate to the key &lt;strong&gt;HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer&lt;/strong&gt;:&lt;/p&gt;&lt;p style="text-align: center; "&gt;&lt;img src="http://images.ask-leo.com/regedit_on_norecentdocsmenu.png" alt="Registry Editor open on Explorer Policies" title="Registry Editor open on Explorer Policies" /&gt;&lt;/p&gt;&lt;p&gt;Double click on &lt;strong&gt;No RecentDocsMenu&lt;/strong&gt; and set the &lt;strong&gt;Value Data&lt;/strong&gt; to &lt;strong&gt;1&lt;/strong&gt;. Click &lt;strong&gt;OK&lt;/strong&gt;, and close registry editor.&lt;/p&gt;&lt;p&gt;As before, a reboot might be required before this setting change takes effect.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-2455390828662952242?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/2455390828662952242/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/01/removing-recent-documents-link-from-xp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/2455390828662952242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/2455390828662952242'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/01/removing-recent-documents-link-from-xp.html' title='Removing the Recent Documents link from XP Start Menu'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-598227183617016916</id><published>2010-01-26T23:15:00.000+05:30</published><updated>2010-01-26T23:18:16.706+05:30</updated><title type='text'>Windows XP Secrets!!!</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;&lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Hidden Command Line Switch&lt;/b&gt;&lt;br /&gt;&lt;i&gt;Instructions&lt;/i&gt; - Go to "Start", "Run" and Type &lt;b&gt;defrag c: -b&lt;/b&gt; to defragment the Boot and Application Prefetch information.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Hidden Install Creator&lt;/b&gt;&lt;br /&gt;&lt;i&gt;Instructions&lt;/i&gt; - Go to Start, Run, type &lt;b&gt;iexpress&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Hidden Internet Conference Application&lt;/b&gt;&lt;br /&gt;&lt;i&gt;Instructions&lt;/i&gt; - Go to Start, Run, type &lt;b&gt;conf&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Create a Log File&lt;/b&gt;&lt;br /&gt;&lt;i&gt;Instructions&lt;/i&gt; - Launch Notepad, Type .LOG on the first line, and then press Enter to move to the next line. On the File menu, click Save As, type a descriptive name for your file in the File name box, and then click OK. When you next open the file, note that the date and time have been appended to the end of the log, immediately preceding the place where new text can be added. You can use this functionality to automatically add the current date and time to each log entry.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Image Trails&lt;/b&gt;&lt;br /&gt;&lt;i&gt;Instructions&lt;/i&gt; - Open an image and hold down &lt;b&gt;Shift&lt;/b&gt; then drag the image around to create an image trail.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;10x Zoom&lt;/b&gt;&lt;br /&gt;&lt;i&gt;Instructions&lt;/i&gt; - Open an image and select the magnifying glass icon. Left-Click exactly on the line below the 8x.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Hidden Font Editor&lt;/b&gt;&lt;br /&gt;&lt;i&gt;Instructions&lt;/i&gt; - Go to Start, Run, type &lt;b&gt;eudcedit&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Secret&lt;/i&gt; - &lt;b&gt;Hidden Windows Media Player&lt;/b&gt;&lt;br /&gt;&lt;i&gt;Instructions&lt;/i&gt; - Go to Start, Run, type &lt;b&gt;mplayer2&lt;/b&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-598227183617016916?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/598227183617016916/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/01/windows-xp-secrets.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/598227183617016916'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/598227183617016916'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/01/windows-xp-secrets.html' title='Windows XP Secrets!!!'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-8303235468658569252</id><published>2010-01-24T19:53:00.000+05:30</published><updated>2010-01-24T19:54:30.902+05:30</updated><title type='text'>An Interesting video about future computer!!!</title><content type='html'>Dont Miss to watch this........&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;embed src="http://www.metacafe.com/fplayer/891508/computers_in_2020.swf" width="400" height="345" wmode="transparent" allowfullscreen="true" allowscriptaccess="always" name="Metacafe_891508" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"&gt;&lt;/embed&gt; &lt;br /&gt;&lt;span size =" 1"&gt;&lt;a href="http://www.metacafe.com/watch/891508/computers_in_2020/"&gt;Computers In 2020&lt;/a&gt; - &lt;a href="http://www.metacafe.com/"&gt;The funniest bloopers are right here&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-8303235468658569252?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/8303235468658569252/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/01/interesting-video-about-future-computer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/8303235468658569252'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/8303235468658569252'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/01/interesting-video-about-future-computer.html' title='An Interesting video about future computer!!!'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-15556173784415031</id><published>2010-01-20T21:38:00.000+05:30</published><updated>2010-01-20T21:40:02.111+05:30</updated><title type='text'>Story Behind Your Date Of Birth</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;If U were born on the 1st, 10th, 19th, 28th of any month U r number 1...&lt;br /&gt;&lt;br /&gt;If U were born on the 2nd, 11th, 20th, 29th of any month then U r number 2...&lt;br /&gt;&lt;br /&gt;If U were born on the 3rd, 12th, 21st, 30th of any month then U r number 3...&lt;br /&gt;&lt;br /&gt;If U were born on the 4th, 13th, 22nd, 31st of any month then U r number 4...&lt;br /&gt;&lt;br /&gt;If U were born on the 5th, 14th, 23rd of any month then U r number 5...&lt;br /&gt;&lt;br /&gt;If U were born on the 6th,15th,24th of any month then U r number 6...&lt;br /&gt;&lt;br /&gt;If U were born on the 7th,16th,25th of any month then U r number 7...&lt;br /&gt;&lt;br /&gt;If U were born on the 8th,17th,26th of any month then U r number 8...&lt;br /&gt;&lt;br /&gt;If U were born on the 9th,18th,27th of any month then U r number 9...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Number 1&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;You are smart, straight talking, funny, stubborn, hardworking, honest,&lt;br /&gt;jealous on competing basis, kind hearted, angry, friendly, authorities,&lt;br /&gt;famous person...always want to be and regarded as first on people&lt;br /&gt;position, they are often like to be independent, will never be under&lt;br /&gt;others, self confident people!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You are most likely to fall in love in the younger age, but will get&lt;br /&gt;marry when you mature! You are likely to have problems with people who have opposite views&lt;br /&gt;&lt;br /&gt;and you are most likely to take revenge over your&lt;br /&gt;enemies in a long time basis. You are a spender, but you will have a good profession in the future.&lt;br /&gt;&lt;br /&gt;If you are guy you will be very popular that everybody will have mental attraction and respect at you.&lt;br /&gt;&lt;br /&gt;You can go anywhere from the local shop to the heart of the parliament because you are positive and&lt;br /&gt;&lt;br /&gt;well talented in numerous issues!! But in your life you will always have some people who will work hard&lt;br /&gt;&lt;br /&gt;to bring you &amp;amp; your name down. This is undercover!! Coz of your smart behavior you will be hated by some&lt;br /&gt;&lt;br /&gt;people too...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Your family life is very cool, you will have a very nice partner &amp;amp;&lt;br /&gt;wonderful children... You are pioneer, independent &amp;amp; original...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Your best match is 4,6,8 good match is 3,5,7 !!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Number 2&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;No matter what, you will be loved by every one coz your ruler is the&lt;br /&gt;Moon and every one loves the Moon. Well.. you are a person who day dream a lot,&lt;br /&gt;&lt;br /&gt;you have very low-self confidence, you need back up for every move in your life, you&lt;br /&gt;&lt;br /&gt;are very much unpredictable. Means you do change according to time and circumstances,&lt;br /&gt;&lt;br /&gt;kind a selfish, have a very strong sense of musical, artistic talent, verbal communication.&lt;br /&gt;&lt;br /&gt;Your attitudes are like the Moon, comes to gloom and fade away so everybody can expect&lt;br /&gt;&lt;br /&gt;changes in you. You can be a next Mahatma Gandhi who does peace love or you can be a&lt;br /&gt;&lt;br /&gt;Hitler who wants to destroy the man kind and peace (I mean in the community and your own home).&lt;br /&gt;&lt;br /&gt;If you really have a deep thought about your own believe in God you can&lt;br /&gt;feel the difference which will make you stronger! Most of the time your&lt;br /&gt;words are a kind of would be happening true! So without any knowledge&lt;br /&gt;you can predict the situation.. You will become poets, writers, any&lt;br /&gt;artistic business people!&lt;br /&gt;&lt;br /&gt;You are not strong in love, so you will be there and here till you get&lt;br /&gt;marry.. If U r a girl you will be a responsible woman in the whole&lt;br /&gt;family. If U r a man you will involve in fights &amp;amp; arguments in the family or&lt;br /&gt;vice-versa. Means you will sacrifice your life for the goodness sake of&lt;br /&gt;your family...You are gentle , intuitive with a broad vision, a power&lt;br /&gt;behind the scenes, well balanced People!!!&lt;br /&gt;&lt;br /&gt;Your best match is 2 ,5 ,9 no other people can put up with you !!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Number 3&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;You are a person of hard hearted, selfish most of the times, religious,&lt;br /&gt;loves to climb up in your life. You always tend to have lots of problems&lt;br /&gt;within your family in the early stages but you will put up with everything..&lt;br /&gt;&lt;br /&gt;You have the strong word power, pretty happy face.. so wherever you go always&lt;br /&gt;&lt;br /&gt;you have got what you wanted!!! And from the birth always wanted to work hard in order&lt;br /&gt;&lt;br /&gt;to achieve something.. You will not get&lt;br /&gt;anything without hard work! When you reach a man/ woman age you want other younger&lt;br /&gt;&lt;br /&gt;once to listen to you because you want younger people to respect people older than them.&lt;br /&gt;&lt;br /&gt;You do set so many examples to others. Generally you are not a cool person. It's not easy&lt;br /&gt;&lt;br /&gt;thing dealing with you. A tough player you are! But once you like someone's attitud! e then&lt;br /&gt;&lt;br /&gt;here you go, what can I say? It will be a lasting friendship. You always have respect from others.&lt;br /&gt;&lt;br /&gt;Your life seems to have lots of worries and problems but sure they won't be long.. You will always&lt;br /&gt;&lt;br /&gt;have brilliant kids!!! You love the money a bit too much so temptation will push you to endless&lt;br /&gt;&lt;br /&gt;trying and trying.. If you are a guy then it's over. Looking after your family and help friends, so you&lt;br /&gt;&lt;br /&gt;will spend a life time just being generous and kind (except 21st born men). And number 3s you will&lt;br /&gt;&lt;br /&gt;be such an example of how to be in the culture &amp;amp; life!!! If you are girl then you have good character&lt;br /&gt;&lt;br /&gt;and culture &amp;amp; hardworking attitude. You always follow. You are a freedom lover, creative, ambition&lt;br /&gt;&lt;br /&gt;focused, a person who brings beauty , hope &amp;amp; joy to this world!!!&lt;br /&gt;&lt;br /&gt;Your best match 6 ,9. Good match 1 ,3 ,5 !!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Number 4&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;You are very stubborn too, very hard working but unlucky in important&lt;br /&gt;matters in life, very cool, helpful, you have rough word power.. Might&lt;br /&gt;put lots of people away from you, you may cause nuisance to others if you are a man,&lt;br /&gt;&lt;br /&gt;and you often understands others and their problems well. If you are a girl you are very&lt;br /&gt;&lt;br /&gt;good with studies and arts. If you are a guy you spend most of the time after girl friends&lt;br /&gt;&lt;br /&gt;(almost) at times, you will have sort of too much fun life with mates &amp;amp; girls. Your friends will&lt;br /&gt;&lt;br /&gt;spend your time &amp;amp; money and get away with their life and you will become empty handed and&lt;br /&gt;&lt;br /&gt;don't know what to do... So be careful!! You love to spend anyway!!! Your good will is you are&lt;br /&gt;&lt;br /&gt;always there to help family and friends. Tell you what you people are little gem! s, specially the girls..&lt;br /&gt;&lt;br /&gt;You always fall in love in younger age as well. You often live with disappointments, for an example&lt;br /&gt;&lt;br /&gt;you have got a degree in some thing... but you will be unemployed.. or will do very ordinary jobs.&lt;br /&gt;&lt;br /&gt;But you will take care of your family very well...All you need to be careful of people who will take&lt;br /&gt;&lt;br /&gt;advantage of your kind heart. And beware of your relations too.. You are radical, patient, persistent,&lt;br /&gt;&lt;br /&gt;a bit old-fashioned, you live with foundation &amp;amp; order...&lt;br /&gt;&lt;br /&gt;Your best Match 1, 8. Good match 5 ,6 , 7 !!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Number 5&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;You are very popular within the community, you can get things done by&lt;br /&gt;just chatting..to even enemies! You have a pretty good business mind, you are often&lt;br /&gt;&lt;br /&gt;have no-idea what is today is like, or tomorrow is like, you are a person who does anything&lt;br /&gt;&lt;br /&gt;when your head thinks "lets do this". You will be famous if you open up a business,&lt;br /&gt;&lt;br /&gt;get involve in share dealings, music etc.. Very popular with sense of humor ,you are&lt;br /&gt;&lt;br /&gt;the one your friends and families will always ask for help, and you are the one actually&lt;br /&gt;&lt;br /&gt;get money on credit and help your friends. You will have more than 1 relationship,&lt;br /&gt;&lt;br /&gt;but when u get settle down you will be a bit selfish anyway. Coz your other half will&lt;br /&gt;&lt;br /&gt;have a pretty good amount of control in you, be careful! You tend to go for other relationships!&lt;br /&gt;&lt;br /&gt;Contacts even you are married at times 'coz your popularity.. You are someone who get along&lt;br /&gt;&lt;br /&gt;with anyone coz the number 5 is the middle number.. Changes &amp;amp; freedom lovers you are! You are&lt;br /&gt;&lt;br /&gt;an explorer with magic on your face. You learn your life through experience and it's your best teacher!!!&lt;br /&gt;&lt;br /&gt;Your best match 1 ,2 ,9. Good match 6 ,8 !!!&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Number 6&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Ooopppss..you are born to enjoy.. You don't care about others. I mean&lt;br /&gt;you are always want to enjoy your life time, you are a person.. You will be&lt;br /&gt;&lt;br /&gt;very good in either education or work wise or business management! You are talented,&lt;br /&gt;&lt;br /&gt;kind (but with only people who you think are nice), very&lt;br /&gt;beautiful girls and guys, popular and more than lucky with anything in&lt;br /&gt;your lives. All the goodness does come with you. Your mind and body is just made perfect for love.&lt;br /&gt;&lt;br /&gt;You are lovable by any other numbers. But if you are a number 6 man, you will experience kind of&lt;br /&gt;&lt;br /&gt;looks from most girls and will involve in more than few relationships until you get married. If you are girl,&lt;br /&gt;&lt;br /&gt;most of you will get marry/engaged early. You are ! a caring&lt;br /&gt;person towards your family &amp;amp; friends . If you miss the half-way mark then you are about to suffer physically&lt;br /&gt;&lt;br /&gt;and mentally. Generally you will lead a very good inner-home happiness with nothing short of. You are a person of compassion, comfort &amp;amp; fairness, domestic responsibility, good&lt;br /&gt;judgment, and after all you can heal this world wounds to make peace for every life coz you have the great&lt;br /&gt;&lt;br /&gt;power of caring talent to make this world of love one step further...&lt;br /&gt;&lt;br /&gt;Your best match 1, 6, 9. Good match 4, 5!!!&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Number 7&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;You have got the attraction to anyone out there, you are realistic,&lt;br /&gt;very confident, happy, such a talented individual with your education,&lt;br /&gt;music, arts, singing, and most importantly acting too. You have real problems&lt;br /&gt;&lt;br /&gt;with bad temper! If you are a girl, you are popular with the subjects listed above.&lt;br /&gt;&lt;br /&gt;You give up things for your parents. I mean you value your family status a lot, you will be&lt;br /&gt;&lt;br /&gt;in the top rank when you reach a certain age. If you are a guy you are popular with girls,&lt;br /&gt;&lt;br /&gt;you are a very talented too. Most of the number 7s face lots of problems with their marriage life.&lt;br /&gt;&lt;br /&gt;Only a very few are happy. You have everything in your life, but still always number 7s have some sort of unfullfilness, such worries all their lifetime. It's probably the Lord given you al! l sort of over the&lt;br /&gt;&lt;br /&gt;standard humans talents and you are about to suffer in family life. So you need to get ready looking&lt;br /&gt;&lt;br /&gt;for a partner rather than waiting. If you don't, then you might end-up single. So take care with this issue,&lt;br /&gt;&lt;br /&gt;ok? You are wonderful, friendly, artistic, happy person. You are born to&lt;br /&gt;contribute lots to this world!!!&lt;br /&gt;&lt;br /&gt;Your best match is 2. Good matches are 1,4 !!!&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Number 8&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;You are a very strong personality, there's no one out there will&lt;br /&gt;understand you. You are very good at pointing your finger at some thing and say "this is what".&lt;br /&gt;&lt;br /&gt;You are more likely to suffer from the early ages. I mean poverty. If your times are not good&lt;br /&gt;&lt;br /&gt;you might lose either of your&lt;br /&gt;parent and end up looking after your entire family. You often suffer all the way in life.&lt;br /&gt;&lt;br /&gt;The problems will not allow you to study further, but you will&lt;br /&gt;learn the life in a very practical way. You are the one who will fight&lt;br /&gt;for justice and may die in the war too. You are normally very reserved with handful of&lt;br /&gt;&lt;br /&gt;friends and most of the time live life lonely and always&lt;br /&gt;prepared to help others. Well. once you get married (which is often&lt;br /&gt;late) then your bad lucks will go away a bit and you! u become safe. You will face un-expected&lt;br /&gt;&lt;br /&gt;problems such as : the error, government, poisonous animals, accidents. You are some one with&lt;br /&gt;&lt;br /&gt;great discipline, persistence, courage, strength which will take you to success. You are a great part&lt;br /&gt;&lt;br /&gt;of a family team. You are a fighter!&lt;br /&gt;&lt;br /&gt;Your Best match 1 ,4, 8. Good match 5 !!!&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Number 9&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Hey...you guys are the incompatibles people in the world. You are so&lt;br /&gt;strong, physically and mentally.. You are often have big-aims. You will work&lt;br /&gt;&lt;br /&gt;hard and hard to get there.&lt;br /&gt;&lt;br /&gt;Normally you suffer in the early age from family problems and generally you&lt;br /&gt;&lt;br /&gt;will have fighting life.. But when you&lt;br /&gt;achieve what you have done, it's always a big task you have done! You are so much respected in&lt;br /&gt;&lt;br /&gt;the community, you are a person who can make a challenge and successfully finish the matter off.&lt;br /&gt;&lt;br /&gt;You are very naughty in your younger age, often beaten up by your parents and involve in fights&lt;br /&gt;&lt;br /&gt;and you seemed to have lots of injuries in your life time. But when u grow you become calm and macho type.&lt;br /&gt;&lt;br /&gt;Love is not an easy matter for you. You are good in engineering or banking jobs coz people always trust you.&lt;br /&gt;&lt;br /&gt;Your family life is very good, but will have worries over your children.&lt;br /&gt;&lt;br /&gt;Your such qualities are humanitarian, patient, very wise &amp;amp; compassionate.&lt;br /&gt;&lt;br /&gt;You are born to achieve targets and serve every one all equally without any prejudice.&lt;br /&gt;&lt;br /&gt;You are totally a role model to anybody in the world for a great inspiration.&lt;br /&gt;&lt;br /&gt;Your Best match 3, 5, 6, 9. Good match 2&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-15556173784415031?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/15556173784415031/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/01/story-behind-your-date-of-birth.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/15556173784415031'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/15556173784415031'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/01/story-behind-your-date-of-birth.html' title='Story Behind Your Date Of Birth'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-3317227291581116637</id><published>2010-01-20T21:26:00.000+05:30</published><updated>2010-01-20T21:27:21.416+05:30</updated><title type='text'>Simple tricks in PC</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;&lt;b&gt;Simple tricks in PC&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Go to Run command and type&lt;b&gt; ...&lt;/b&gt; See what it opens&lt;br /&gt;&lt;br /&gt;Type 2 Dots &lt;b&gt;..&lt;/b&gt; See what it opens&lt;br /&gt;&lt;br /&gt;type 1 Dot &lt;b&gt;.&lt;/b&gt; See what it opens :lmao:&lt;br /&gt;&lt;br /&gt;Harmless small trick.. Use it for fun..&lt;br /&gt;&lt;br /&gt;Open Microsoft Word&lt;br /&gt;&lt;br /&gt;Put this - &lt;b&gt;= rand(200,99)&lt;/b&gt; then Press enter&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-3317227291581116637?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/3317227291581116637/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/01/simple-tricks-in-pc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/3317227291581116637'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/3317227291581116637'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/01/simple-tricks-in-pc.html' title='Simple tricks in PC'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-6530180559561918241</id><published>2010-01-20T21:21:00.001+05:30</published><updated>2010-01-20T21:21:19.903+05:30</updated><title type='text'>Winner’s Blueprint For Achievement</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;&lt;div class="smallfont" style="font: normal normal normal 11px/normal verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; "&gt;&lt;strong&gt;Winner’s Blueprint For Achievement&lt;/strong&gt;&lt;/div&gt;&lt;hr size="1" style="color: rgb(209, 209, 225); "&gt;&lt;div id="post_message_607232"&gt;BELIEVE while others are doubting.&lt;br /&gt;PLAN while others are playing.&lt;br /&gt;STUDY while others are sleeping.&lt;br /&gt;SMILE while others are frowning.&lt;br /&gt;DECIDE while others are delaying.&lt;br /&gt;PREPARE while others are daydreaming.&lt;br /&gt;BEGIN while others are procrastinating.&lt;br /&gt;WORK while others are wishing.&lt;br /&gt;SAVE while others are wasting.&lt;br /&gt;LISTEN while others are talking.&lt;br /&gt;COMMEND while others are criticizing.&lt;br /&gt;PERSIST while others are quitting.&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-6530180559561918241?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/6530180559561918241/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/01/winners-blueprint-for-achievement.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/6530180559561918241'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/6530180559561918241'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/01/winners-blueprint-for-achievement.html' title='Winner’s Blueprint For Achievement'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-3292422324734323036</id><published>2010-01-20T21:07:00.000+05:30</published><updated>2010-01-20T21:18:23.543+05:30</updated><title type='text'>Amazing trick for u- How to Block &amp; Unblock usb Ports</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;In this post I will show how to disables/blocks the USB ports on the computer (PC). Once this is done it will immediately disable all the USB ports on the computer. As a result the you?ll will not be able to use your pen drive or any other USB peripheral on the computer.You can test this on your own computer without any worries since I have also given a trick to re-enable/unblock all the USB ports.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;FIRST OF ALL&lt;br /&gt;&lt;br /&gt;GO TO --&gt; START --&gt; RUN&lt;br /&gt;&lt;br /&gt;NOW TYPE REGEDIT&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;NOW LOOK FOR THE KEY :&lt;br /&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\USBSTOR&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;NOW FIND THE KEY THERE CALLED :-&lt;br /&gt;"Start"&lt;br /&gt;DOUBLE CLICK ON IT.&lt;br /&gt;NOW CHANGE THE VALUE DATA 3 --&gt; 4&lt;br /&gt;&lt;br /&gt;WHERE ITS BASE IS HEXADECIMAL&lt;br /&gt;HERE YOU GO&lt;br /&gt;&lt;br /&gt;YOU HAVE DONE IT&lt;br /&gt;NOW CLOSE THE REGISTRY AND YOU'LL SEE THE RESULT.&lt;br /&gt;YOUR PC'S ALL USB PORTS ARE DISABLED&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;TO RE-ENABLE/UNBLOCK USB PORTS JUST CHANGE THE VALUE DATA AGAIN 4 --&gt; 3&lt;br /&gt;NOW YOUR PC'S ALL USB PORTS ARE RE-ENABLED.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-3292422324734323036?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/3292422324734323036/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/01/amazing-trick-for-u-how-to-block.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/3292422324734323036'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/3292422324734323036'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/01/amazing-trick-for-u-how-to-block.html' title='Amazing trick for u- How to Block &amp; Unblock usb Ports'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-8179518112979599095</id><published>2010-01-20T21:06:00.000+05:30</published><updated>2010-01-20T21:07:22.956+05:30</updated><title type='text'>interesting shares</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;&lt;div id="post_message_608903"&gt;Interesting English Counting&lt;br /&gt;&lt;span class="Apple-style-span"  style="color:#FF0000;"&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;Letters 'a', 'b', 'c ' &amp;amp; 'd' do not appear anywhere in the spellings of 1 to 99&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Letter 'd' comes for the first time in Hundred&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Letters 'a', 'b' &amp;amp; 'c ' do not appear anywhere in the spellings of 1 to 999&lt;br /&gt;&lt;br /&gt;Letter 'a' comes for the first time in Thousand&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Letters 'b' &amp;amp; 'c' do not appear anywhere in the spellings of 1 to 999,999,999&lt;br /&gt;&lt;br /&gt;Letter 'b' comes for the first time in Billion&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And&lt;br /&gt;&lt;br /&gt;Letter 'c' does not appear anywhere in the spellings of entire English Counting&lt;/div&gt;&lt;div&gt;__________________&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-8179518112979599095?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/8179518112979599095/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/01/interesting-shares.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/8179518112979599095'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/8179518112979599095'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/01/interesting-shares.html' title='interesting shares'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-2407446276904136561</id><published>2010-01-20T20:56:00.000+05:30</published><updated>2010-01-20T20:57:06.135+05:30</updated><title type='text'>Disable The Send Error Report, to Microsoft</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;Disable The Send Error Report, to Microsoft&lt;br /&gt;To disable the feature in WinXP which tries to send a report to microsoft every time a program crashes you will have to do this:&lt;br /&gt;&lt;br /&gt;************************************************** ***********************&lt;br /&gt;&lt;br /&gt;Open Control Panel&lt;br /&gt;Click on Preformance and Maintenance.&lt;br /&gt;Click on System.&lt;br /&gt;Then click on the Advanced tab&lt;br /&gt;Click on the error reporting button on the bottom of the windows.&lt;br /&gt;Select Disable error reporting.&lt;br /&gt;Click OK&lt;br /&gt;Click OK&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-2407446276904136561?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/2407446276904136561/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/01/disable-send-error-report-to-microsoft.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/2407446276904136561'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/2407446276904136561'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/01/disable-send-error-report-to-microsoft.html' title='Disable The Send Error Report, to Microsoft'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-6836950368424599264</id><published>2010-01-20T20:41:00.001+05:30</published><updated>2010-01-20T20:41:51.459+05:30</updated><title type='text'>Always Respect Nature</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;The human may be on the top of the food chain but sometimes we can become food ourselves. Its very important to be careful with the animals and give them respect..some times they dominate the human beings ... &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img251.imageshack.us/img251/3686/respectnature016563213.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img37.imageshack.us/img37/8172/respectnature026566974.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img138.imageshack.us/img138/6015/respectnature036607765.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img138.imageshack.us/img138/9215/respectnature046611597.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img194.imageshack.us/img194/3355/respectnature056659101.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img30.imageshack.us/img30/4411/respectnature066662839.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img27.imageshack.us/img27/8470/respectnature076733692.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img37.imageshack.us/img37/3758/respectnature086737026.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img30.imageshack.us/img30/1937/respectnature106790420.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img30.imageshack.us/img30/9062/respectnature116794020.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img27.imageshack.us/img27/4059/respectnature136839555.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img30.imageshack.us/img30/3762/respectnature146843747.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img210.imageshack.us/img210/4765/respectnature156874611.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img27.imageshack.us/img27/3730/respectnature176889147.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img210.imageshack.us/img210/5633/respectnature196897899.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://img27.imageshack.us/img27/4610/respectnature186892755.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; " /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-6836950368424599264?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/6836950368424599264/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/01/always-respect-nature.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/6836950368424599264'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/6836950368424599264'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/01/always-respect-nature.html' title='Always Respect Nature'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-93066115340387645</id><published>2010-01-20T20:35:00.000+05:30</published><updated>2010-01-20T20:38:15.507+05:30</updated><title type='text'>Windows Port List</title><content type='html'>&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;Port are divided into three ranges: the Common Ports, the Registered Ports, and Private Ports.&lt;br /&gt;&lt;br /&gt;The Common Ports are those from 0 through 1023.&lt;br /&gt;The Registered Ports are those from 1024 through 49151&lt;br /&gt;The Private Ports are those from 49152 through 65535&lt;br /&gt;&lt;br /&gt;Common Ports&lt;br /&gt;The Common Ports are assigned by the IANA and on most systems can only be used by system (or root) processes or by programs executed by privileged users.&lt;br /&gt;Ports are used in the &lt;span1223104&gt;&lt;a href="javascript:void(0);" id="Y1223104S9" style="color: rgb(0, 15, 255); text-decoration: underline; "&gt;TCP&lt;/a&gt;&lt;/span1223104&gt; [RFC793] to name the ends of logical connections which carry long term conversations. For the purpose of providing services to unknown callers, a service contact port is defined. This list specifies the port used by the server process as its contact port.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Port Assignments for Common Ports:&lt;br /&gt;&lt;br /&gt;Port &lt;span1223104&gt;&lt;a href="javascript:void(0);" id="Y1223104S5" style="color: rgb(0, 15, 255); text-decoration: underline; "&gt;UDP&lt;/a&gt;&lt;/span1223104&gt; TCP Definition&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;    7 x x echo &lt;/div&gt;&lt;div&gt;    9 x x discard &lt;/div&gt;&lt;div&gt;    11 x x systat &lt;/div&gt;&lt;div&gt;    13 x x daytime &lt;/div&gt;&lt;div&gt;    17 x x quote of the day &lt;/div&gt;&lt;div&gt;    19 x character generator &lt;/div&gt;&lt;div&gt;    20 x ftp - data &lt;/div&gt;&lt;div&gt;    21 x ftp - control &lt;/div&gt;&lt;div&gt;    23 x telnet &lt;/div&gt;&lt;div&gt;    25 x smtp mail transfer &lt;/div&gt;&lt;div&gt;    37 x x timeserver &lt;/div&gt;&lt;div&gt;    39 x rlp resource location &lt;/div&gt;&lt;div&gt;    42 x x nameserver &lt;/div&gt;&lt;div&gt;    43 x nicname whois &lt;/div&gt;&lt;div&gt;    53 x x dommainlein name server &lt;/div&gt;&lt;div&gt;    67 x bootpc bootstrap protocol &lt;/div&gt;&lt;div&gt;    68 x bootpc bootstrap protocol &lt;/div&gt;&lt;div&gt;    69 x tftp trivial file transfer &lt;/div&gt;&lt;div&gt;    70 x gopher &lt;/div&gt;&lt;div&gt;    79 x finger &lt;/div&gt;&lt;div&gt;    80 x http &lt;/div&gt;&lt;div&gt;    88 x x kerberos &lt;/div&gt;&lt;div&gt;    101 x hostname nic &lt;/div&gt;&lt;div&gt;    102 x iso-tsap class 0 &lt;/div&gt;&lt;div&gt;    107 x rtelnet &lt;/div&gt;&lt;div&gt;    109 x pop2 &lt;/div&gt;&lt;div&gt;    110 x pop3 &lt;/div&gt;&lt;div&gt;    111 x x sunrpc &lt;/div&gt;&lt;div&gt;    113 x identification protocol &lt;/div&gt;&lt;div&gt;    117 x uucp &lt;/div&gt;&lt;div&gt;    119 x nntp &lt;/div&gt;&lt;div&gt;    123 x ntp &lt;/div&gt;&lt;div&gt;    135 x x epmap &lt;/div&gt;&lt;div&gt;    137 x x netbios - name service &lt;/div&gt;&lt;div&gt;    138 x netbios - dgm &lt;/div&gt;&lt;div&gt;    139 x netbios - ssn &lt;/div&gt;&lt;div&gt;    143 x imap &lt;/div&gt;&lt;div&gt;    158 x pcmail - srv &lt;/div&gt;&lt;div&gt;    161 x snmp &lt;/div&gt;&lt;div&gt;    162 x snmptrap &lt;/div&gt;&lt;div&gt;    170 x print - srv &lt;/div&gt;&lt;div&gt;    179 x border gateway protocol &lt;/div&gt;&lt;div&gt;    194 x irc internet relay chat &lt;/div&gt;&lt;div&gt;    213 x ipx &lt;/div&gt;&lt;div&gt;    389 x ldap &lt;/div&gt;&lt;div&gt;    443 x x https (ssl) &lt;/div&gt;&lt;div&gt;    445 x x microsoft - ds &lt;/div&gt;&lt;div&gt;    464 x x kpasswd &lt;/div&gt;&lt;div&gt;    500 x isakmp key exchange &lt;/div&gt;&lt;div&gt;    512 x x remote execute &lt;/div&gt;&lt;div&gt;    513 x x login / who &lt;/div&gt;&lt;div&gt;    514 x x shell cmd / syslog &lt;/div&gt;&lt;div&gt;    515 x printer spooler &lt;/div&gt;&lt;div&gt;    517 x talk &lt;/div&gt;&lt;div&gt;    518 x ntalk &lt;/div&gt;&lt;div&gt;    520 x x router / efs &lt;/div&gt;&lt;div&gt;    525 x timeserver &lt;/div&gt;&lt;div&gt;    526 x tempo &lt;/div&gt;&lt;div&gt;    530 x rpc &lt;/div&gt;&lt;div&gt;    531 x conference chat &lt;/div&gt;&lt;div&gt;    532 x netnews newsreader &lt;/div&gt;&lt;div&gt;    533 x netwall &lt;/div&gt;&lt;div&gt;    540 x uucp &lt;/div&gt;&lt;div&gt;    543 x klogin &lt;/div&gt;&lt;div&gt;    544 x kshell &lt;/div&gt;&lt;div&gt;    550 x new - rwho &lt;/div&gt;&lt;div&gt;    556 x remotefs &lt;/div&gt;&lt;div&gt;    560 x rmonitor &lt;/div&gt;&lt;div&gt;    561 x monitor &lt;/div&gt;&lt;div&gt;    636 x ldaps over tls/ssl &lt;/div&gt;&lt;div&gt;    666 x x doom id software &lt;/div&gt;&lt;div&gt;    749 x x kerberos administration &lt;/div&gt;&lt;div&gt;    750 x kerveros version iv &lt;/div&gt;&lt;div&gt;    1109 x kpop &lt;/div&gt;&lt;div&gt;    1167 x phone &lt;/div&gt;&lt;div&gt;    1433 x x ms - sql - server &lt;/div&gt;&lt;div&gt;    1434 x x ms - sql - monitor &lt;/div&gt;&lt;div&gt;    1512 x x wins &lt;/div&gt;&lt;div&gt;    1524 x ingreslock &lt;/div&gt;&lt;div&gt;    1701 x l2tp &lt;/div&gt;&lt;div&gt;    1723 x pptp point to point &lt;/div&gt;&lt;div&gt;    1812 x radius authentication &lt;/div&gt;&lt;div&gt;    1813 x radius accounting &lt;/div&gt;&lt;div&gt;    2049 x nfs server &lt;/div&gt;&lt;div&gt;    2053 x kerberos de - multiplexor &lt;/div&gt;&lt;div&gt;    9535 x man remote server&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-93066115340387645?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/93066115340387645/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/01/windows-port-list.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/93066115340387645'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/93066115340387645'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/01/windows-port-list.html' title='Windows Port List'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-1740825547089967261</id><published>2010-01-02T15:42:00.000+05:30</published><updated>2010-01-02T15:46:09.268+05:30</updated><title type='text'>How to attend an interview confidently</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;You finally got the interview for your dream job, but what should you wear? Unless it’s a job in the fashion industry, you won’t get hired for dressing well. What’s important is to seamlessly blend with your interviewer’s expectations for your appearance, so they can focus on what they say and who you are&lt;br /&gt;&lt;br /&gt;Steps&lt;br /&gt;&lt;br /&gt;* Be formal (no matter what the regular dress code is at the job). The only exceptions to this are if you are interviewing somewhere that they tell you specifically what to wear for your own safety (such as at a factory). For most interviews, a suit is the appropriate attire. A blue suit works the best and it gives you a lot of versatility in terms of shirt and tie choice. Light or dark grey are also good conservative choices. A three button suit will look good on almost anyone, while a 2 button will give a slightly taller/slimmer appearance.&lt;br /&gt;* Choose a solid white or blue shirt. You don’t want to look too flashy with a brightly colored shirt, and striped (and especially patterned) shirts are a little less formal. A straight collar is also more formal than a button down. Choose one with a medium spread. (If you have a particularly large neck, a wider collar may look better.)&lt;br /&gt;* Wear a tie in a dark, conservative color (never pink). Stick to solids, rep (diagonal striped) or small patterned ties. A red tie will give the friendly politician look, while blue ties give a more serious FBI agent look. Both are acceptable.&lt;br /&gt;* Wear a belt or suspenders, but never both at the same time. It’s redundant. If you’re a suspenders kind of guy, get buttons sewed into your trousers and wear suspenders that button on, not the cheap clip-on kind. They will make you look cheap.&lt;br /&gt;* Show off your shoes. A pair of black oxfords or cap-toed oxfords is the best choice. Get ones that don’t have super thick soles so they won’t look like boots.&lt;br /&gt;* Wear solid, vertically ribbed socks in black or grey. Get socks that are long enough to cover your legs when you sit down in your suit. Socks should always match the color of your trous&lt;br /&gt;ers.&lt;br /&gt;&lt;br /&gt;Tips&lt;br /&gt;&lt;br /&gt;* A nice watch rounds out the outfit. You don’t have to spend a fortune on a Tag Heuer. Fossil and Timex make nice enough looking watches that can fool almost anyone.&lt;br /&gt;* If you are lucky enough to be asked for a second interview, simply changing the shirt and tie combination can give the look of a whole new outfit, even if you don’t have another suit.&lt;br /&gt;* Remember to turn off your cell phone before you go.&lt;br /&gt;* Although it seems counterintuitive to wear another layer, putting on an undershirt will keep sweat from getting on your dress shirt and showing exactly how nervous you really are. The bonus is that your white shirt will look whiter with a white undershirt. Choose a white short-sleeved tee in favor of an athletic undershirt.&lt;br /&gt;* Make sure your dress shirts’ tails are long enough that they stay tucked in. Refresh your tuck right before the interview in the nearest restroom: unzip your fly and reach in to pull the front tail downwards, to align the placket with your trouser hitch and belt buckle.&lt;br /&gt;* Wear unscented deodorant and no cologne&lt;br /&gt;&lt;br /&gt;Warnings&lt;br /&gt;&lt;br /&gt;* It is imperative that your clothes are clean and pressed. If you never iron your clothes, iron just this once for your interview. You could also drop your clothes off at the dry cleaners.&lt;br /&gt;* Some dress shoes can be slippery, and literally falling on your face is not the impression you want to make. Look for shoes with rubber inserts for traction.&lt;br /&gt;* Also make sure your shoes are shined and the heels aren’t worn down. If the heels are worn down, you can have them repaired at a cobbler.&lt;br /&gt;* Don’t get a watch that beeps. Don’t ever wear a digital watch.&lt;br /&gt;* Some of the more technical organizations you may interview with have a “we don’t hire suits” custom. Check beforehand with the firm’s HR contact to inquire about this.&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;font-size:100%;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;font-size:100%;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"    style="font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;font-size:100%;color:#333333;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-1740825547089967261?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/1740825547089967261/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2010/01/how-to-attend-interview-confidently.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/1740825547089967261'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/1740825547089967261'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2010/01/how-to-attend-interview-confidently.html' title='How to attend an interview confidently'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-5869721498280673733</id><published>2009-12-30T11:55:00.000+05:30</published><updated>2009-12-30T11:56:28.430+05:30</updated><title type='text'>Project Management</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-size: 13px; color: rgb(51, 51, 51); -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;A new vacuum cleaner salesman knocked on the door on the first house of the street.. A tall, mid-aged lady&lt;br /&gt;answered the door.&lt;br /&gt;Before she could speak, the enthusiastic salesman barged into the Living &lt;span9637881&gt;&lt;a href="javascript:void(0);" id="Y9637881S2" style="color: rgb(0, 15, 255); text-decoration: underline; "&gt;Room&lt;/a&gt;&lt;/span9637881&gt; and opened a big black plastic bag&lt;br /&gt;and poured all the cow dung (droppings) onto the carpet.&lt;br /&gt;"Madam, if I could not clean the mess up with this new, excellent and powerful Vacuum cleaner, I will EAT all this&lt;br /&gt;shit!" exclaimed the eager salesman.&lt;br /&gt;"Do you need chili sauce or ketchup with that" asked the lady.&lt;br /&gt;The bewildered salesman asked, "Why, madam?"&lt;br /&gt;&lt;br /&gt;"There's no electricity in the house..." said the lady.&lt;br /&gt;&lt;br /&gt;MORAL: Gather all resources before working on any project and committing to the client...!!!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-5869721498280673733?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/5869721498280673733/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2009/12/project-management.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/5869721498280673733'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/5869721498280673733'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2009/12/project-management.html' title='Project Management'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-59438734027302642</id><published>2009-07-19T11:46:00.000+05:30</published><updated>2009-07-19T11:50:01.631+05:30</updated><title type='text'>NARUMUGAIYE___IRUVAR</title><content type='html'>&lt;object width="320" height="18"&gt;&lt;param name="movie" value="http://fs.shtyle.fm/images//mediaplayer.swf?file=http://www.shtyle.fm/dynimg//usrsng/6B/C2/8569451_NARUMUGAIYE___IRUVAR.MP3"&gt;&lt;param name="quality" value="high"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;embed src="http://fs.shtyle.fm/images//mediaplayer.swf" flashvars="&amp;amp;file=http://www.shtyle.fm/dynimg//usrsng/6B/C2/8569451_NARUMUGAIYE___IRUVAR.MP3&amp;amp;http://www.shtyle.fm/mplayc.do" type="application/x-shockwave-flash" width="320" height="18" wmode="transparent"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;a href="http://www.shtyle.fm/view.do?id=8569451"&gt;NARUMUGAIYE___IRUVAR&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Iruvar (The Duo) (1997) is a Tamil language Indian film directed and co-written by Mani Ratnam, with music composed by A. R. Rahman. The film is a fictionalized account of the lives of 1980s Tamil Nadu political icons M. G. Ramachandran and M. Karunanidhi, continuing the tryst between Tamil cinema and Dravidian politics. Mohanlal and Prakash Raj played lead roles in the film. Tabu, Gouthami, Revathi Menon and Nasser star in supporting roles. The film also saw the movie debut of Aishwarya Rai.&lt;input id="gwProxy" type="hidden"&gt;&lt;!--Session data--&gt;&lt;input onclick="jsCall();" id="jsProxy" type="hidden"&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-59438734027302642?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/59438734027302642/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2009/07/narumugaiyeiruvar.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/59438734027302642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/59438734027302642'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2009/07/narumugaiyeiruvar.html' title='NARUMUGAIYE___IRUVAR'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-8565448936568809936</id><published>2009-06-30T23:15:00.000+05:30</published><updated>2009-06-30T23:16:44.031+05:30</updated><title type='text'>What Is WiMax?</title><content type='html'>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/UfnmF-QmnqQ&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=en&amp;amp;feature=player_embedded&amp;amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/UfnmF-QmnqQ&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=en&amp;amp;feature=player_embedded&amp;amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;A wireless technology based on the IEEE 802.16 standard providing metropolitan area network connectivity for fixed wireless access at broadband&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-8565448936568809936?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/8565448936568809936/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2009/06/what-is-wimax.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/8565448936568809936'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/8565448936568809936'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2009/06/what-is-wimax.html' title='What Is WiMax?'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-1292304067508867487</id><published>2009-05-30T16:29:00.000+05:30</published><updated>2009-05-30T16:30:11.429+05:30</updated><title type='text'>Hide your files in jpeg format</title><content type='html'>Well, did you know you could hide your files in a JPEG file? For this, you will only need to download WinRAR. You just need to have a little knowledge about Command Prompt and have WinRAR installed.&lt;br /&gt;1. Gather all the files that you wish to hide in a folder anywhere in your PC (make it in C:\hidden - RECOMMENDED).&lt;br /&gt;2. Now, add those files in a RAR archive (e.g. secret.rar). This file should also be in the same directory (C:\hidden).&lt;br /&gt;3. Now, look for a simple JPEG picture file (e.g. logo.jpg). Copy/Paste that file also in C:\hidden.&lt;br /&gt;4. Now, open Command Prompt (Go to Run and type ‘cmd‘). Make your working directory C:\hidden.&lt;br /&gt;5. Now type: “COPY /b logo.jpg + secret.rar output.jpg” (without quotes) - Now, logo.jpg is the picture you want to show, secret.rar is the file to be hidden, and output.jpg is the file which contains both. &lt;br /&gt;6. Now, after you have done this, you will see a file output.jpg in C:\hidden. Open it (double-click) and it will show the picture you wanted to show. Now try opening the same file with WinRAR, it will show the hidden archive .&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-1292304067508867487?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/1292304067508867487/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2009/05/hide-your-files-in-jpeg-format.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/1292304067508867487'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/1292304067508867487'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2009/05/hide-your-files-in-jpeg-format.html' title='Hide your files in jpeg format'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-4931708254970025117</id><published>2009-05-30T16:26:00.000+05:30</published><updated>2009-05-30T16:31:18.290+05:30</updated><title type='text'>Lock any folder without using any software</title><content type='html'>&lt;p&gt;&lt;span style="color:#3333ff;"&gt;Paste it in notepad:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;cls&lt;br /&gt;@ECHO OFF&lt;br /&gt;title Folder Locker&lt;br /&gt;if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK&lt;br /&gt;if NOT EXIST Locker goto MDLOCKER&lt;br /&gt;:CONFIRM&lt;br /&gt;echo Are you sure u want to Lock the folder(Y/N)&lt;br /&gt;set/p "cho=&gt;"&lt;br /&gt;if %cho%==Y goto LOCK&lt;br /&gt;if %cho%==y goto LOCK&lt;br /&gt;if %cho%==n goto END&lt;br /&gt;if %cho%==N goto END&lt;br /&gt;echo Invalid choice.&lt;br /&gt;goto CONFIRM&lt;br /&gt;:LOCK&lt;br /&gt;ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"&lt;br /&gt;attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"&lt;br /&gt;echo Folder locked&lt;br /&gt;goto End&lt;br /&gt;:UNLOCK&lt;br /&gt;echo Enter password to Unlock folder&lt;br /&gt;set/p "pass=&gt;"&lt;br /&gt;if NOT %pass%==type your password here goto FAIL&lt;br /&gt;attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"&lt;br /&gt;ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker&lt;br /&gt;echo Folder Unlocked successfully&lt;br /&gt;goto End&lt;br /&gt;:FAIL&lt;br /&gt;echo Invalid password&lt;br /&gt;goto end&lt;br /&gt;:MDLOCKER&lt;br /&gt;md Locker&lt;br /&gt;echo Locker created successfully&lt;br /&gt;goto End&lt;br /&gt;:End&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Save it as batch file(with extension .bat).Any name will do.&lt;br /&gt;Now you see a batch file.&lt;br /&gt;Double click it to create a folder locker.&lt;br /&gt;A new folder named Locker would be formed at the same location.&lt;br /&gt;Now brings all the files you want to hide in the locker folder.&lt;br /&gt;Now double click the batch file to lock the folder namely Locker.&lt;br /&gt;If you want to unlock your files,double click the batch file again and you would be prompted for password.&lt;br /&gt;Enter the password and enjoy access to the folder.&lt;br /&gt;The password here is "pass"&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-4931708254970025117?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/4931708254970025117/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2009/05/lock-any-folder-without-using-any.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/4931708254970025117'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/4931708254970025117'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2009/05/lock-any-folder-without-using-any.html' title='Lock any folder without using any software'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-2211915229887087797</id><published>2009-05-30T16:16:00.000+05:30</published><updated>2009-05-30T16:17:00.432+05:30</updated><title type='text'>Create desktop icon for restart and shutdown</title><content type='html'>Do the following:&lt;br /&gt;1. Right click on your desktop&lt;br /&gt;2. Then in NEW click on SHORTCUT&lt;br /&gt;3. A shortcut wizard will appear&lt;br /&gt;4. Type this in the box:&lt;br /&gt;shutdown -s -t 00&lt;br /&gt;5. Your done now right click on the folder&gt;properties&gt;Change Icon&lt;br /&gt;And then choose any appropriate icon&lt;br /&gt;For restart instead of -s type -r&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-2211915229887087797?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/2211915229887087797/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2009/05/create-desktop-icon-for-restart-and.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/2211915229887087797'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/2211915229887087797'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2009/05/create-desktop-icon-for-restart-and.html' title='Create desktop icon for restart and shutdown'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-7678546685485439665</id><published>2009-05-30T16:13:00.001+05:30</published><updated>2009-05-30T16:13:44.475+05:30</updated><title type='text'>To Make ur more protected system</title><content type='html'>Many wud know about BIOS password and logon password&lt;br /&gt;&lt;br /&gt;There is also another startup password for more protection&lt;br /&gt;&lt;br /&gt;1)Open Run and type syskey&lt;br /&gt;2)A "Securing the windows....." window will open.&lt;br /&gt;3)Click on update button and in the opening window select password start password&lt;br /&gt;4)Give a password.&lt;br /&gt;&lt;br /&gt;This will create another password for statrup&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-7678546685485439665?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/7678546685485439665/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2009/05/to-make-ur-more-protected-system.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/7678546685485439665'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/7678546685485439665'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2009/05/to-make-ur-more-protected-system.html' title='To Make ur more protected system'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-7124919623085700779</id><published>2009-05-30T16:11:00.001+05:30</published><updated>2009-05-30T16:11:58.023+05:30</updated><title type='text'>More bandwidth in ur network connection</title><content type='html'>Most of the ppl dont know that they use only 80% of their bandwidth of their network connection....&lt;br /&gt;&lt;br /&gt;Microsoft utilise the other 20% for its own purposes....&lt;br /&gt;To use all the bandwidth follow the instructions&lt;br /&gt;1)Open "run" and type "gpedit.msc"&lt;br /&gt;2)It will open Group Policy editor window&lt;br /&gt;3)There select Computer configuration&lt;br /&gt;4)Select Administrative Templates&lt;br /&gt;5)Select Network&lt;br /&gt;6)Select QoS Packet Scheduler&lt;br /&gt;7)There select "Limit Reservable Bandwidth"&lt;br /&gt;8)It will open a New window&lt;br /&gt;9)By default It would b set to "not configured"&lt;br /&gt;10)Click on "enabled" and change 20 to 0&lt;br /&gt;11)Then apply the settings...&lt;br /&gt;&lt;p&gt;Now u'll have full utilisation of ur bandwidth.....&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-7124919623085700779?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/7124919623085700779/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2009/05/more-bandwidth-in-ur-network-connection.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/7124919623085700779'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/7124919623085700779'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2009/05/more-bandwidth-in-ur-network-connection.html' title='More bandwidth in ur network connection'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-6883265106747314576</id><published>2009-05-30T16:10:00.000+05:30</published><updated>2009-05-30T16:11:10.435+05:30</updated><title type='text'>U can have ur own Invisible folder for hiding ur stuff in ur PC</title><content type='html'>&lt;p&gt;U can have ur own Invisible folder for hiding ur stuff in ur PC&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;1)Create a new folder anywher in u want...&lt;br /&gt;2)Then hold "Alt" key and using numeric keypad type"255"&lt;br /&gt;3)This will create a folder without a name&lt;br /&gt;4)Then ryt click on the folder and click properties...&lt;br /&gt;5)Goto customize tab......Click change icon....&lt;br /&gt;6)There select an empty icon for ur folder(It 'll be in the 13th column)&lt;br /&gt;7)Click apply and ok......&lt;br /&gt;8)Ur invisible folder is ready for ur use!!!&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-6883265106747314576?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/6883265106747314576/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2009/05/u-can-have-ur-own-invisible-folder-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/6883265106747314576'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/6883265106747314576'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2009/05/u-can-have-ur-own-invisible-folder-for.html' title='U can have ur own Invisible folder for hiding ur stuff in ur PC'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-9000396618147385208</id><published>2009-05-30T16:01:00.001+05:30</published><updated>2009-05-30T16:01:48.759+05:30</updated><title type='text'>Break the rapidshare waiting time .!</title><content type='html'>1. Goto the page you want to download. (the rapidshare address of your download)&lt;br /&gt;2. Select FREE button&lt;br /&gt;3. In the address bar put the following: javascript:alert(c=0) OR javascript:alert(c=1) &lt;br /&gt;4. Click on the "go to" button&lt;br /&gt;5. Click OK to the pop-up box&lt;br /&gt;6. Enter the captcha ( if asked )&lt;br /&gt;7. Download Your File. Enjoy!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-9000396618147385208?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/9000396618147385208/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2009/05/break-rapidshare-waiting-time.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/9000396618147385208'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/9000396618147385208'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2009/05/break-rapidshare-waiting-time.html' title='Break the rapidshare waiting time .!'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-215050438999452722</id><published>2009-05-30T15:40:00.000+05:30</published><updated>2009-05-30T15:50:55.293+05:30</updated><title type='text'>RFID Chips Gain Computing Skills</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_uKSOeJROT5M/SiEGzdRuHcI/AAAAAAAAAGg/RBABAuDQyL8/s1600-h/urfid01.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 216px; height: 325px;" src="http://3.bp.blogspot.com/_uKSOeJROT5M/SiEGzdRuHcI/AAAAAAAAAGg/RBABAuDQyL8/s400/urfid01.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5341558114140167618" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;&lt;strong&gt;                            &lt;/strong&gt;&lt;span style="color:#3366ff;"&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#cc0000;"&gt;&lt;strong&gt; Smarter Than It Looks:&lt;/strong&gt; RFID chips can do complex calculations&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color:#3333ff;"&gt;One way to do long computations with short bursts of power&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;In the 2000 movie Memento, the main character tries to solve the mystery of his wife’s murder, despite suffering from amnesia that causes his brain to effectively “reboot” every 5 minutes. In the world of computing, “passive” radio-frequency identification (RFID) chips have a similar problem. Dependent for power on infrequent, scavenged RF energy from a reading device, RFID chips may reboot more than once per second and then lie dormant indefinitely, waiting for the next reader to come along.&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;But computer scientists in Massachusetts are working on software, aptly named Mementos, that could allow an RFID to perform computations that span many power losses and reboots. The software may enable the chip to compute cryptographic protocols, leading to more secure signals. And it might allow RFID chips to be more than just data collectors. They could analyze and possibly take action based on changes to the stress on a “smart” bridge or to trends in a person’s vital signs, for instance. Such computational RFIDs could play a role in the transformation of the Internet from a network of computers to a network of things—appliances, cars, smart clothes, and so on.&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;“We’re working on software to make it possible to actually compute, given that our power is going to be disappearing and reappearing,” says Kevin Fu, assistant professor of computer science at the University of Massachusetts Amherst.&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;Mementos does two things: It makes sure that the RFID keeps working toward finishing a computation, and it also keeps the chip in a state such that if it loses power, it can quickly resume work when the power returns. One way the software does that is to have the chip perform energy-intensive tasks, such as writing data to flash memory, only when ample power (more than 2.2 milliwatts) is available. &lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;Ravi Pappu, cofounder of the RFID company ThingMagic, based in Cambridge, Mass., says that the work of Fu’s team is very important. &lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;“We have millions of computers everywhere, but computers have been chained to desks and server racks and other kinds of ­infrastructure,” Pappu says. “Rather than being constrained by dragging computers of various shapes and sizes into the real world, could we equip the real world with computing? I think what Kevin and his guys have done is an advance in that direction.”&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;Fu and his colleagues developed their RFID computing software on Intel’s prototype Wireless Identification and Sensing Platform (WISP), a postage-stamp-size RFID chip with specs suited for a 1980s home-brew computing enthusiast: a 16‑megahertz microprocessor, 512 bytes of RAM, and 8 kilobytes of storage (in the form of flash memory).&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;The amount of RF power WISP picks up, Fu says, can vary drastically. And Mementos must make programs run on WISP perform under each scenariosleep (0.2 to 2.5 microwatts); midrange (1.8 to 3.6 mW), which allows it to read from memory and compute; and active (2.2 to 25.2 mW) in which it can even write to flash memory.&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;“As much as possible we’d like to protect programmers from the underlying problems” of fluctuating power and regular reboots, says Benjamin Ransford, a graduate student in Fu’s lab.&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;Jason Flinn, associate professor of computer science and engineering at the University of Michigan, says he’s impressed by Mementos but thinks that it still has a long way to go. &lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;The University of Massachusetts work “asks some very interesting questions and has some preliminary ideas,” he says. “But I don’t know that they’ve solved those problems or fully validated it yet.”&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-215050438999452722?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/215050438999452722/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2009/05/rfid-chips-gain-computing-skills.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/215050438999452722'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/215050438999452722'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2009/05/rfid-chips-gain-computing-skills.html' title='RFID Chips Gain Computing Skills'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_uKSOeJROT5M/SiEGzdRuHcI/AAAAAAAAAGg/RBABAuDQyL8/s72-c/urfid01.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-6808392181552030979</id><published>2009-04-14T00:20:00.000+05:30</published><updated>2009-04-14T00:22:08.553+05:30</updated><title type='text'>Allowing Network Access with Blank Passwords</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: verdana; font-size: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;&lt;span style="color:#606060;"&gt;Although you can log in locally without a password, but by default Windows XP does not allow network users to access the computer without a password. &lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: verdana; font-size: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;&lt;span style="color:#606060;"&gt;Typically you will get 'Unknown error 31' or 'Access denied' errors. To override this problem follow the below steps.&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#606060;"&gt;Go to Start -&gt; Run and type &lt;/span&gt;&lt;span style="color:#0058b0;"&gt;gpedit.msc &lt;/span&gt;&lt;span style="color:#606060;"&gt;and then press enter. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: verdana; font-size: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;&lt;span style="color:#606060;"&gt;Wait for the Group Policy Editor,&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: verdana; font-size: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;&lt;span style="color:#606060;"&gt; go to Computer Configuration -&gt; Windows Settings -&gt; Security Settings -&gt; Local Policies -&gt; Security Options and then double click on &lt;/span&gt;&lt;span style="color:#0058b0;"&gt;Accounts: Limit local account use of blank passwords to console login only&lt;/span&gt;&lt;span style="color:#606060;"&gt; and Disable it.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-6808392181552030979?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/6808392181552030979/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2009/04/allowing-network-access-with-blank.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/6808392181552030979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/6808392181552030979'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2009/04/allowing-network-access-with-blank.html' title='Allowing Network Access with Blank Passwords'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-3229454890278458063</id><published>2009-03-29T20:03:00.000+05:30</published><updated>2009-03-29T20:05:31.911+05:30</updated><title type='text'>.NET Remoting Interview Questions</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Verdana; font-size: 12px; "&gt;&lt;ol type="1"&gt;&lt;li&gt;&lt;b&gt;What’s a Windows process?&lt;br /&gt;&lt;/b&gt;It’s an application that’s running and had been allocated memory. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;What’s typical about a Windows process in regards to memory allocation?&lt;br /&gt;&lt;/b&gt;Each process is allocated its own block of available RAM space, no process can access another process’ code or data. If the process crashes, it dies alone without taking the entire OS or a bunch of other applications down.&lt;a name="more71"&gt;&lt;/a&gt; &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Explain what relationship is between a Process, Application Domain, and Application?&lt;br /&gt;&lt;/b&gt;A process is an instance of a running application. An application is an executable on the hard drive or network. There can be numerous processes launched of the same application (5 copies of Word running), but 1 process can run just 1 application. &lt;br /&gt;  &lt;/li&gt;&lt;li&gt;&lt;b&gt;What are possible implementations of distributed applications in .NET?&lt;br /&gt;&lt;/b&gt;.NET Remoting and ASP.NET Web Services. If we talk about the Framework Class Library, noteworthy classes are in System.Runtime.Remoting and System.Web.Services. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?&lt;br /&gt;&lt;/strong&gt;Remoting is a more efficient communication exchange when you can control both ends of the application involved in the communication process.  Web Services provide an open-protocol-based exchange of informaion.  Web Services are best when you need to communicate with an external organization or another (non-.NET) technology.&lt;br /&gt;  &lt;/li&gt;&lt;li&gt;&lt;b&gt;What’s a proxy of the server object in .NET Remoting?&lt;br /&gt;&lt;/b&gt;It’s a fake copy of the server object that resides on the client side and behaves as if it was the server. It handles the communication between real server object and the client object. This process is also known as &lt;b&gt;marshaling&lt;/b&gt;. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;What are remotable objects in .NET Remoting?&lt;br /&gt;&lt;/b&gt;Remotable objects are the objects that can be marshaled across the application domains. You can marshal by value, where a deep copy of the object is created and then passed to the receiver. You can also marshal by reference, where just a reference to an existing object is passed. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;What are channels in .NET Remoting?&lt;br /&gt;&lt;/b&gt;Channels represent the objects that transfer the other serialized objects from one application domain to another and from one computer to another, as well as one process to another on the same box. A channel must exist before an object can be transferred. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;What security measures exist for .NET Remoting in System.Runtime.Remoting?&lt;br /&gt;&lt;/b&gt;None. Security should be taken care of at the application level. Cryptography and other security techniques can be applied at application or server level. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;What is a formatter?&lt;br /&gt;&lt;/b&gt;A formatter is an object that is responsible for encoding and serializing data into messages on one end, and deserializing and decoding messages into data on the other end. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?&lt;br /&gt;&lt;/b&gt;Binary over TCP is the most effiecient, SOAP over HTTP is the most interoperable. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;What’s SingleCall activation mode used for?&lt;br /&gt;&lt;/b&gt;If the server object is instantiated for responding to just one single request, the request should be made in SingleCall mode. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;What’s Singleton activation mode?&lt;br /&gt;&lt;/b&gt;A single object is instantiated regardless of the number of clients accessing it. Lifetime of this object is determined by lifetime lease. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;How do you define the lease of the object?&lt;br /&gt;&lt;/b&gt;By implementing ILease interface when writing the class code. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Can you configure a .NET Remoting object via XML file?&lt;br /&gt;&lt;/b&gt;Yes, via machine.config and application level .config file (or web.config in ASP.NET). Application-level XML settings take precedence over machine.config. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;How can you automatically generate interface for the remotable object in .NET with Microsoft tools?&lt;br /&gt;&lt;/b&gt;Use the Soapsuds tool.&lt;/li&gt;&lt;/ol&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-3229454890278458063?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/3229454890278458063/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2009/03/net-remoting-interview-questions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/3229454890278458063'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/3229454890278458063'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2009/03/net-remoting-interview-questions.html' title='.NET Remoting Interview Questions'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-4016184171271716189</id><published>2009-03-29T20:00:00.000+05:30</published><updated>2009-03-29T20:02:36.420+05:30</updated><title type='text'>ASP.NET Interview Questions</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Verdana; font-size: 12px; "&gt;&lt;ol style="margin-top: 15px; "&gt;&lt;li&gt;&lt;div align="left"&gt;&lt;b&gt;Describe the role of &lt;i&gt;inetinfo.exe, aspnet_isapi.dll &lt;/i&gt;and&lt;i&gt;aspnet_wp.exe&lt;/i&gt; in the page loading process&lt;/b&gt;.&lt;br /&gt;inetinfo.exe is theMicrosoft IIS server running, handling ASP.NET requests among other things.When an ASP.NET request is received (usually a file with .aspx extension), the ISAPI filter aspnet_isapi.dll takes care of it by passing the request tothe actual worker process aspnet_wp.exe.&lt;br /&gt; &lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;What’s the difference between Response.Write() andResponse.Output.Write()?&lt;br /&gt;&lt;/b&gt;Response.Output.Write() allows you to write formatted output. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;What methods are fired during the page load?&lt;br /&gt;&lt;/b&gt;Init() - when the page is instantiated&lt;br /&gt;Load() - when the page is loaded into server memory&lt;br /&gt;PreRender() - the brief moment before the page is displayed to the user as HTML&lt;br /&gt;Unload() - when page finishes loading. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;When during the page processing cycle is ViewState available?&lt;/strong&gt;&lt;br /&gt;After the Init() and before the Page_Load(), or OnLoad() for a control. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;What namespace does the Web page belong in the .NET Framework class hierarchy?&lt;br /&gt;&lt;/b&gt;System.Web.UI.Page &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Where do you store the information about the user’s locale?&lt;br /&gt;&lt;/b&gt;System.Web.UI.Page.Culture &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;What’s the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?&lt;br /&gt;&lt;/b&gt;CodeBehind is relevant to Visual Studio.NET only. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;What’s a bubbled event?&lt;br /&gt;&lt;/b&gt;When you have a complex control, like DataGrid, writing an event processing routine for each object (cell, button, row, etc.) is quite tedious. The controls can bubble up their eventhandlers, allowing the main DataGrid event handler to take care of its constituents. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Suppose you want a certain ASP.NET function executed on MouseOver for a certain button.  Where do you add an event handler?&lt;br /&gt;&lt;/b&gt;Add an OnMouseOver attribute to the button.  Example:&lt;span&gt;btnSubmit.Attributes.Add("onmouseover","someClientCodeHere();");&lt;/span&gt; &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;What data types do the RangeValidator control support?&lt;br /&gt;&lt;/b&gt;Integer, String, and Date. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Explain the differences between Server-side and Client-side code?&lt;br /&gt;&lt;/b&gt;Server-side code executes on the server.  Client-side code executes in the client's browser. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;What type of code (server or client) is found in a Code-Behind class?&lt;br /&gt;&lt;/b&gt;The answer is server-side code since code-behind is executed on the server.  However, during the code-behind's execution on the server, it can render client-side code such as JavaScript to be processed in the clients browser.  But just to be clear, code-behind executes on the server, thus making it server-side code. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Should user input data validation occur server-side or client-side?  Why?&lt;br /&gt;&lt;/b&gt;All user input data validation should occur on the server at a minimum.  Additionally, client-side validation can be performed where deemed appropriate and feasable to provide a richer, more responsive experience for the user. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;What is the difference between Server.Transfer and Response.Redirect?  Why would I choose one over the other?&lt;br /&gt;&lt;/b&gt;Server.Transfer transfers page processing from one page directly to the next page without making a round-trip back to the client's browser.  This provides a faster response with a little less overhead on the server.  Server.Transfer does not update the clients url history list or current url.  Response.Redirect is used to redirect the user's browser to another page or site.  This performas a trip back to the client where the client's browser is redirected to the new page.  The user's browser history list is updated to reflect the new address. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?&lt;br /&gt;&lt;/b&gt;&lt;span&gt;Valid answers are:&lt;br /&gt;·&lt;span&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span&gt;A DataSet can represent an entire relational database in memory, complete with tables, relations, and views.&lt;br /&gt;&lt;/span&gt;&lt;span&gt;·&lt;span&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span&gt;A DataSet is designed to work without any continuing connection to the original data source.&lt;br /&gt;&lt;/span&gt;&lt;span&gt;·&lt;span&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span&gt;Data in a DataSet is bulk-loaded, rather than being loaded on demand.&lt;br /&gt;&lt;/span&gt;&lt;span&gt;·&lt;span&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span&gt;There's no concept of cursor types in a DataSet.&lt;br /&gt;&lt;/span&gt;&lt;span&gt;·&lt;span&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span&gt;DataSets have no current record pointer You can use For Each loops to move through the data.&lt;br /&gt;&lt;/span&gt;&lt;span&gt;·&lt;span&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span&gt;You can store many edits in a DataSet, and write them to the original data source in a single operation.&lt;br /&gt;&lt;/span&gt;&lt;span&gt;·&lt;span&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span&gt;Though the DataSet is universal, other objects in ADO.NET come in different versions for different data sources. &lt;br /&gt; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;What is the Global.asax used for?&lt;br /&gt;&lt;/strong&gt;The Global.asax (including the Global.asax.cs file) is used to implement application and session level events. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;What are the Application_Start and Session_Start subroutines used for?&lt;br /&gt;&lt;/b&gt;This is where you can set the specific variables for the Application and Session objects. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Can you explain what inheritance is and an example of when you might use it?&lt;br /&gt;&lt;/b&gt;When you want to inherit (use the functionality of) another class.  Example: With a base class named Employee, a Manager class could be derived from the Employee base class. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Whats an assembly?&lt;br /&gt;&lt;/b&gt;Assemblies are the building blocks of the .NET framework.&lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconassembliesoverview.asp" style="color: navy; text-decoration: none; "&gt; Overview of assemblies from MSDN&lt;/a&gt; &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Describe the difference between inline and code behind.&lt;br /&gt;&lt;/b&gt;Inline code written along side the html in a page. Code-behind is code written in a separate file and referenced by the .aspx page. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Explain what a diffgram is, and a good use for one?&lt;br /&gt;&lt;/b&gt;The DiffGram is one of the two XML formats that you can use to render DataSet object contents to XML.  A good use is reading database data to an XML file to be sent to a Web Service. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Whats MSIL, and why should my developers need an appreciation of it if at all?&lt;br /&gt;&lt;/b&gt;MSIL is the Microsoft Intermediate Language. All .NET compatible languages will get converted to MSIL.  MSIL also allows the .NET Framework to JIT compile the assembly on the installed computer. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Which method do you invoke on the DataAdapter control to load your generated dataset with data?&lt;br /&gt;&lt;/b&gt;The Fill() method. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Can you edit data in the Repeater control?&lt;br /&gt;&lt;/b&gt;No, it just reads the information from its data source&lt;strong&gt;.&lt;/strong&gt; &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Which template must you provide, in order to display data in a Repeater control?&lt;br /&gt;&lt;/b&gt;ItemTemplate. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;How can you provide an alternating color scheme in a Repeater control?&lt;br /&gt;&lt;/b&gt;Use the AlternatingItemTemplate&lt;strong&gt;.&lt;/strong&gt; &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;What property must you set, and what method must you call in your code, in order to bind the data from a data source to the Repeater control?&lt;br /&gt;&lt;/b&gt;You must set the DataSource property and call the DataBind method. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;What base class do all Web Forms inherit from?&lt;br /&gt;&lt;/b&gt;The Page class. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Name two properties common in every validation control?&lt;br /&gt;&lt;/b&gt;ControlToValidate property and Text property. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?&lt;br /&gt;&lt;/b&gt;DataTextField property. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Which control would you use if you needed to make sure the values in two different controls matched?&lt;br /&gt;&lt;/b&gt;CompareValidator control. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;How many classes can a single .NET DLL contain?&lt;br /&gt;&lt;/b&gt;It can contain many classes.&lt;br /&gt; &lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;&lt;span style="font-size:130%;"&gt;Web Service Questions&lt;/span&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;b&gt;What is the transport protocol you use to call a Web service?&lt;br /&gt;&lt;/b&gt;SOAP (Simple Object Access Protocol) is the preferred protocol. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;True or False: A Web service can only be written in .NET?&lt;br /&gt;&lt;/b&gt;False&lt;b&gt; &lt;br /&gt; &lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;What does WSDL stand for?&lt;br /&gt;&lt;/b&gt;Web Services Description Language. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Where on the Internet would you look for Web services?&lt;br /&gt;&lt;/b&gt;&lt;a href="http://www.uddi.org/" style="color: navy; text-decoration: none; "&gt;http://www.uddi.org&lt;/a&gt; &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;True or False: To test a Web service you must create a Windows application or Web application to consume this service?&lt;br /&gt;&lt;/b&gt;&lt;span&gt;False, the web service comes with a test page and it provides HTTP-GET method to test.&lt;br /&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;&lt;span style="font-size:130%;"&gt;State Management Questions&lt;/span&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;What is ViewState?&lt;br /&gt;&lt;/strong&gt;ViewState allows the state of objects (serializable) to be stored in a hidden field on the page.  ViewState is transported to the client and back to the server, and is not stored on the server or any other external source.  ViewState is used the retain the state of server-side objects between postabacks. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;What is the lifespan for items stored in ViewState?&lt;br /&gt;&lt;/strong&gt;Item stored in ViewState exist for the life of the current page.  This includes postbacks (to the same page). &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;What does the "EnableViewState" property do?  Why would I want it on or off?&lt;br /&gt;&lt;/strong&gt;It allows the page to save the users input on a form across postbacks.  It saves the server-side values for a given control into ViewState, which is stored as a hidden value on the page before sending the page to the clients browser.  When the page is posted back to the server the server control is recreated with the state stored in viewstate. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;What are the different types of Session state management options available with ASP.NET?&lt;/strong&gt;&lt;br /&gt;ASP.NET provides In-Process and Out-of-Process state management.  In-Process stores the session in memory on the web server.  This requires the a "sticky-server" (or no load-balancing) so that the user is always reconnected to the same web server.  Out-of-Process Session state management stores data in an external data source.  The external data source may be either a SQL Server or a State Server service.  Out-of-Process state management requires that all objects stored in session are serializable.&lt;/li&gt;&lt;/ol&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-4016184171271716189?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/4016184171271716189/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2009/03/aspnet-interview-questions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/4016184171271716189'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/4016184171271716189'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2009/03/aspnet-interview-questions.html' title='ASP.NET Interview Questions'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-3868063437337799353</id><published>2009-03-29T19:59:00.000+05:30</published><updated>2009-03-29T20:00:18.713+05:30</updated><title type='text'>C# Interview Questions</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Verdana; font-size: 14px; "&gt;&lt;div class="postText" style="padding-right: 10px; padding-left: 10px; font-size: 0.8em; padding-bottom: 2px; padding-top: 2px; "&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;General Questions&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;Does C# support multiple-inheritance?&lt;/strong&gt;&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;No.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;Who is a protected class-level variable available to?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;It is available to any sub-class (a class inheriting this class).&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;Are private class-level variables inherited?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;Yes, but they are not accessible.&lt;span&gt;  &lt;/span&gt;Although they are not visible or accessible via the class interface, they are inherited. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;Describe the accessibility modifier “protected internal”.&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;It is available to classes that are within the same assembly and derived from the specified base class. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;span&gt;&lt;strong&gt;&lt;span&gt;What’s the top .NET class that everything is derived from?&lt;/span&gt; &lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;System.Object. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;What does the term immutable mean?&lt;/strong&gt;&lt;br /&gt;The data value may not be changed.  Note: The &lt;em&gt;variable&lt;/em&gt; value may be changed, but the original immutable data value was discarded and a new data value was created in memory.&lt;/span&gt; &lt;br /&gt; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;What’s the difference between System.String and System.Text.StringBuilder classes?&lt;/strong&gt;&lt;br /&gt;System.String is immutable.&lt;span&gt;  &lt;/span&gt;System.StringBuilder was designed with the purpose of having a mutable string where a variety of operations can be performed. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;What’s the advantage of using System.Text.StringBuilder over System.String?&lt;/strong&gt;&lt;br /&gt;StringBuilder is more efficient in cases where there is a large amount of string manipulation.&lt;span&gt;  &lt;/span&gt;Strings are immutable, so each time a string is changed, a new instance in memory is created.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Can you store multiple data types in System.Array?&lt;/strong&gt;&lt;br /&gt;No. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;What’s the difference between the System.Array.CopyTo() and System.Array.Clone()?&lt;br /&gt;&lt;/strong&gt;The Clone() method returns a new array (a shallow copy) object containing all the elements in the original array.  The CopyTo() method copies the elements into another existing array.  Both perform a shallow copy.  A shallow copy means the contents (each array element) contains references to the same object as the elements in the original array.  A deep copy (which neither of these methods performs) would create a new instance of each element's object, resulting in a different, yet identacle object.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;How can you sort the elements of the array in descending order?&lt;br /&gt;&lt;/strong&gt;By calling Sort() and then Reverse() methods. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;What’s the .NET collection class that allows an element to be accessed using a unique key?&lt;br /&gt;&lt;/strong&gt;HashTable. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;What class is underneath the SortedList class?&lt;br /&gt;&lt;/strong&gt;A sorted HashTable. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Will the finally block get executed if an exception has not occurred?&lt;br /&gt;&lt;/strong&gt;Yes. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;What’s the C# syntax to catch any possible exception?&lt;br /&gt;&lt;/strong&gt;A catch block that catches the exception of type System.Exception.  You can also omit the parameter data type in this case and just write catch {}. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Can multiple catch blocks be executed for a single try statement?&lt;br /&gt;&lt;/strong&gt;No.&lt;span&gt;  &lt;/span&gt;Once the proper catch block processed, control is transferred to the finally block (if there are any). &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;span&gt;&lt;strong&gt;Explain the three services model commonly know as a three-tier application.&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span&gt;Presentation (UI), Business (logic and underlying code) and Data (from storage or other sources). &lt;br /&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;Class Questions&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;What is the syntax to inherit from a class in C#?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;Place a colon and then the name of the base class.&lt;br /&gt;Example: &lt;em&gt;class MyNewClass : MyBaseClass&lt;/em&gt; &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;Can you prevent your class from being inherited by another class?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;Yes.&lt;span&gt;  &lt;/span&gt;The keyword “sealed” will prevent the class from being inherited. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Can you allow a class to be inherited, but prevent the method from being over-ridden?&lt;br /&gt;&lt;/strong&gt;Yes.&lt;span&gt;  &lt;/span&gt;Just leave the class public and make the method sealed. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;What’s an abstract class?&lt;br /&gt;&lt;/strong&gt;A class that cannot be instantiated. &lt;span&gt; &lt;/span&gt;An abstract class is a class that must be inherited and have the methods overridden. &lt;span&gt; &lt;/span&gt;An abstract class is essentially a blueprint for a class without any implementation. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;When do you absolutely have to declare a class as abstract?&lt;/strong&gt;&lt;br /&gt;&lt;span&gt;&lt;span&gt;1. When the class itself is inherited from an abstract class, but not all base abstract methods have been overridden. &lt;br /&gt;2.&lt;span&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;When at least one of the methods in the class is abstract. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;What is an interface class?&lt;br /&gt;&lt;/strong&gt;Interfaces, like classes, define a set of properties, methods, and events. But unlike classes, interfaces do not provide implementation. They are implemented by classes, and defined as separate entities from classes. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Why can’t you specify the accessibility modifier for methods inside the interface?&lt;br /&gt;&lt;/strong&gt;They all must be public, and are therefore public by default. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Can you inherit multiple interfaces?&lt;br /&gt;&lt;/strong&gt;Yes.  .NET does support multiple interfaces. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;What happens if you inherit multiple interfaces and they have conflicting method names?&lt;br /&gt;&lt;/strong&gt;It’s up to you to implement the method inside your own class, so implementation is left entirely up to you. This might cause a problem on a higher-level scale if similarly named methods from different interfaces expect different data, but as far as compiler cares you’re okay. &lt;br /&gt;&lt;strong&gt;To Do:&lt;/strong&gt; Investigate &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;What’s the difference between an interface and abstract class?&lt;br /&gt;&lt;/strong&gt;In an interface class, all methods are abstract - there is no implementation.&lt;span&gt;  &lt;/span&gt;In an abstract class some methods can be concrete. &lt;span&gt; &lt;/span&gt;In an interface class, no accessibility modifiers are allowed.  An abstract class may have accessibility modifiers. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;span&gt;&lt;strong&gt;What is the difference between a Struct and a Class?&lt;/strong&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;Structs are value-type variables and are thus saved on the stack, additional overhead but faster retrieval.  Another difference is that structs &lt;strong&gt;cannot&lt;/strong&gt; inherit. &lt;br /&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;Method and Property Questions&lt;/span&gt;&lt;/strong&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;What’s the implicit name of the parameter that gets passed into the set method/property of a class?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;Value.&lt;span&gt;  &lt;/span&gt;The data type of the value parameter is defined by whatever data type the property is declared as.&lt;a name="more55"&gt;&lt;/a&gt;&lt;span&gt;&lt;span&gt; &lt;br /&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;What does the keyword “virtual” declare for a method or property?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;The method or property can be overridden. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;How is method overriding different from method overloading?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;When overriding a method, you change the behavior of the method for the derived class.&lt;span&gt;  &lt;/span&gt;Overloading a method simply involves having another method with the same name within the class.&lt;span&gt;&lt;span&gt; &lt;br /&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;Can you declare an override method to be static if the original method is not static?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;No.&lt;span&gt;  &lt;/span&gt;The signature of the virtual method must remain the same.  (Note: Only the keyword virtual is changed to keyword override) &lt;br /&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;What are the different ways a method can be overloaded? &lt;br /&gt;&lt;/strong&gt;Different parameter data types, different number of parameters, different order of parameters. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;If a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?&lt;br /&gt;&lt;/strong&gt;Yes, just place a colon, and then keyword base (parameter list to invoke the appropriate constructor) in the overloaded constructor definition inside the inherited class.&lt;br /&gt; &lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;Events and Delegates&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;What’s a delegate?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;A delegate object encapsulates a reference to a method. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;What’s a multicast delegate?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;A delegate that has multiple handlers assigned to it.  Each assigned handler (method) is called.&lt;br /&gt; &lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;XML Documentation Questions&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;Is XML case-sensitive?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;span&gt;Yes.&lt;/span&gt; &lt;br /&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;What’s the difference between // comments, /* */ comments and /// comments?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;Single-line comments, multi-line comments, and XML documentation comments. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;How do you generate documentation from the C# file commented properly with a command-line compiler?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;Compile it with the /doc switch.&lt;br /&gt; &lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;Debugging and Testing Questions&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;What debugging tools come with the .NET SDK?&lt;/strong&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;1.&lt;span&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;CorDBG – command-line debugger.&lt;span&gt;  &lt;/span&gt;To use CorDbg, you must compile the original C# file using the /debug switch. &lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;2.&lt;span&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;DbgCLR – graphic debugger. &lt;span&gt; &lt;/span&gt;Visual Studio .NET uses the DbgCLR.&lt;/span&gt; &lt;br /&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;What does assert() method do?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;span&gt;In debug compilation, assert takes in a Boolean condition as a parameter, and shows the error dialog if the condition is false. &lt;span&gt; &lt;/span&gt;The program proceeds without any interruption if the condition is true. &lt;br /&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;What’s the difference between the Debug class and Trace class?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;span&gt;Documentation looks the same. &lt;span&gt; &lt;/span&gt;Use Debug class for debug builds, use Trace class for both debug and release builds. &lt;br /&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;Why are there five tracing levels in System.Diagnostics.TraceSwitcher?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;span&gt;The tracing dumps can be quite verbose.&lt;span&gt;  &lt;/span&gt;For applications that are constantly running you run the risk of overloading the machine and the hard drive. &lt;span&gt; &lt;/span&gt;Five levels range from None to Verbose, allowing you to fine-tune the tracing activities. &lt;br /&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;Where is the output of TextWriterTraceListener redirected?&lt;/strong&gt;&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;span&gt;To the Console or a text file depending on the parameter passed to the constructor. &lt;br /&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;How do you debug an ASP.NET Web application?&lt;/strong&gt;&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;span&gt;Attach the aspnet_wp.exe process to the DbgClr debugger. &lt;br /&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;What are three test cases you should go through in unit testing?&lt;/span&gt; &lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span&gt;&lt;span&gt;1.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Positive test cases (correct data, correct output).&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;2.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Negative test cases (broken or missing data, proper handling).&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;3.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Exception test cases (exceptions are thrown and caught properly). &lt;br /&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;Can you change the value of a variable while debugging a C# application?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;span&gt;Yes.&lt;span&gt;  &lt;/span&gt;If you are debugging via Visual Studio.NET, just go to Immediate window. &lt;br /&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;ADO.NET and Database Questions&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ol&gt;&lt;span&gt;&lt;span&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;What is the role of the DataReader class in ADO.NET connections?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;span&gt;It returns a read-only, forward-only rowset from the data source.  A DataReader provides fast access when a forward-only sequential read is needed.&lt;/span&gt; &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;What are advantages and disadvantages of Microsoft-provided data provider classes in ADO.NET?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;span&gt;SQLServer.NET data provider is high-speed and robust, but requires SQL Server license purchased from Microsoft. OLE-DB.NET is universal for accessing other sources, like Oracle, DB2, Microsoft Access and Informix.&lt;span&gt;  &lt;/span&gt;OLE-DB.NET is a .NET layer on top of the OLE layer, so it’s not as fastest and efficient as SqlServer.NET. &lt;br /&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;What is the wildcard character in SQL?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;span&gt;Let’s say you want to query database with LIKE for all employees whose name starts with &lt;st1:place st="on"&gt;&lt;st1:state st="on"&gt;La.&lt;/st1:state&gt; &lt;/st1:place&gt;The wildcard character is %, the proper query with LIKE would involve ‘La%’. &lt;br /&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;Explain ACID rule of thumb for transactions.&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;A transaction must be:&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;1.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Atomic - it is one unit of work and does not dependent on previous and following transactions.&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;2.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Consistent - data is either committed or roll back, no “in-between” case where something has been updated and something hasn’t.&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;3.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Isolated - no transaction sees the intermediate results of the current transaction).&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;4.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Durable - the values persist if the data had been committed even if the system crashes right after. &lt;br /&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;What connections does Microsoft SQL Server support?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;span&gt;Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Server username and password). &lt;br /&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;Between Windows Authentication and SQL Server Authentication, which one is trusted and which one is untrusted?&lt;/strong&gt;&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;span&gt;Windows Authentication is trusted because the username and password are checked with the Active Directory, the SQL Server authentication is untrusted, since SQL Server is the only verifier participating in the transaction.&lt;/span&gt; &lt;br /&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;What does the Initial Catalog parameter define in the connection string?&lt;/strong&gt;&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;span&gt;The database name to connect to. &lt;br /&gt; &lt;/span&gt;&lt;span&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;What does the Dispose method do with the connection object?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;span&gt;Deletes it from the memory.&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;To Do:&lt;/strong&gt;&lt;/span&gt; &lt;/span&gt;&lt;span&gt;&lt;span&gt;answer better.&lt;span&gt;  &lt;/span&gt;The current answer is not entirely correct.&lt;/span&gt; &lt;br /&gt; &lt;/span&gt;&lt;span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;What is a pre-requisite for connection pooling?&lt;/strong&gt;&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;Multiple processes must agree that they will share the same connection, where every parameter is the same, including the security settings.&lt;span&gt;  &lt;/span&gt;The connection string must be identical.&lt;br /&gt; &lt;span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/span&gt;&lt;/span&gt;&lt;/ol&gt;&lt;span&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;Assembly Questions&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;How is the DLL Hell problem solved in .NET?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;Assembly versioning allows the application to specify not only the library it needs to run (which was available under Win32), but also the version of the assembly. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;What are the ways to deploy an assembly?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;An MSI installer, a CAB archive, and XCOPY command. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;What is a satellite assembly?&lt;/strong&gt;&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;When you write a multilingual or multi-cultural application in .NET, and want to distribute the core application separately from the localized modules, the localized assemblies that modify the core application are called satellite assemblies. &lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;span&gt;&lt;span&gt;What namespaces are necessary to create a localized application?&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;System.Globalization and System.Resources.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;What is the smallest unit of execution in .NET?&lt;/strong&gt;&lt;br /&gt;an Assembly.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;When should you call the garbage collector in .NET?&lt;/strong&gt;&lt;br /&gt;As a good rule, you should not call the garbage collector.  However, you could call the garbage collector when you are done using a large object (or set of objects) to force the garbage collector to dispose of those very large objects from memory.  However, this is usually not a good practice.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;How do you convert a value-type to a reference-type?&lt;/strong&gt;&lt;br /&gt;Use Boxing.&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;What happens in memory when you Box and Unbox a value-type?&lt;/strong&gt;&lt;br /&gt;Boxing converts a value-type to a reference-type, thus storing the object on the heap.  Unboxing converts a reference-type to a value-type, thus storing the value on the stack.&lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; "&gt; &lt;/p&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-3868063437337799353?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/3868063437337799353/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2009/03/c-interview-questions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/3868063437337799353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/3868063437337799353'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2009/03/c-interview-questions.html' title='C# Interview Questions'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-4187533996788793146</id><published>2009-03-25T19:34:00.001+05:30</published><updated>2009-03-25T19:34:55.185+05:30</updated><title type='text'>Job interview preparation</title><content type='html'>&lt;p class="MsoNormal" align="center" style="text-align:center"&gt;&lt;span class="apple-style-span"&gt;&lt;b&gt;&lt;span style="font-size:14.0pt;mso-bidi-font-size: 8.0pt;line-height:115%;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;Job interview preparation&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; line-height:normal"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; color:black"&gt;Most often candidates find themselves tongue-tied at interviews when confronted with certain issues. There are candidates who can rattle off for hours on end about their job but become absolutely speechless when the question is directed at him - the person.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; line-height:normal"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; color:black"&gt;It pays to do an introspection and self-analysis about oneself - experiences in life that have molded him, helped him in certain critical situations, etc. One needs to think about one's life style, what he has learned through the years whether academically, professionally or personally. This not only helps him to clearly speak about himself but he is also in touch with himself&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; line-height:normal"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; color:black"&gt;Candidates need to be prepared well enough about the organization that they have been to for an interview. Research the company on the Internet, or by reading its own promotional literature and annual report. Read newspapers daily.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; line-height:normal"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; color:black"&gt;First impression is the best impression. A firm handshake, constant eye contact and other sort of body language speak louder than words. Good dressing is also very important.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; line-height:normal"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; color:black"&gt;Interviews usually consist of one or more of the following steps:&lt;/span&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;color:black"&gt; &lt;/span&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;color:black"&gt;&lt;a href="http://www.happycareer.com/employees/Preparation.asp#1"&gt;&lt;span style="mso-bidi-font-size:11.0pt;color:blue"&gt;aptitude test&lt;/span&gt;&lt;/a&gt;,&lt;/span&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:11.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;color:black"&gt; &lt;/span&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;color:black"&gt;&lt;a href="http://www.happycareer.com/employees/Preparation.asp#3"&gt;&lt;span style="mso-bidi-font-size:11.0pt;color:blue"&gt;group discussion&lt;/span&gt;&lt;/a&gt;,&lt;a href="http://www.happycareer.com/employees/Preparation.asp#4"&gt;&lt;span style="mso-bidi-font-size:11.0pt;color:windowtext;text-decoration:none; text-underline:none"&gt; &lt;/span&gt;&lt;span style="mso-bidi-font-size:11.0pt; color:blue"&gt;psychological test&lt;/span&gt;&lt;/a&gt;, and&lt;/span&gt;&lt;span style="font-size: 12.0pt;mso-bidi-font-size:11.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;color:black"&gt; &lt;/span&gt;&lt;span style="font-size:12.0pt; mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;color:black"&gt;&lt;a href="http://www.happycareer.com/employees/Preparation.asp#5"&gt;&lt;span style="mso-bidi-font-size:11.0pt;color:blue"&gt;personal interview&lt;/span&gt;&lt;/a&gt;. Useful tips for each stage are given below.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; line-height:normal"&gt;&lt;a name="1"&gt;&lt;/a&gt;&lt;b&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; color:black"&gt;Aptitude Test&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size: 8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ul type="disc"&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;Most aptitude tests for nursing      professionals check for quantitative, reasoning and verbal abilities. They      will usually be multiple choice type question papers.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;Reading up mathematics      textbooks and dictionaries just before the test will not help much. These      abilities are cultivated over a long period of time - most questions are      based on what you studied in high school.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;Practice tests can help a lot.      Get hold of a few practice tests and do them 2-3 days before the actual      test.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;Don't panic on the day of the test      - you will do your best if you are not worried. Aim at achieving as much      as you did in the practice tests.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l1 level1 lfo1;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;Try to finish as many questions      as possible, if you are stuck on a difficult problem - leave it aside and      proceed to the next one.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; line-height:normal"&gt;&lt;a name="3"&gt;&lt;/a&gt;&lt;b&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; color:black"&gt;Group Discussion&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:12.0pt; mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ul type="disc"&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l2 level1 lfo2;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;Group discussions are meant to      judge your communication and interpersonal abilities. The observers will      be looking for verbal and non-verbal skills, clarity of thought,      leadership abilities and other interpersonal skills.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l2 level1 lfo2;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;Usually a current topic will be      taken up and a group of 8-12 people will be asked to discuss the topic.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l2 level1 lfo2;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;There is no need to prepare on      specific topics. If you read the newspapers - it should be enough.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l2 level1 lfo2;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;You do not have to be the first      to speak out to be noticed. It is often better for someone else to begin      the discussion. However, if you are very well informed on the topic it      might be a good idea to set the ball rolling.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l2 level1 lfo2;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;Listen carefully to what others      are saying. It is a good idea to quote others when you speak while      supporting, building or even criticising them.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l2 level1 lfo2;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;Be natural and talk normally      and be yourself - it always gives the best results.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; line-height:normal"&gt;&lt;a name="4"&gt;&lt;/a&gt;&lt;b&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; color:black"&gt;Psychological Tests&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:12.0pt; mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ul type="disc"&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l3 level1 lfo3;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;Psychological tests are used to      mainly determine your personal attributes. They will usually be multiple      choice type question papers.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l3 level1 lfo3;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;There are no right or wrong      answers to psychological tests - it is your opinion!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l3 level1 lfo3;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;Avoid trying to fool tests,      they are usually designed to ask the same questions in different ways      again and again. If you are manipulating the results will show      inconsistencies and the observer might choose to ignore the test or      administer another test.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; line-height:normal"&gt;&lt;a name="5"&gt;&lt;/a&gt;&lt;b&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size: 11.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; color:black"&gt;Personal Interview&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:12.0pt; mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto; line-height:normal"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;; color:black"&gt;Personal interviews are usually conducted by Human Resources professionals. They will be trying to understand you as a person and your motivation for joining the company.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ul type="disc"&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l0 level1 lfo4;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;"Tell us something about      yourself" is perhaps the most common first question asked in      interviews. It might be a good idea to prepare a brief opening statement      and be ready for the question. It will be a good idea to mention your      education, jobs and interest in applying in your opening statement.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l0 level1 lfo4;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;Interviewers will often have      gone through your resume in detail, be prepared to explain any statement      made in your resume.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l0 level1 lfo4;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;Answer all questions directly      and honestly, it is not a trial!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l0 level1 lfo4;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;Don't try to mask all your      weaknesses - all human beings have them and so does the person      interviewing you.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l0 level1 lfo4;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;"Why do you want to change      a job" is another common question, be prepared for it. Honestly      answer the question, if you are trying to get a better salary - say so.      The lesser you conceal your motives - the easier it will be for the      interviewer to make a decision. Keeping the interviewer in suspense will      only lead to a postponement in decision - not a favourable decision.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l0 level1 lfo4;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;Appearance is important - dress      formally or as you will usually for an important occasion.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;  &lt;li class="MsoNormal" style="color:black;mso-margin-top-alt:auto;mso-margin-bottom-alt:      auto;line-height:normal;mso-list:l0 level1 lfo4;tab-stops:list .5in"&gt;&lt;span style="font-size:12.0pt;mso-bidi-font-size:8.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;      mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;"&gt;Appear at least 10 minutes      before the interview. It makes a good impression and you also get some      time to get used to the surroundings.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="font-size:15.0pt;mso-bidi-font-size:11.0pt; line-height:115%"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-4187533996788793146?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/4187533996788793146/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2009/03/job-interview-preparation.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/4187533996788793146'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/4187533996788793146'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2009/03/job-interview-preparation.html' title='Job interview preparation'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-1774877830754204772</id><published>2009-03-25T19:30:00.000+05:30</published><updated>2009-03-25T19:32:01.345+05:30</updated><title type='text'>Tips on interviews and Group Discussions</title><content type='html'>&lt;p class="MsoNormal" style="margin-left:1.0in;text-indent:.5in"&gt;&lt;span class="apple-style-span"&gt;&lt;b&gt;&lt;span style="font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; color:black"&gt;Tips on interviews and Group Discussions&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left:1.0in;text-indent:.5in"&gt;&lt;span class="apple-style-span"&gt;&lt;b&gt;&lt;span style="font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; color:black"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; color:black"&gt;In a group discussion what should my objectives be and how should I achieve them?&lt;/span&gt;&lt;/b&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;In order to succeed at any unstructured group discussion, you must define what your objective in the group is. A good definition of your objective is -&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;i&gt;to be seen to have contributed meaningfully in an attempt to achieve the right consensus&lt;/i&gt;.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;The key words in this definition are&lt;span class="apple-converted-space"&gt;&lt;i&gt; &lt;/i&gt;&lt;/span&gt;&lt;i&gt;'seen', 'meaningfully',&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;/i&gt;and&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;i&gt;'attempt'&lt;/i&gt;. Let us understand what each of these imply in terms of action points :&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;The first implication is that merely making a meaningful contribution in an attempt to achieve consensus is not enough. You have to be&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;i&gt;seen&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;/i&gt;by the evaluator to have made a meaningful contribution in an attempt to build the right consensus.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;In other words you must ensure that you are heard by the group. If the group hears you so will the evaluator. You must get at least some airtime. If you are not a very assertive person you will have to simply learn to be assertive for those 15 minutes. If you get cowed down easily in an aggressive group, you can say goodbye to the business school admission.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;Many GD participants often complain that they did not get a chance to speak. The fact of the matter is that in no GD do you&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;i&gt;get&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;/i&gt;a chance to speak. You have to&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;i&gt;make&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;/i&gt;your chances.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;The second important implication is that making just any sort of contribution is not enough. Your contribution has to be&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;i&gt;meaningful&lt;/i&gt;.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;A meaningful contribution suggests that you have a good knowledge base, are able to structure arguments logically and are a good communicator. These are qualities that are desired by all evaluators.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;Many GD participants feel that the way to succeed in a GD is by speaking frequently, for a long time and loudly. This is not true. The quality of what you say is more important than the quantity. Don't be demoralized if you feel you have not spoken enough. If you have spoken sense and have been heard, even if only for a short time, it is usually good enough. You must have substance in your arguments. Therefore, think things through carefully.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;Always enter the room with a piece of paper and a pen. In the first two minutes jot down as many ideas as you can. It pays to think laterally. Everybody else will state the obvious. Can you state something different? Can you take the group ahead if it is stuck at one point? Can you take it in a fresh and more relevant direction? You may like to dissect the topic and go into the underlying causes or into the results.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;One way of deciding what sort of contribution is meaningful at what point of time is to follow two simple rules. First, in times of chaos a person who restores order to the group is appreciated. Your level of participation in a fish market kind of scenario can be low, but your degree of influence must never be low. In other words you must make positive contributions every time you speak and not speak for the sake of speaking. The second rule is applicable when the group is floundering. In this situation a person who provides a fresh direction to the group is given credit.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;The third implication is that you must be clearly seen to be&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;i&gt;attempting&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;/i&gt;to build a consensus. Nobody expects a group of ten people, all with different points of view on a controversial subject to actually achieve a consensus. But did you make the attempt to build a consensus?&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;The reason why an attempt to build a consensus is important is because in most work situations you will have to work with people in a team, accept joint responsibilities and take decisions as a group. You must demonstrate the fact that you are capable and inclined to work as part of a team.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;What are the ways that you can try to build consensus?&lt;/span&gt;&lt;span style="color: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;First, you must not just talk, you should also listen. You must realize that other people also may have valid points to make. You should not only try to persuade other people to your point of view, but also come across as a person who has an open mind and appreciates the valid points of others.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;You must try and resolve contradictions and arguments of others in the group. You must synthesize arguments and try and achieve a unified position in the group. Try to think of the various arguments of your's and others' as parts of a jigsaw puzzle or as building blocks of a larger argument for or against the topic.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;Try and lay down the boundaries or the area of the discussion at the beginning. Discuss what the group should discuss before actually beginning your discussion. This will at least ensure that everyone is talking about the same thing.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;Try and summarize the discussion at the end. In the summary do not merely restate your point of view; also accommodate dissenting viewpoints. If the group did not reach a consensus, say so in your summary.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;You must carry people with you. So do not get emotional, shout, invade other people's private space. Do not bang your fist on the table except in extreme circumstances.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;If you have spoken and you notice that someone else has tried to enter the discussion on a number of occasions and has not had the chance to do so maybe you could give him a chance the next time he tries. But do not offer a chance to anyone who is not trying to speak. He may not have anything to say at that point and you will just end up looking foolish.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;The surest way of antagonizing others in the GD as well as the examiner is to appoint yourself as a&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;i&gt;de facto&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;/i&gt;chairperson of the group. Do not try to impose a system whereby everyone gets a chance to speak in turn. A GD is meant to be a free flowing discussion. Let it proceed naturally. Do not ever try to take a vote on the topic. A vote is no substitute for discussion.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;Do not address only one or two persons when speaking. Maintain eye contact with as many members of the group as possible. This will involve others in what you are saying and increase your chances of carrying them with you. Do this even if you are answering a specific point raised by one person.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;One last point. You must not agree with another participant in the group merely for the sake of achieving consensus. If you disagree, say so. You are not there to attempt to build just any consensus. You have to attempt to build the&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;i&gt;right&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;/i&gt;consensus.&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; color:black"&gt;&lt;/span&gt;Is it wise to take a strong stand either in favour or against the topic right at the start of a Group Discussion ?&lt;/b&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;In theory yes. If you believe something why shouldn't you say so? If we are convinced about something our natural response is to say so emphatically.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;However in practice what is likely to happen if you take a very strong and dogged stance right at the beginning of the interview is that you will antagonise the people in the group who disagree with you and will be unable to carry them with you and convince them of the validity of your argument. We therefore recommend that after you hear the topic you think about it for a minute with an open mind and note down the major issues that come to your mind. Don't jump to any conclusions. Instead arrive at a stand in your own mind after examining all the issues in a balanced manner. Only then begin to speak. And when you do so outline the major issues first and only then state your stand. In other words give the justification first and the stand later. If you were to state your stand first chances are that the others in the group who disagree with your stand will interrupt to contradict you before you can elaborate on the reasons why you have taken that stance. In this situation the evaluator will only get an impression of what you think and not how you think. Remember you are being evaluated on how you think and not what you think.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left:1.0in;text-indent:.5in"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;    &lt;p&gt;&lt;b&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; color:black"&gt;Is it a good strategy to try and be the first speaker on the topic in a GD?&lt;/span&gt;&lt;/b&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;In most GD's the opening speaker is the person who is likely to get the maximum uninterrupted airtime. The reason is simple - at the start most other participants in the GD are still trying to understand the basic issues in the topic, or are too nervous to speak and are waiting for someone else to start. Therefore the evaluators get the best chance to observe the opening speaker. Now this is a double edged sword. If the opening speaker talks sense naturally he will get credit because he opened and took the group in the right direction. If on the other hand the first speaker doesn't have too much sense to say, he will attract the undivided attention of the evaluators to his shortcomings. He will be marked as a person who speaks without thinking merely for the sake of speaking. As someone who leads the group in the wrong direction and does not make a positive contribution to the group.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;So remember speaking first is a high risk high return strategy. It can make or mar your GD performance depending how you handle it. Speak first only if you have something sensible to say. Otherwise keep shut and let someone else start.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left:1.0in;text-indent:.5in"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;    &lt;p&gt;&lt;b&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; color:black"&gt;In an interview how does one handle the question "Tell us about yourself?".&lt;/span&gt;&lt;/b&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;An often asked opening question. Perhaps the most frequently asked question across interviews. Your opening statement needs to be a summary of your goals, overall professional capabilities, achievements, background (educational and family), strengths, professional objectives and anything about your personality that is relevant and interesting. This question represents an opportunity to lead the interviewer in the direction you want him to go e.g., your speciality or whatever else you may wish to highlight.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;Your intention should be to try to subtly convince the interviewers that you are a good candidate, you have proved that in the past, and have a personality that fits the requirement.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;Remember that the first impression you create will go a long way in the ultimate selection. Keep in mind, most candidates who are asked this question just blurt out their schooling, college, marks and qualifications. All this is already there in the CV. Why tell the interviewer something he already knows?&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;A final word on approaching this question. Once you have said what you have to say - shut up. Don't drone on for the sake of speaking for you just might say something foolish. Sometimes interviewers don't interrupt in order to give the candidate the impression that he has not spoken enough. This is just a stress inducing tactic. Don't fall for it, if you feel you have spoken enough. In case the pause gets too awkward for you just add something like, "Is there something specific that you wish to know about me?"&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left:1.0in;text-indent:.5in"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;    &lt;p&gt;&lt;b&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; color:black"&gt;&lt;span style="mso-spacerun:yes"&gt; &lt;/span&gt;Is it better to have a longer selection interview or a shorter one?&lt;/span&gt;&lt;/b&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;The length of an interview in no way is an indicator of how well an interview went. This is especially so when there are a number of candidates to be interviewed for example in the civil services interview or the MBA entrance interview. In the past a number of candidates have reported varying lengths of interviews. Nothing positive or negative should be read into this. An interview is only a device whereby the panel seeks information about the candidate. Information that will help the panel decide whether or not the candidate should be selected. If the panel feels that it has gathered enough information about the candidate in 15 minutes of the interview commencing and that it has no further questions to ask the interview will be terminated in 15 minutes. If on the other hand the panel takes an hour to gather the information required to take a decision the interview will last for an hour. In either case the decision could be positive or negative. It is a fallacy to believe that interview panels take longer interviews of candidates whom they are more interested in. No panel likes to waste its time. If an interview is lasting longer than usual then it only means that the panel is seeking more information about the candidate in order to take a decision.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left:1.0in;text-indent:.5in"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;    &lt;p&gt;&lt;b&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; color:black"&gt;In the MBA entrance interview how do I justify my decision to pursue the MBA programme?&lt;/span&gt;&lt;/b&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;When you are asked this for God's sake don't tell the panel that you are looking for a&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;i&gt;"challenging job in a good firm with lots of money, status and glamour". &lt;/i&gt;That is the first answer that most candidates think of. Unfortunately it is the last answer that will get you admission. In the answer to a direct question on this subject you must convey to the interview panel that you have made a rational and informed decision about your career choice and your intended course of higher study. There are broadly six areas which your answer could touch upon :&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;&lt;i&gt;&lt;span style="font-size:10.0pt; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;Career Objectives&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;span class="apple-converted-space"&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt; &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;&lt;span style="font-size:10.0pt;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt; You could talk about your career objectives and how the two year MBA programme will help you achieve them. This implies that you have a clear idea of what your career objectives are and how you wish to achieve them. For example you may want to be an entrepreneur and wish to set up your independent enterprise after doing your MBA and then working for a few years in a professionally managed company. You could explain to the panel that the MBA programme will provide you with the necessary inputs to help you run your business enterprise better. But then you must be clear about what the inputs you will receive in the MBA programme are.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;&lt;i&gt;&lt;span style="font-size:10.0pt; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;Value Addition&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;span class="apple-converted-space"&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt; &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;&lt;span style="font-size:10.0pt;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt; That brings us to the second area that your answer should touch upon. What is the value you will add to yourself during your two year study of management. Value addition will essentially be in two forms knowledge and skills. Knowledge of the various areas of management e.g. marketing, finance, systems, HRD etc. and skills of analysis and communication. You will find it useful to talk to a few people who are either doing their MBA or have already done it. They will be able to give you a more detailed idea of what they gained from their MBA.&lt;/span&gt;&lt;span style="color: black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;&lt;i&gt;&lt;span style="font-size:10.0pt; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;Background&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; color:black"&gt;:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; color:black"&gt; Remember, there must be no inconsistency between your proposed study of management and your past subject of study or your past work experience. If you have studied commerce in college then management is a natural course of higher studies. If you are an engineer this is a tricky area. You must never say that by pursuing a career in management you will be wasting your engineering degree. Try and say that the MBA course and your engineering degree will help you do your job better in the company that you will join. But then you should be able to justify how your engineering qualification will help.&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;&lt;i&gt;&lt;span style="font-size:10.0pt; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;Opportunities&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;span class="apple-converted-space"&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt; &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;&lt;i&gt;&lt;span style="font-size:10.0pt; font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;color:black"&gt;and Rewards&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; color:black"&gt;:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:10.0pt;font-family:&amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; color:black"&gt; You could also at this stage mention the opportunities that are opening up in organizations for management graduates. Highlight with examples. At the end you may mention that while monetary rewards are not everything they are also important and MBAs do get paid well. You must not mention these reasons as your primary motivators even if that may be the case.&lt;span class="apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color:black"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2021704169299797152-1774877830754204772?l=ignitech.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ignitech.blogspot.com/feeds/1774877830754204772/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://ignitech.blogspot.com/2009/03/tips-on-interviews-and-group.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/1774877830754204772'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2021704169299797152/posts/default/1774877830754204772'/><link rel='alternate' type='text/html' href='http://ignitech.blogspot.com/2009/03/tips-on-interviews-and-group.html' title='Tips on interviews and Group Discussions'/><author><name>Vinothkumar.R</name><uri>http://www.blogger.com/profile/10133381631174359584</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_uKSOeJROT5M/SnsgsHLaZkI/AAAAAAAAAGo/yXKkesQZzNU/S220/Untitled-2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2021704169299797152.post-1568367807790452712</id><published>2009-03-24T19:30:00.000+05:30</published><updated>2009-03-24T19:50:33.378+05:30</updated><title type='text'>Computer network</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: -webkit-sans-serif; font-size: 13px; line-height: 19px; "&gt;A &lt;b&gt;computer network&lt;/b&gt; is a group of interconnected &lt;a href="http://en.wikipedia.org/wiki/Computers" title="Computers" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;computers&lt;/a&gt;. Networks may be classified according to a wide variety of characteristics. This article provides a general overview of some types and categories and also presents the basic components of a network.&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: -webkit-sans-serif; font-size: 13px; line-height: 19px;"&gt;&lt;h2 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; font-weight: normal; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(170, 170, 170); font-size: 150%; margin-bottom: 0.6em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;Introduction&lt;/span&gt;&lt;/h2&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;A network is a collection of computers and devices connected to each other. The network allows computers to communicate with each other and share resources and information. The Advance Research Projects Agency (&lt;a href="http://en.wikipedia.org/wiki/DARPA" title="DARPA" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;ARPA&lt;/a&gt;) designed "Advanced Research Projects Agency Network" (&lt;a href="http://en.wikipedia.org/wiki/ARPANET" title="ARPANET" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;ARPANET&lt;/a&gt;) for the United States Department of Defense. It was the first computer network in the world in late 1960's and early 1970's.&lt;sup id="cite_ref-0" class="reference" style="line-height: 1em; "&gt;&lt;span&gt;&lt;a href="http://en.wikipedia.org/wiki/Computer_networks#cite_note-0" title="" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; white-space: nowrap; background-position: initial initial; "&gt;[&lt;/a&gt;&lt;/span&gt;&lt;a href="http://en.wikipedia.org/wiki/Computer_networks#cite_note-0" title="" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; white-space: nowrap; background-position: initial initial; "&gt;1&lt;/a&gt;&lt;span&gt;&lt;a href="http://en.wikipedia.org/wiki/Computer_networks#cite_note-0" title="" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; white-space: nowrap; background-position: initial initial; "&gt;]&lt;/a&gt;&lt;/span&gt;&lt;/sup&gt;&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;span class="Apple-style-span" style="font-size: 11px; line-height: 10px;"&gt;&lt;span class="Apple-style-span" style="font-size: 19px; line-height: 19px; "&gt;Network classification&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;span class="Apple-style-span" style="font-size: 19px;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; "&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;The following list presents categories used for classifying networks.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Connection_method" id="Connection_method" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Connection method&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;Computer networks can also be classified according to the hardware and software technology that is used to interconnect the individual devices in the network, such as &lt;a href="http://en.wikipedia.org/wiki/Optical_fiber" title="Optical fiber" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Optical fiber&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Ethernet" title="Ethernet" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Ethernet&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Wireless_LAN" title="Wireless LAN" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Wireless LAN&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/HomePNA" title="HomePNA" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;HomePNA&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Power_line_communication" title="Power line communication" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Power line communication&lt;/a&gt; or &lt;a href="http://en.wikipedia.org/wiki/G.hn" title="G.hn" style="text-decoration: none; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; color: rgb(90, 54, 150); background-position: initial initial; "&gt;G.hn&lt;/a&gt;.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;Ethernet uses physical wiring to connect devices. Frequently deployed devices include hubs, switches, bridges and/or routers.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;Wireless LAN technology is designed to connect devices without wiring. These devices use &lt;a href="http://en.wikipedia.org/wiki/Radio_waves" title="Radio waves" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;radio waves&lt;/a&gt; or &lt;a href="http://en.wikipedia.org/wiki/IrDA" title="IrDA" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;infrared&lt;/a&gt; signals as a transmission medium.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a href="http://en.wikipedia.org/wiki/ITU-T" title="ITU-T" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;ITU-T&lt;/a&gt; &lt;a href="http://en.wikipedia.org/wiki/G.hn" title="G.hn" style="text-decoration: none; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; color: rgb(90, 54, 150); background-position: initial initial; "&gt;G.hn&lt;/a&gt; technology uses existing home wiring (&lt;a href="http://en.wikipedia.org/wiki/Ethernet_over_coax" title="Ethernet over coax" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;coaxial cable&lt;/a&gt;, phone lines and &lt;a href="http://en.wikipedia.org/wiki/Power_line_communication" title="Power line communication" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;power lines&lt;/a&gt;) to create a high-speed (up to 1 Gigabit/s) local area network.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Scale" id="Scale" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Scale&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;Networks are often classified as Local Area Network &lt;a href="http://en.wikipedia.org/wiki/Local_Area_Network" title="Local Area Network" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;(LAN)&lt;/a&gt;, Wide Area Network &lt;a href="http://en.wikipedia.org/wiki/Wide_Area_Network" title="Wide Area Network" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;(WAN)&lt;/a&gt;, Metropolitan Area Network &lt;a href="http://en.wikipedia.org/wiki/Metropolitan_Area_Network" title="Metropolitan Area Network" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;(MAN)&lt;/a&gt;, Personal Area Network &lt;a href="http://en.wikipedia.org/wiki/Personal_Area_Network" title="Personal Area Network" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;(PAN)&lt;/a&gt;, Virtual Private Network &lt;a href="http://en.wikipedia.org/wiki/Virtual_Private_Network" title="Virtual Private Network" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;(VPN)&lt;/a&gt;, Campus Area Network &lt;a href="http://en.wikipedia.org/wiki/Campus_area_network" title="Campus area network" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;(CAN)&lt;/a&gt;, Storage Area Network &lt;a href="http://en.wikipedia.org/wiki/Storage_area_network" title="Storage area network" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;(SAN)&lt;/a&gt;, etc. depending on their scale, scope and purpose. Usage, trust levels and access rights often differ between these types of network - for example, LANs tend to be designed for internal use by an organization's internal systems and employees in individual physical locations (such as a building), while WANs may connect physically separate parts of an organization to each other and may include connections to third parties.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Functional_relationship_.28network_architecture.29" id="Functional_relationship_.28network_architecture.29" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Functional relationship (network architecture)&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;Computer networks may be classified according to the functional relationships which exist among the elements of the network, e.g., &lt;a href="http://en.wikipedia.org/wiki/Active_Networking" title="Active Networking" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Active Networking&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Client-server" title="Client-server" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Client-server&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/Peer-to-peer" title="Peer-to-peer" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Peer-to-peer&lt;/a&gt; (workgroup) architecture.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Network_topology" id="Network_topology" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Network topology&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;Computer networks may be classified according to the &lt;a href="http://en.wikipedia.org/wiki/Network_topology" title="Network topology" style="text-decoration: none; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; color: rgb(90, 54, 150); background-position: initial initial; "&gt;network topology&lt;/a&gt; upon which the network is based, such as &lt;a href="http://en.wikipedia.org/wiki/Bus_network" title="Bus network" style="text-decoration: none; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; color: rgb(90, 54, 150); background-position: initial initial; "&gt;bus network&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Star_network" title="Star network" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;star network&lt;/a&gt;,&lt;a href="http://en.wikipedia.org/wiki/Ring_network" title="Ring network" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;ring network&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Mesh_network" title="Mesh network" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;mesh network&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Star-bus_network" title="Star-bus network" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;star-bus network&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Tree_and_hypertree_networks" title="Tree and hypertree networks" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;tree or hierarchical topology network&lt;/a&gt;. Network topology signifies the way in which devices in the network see their logical relations to one another. The use of the term "logical" here is significant. That is, network topology is independent of the "physical" layout of the network. Even if networked computers are physically placed in a linear arrangement, if they are connected via a hub, the network has a Star topology, rather than a bus topology. In this regard the visual and operational characteristics of a network are distinct; the logical network topology is not necessarily the same as the physical layout. Networks may be classified based on the method of data used to convey the data, these include digital and analog networks.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Types_of_networks" id="Types_of_networks" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h2 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; font-weight: normal; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(170, 170, 170); font-size: 150%; margin-bottom: 0.6em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;Types of networks&lt;/span&gt;&lt;/h2&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;Below is a list of the most common types of computer networks in order of scale.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Personal_area_network" id="Personal_area_network" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Personal area network&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;A &lt;b&gt;personal area network (PAN)&lt;/b&gt; is a computer network used for communication among computer devices close to one person. Some examples of devices that are used in a PAN are printers, fax machines, telephones, PDAs and scanners. The reach of a PAN is typically about 20-30 feet (approximately 6-9 meters), but this is expected to increase with technology improvements.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Local_area_network" id="Local_area_network" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Local area network&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal; "&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal; "&gt;A &lt;b&gt;local area network (LAN)&lt;/b&gt; is a computer network covering a small physical area, like a home, office, or small group of buildings, such as a school, or an airport. Current wired LANs are most likely to be based on &lt;a href="http://en.wikipedia.org/wiki/Ethernet" title="Ethernet" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Ethernet&lt;/a&gt; technology, although new standards like &lt;a href="http://en.wikipedia.org/wiki/ITU-T" title="ITU-T" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;ITU-T&lt;/a&gt; &lt;a href="http://en.wikipedia.org/wiki/G.hn" title="G.hn" style="text-decoration: none; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; color: rgb(90, 54, 150); background-position: initial initial; "&gt;G.hn&lt;/a&gt; also provide a way to create a wired LAN using existing home wires (coaxial cables, phone lines and power lines)&lt;sup id="cite_ref-1" class="reference" style="line-height: 1em; "&gt;&lt;a href="http://en.wikipedia.org/wiki/Computer_networks#cite_note-1" title="" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; white-space: nowrap; background-position: initial initial; "&gt;&lt;span&gt;[&lt;/span&gt;2&lt;span&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;For example, a library may have a wired or wireless LAN for users to interconnect local devices (e.g., printers and servers) and to connect to the internet. On a wired LAN, PCs in the library are typically connected by &lt;a href="http://en.wikipedia.org/wiki/Category_5_cable" title="Category 5 cable" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;category 5 (Cat5) cable&lt;/a&gt;, running the IEEE 802.3 protocol through a system of interconnected devices and eventually connect to the Internet. The cables to the servers are typically on Cat 5e enhanced cable, which will support IEEE 802.3 at 1 Gbit/s. A wireless LAN may exist using a different IEEE protocol, 802.11b, 802.11g or possibly 802.11n. The staff computers (bright green in the figure) can get to the color printer, checkout records, and the academic network &lt;i&gt;and&lt;/i&gt; the Internet. All user computers can get to the Internet and the card catalog. Each workgroup can get to its local printer. Note that the printers are not accessible from outside their workgroup.&lt;/p&gt;&lt;div class="thumb tright" style="width: auto; clear: right; float: right; border-width: initial; border-color: initial; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.8em; margin-left: 1.4em; background-color: white; "&gt;&lt;div class="thumbinner" style="width: 182px; min-width: 100px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); padding-top: 3px !important; padding-right: 3px !important; padding-bottom: 3px !important; padding-left: 3px !important; background-color: rgb(249, 249, 249); font-size: 94%; text-align: center; overflow-x: hidden; overflow-y: hidden; "&gt;&lt;a href="http://en.wikipedia.org/wiki/File:NETWORK-Library-LAN.png" class="image" title="Typical library network, in a branching tree topology and controlled access to resources" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;img alt="" src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/27/NETWORK-Library-LAN.png/180px-NETWORK-Library-LAN.png" width="180" height="134" border="0" class="thumbimage" style="border-width: initial; border-color: initial; vertical-align: middle; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); background-color: rgb(255, 255, 255); " /&gt;&lt;/a&gt;&lt;div class="thumbcaption" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; line-height: 1.4em; padding-top: 3px !important; padding-right: 3px !important; padding-bottom: 3px !important; padding-left: 3px !important; font-size: 94%; text-align: left; "&gt;&lt;div class="magnify" style="border-top-style: none !important; border-right-style: none !important; border-bottom-style: none !important; border-left-style: none !important; border-width: initial !important; border-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; float: right; background-position: initial initial !important; "&gt;&lt;a href="http://en.wikipedia.org/wiki/File:NETWORK-Library-LAN.png" class="internal" title="Enlarge" style="text-decoration: none; color: rgb(0, 43, 184); display: block; border-top-style: none !important; border-right-style: none !important; border-bottom-style: none !important; border-left-style: none !important; border-width: initial !important; border-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; background-position: initial initial !important; "&gt;&lt;img src="http://en.wikipedia.org/skins-1.5/common/images/magnify-clip.png" width="15" height="11" alt="" style="border-width: initial; border-color: initial; vertical-align: middle; display: block; border-top-style: none !important; border-right-style: none !important; border-bottom-style: none !important; border-left-style: none !important; border-width: initial !important; border-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: rgb(255, 255, 255); background-position: initial initial !important; " /&gt;&lt;/a&gt;&lt;/div&gt;Typical library network, in a branching tree topology and controlled access to resources&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;br /&gt;All interconnected devices must understand the network layer (layer 3), because they are handling multiple subnets (the different colors). Those inside the library, which have only 10/100 Mbit/s Ethernet connections to the user device and a Gigabit Ethernet connection to the central router, could be called "layer 3 switches" because they only have Ethernet interfaces and must understand &lt;a href="http://en.wikipedia.org/wiki/Internet_Protocol" title="Internet Protocol" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;IP&lt;/a&gt;. It would be more correct to call them access routers, where the router at the top is a distribution router that connects to the Internet and academic networks' customer access routers.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;The defining characteristics of LANs, in contrast to WANs (wide area networks), include their higher data transfer rates, smaller geographic range, and lack of a need for leased telecommunication lines. Current Ethernet or other &lt;a href="http://en.wikipedia.org/wiki/IEEE_802.3" title="IEEE 802.3" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;IEEE 802.3&lt;/a&gt; LAN technologies operate at speeds up to 10 Gbit/s. This is the data transfer rate. &lt;a href="http://en.wikipedia.org/wiki/IEEE" title="IEEE" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;IEEE&lt;/a&gt; has projects investigating the standardization of 100 Gbit/s, and possibly 400 Gbit/s.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Campus_area_network" id="Campus_area_network" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Campus area network&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;A &lt;b&gt;campus area network&lt;/b&gt; (CAN) is a computer network made up of an interconnection of local area networks (LANs) within a limited geographical area. It can be considered one form of a metropolitan area network, specific to an academic setting.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;In the case of a university campus-based campus area network, the network is likely to link a variety of campus buildings including; academic departments, the university library and student residence halls. A campus area network is larger than a local area network but smaller than a wide area network (WAN) (in some cases).&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;The main aim of a campus area network is to facilitate students accessing internet and university resources. This is a network that connects two or more LANs but that is limited to a specific and contiguous geographical area such as a college campus, industrial complex, office building, or a military base. A CAN may be considered a type of MAN (metropolitan area network), but is generally limited to a smaller area than a typical MAN. This term is most often used to discuss the implementation of networks for a contiguous area. This should not be confused with a &lt;a href="http://en.wikipedia.org/wiki/Controller_Area_Network" title="Controller Area Network" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Controller Area Network&lt;/a&gt;. A LAN connects network devices over a relatively short distance. A networked office building, school, or home usually contains a single LAN, though sometimes one building will contain a few small LANs (perhaps one per room), and occasionally a LAN will span a group of nearby buildings. In &lt;a href="http://en.wikipedia.org/wiki/TCP/IP_model" title="TCP/IP model" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;TCP/IP&lt;/a&gt; networking, a LAN is often but not always implemented as a single IP subnet.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Metropolitan_area_network" id="Metropolitan_area_network" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Metropolitan area network&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;A &lt;b&gt;metropolitan area network&lt;/b&gt; (MAN) is a network that connects two or more local area networks or campus area networks together but does not extend beyond the boundaries of the immediate town/city. Routers, switches and hubs are connected to create a metropolitan area network.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Wide_area_network" id="Wide_area_network" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Wide area network&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal; "&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal; "&gt;A &lt;b&gt;wide area network&lt;/b&gt; (WAN) is a computer network that covers a broad area (i.e. any network whose communications links cross metropolitan, regional, or national boundaries [1]). Less formally, a WAN is a network that uses routers and public communications links [1]. Contrast with personal area networks (PANs), local area networks (LANs), campus area networks (CANs), or metropolitan area networks (MANs), which are usually limited to a room, building, campus or specific metropolitan area (e.g., a city) respectively. The largest and most well-known example of a WAN is the Internet. A WAN is a data communications network that covers a relatively broad geographic area (i.e. one city to another and one country to another country) and that often uses transmission facilities provided by common carriers, such as telephone companies. WAN technologies generally function at the lower three layers of the &lt;a href="http://en.wikipedia.org/wiki/OSI_model" title="OSI model" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;OSI reference model&lt;/a&gt;: the &lt;a href="http://en.wikipedia.org/wiki/Physical_layer" title="Physical layer" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;physical layer&lt;/a&gt;, the &lt;a href="http://en.wikipedia.org/wiki/Data_link_layer" title="Data link layer" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;data link layer&lt;/a&gt;, and the &lt;a href="http://en.wikipedia.org/wiki/Network_layer" title="Network layer" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;network layer&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Global_area_network" id="Global_area_network" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Global area network&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;A &lt;b&gt;global area networks (GAN)&lt;/b&gt; specification is in development by several groups, and there is no common definition. In general, however, a GAN is a model for supporting mobile communications across an arbitrary number of wireless LANs, satellite coverage areas, etc. The key challenge in mobile communications is "handing off" the user communications from one local coverage area to the next. In IEEE Project 802, this involves a succession of terrestrial &lt;a href="http://en.wikipedia.org/wiki/Wireless_LAN" title="Wireless LAN" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;WIRELESS local area networks (WLAN)&lt;/a&gt;.&lt;sup id="cite_ref-2" class="reference" style="line-height: 1em; "&gt;&lt;a href="http://en.wikipedia.org/wiki/Computer_networks#cite_note-2" title="" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; white-space: nowrap; background-position: initial initial; "&gt;&lt;span&gt;[&lt;/span&gt;3&lt;span&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Virtual_private_network" id="Virtual_private_network" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Virtual private network&lt;/span&gt;&lt;/h3&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;A &lt;b&gt;virtual private network (VPN)&lt;/b&gt; is a computer network in which some of the links between nodes are carried by open connections or virtual circuits in some larger network (e.g., the Internet) instead of by physical wires. The link-layer protocols of the virtual network are said to be tunneled through the larger network when this is the case. One common application is secure communications through the public Internet, but a VPN need not have explicit security features, such as authentication or content encryption. VPNs, for example, can be used to separate the traffic of different user communities over an underlying network with strong security features.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;A VPN may have best-effort performance, or may have a defined service level agreement (SLA) between the VPN customer and the VPN service provider. Generally, a VPN has a topology more complex than point-to-point.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;A VPN allows computer users to appear to be editing from an IP address location other than the one which connects the actual computer to the Internet.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Internetwork" id="Internetwork" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Internetwork&lt;/span&gt;&lt;/h3&gt;&lt;div class="rellink noprint relarticle mainarticle" style="font-style: italic; padding-left: 2em; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;b&gt;Internetworking&lt;/b&gt; involves connecting two or more distinct computer networks or network segments via a common routing technology. The result is called an internetwork (often shortened to internet). Two or more networks or network segments connected using devices that operate at layer 3 (the 'network' layer) of the OSI Basic Reference Model, such as a router. Any interconnection among or between public, private, commercial, industrial, or governmental networks may also be defined as an internetwork.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;In modern practice, the interconnected networks use the Internet Protocol. There are at least three variants of internetwork, depending on who administers and who participates in them:&lt;/p&gt;&lt;ul style="line-height: 1.5em; list-style-type: square; margin-top: 0.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 1.5em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-image: url(http://en.wikipedia.org/skins-1.5/monobook/bullet.gif); "&gt;&lt;li style="margin-bottom: 0.1em; "&gt;Intranet&lt;/li&gt;&lt;li style="margin-bottom: 0.1em; "&gt;Extranet&lt;/li&gt;&lt;li style="margin-bottom: 0.1em; "&gt;Internet&lt;/li&gt;&lt;/ul&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;Intranets and extranets may or may not have connections to the Internet. If connected to the Internet, the intranet or extranet is normally protected from being accessed from the Internet without proper authorization. The Internet is not considered to be a part of the intranet or extranet, although it may serve as a portal for access to portions of an extranet.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Intranet" id="Intranet" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h4 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 116%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Intranet&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal; "&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;&lt;h4 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 116%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal; "&gt;An &lt;b&gt;intranet&lt;/b&gt; is a set of networks, using the &lt;a href="http://en.wikipedia.org/wiki/Internet_Protocol" title="Internet Protocol" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Internet Protocol&lt;/a&gt; and IP-based tools such as web browsers and file transfer applications, that is under the control of a single administrative entity. That administrative entity closes the intranet to all but specific, authorized users. Most commonly, an intranet is the internal network of an organization. A large intranet will typically have at least one web server to provide users with organizational information.&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Extranet" id="Extranet" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h4 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 116%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Extranet&lt;/span&gt;&lt;/h4&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;An &lt;b&gt;extranet&lt;/b&gt; is a network or internetwork that is limited in scope to a single organization or entity but which also has limited connections to the networks of one or more other usually, but not necessarily, trusted organizations or entities (e.g., a company's customers may be given access to some part of its intranet creating in this way an extranet, while at the same time the customers may not be considered 'trusted' from a security standpoint). Technically, an extranet may also be categorized as a CAN, MAN, WAN, or other type of network, although, by definition, an extranet cannot consist of a single LAN; it must have at least one connection with an external network.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Internet" id="Internet" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h4 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 116%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Internet&lt;/span&gt;&lt;/h4&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;The Internet is a specific internetwork. It consists of a worldwide interconnection of governmental, academic, public, and private networks based upon the networking technologies of the &lt;a href="http://en.wikipedia.org/wiki/Internet_Protocol_Suite" title="Internet Protocol Suite" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Internet Protocol Suite&lt;/a&gt;. It is the successor of the &lt;a href="http://en.wikipedia.org/wiki/ARPANET" title="ARPANET" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Advanced Research Projects Agency Network&lt;/a&gt;(ARPANET) developed by &lt;a href="http://en.wikipedia.org/wiki/Defense_Advanced_Research_Projects_Agency" title="Defense Advanced Research Projects Agency" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;DARPA&lt;/a&gt; of the &lt;a href="http://en.wikipedia.org/wiki/United_States_Department_of_Defense" title="United States Department of Defense" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;U.S. Department of Defense&lt;/a&gt;. The Internet is also the communications backbone underlying the &lt;a href="http://en.wikipedia.org/wiki/World_Wide_Web" title="World Wide Web" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;World Wide Web&lt;/a&gt; (WWW). The 'Internet' is most commonly spelled with a capital 'I' as a proper noun, for historical reasons and to distinguish it from other generic internetworks.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;Participants in the Internet use a diverse array of methods of several hundred documented, and often standardized, protocols compatible with the &lt;a href="http://en.wikipedia.org/wiki/Internet_protocol_suite" title="Internet protocol suite" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Internet Protocol Suite&lt;/a&gt; and an addressing system (&lt;a href="http://en.wikipedia.org/wiki/IP_Address" title="IP Address" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;IP Addresses&lt;/a&gt;) administered by the &lt;a href="http://en.wikipedia.org/wiki/Internet_Assigned_Numbers_Authority" title="Internet Assigned Numbers Authority" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Internet Assigned Numbers Authority&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/Regional_Internet_Registry" title="Regional Internet Registry" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;address registries&lt;/a&gt;. Service providers and large enterprises exchange information about the &lt;a href="http://en.wikipedia.org/wiki/Routing" title="Routing" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;reachability&lt;/a&gt; of their address spaces through the &lt;a href="http://en.wikipedia.org/wiki/Border_Gateway_Protocol" title="Border Gateway Protocol" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Border Gateway Protocol&lt;/a&gt; (BGP), forming a redundant worldwide mesh of transmission paths.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Basic_hardware_components" id="Basic_hardware_components" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h2 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; font-weight: normal; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(170, 170, 170); font-size: 150%; margin-bottom: 0.6em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;Basic hardware components&lt;/span&gt;&lt;/h2&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;All networks are made up of basic hardware building blocks to interconnect network &lt;a href="http://en.wikipedia.org/wiki/Node_(networking)" title="Node (networking)" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;nodes&lt;/a&gt;, such as Network Interface Cards (NICs), Bridges, Hubs, Switches, and Routers. In addition, some method of connecting these building blocks is required, usually in the form of galvanic cable (most commonly &lt;a href="http://en.wikipedia.org/wiki/Category_5_cable" title="Category 5 cable" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Category 5 cable&lt;/a&gt;). Less common are microwave links (as in &lt;a href="http://en.wikipedia.org/wiki/IEEE_802.12" title="IEEE 802.12" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;IEEE 802.12&lt;/a&gt;) or optical cable ("&lt;a href="http://en.wikipedia.org/wiki/Optical_fiber" title="Optical fiber" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;optical fiber&lt;/a&gt;"). An ethernet card may also be required.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Network_interface_cards" id="Network_interface_cards" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Network interface cards&lt;/span&gt;&lt;/h3&gt;&lt;div class="rellink noprint relarticle mainarticle" style="font-style: italic; padding-left: 2em; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;A &lt;b&gt;network card&lt;/b&gt;, &lt;b&gt;network adapter&lt;/b&gt; or &lt;b&gt;NIC&lt;/b&gt; (network interface card) is a piece of &lt;a href="http://en.wikipedia.org/wiki/Computer_hardware" title="Computer hardware" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;computer hardware&lt;/a&gt; designed to allow computers to communicate over a &lt;strong class="selflink"&gt;computer network&lt;/strong&gt;. It provides physical access to a networking medium and often provides a low-level addressing system through the use of &lt;a href="http://en.wikipedia.org/wiki/MAC_address" title="MAC address" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;MAC addresses&lt;/a&gt;.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Repeaters" id="Repeaters" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Repeaters&lt;/span&gt;&lt;/h3&gt;&lt;div class="rellink noprint relarticle mainarticle" style="font-style: italic; padding-left: 2em; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;A &lt;b&gt;repeater&lt;/b&gt; is an &lt;a href="http://en.wikipedia.org/wiki/Electronics" title="Electronics" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;electronic&lt;/a&gt; device that receives a &lt;a href="http://en.wikipedia.org/wiki/Signal_(information_theory)" title="Signal (information theory)" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;signal&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/Retransmit" title="Retransmit" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;retransmits&lt;/a&gt; it at a higher power level, or to the other side of an obstruction, so that the signal can cover longer distances without degradation. In most twisted pair Ethernet configurations, repeaters are required for cable which runs longer than 100 meters.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Hubs" id="Hubs" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Hubs&lt;/span&gt;&lt;/h3&gt;&lt;div class="rellink noprint relarticle mainarticle" style="font-style: italic; padding-left: 2em; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;A hub contains multiple ports. When a packet arrives at one port, it is copied unmodified to all ports of the hub for transmission. The destination address in the frame is not changed to a broadcast address.&lt;sup id="cite_ref-3" class="reference" style="line-height: 1em; "&gt;&lt;a href="http://en.wikipedia.org/wiki/Computer_networks#cite_note-3" title="" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; white-space: nowrap; background-position: initial initial; "&gt;&lt;span&gt;[&lt;/span&gt;4&lt;span&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Bridges" id="Bridges" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Bridges&lt;/span&gt;&lt;/h3&gt;&lt;div class="rellink noprint relarticle mainarticle" style="font-style: italic; padding-left: 2em; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;A &lt;b&gt;network bridge&lt;/b&gt; connects multiple &lt;a href="http://en.wikipedia.org/wiki/Network_segment" title="Network segment" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;network segments&lt;/a&gt; at the &lt;a href="http://en.wikipedia.org/wiki/Data_link_layer" title="Data link layer" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;data link layer&lt;/a&gt; (layer 2) of the &lt;a href="http://en.wikipedia.org/wiki/OSI_model" title="OSI model" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;OSI model&lt;/a&gt;. Bridges do not promiscuously copy traffic to all ports, as hubs do, but learn which &lt;a href="http://en.wikipedia.org/wiki/MAC_Address" title="MAC Address" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;MAC addresses&lt;/a&gt; are reachable through specific ports. Once the bridge associates a port and an address, it will send traffic for that address only to that port. Bridges do send broadcasts to all ports except the one on which the broadcast was received.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;Bridges learn the association of ports and addresses by examining the source address of frames that it sees on various ports. Once a frame arrives through a port, its source address is stored and the bridge assumes that MAC address is associated with that port. The first time that a previously unknown destination address is seen, the bridge will forward the frame to all ports other than the one on which the frame arrived.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;Bridges come in three basic types:&lt;/p&gt;&lt;ol style="line-height: 1.5em; margin-top: 0.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 3.2em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-image: none; "&gt;&lt;li style="margin-bottom: 0.1em; "&gt;Local bridges: Directly connect local area networks (LANs)&lt;/li&gt;&lt;li style="margin-bottom: 0.1em; "&gt;Remote bridges: Can be used to create a wide area network (WAN) link between LANs. Remote bridges, where the connecting link is slower than the end networks, largely have been replaced by routers.&lt;/li&gt;&lt;li style="margin-bottom: 0.1em; "&gt;Wireless bridges: Can be used to join LANs or connect remote stations to LANs.&lt;/li&gt;&lt;/ol&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Switches" id="Switches" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Switches&lt;/span&gt;&lt;/h3&gt;&lt;div class="rellink noprint relarticle mainarticle" style="font-style: italic; padding-left: 2em; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;A switch is a device that forwards and filters &lt;a href="http://en.wikipedia.org/wiki/OSI_layer_2" title="OSI layer 2" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;OSI layer 2&lt;/a&gt; &lt;a href="http://en.wikipedia.org/wiki/Datagrams" title="Datagrams" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;datagrams&lt;/a&gt; (chunk of data communication) between ports (connected cables) based on the MAC addresses in the packets.&lt;sup id="cite_ref-4" class="reference" style="line-height: 1em; "&gt;&lt;a href="http://en.wikipedia.org/wiki/Computer_networks#cite_note-4" title="" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; white-space: nowrap; background-position: initial initial; "&gt;&lt;span&gt;[&lt;/span&gt;5&lt;span&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt; This is distinct from a hub in that it only forwards the packets to the ports involved in the communications rather than all ports connected. Strictly speaking, a switch is not capable of routing traffic based on IP address (OSI Layer 3) which is necessary for communicating between network segments or within a large or complex LAN. Some switches are capable of routing based on IP addresses but are still called switches as a marketing term. A switch normally has numerous ports, with the intention being that most or all of the network is connected directly to the switch, or another switch that is in turn connected to a switch.&lt;sup id="cite_ref-5" class="reference" style="line-height: 1em; "&gt;&lt;a href="http://en.wikipedia.org/wiki/Computer_networks#cite_note-5" title="" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; white-space: nowrap; background-position: initial initial; "&gt;&lt;span&gt;[&lt;/span&gt;6&lt;span&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;Switch is a marketing term that encompasses routers and bridges, as well as devices that may distribute traffic on load or by application content (e.g., a Web &lt;a href="http://en.wikipedia.org/wiki/Uniform_Resource_Locator" title="Uniform Resource Locator" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;URL&lt;/a&gt; identifier). Switches may operate at one or more &lt;a href="http://en.wikipedia.org/wiki/OSI_model" title="OSI model" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;OSI model&lt;/a&gt; layers, including &lt;a href="http://en.wikipedia.org/wiki/Physical_layer" title="Physical layer" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;physical&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Data_link_layer" title="Data link layer" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;data link&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Network_layer" title="Network layer" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;network&lt;/a&gt;, or&lt;a href="http://en.wikipedia.org/wiki/Transport_layer" title="Transport layer" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;transport (i.e., end-to-end)&lt;/a&gt;. A device that operates simultaneously at more than one of these layers is called a &lt;a href="http://en.wikipedia.org/wiki/Multilayer_switch" title="Multilayer switch" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;multilayer switch&lt;/a&gt;.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;Overemphasizing the ill-defined term "switch" often leads to confusion when first trying to understand networking. Many experienced network designers and operators recommend starting with the logic of devices dealing with only one protocol level, not all of which are covered by OSI. Multilayer device selection is an advanced topic that may lead to selecting particular implementations, but multilayer switching is simply not a real-world design concept.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a name="Routers" id="Routers" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; margin-top: 0px; margin-right: 0px; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-style: none; border-bottom-width: initial; border-bottom-color: initial; font-weight: bold; font-size: 132%; margin-bottom: 0.3em; background-position: initial initial; "&gt;&lt;span class="mw-headline"&gt;&lt;span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;Routers&lt;/span&gt;&lt;/h3&gt;&lt;div class="rellink noprint relarticle mainarticle" style="font-style: italic; padding-left: 2em; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;b&gt;Routers&lt;/b&gt; are networking devices that forward data packets between networks using headers and forwarding tables to determine the best path to forward the packets. Routers work at the &lt;a href="http://en.wikipedia.org/wiki/Network_layer" title="Network layer" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;network layer&lt;/a&gt; .&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Arial; font-size: 15px; line-height: normal; "&gt;&lt;div id="bodyContent" style="position: relative; "&gt;&lt;div class="thumb tright" style="width: auto; clear: right; float: right; border-width: initial; border-color: initial; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0.8em; margin-left: 1.4em; background-color: white; "&gt;&lt;div align="center"&gt;&lt;div style="text-align: -webkit-left; "&gt;&lt;span class="Apple-style-span" style="line-height: 22px; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;a href="http://en.wikipedia.org/wiki/File:NetworkTopologies.png" class="image" title="Diagram of different network topologies." style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;&lt;img alt="" src="http://upload.wikimedia.org/wikipedia/commons/thumb/9/96/NetworkTopologies.png/300px-NetworkTopologies.png" width="300" height="147" border="0" class="thumbimage" style="border-width: initial; border-color: initial; vertical-align: middle; background-color: rgb(255, 255, 255); border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; border-top-style: none; border-top-width: 0px; border-right-style: none; border-right-width: 0px; border-bottom-style: none; border-bottom-width: 0px; border-left-style: none; border-left-width: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; clear: both; padding-top: 0em; padding-right: 0.3em; padding-bottom: 0em; padding-left: 0.3em; " /&gt;&lt;/a&gt;&lt;div align="left"&gt;&lt;div class="magnify" style="border-top-style: none !important; border-right-style: none !important; border-bottom-style: none !important; border-left-style: none !important; border-width: initial !important; border-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: initial !important; float: right; "&gt;&lt;a href="http://en.wikipedia.org/wiki/File:NetworkTopologies.png" class="internal" title="Enlarge" style="text-decoration: none; display: block; border-top-style: none !important; border-right-style: none !important; border-bottom-style: none !important; border-left-style: none !important; border-width: initial !important; border-color: initial !important; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;&lt;img src="http://en.wikipedia.org/skins-1.5/common/images/magnify-clip.png" width="15" height="11" alt="" style="border-width: initial; border-color: initial; vertical-align: middle; display: block; border-width: initial !important; border-color: initial !important; background-image: none !important; background-repeat: initial !important; background-attachment: initial !important; -webkit-background-clip: initial !important; -webkit-background-origin: initial !important; background-color: rgb(255, 255, 255); border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; border-top-style: none; border-top-width: 0px; border-right-style: none; border-right-width: 0px; border-bottom-style: none; border-bottom-width: 0px; border-left-style: none; border-left-width: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; clear: both; padding-top: 0em; padding-right: 0.3em; padding-bottom: 0em; padding-left: 0.3em; " /&gt;&lt;/a&gt;&lt;/div&gt;Diagram of different network topologies.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style="line-height: 1.5em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; display: block; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="line-height: 1.5em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; display: block; "&gt;&lt;b&gt;Network topology&lt;/b&gt; is the study of the &lt;i&gt;arrangement&lt;/i&gt; or &lt;i&gt;mapping&lt;/i&gt; of the elements(&lt;a href="http://en.wikipedia.org/wiki/Data_link" title="Data link" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;links&lt;/a&gt;,&lt;a href="http://en.wikipedia.org/wiki/Node_(networking)" title="Node (networking)" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;nodes&lt;/a&gt;, etc.) of a &lt;a href="http://en.wikipedia.org/wiki/Computer_networking" title="Computer networking" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;network&lt;/a&gt;, especially the physical (real) and logical (virtual) interconnections between nodes.&lt;a href="http://en.wikipedia.org/wiki/Network_topology#cite_note-Groth-0" title="" style="text-decoration: none; white-space: nowrap; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;[1]&lt;/a&gt;&lt;a href="http://en.wikipedia.org/wiki/Network_topology#cite_note-atis-1" title="" style="text-decoration: none; white-space: nowrap; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;[2]&lt;/a&gt; A &lt;a href="http://en.wikipedia.org/wiki/Local_area_network" title="Local area network" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;local area network&lt;/a&gt; (LAN) is one example of a network that exhibits both a physical &lt;a href="http://en.wikipedia.org/wiki/Topology" title="Topology" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;topology&lt;/a&gt; and a &lt;a href="http://en.wikipedia.org/wiki/Logical_topology" title="Logical topology" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;logical topology&lt;/a&gt;. Any given node in the LAN will have one or more links to one or more other nodes in the network and the mapping of these links and nodes onto a graph results in a geometrical shape that determines the physical topology of the network. Likewise, the mapping of the &lt;i&gt;flow of data&lt;/i&gt; between the nodes in the network determines the logical topology of the network. The physical and logical topologies &lt;i&gt;might&lt;/i&gt; be identical in any particular network but they also may be &lt;i&gt;different&lt;/i&gt;.&lt;/p&gt;&lt;p style="line-height: 1.5em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; display: block; "&gt;Any particular network topology is determined only by the graphical mapping of the configuration of physical and/or logical connections between nodes. LAN Network Topology is, therefore, technically a part of &lt;a href="http://en.wikipedia.org/wiki/Graph_theory" title="Graph theory" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;graph theory&lt;/a&gt;. Distances between nodes, physical interconnections, transmission rates, and/or signal types may differ in two networks and yet their topologies may be identical.&lt;/p&gt;&lt;div style="text-align: -webkit-center; "&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; color: rgb(0, 0, 0); font-size: 14px; font-weight: bold; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;p style="line-height: 1.5em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; display: block; "&gt;&lt;/p&gt;&lt;h2 style="background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; border-top-color: rgb(102, 102, 102); border-right-color: rgb(102, 102, 102); border-bottom-color: rgb(102, 102, 102); border-left-color: rgb(102, 102, 102); letter-spacing: normal; word-spacing: 0px; text-transform: none; background-color: rgb(255, 255, 255); border-top-style: none; border-top-width: 0px; border-right-style: none; border-right-width: 0px; border-bottom-style: none; border-bottom-width: 0px; border-left-style: none; border-left-width: 0px; color: rgb(102, 102, 102); font-family: Arial; font-style: normal; font-size: 20px; font-variant: normal; font-weight: normal; text-decoration: none; text-indent: 0px; margin-top: 7px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; clear: both; "&gt;Basic types of topologies&lt;/h2&gt;&lt;p style="line-height: 1.5em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; display: block; "&gt;There are six basic types of topology in networks:&lt;/p&gt;&lt;ol style="line-height: 1.5em; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; background-color: rgb(255, 255, 255); margin-top: 0.1em; margin-right: 0px; margin-bottom: 0.8em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 40px; list-style-type: decimal; list-style-position: initial; list-style-image: initial; "&gt;&lt;li style="border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; background-color: rgb(255, 255, 255); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Bus topology&lt;/li&gt;&lt;li style="border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; background-color: rgb(255, 255, 255); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Star topology&lt;/li&gt;&lt;li style="border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; background-color: rgb(255, 255, 255); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Ring topology&lt;/li&gt;&lt;li style="border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; background-color: rgb(255, 255, 255); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Mesh topology&lt;/li&gt;&lt;li style="border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; background-color: rgb(255, 255, 255); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Tree topology&lt;/li&gt;&lt;li style="border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; background-color: rgb(255, 255, 255); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;Hybrid topology&lt;/li&gt;&lt;/ol&gt;&lt;p style="line-height: 1.5em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; display: block; "&gt;&lt;/p&gt;&lt;h2 style="background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; border-top-color: rgb(102, 102, 102); border-right-color: rgb(102, 102, 102); border-bottom-color: rgb(102, 102, 102); border-left-color: rgb(102, 102, 102); letter-spacing: normal; word-spacing: 0px; text-transform: none; background-color: rgb(255, 255, 255); border-top-style: none; border-top-width: 0px; border-right-style: none; border-right-width: 0px; border-bottom-style: none; border-bottom-width: 0px; border-left-style: none; border-left-width: 0px; color: rgb(102, 102, 102); font-family: Arial; font-style: normal; font-size: 20px; font-variant: normal; font-weight: normal; text-decoration: none; text-indent: 0px; margin-top: 7px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; clear: both; "&gt;Classification of network topologies&lt;/h2&gt;&lt;p style="line-height: 1.5em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; display: block; "&gt;There are also three basic categories of network topologies:&lt;/p&gt;&lt;ul style="line-height: 1.5em; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; background-color: rgb(255, 255, 255); margin-top: 0.1em; margin-right: 0px; margin-bottom: 0.8em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 40px; list-style-position: outside; list-style-image: none; list-style-type: disc; "&gt;&lt;li style="border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; background-color: rgb(255, 255, 255); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;physical topologies&lt;/li&gt;&lt;li style="border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; background-color: rgb(255, 255, 255); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;signal topologies&lt;/li&gt;&lt;li style="border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; background-color: rgb(255, 255, 255); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;logical topologies&lt;/li&gt;&lt;/ul&gt;&lt;p style="line-height: 1.5em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; display: block; "&gt;The terms &lt;a href="http://en.wikipedia.org/wiki/Signal_(electrical_engineering)" title="Signal (electrical engineering)" class="mw-redirect" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;signal&lt;/a&gt; topology and &lt;a href="http://en.wikipedia.org/wiki/Logical_topology" title="Logical topology" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;logical topology&lt;/a&gt; are often used interchangeably even though there is a subtle difference between the two and the distinction is not often made between the two.&lt;/p&gt;&lt;p style="line-height: 1.5em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; display: block; "&gt;&lt;/p&gt;&lt;h3 style="background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; border-top-color: rgb(102, 102, 102); border-right-color: rgb(102, 102, 102); border-bottom-color: rgb(102, 102, 102); border-left-color: rgb(102, 102, 102); letter-spacing: normal; word-spacing: 0px; text-transform: none; background-color: rgb(255, 255, 255); border-top-style: none; border-top-width: 0px; border-right-style: none; border-right-width: 0px; border-bottom-style: none; border-bottom-width: 0px; border-left-style: none; border-left-width: 0px; color: rgb(102, 102, 102); font-family: Arial; font-style: normal; font-size: 18px; font-variant: normal; font-weight: normal; text-decoration: none; text-indent: 0px; margin-top: 7px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; clear: both; "&gt;Physical topologies&lt;/h3&gt;&lt;p style="line-height: 1.5em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; display: block; "&gt;The &lt;a href="http://en.wikipedia.org/wiki/Mapping" title="Mapping" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;mapping&lt;/a&gt; of the nodes of a network and the physical connections between them – i.e., the layout of &lt;a href="http://en.wikipedia.org/wiki/Wiring" title="Wiring" class="mw-redirect" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;wiring&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Cable" title="Cable" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;cables&lt;/a&gt;, the locations of nodes, and the interconnections between the nodes and the &lt;a href="http://en.wikipedia.org/wiki/Cabling" title="Cabling" class="mw-redirect" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;cabling&lt;/a&gt; or wiring system&lt;a href="http://en.wikipedia.org/wiki/Network_topology#cite_note-Groth-0" title="" style="text-decoration: none; white-space: nowrap; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;[1]&lt;/a&gt;.&lt;/p&gt;&lt;p style="line-height: 1.5em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; display: block; "&gt;&lt;/p&gt;Classification of physical topologies&lt;p style="line-height: 1.5em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; display: block; "&gt;&lt;/p&gt;Point-to-point&lt;p style="line-height: 1.5em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; display: block; "&gt;The simplest topology is a permanent link between two endpoints. Switched &lt;a href="http://en.wikipedia.org/wiki/Point-to-point_(telecommunications)" title="Point-to-point (telecommunications)" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;point-to-point&lt;/a&gt; topologies are the basic model of conventional&lt;a href="http://en.wikipedia.org/wiki/Telephony" title="Telephony" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;telephony&lt;/a&gt;. The value of a permanent point-to-point network is the value of guaranteed, or nearly so, communications between the two endpoints. The value of an on-demand point-to-point connection is proportional to the number of potential pairs of subscribers, and has been expressed as &lt;a href="http://en.wikipedia.org/wiki/Metcalfe%27s_Law" title="Metcalfe's Law" class="mw-redirect" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;Metcalfe's Law&lt;/a&gt;.&lt;/p&gt;&lt;b&gt;Permanent (dedicated)&lt;/b&gt;&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;Easiest to understand, of the variations of point-to-point topology, is a point-to-point &lt;a href="http://en.wikipedia.org/wiki/Channel_(communications)" title="Channel (communications)" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;communications channel&lt;/a&gt; that appears, to the user, to be permanently associated with the two endpoints. Children's "tin-can telephone" is one example, with a microphone to a single public address speaker is another. These are examples of &lt;i&gt;physical dedicated&lt;/i&gt; channels.Within many &lt;a href="http://en.wikipedia.org/w/index.php?title=Switched_telecommunications_systems&amp;amp;action=edit&amp;amp;redlink=1" class="new" title="Switched telecommunications systems (page does not exist)" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;switched telecommunications systems&lt;/a&gt;, it is possible to establish a permanent circuit. One example might be a telephone in the lobby of a public building, which is programmed to ring only the number of a telephone dispatcher. "Nailing down" a switched connection saves the cost of running a physical circuit between the two points. The resources in such a connection can be released when no longer needed, as, for example, a television circuit from a parade route back to the studio.&lt;b&gt;Switched:&lt;/b&gt;Using &lt;a href="http://en.wikipedia.org/wiki/Circuit-switching" title="Circuit-switching" class="mw-redirect" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;circuit-switching&lt;/a&gt; or &lt;a href="http://en.wikipedia.org/wiki/Packet-switching" title="Packet-switching" class="mw-redirect" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;packet-switching&lt;/a&gt; technologies, a point-to-point circuit can be set up dynamically, and dropped when no longer needed. This is the basic mode of conventional telephony.&lt;p style="line-height: 1.5em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; display: block; "&gt;&lt;/p&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;span class="Apple-style-span" style="text-decoration: underline; -webkit-text-decorations-in-effect: underline; "&gt;Bus:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;&lt;span class="Apple-style-span" style="text-decoration: underline; font-weight: bold; -webkit-text-decorations-in-effect: underline; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;&lt;b&gt;Linear bus &lt;/b&gt;&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;The type of network topology in which all of the nodes of the network are connected to a common transmission medium which has exactly two endpoints (this is the 'bus', which is also commonly referred to as the &lt;a href="http://en.wikipedia.org/wiki/Backbone_network" title="Backbone network" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;backbone&lt;/a&gt;, or &lt;a href="http://en.wikipedia.org/wiki/Trunk_(telecommunications)" title="Trunk (telecommunications)" class="mw-redirect" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;trunk&lt;/a&gt;) – all &lt;a href="http://en.wikipedia.org/wiki/Data" title="Data" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;data&lt;/a&gt; that is &lt;a href="http://en.wikipedia.org/wiki/Transmitted" title="Transmitted" class="mw-redirect" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;transmitted&lt;/a&gt;between nodes in the network is transmitted over this common transmission medium and is able to be &lt;a href="http://en.wikipedia.org/wiki/Receiver_(Information_Theory)" title="Receiver (Information Theory)" class="mw-redirect" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;received&lt;/a&gt; by all nodes in the network virtually simultaneously (disregarding &lt;a href="http://en.wikipedia.org/wiki/Propagation_delay" title="Propagation delay" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;propagation delays&lt;/a&gt;)&lt;a href="http://en.wikipedia.org/wiki/Network_topology#cite_note-Groth-0" title="" style="text-decoration: none; white-space: nowrap; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;[1]&lt;/a&gt;.&lt;b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;&lt;b&gt;Note:&lt;/b&gt; The two endpoints of the common transmission medium are normally terminated with a device called a &lt;a href="http://en.wikipedia.org/wiki/Electrical_termination" title="Electrical termination" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;terminator&lt;/a&gt; that exhibits the characteristic &lt;a href="http://en.wikipedia.org/wiki/Electrical_impedance" title="Electrical impedance" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;impedance&lt;/a&gt; of the transmission medium and which dissipates or absorbs the energy that remains in the signal to prevent the signal from being reflected or propagated back onto the transmission medium in the opposite direction, which would cause interference with and degradation of the signals on the transmission medium (See &lt;a href="http://en.wikipedia.org/wiki/Electrical_termination" title="Electrical termination" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;Electrical termination&lt;/a&gt;).&lt;b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;&lt;b&gt;Distributed bus&lt;/b&gt;&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;The type of network topology in which all of the nodes of the network are connected to a common transmission medium which has more than two endpoints that are created by adding branches to the main section of the transmission medium – the physical distributed bus topology functions in exactly the same fashion as the physical linear bus topology (i.e., all nodes share a common transmission medium).&lt;b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;&lt;b&gt;Notes:&lt;/b&gt;1.) All of the endpoints of the common transmission medium are normally terminated with a device called a 'terminator' (see &lt;a href="http://en.wikipedia.org/wiki/Network_topology#linear_bus_note" title="" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;the note under linear bus&lt;/a&gt;).2.) The physical linear bus topology is sometimes considered to be a special case of the physical distributed bus topology – i.e., a distributed bus with no branching segments.3.) The physical distributed bus topology is sometimes incorrectly referred to as a physical tree topology – however, although the physical distributed bus topology resembles the physical tree topology, it differs from the physical tree topology in that there is no central node to which any other nodes are connected, since this hierarchical functionality is replaced by the common bus.&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;&lt;p style="line-height: 1.5em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; display: block; "&gt;&lt;/p&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;Star&lt;/span&gt;&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;The type of network topology in which each of the nodes of the network is connected to a central node with a point-to-point link in a 'hub' and 'spoke' fashion, the central node being the 'hub' and the nodes that are attached to the central node being the 'spokes' (e.g., a collection of point-to-point links from the peripheral nodes that converge at a central node) – all data that is transmitted between nodes in the network is transmitted to this central node, which is usually some type of device that then retransmits the data to some or all of the other nodes in the network, although the central node may also be a simple common connection point (such as a 'punch-down' block) without any active device to repeat the signals.&lt;b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;&lt;b&gt;Notes:&lt;/b&gt;1.) A point-to-point link (described above) is sometimes categorized as a special instance of the physical star topology – therefore, the simplest type of network that is based upon the physical star topology would consist of one node with a single point-to-point link to a second node, the choice of which node is the 'hub' and which node is the 'spoke' being arbitrary&lt;a href="http://en.wikipedia.org/wiki/Network_topology#cite_note-Groth-0" title="" style="text-decoration: none; white-space: nowrap; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;[1]&lt;/a&gt;.2.) After the special case of the point-to-point link, as in note 1.) above, the next simplest type of network that is based upon the physical star topology would consist of one central node – the 'hub' – with two separate point-to-point links to two peripheral nodes – the 'spokes'.3.) Although most networks that are based upon the physical star topology are commonly implemented using a special device such as a &lt;a href="http://en.wikipedia.org/wiki/Network_hub" title="Network hub" class="mw-redirect" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;hub&lt;/a&gt; or &lt;a href="http://en.wikipedia.org/wiki/Network_switch" title="Network switch" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;switch&lt;/a&gt; as the central node (i.e., the 'hub' of the star), it is also possible to implement a network that is based upon the physical star topology using a computer or even a simple common connection point as the 'hub' or central node – however, since many illustrations of the physical star network topology depict the central node as one of these special devices, some confusion is possible, since this practice may lead to the misconception that a physical star network requires the central node to be one of these special devices, which is not true because a simple network consisting of three computers connected as in note 2.) above also has the topology of the physical star.4.) Star networks may also be described as either &lt;a href="http://en.wikipedia.org/w/index.php?title=Broadcast_multi-access&amp;amp;action=edit&amp;amp;redlink=1" class="new" title="Broadcast multi-access (page does not exist)" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;broadcast multi-access&lt;/a&gt; or &lt;a href="http://en.wikipedia.org/w/index.php?title=Nonbroadcast_multi-access&amp;amp;action=edit&amp;amp;redlink=1" class="new" title="Nonbroadcast multi-access (page does not exist)" style="text-decoration: none; border-top-color: rgb(51, 51, 51); border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); letter-spacing: normal; word-spacing: 0px; text-transform: none; color: rgb(0, 0, 238) !important; background-image: url(http://ignitech.wetpaint.com/img/bg/bg_editorLinks.png?v=rel-39-9); background-repeat: repeat; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; background-position: 0px 0px; "&gt;nonbroadcast multi-access&lt;/a&gt; (NBMA), depending on whether the technology of the network either automatically propagates a signal at the hub to all spokes, or only addresses individual spokes with each communication.&lt;b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;&lt;b&gt;Extended star&lt;/b&gt;&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;A type of network topology in which a network that is based upon the physical star topology has one or more repeaters between the central node (the 'hub' of the star) and the peripheral or 'spoke' nodes, the repeaters being used to extend the maximum transmission distance of the point-to-point links between the central node and the peripheral nodes beyond that which is supported by the transmitter power of the central node or beyond that which is supported by the standard upon which the physical layer of the physical star network is based.&lt;b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;&lt;b&gt;Note:&lt;/b&gt; If the repeaters in a network that is based upon the physical extended star topology are replaced with hubs or switches, then a hybrid network topology is created that is referred to as a physical hierarchical star topology, although some texts make no distinction between the two topologies.&lt;b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;&lt;b&gt;Distributed Star&lt;/b&gt;&lt;/div&gt;&lt;div id="bodyContent" style="position: relative; "&gt;A type of network topology that is composed of individual networks that are based upon the physical star topology connected together in a linear fashion – i.e., 'daisy-chained' – with no central or top level connection point (e.g., two or more 'stacked' hubs, along with their associated star connected nodes or 'spokes').&lt;/div&gt;&lt;div id="bodyContent" style="position
