<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.1.3" --><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
    <title>Network Administrator</title>
    <link>http://blogs.techrepublic.com.com/networking</link>
    <description />
    <pubDate>Fri, 05 Sep 2008 14:42:54 +0000</pubDate>
    <generator>http://wordpress.org/?v=2.1.3</generator>
    <language>en</language>
            <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/techrepublic/networking" type="application/rss+xml" /><item>
        <title>Virtual Router Redundancy Protocol (VRRP) makes your network more reliable</title>
        <link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/384164222/</link>
        <comments>http://blogs.techrepublic.com.com/networking/?p=653#comments</comments>
        <pubDate>Fri, 05 Sep 2008 13:00:50 +0000</pubDate>
        <dc:creator>David Davis</dc:creator>
        
		<category><![CDATA[General]]></category>

		<category><![CDATA[System Administration]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[router configuration]]></category>

        <guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=653</guid>
        <description><![CDATA[David Davis introduces the Virtual Router Redundancy Protocol (VRRP), which enables you to set up a group of routers as a default gateway router for backup or redundancy purposes.<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=7aa610f3ab8a218a27ae490feb1fe164" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=7aa610f3ab8a218a27ae490feb1fe164" style="display: none;" border="0" height="1" width="1" alt=""/>]]></description>
            <content:encoded><![CDATA[<p><em>David Davis introduces the Virtual Router Redundancy Protocol (VRRP), which enables you to set up a group of routers as a default gateway router for backup or redundancy purposes.</em></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p><img src="http://techrepublic.com.com/i/tr/techmails/tm_david_davis.gif" title="David Davis" alt="David Davis" align="right" border="0" height="140" hspace="5" width="90" />While there are methods like proxy ARP and IRDP that can help PC clients find their default router, most of us just configure a static route to a single router on each PC because it is easiest. However, by doing that, if that single router goes down, the PC client will be unable to reach other networks (like the Internet).</p>
<p>Virtual Router Redundancy Protocol (VRRP) enables you to set up a group of routers as a default gateway router (VRRP Group) for backup or redundancy purposes. This way, the PC clients can actually point to the IP address of the VRRP virtual router as their default gateway. If one of the master routers in the group goes down, one of the other routers can take over.</p>
<p>Routers can function as master or backup routers and you can actually configure up to 255 virtual routers on a router interface. Of course, there are platform constraints like router memory, for instance. Additionally, VRRP is intended for use with IPv4 routers only.</p>
<p>Is there a version of the IOS that works on your router? Refer to my article, &#8220;<a href="http://blogs.techrepublic.com.com/networking/?p=601&amp;tag=nl.e115" target="_blank"><strong>What is the Cisco IOS Feature Navigator and how can it help you</strong></a>,&#8221; to see if your current router IOS offers VRRP or if you need to upgrade your IOS.</p>
<h2>Virtual Router Redundancy Protocol in greater detail</h2>
<p>Let&#8217;s take a closer look at <strong>Figure A</strong> to understand a little better how VRRP works.</p>
<h4>Figure A</h4>
<p><img src="http://i.i.com.com/cnwk.1d/i/tr/blog_img/Cisco090508.jpg" title="VRRP " alt="VRRP " align="middle" border="0" height="205" hspace="5" width="401" /></p>
<h6>Graphic courtesy of <a href="http://www.cisco.com/en/US/docs/ios/12_0st/12_0st18/feature/guide/st_vrrpx.html" target="_blank">Cisco Systems</a></h6>
<p>In this case, because VRRP uses the IP address of the Ethernet interface, Router A has assumed the position of Master or IP address owner (this is configurable). Clients 1-3 are configured with the default gateway IP address of 10.0.0.1 and Routers B and C have become backup virtual routers. If Router A fails, then based on priority (this is also configurable), Router B automatically assumes the Master until Router A becomes available again. One of the main characteristics about VRRP is the router priority. You can set up different priorities for each of your routers, which would enable them to become masters or backup routers to keep your network up and running in case of a hardware or natural failure. This would also help you balance out the work load on your routers.</p>
<p>To configure the priority, use the following command in global configuration mode. In this example, I&#8217;ve set Router A with a priority of 300.</p>
<pre>RouterA(conf-if)# vrrp 1 priority 300</pre>
<h2>What&#8217;s the difference between VRRP and HSRP?</h2>
<p>Does VRRP sound a little like Hot Standby Router Protocol (HSRP)? There are many similarities like load balancing and redundancy, but the greatest difference is that HSRP is a Cisco proprietary method whereas VRRP is an industry standard (based on RFC 2338). Both of these have some minor technical differences but the resulting functionality is the same.</p>
<p>For more information on HSRP, please see the Cisco&#8217;s &#8220;<a href="http://www.cisco.com/en/US/docs/ios/12_2/ip/configuration/guide/1cfip.html#wp100153" target="_blank">Configuring IP Services</a>&#8221; documentation.</p>
<h2>How do you configure VRRP?</h2>
<p>Configuring VRRP can happen in a few commands. Here is the basic command syntax:</p>
<pre> vrrp [group] [timers advertise msec] [timers learn] [preempt delay] [priority] [description]</pre>
<p>To enable VRRP on an interface, follow these steps in global configuration mode:</p>
<pre>Router(config)# interface <em>Fa0/0</em></pre>
<pre>Router(config-if)# vrrp (group) ip (<em>ip address of the virtual router)</em></pre>
<p>You would, of course, do this on a minimum of 2 routers (the smallest amount of routers you would want in your VRRP group).</p>
<p>To view the status of your VRRP group, use <em>show vrrp</em>, like this:</p>
<pre>Router# show vrrp</pre>
<pre></pre>
<pre>Ethernet1/0 - Group 1</pre>
<pre><a title="wp1033991" name="wp1033991"></a>State is Master</pre>
<pre><a title="wp1033992" name="wp1033992"></a>Virtual IP address is 10.1.1.1</pre>
<pre><a title="wp1033993" name="wp1033993"></a>Virtual MAC address is 1234.5678.90ab</pre>
<pre><a title="wp1033994" name="wp1033994"></a>Advertisement interval is 3.000 sec</pre>
<pre><a title="wp1033995" name="wp1033995"></a>Preemption is enabled</pre>
<pre><a title="wp1033996" name="wp1033996"></a>min delay is 0.000 sec</pre>
<pre><a title="wp1033997" name="wp1033997"></a>Priority 100</pre>
<pre><a title="wp1033998" name="wp1033998"></a>Master Router is 10.1.1.10 (local), priority is 140</pre>
<pre><a title="wp1033999" name="wp1033999"></a>Master Advertisement interval is 3.000 sec</pre>
<pre><a title="wp1034000" name="wp1034000"></a>Master Down interval is 5.33 sec</pre>
<pre><a title="wp1034033" name="wp1034033"></a></pre>
<p><strong>Conclusion</strong></p>
<p>Using VRRP with your routers can keep your network up and running by configuring the virtual router redundancy protocol. VRRP can very quickly move all traffic over to a backup router in the event that the master fails. With mission critical applications like VoIP, video, and e-mail &#8212; you need to do whatever you can to ensure that your network never goes down.</p>
<p>For more information on VRRP, please see &#8220;<a href="http://www.cisco.com/en/US/docs/ios/12_0st/12_0st18/feature/guide/st_vrrpx.html" target="_blank">Cisco Virtual Router Redundancy Protocol</a>.&#8221;</p>
<p><em>David Davis has worked in the IT industry for 15+ years and holds several certifications, including CCIE, CCNA, CCNP, MCSE, CISSP, VCP. He has authored hundreds of articles and numerous IT training videos. Today, David is the Director of Infrastructure at <a href="http://www.trainsignal.com" target="_blank">Train Signal.com</a>. Train Signal, Inc. is the global leader in video training for IT Professionals and end users.</em></p>
<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=7aa610f3ab8a218a27ae490feb1fe164" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=7aa610f3ab8a218a27ae490feb1fe164" style="display: none;" border="0" height="1" width="1" alt=""/><img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/384164222" height="1" width="1"/>]]></content:encoded>
            <wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=653</wfw:commentRss>
        <feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=653</feedburner:origLink></item>
        <item>
        <title>EV SSL Certificates: So what’s the green URL all about?</title>
        <link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/383653595/</link>
        <comments>http://blogs.techrepublic.com.com/networking/?p=654#comments</comments>
        <pubDate>Thu, 04 Sep 2008 22:40:26 +0000</pubDate>
        <dc:creator>Michael Kassner</dc:creator>
        
		<category><![CDATA[General]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[VPN]]></category>

        <guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=654</guid>
        <description><![CDATA[In order for HTTPS traffic to be secure, we need to know that the web site we are visiting is the one we think it is. I'd like to explain a new standard that will help all of us gain confidence in that regard. 
<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=88172432c445b2e459ae50a29a5dc72e" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=88172432c445b2e459ae50a29a5dc72e" style="display: none;" border="0" height="1" width="1" alt=""/>]]></description>
            <content:encoded><![CDATA[<p><em>In order for HTTPS traffic to be secure, we need to know that the Web site we are visiting is the one we think it is. I&#8217;d like to explain a new standard that will help all of us gain confidence in that regard.</em></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p><img src="http://i.i.com.com/cnwk.1d/i/tr/Mugshots/NewsletterMugs110-85/Kassner_Michael_85-110.jpg" width="85" align="right" border="0" height="110" hspace="5" />In two previous articles &#8220;<a href="http://blogs.techrepublic.com.com/networking/?p=640">SSL/TLS Certificates: What You Need to Know</a>&#8221; and &#8220;<a href="http://blogs.techrepublic.com.com/networking/?p=644">SSL/TLS Certificates: Perspectives Helps Authentication</a>,&#8221; I explained SSL/TLS certificates, why they are important to Internet users, and finally the inherent weaknesses of SSL/TLS certificates. Having spread enough gloom and doom, I&#8217;d now like to discuss what many consider the real answer to the privacy and security concerns associated with SSL/TLS.</p>
<p><strong>Existing SSL/TLS certificates</strong></p>
<p>To recap, there are trusted (signed by a <a href="http://en.wikipedia.org/wiki/Certificate_authority">certificate authority</a> (CA) and pre-installed on Web browsers) and untrusted (self-signed by Web site and not pre-installed on Web browsers) certificates. The difference being that untrusted certificates require the Internet user to make a decision on whether it&#8217;s authentic or not, and that can be a problem.</p>
<p>There&#8217;s also a problem with trusted SSL/TLS certificates. The signing CAs aren&#8217;t required to use any specific process to authenticate entities that are asking the CAs to sign their SSL/TLS certificates. There are some, like VeriSign or Entrust, that try to be diligent, but it&#8217;s not required. Therefore, even malicious entities can get a trusted signing CA to sign a SSL/TLS certificate.</p>
<p><strong>CA/Browser Forum</strong></p>
<p>The signing CAs and Web browser developers decided something needed to be done, as Internet users need assurance that their on-line transactions are indeed private and secure. The result of this concern was the formation of a voluntary organization called <a href="http://www.cabforum.org/index.html">Certification Authority Browser Forum</a> (CA/Browser Forum).</p>
<p>Almost immediately, the forum members realized that they, the signing CAs, needed accountability. Therefore, the forum came up with the following requirements. Before a signing CA can join the forum, the CA must have a current and successful <a href="http://www.webtrust.org/index.cfm/ci_id/43989/la_id/1.htm">WebTrust</a> for CAs audit, <a href="http://en.wikipedia.org/wiki/ETSI">ETSI</a> 102042 audit, or ETSI 101456 audit prepared by a qualified third-party source. After passing the audit, the forum allows the signing CA to become a member of the forum and place a seal of assurance on its Web site similar to the one shown below:</p>
<p><a href="http://blogs.techrepublic.com.com/networking/images/webtrust.JPG" title="webtrust.JPG"><img src="http://blogs.techrepublic.com.com/networking/images/webtrust.JPG" alt="webtrust.JPG" /></a></p>
<p>This guarantees that the signing CA is abiding by the forum&#8217;s requirements. In what I consider a good move, the forum also insists the auditing is ongoing and occurs every six months. I feel it is important to point out this internal process because it&#8217;s the starting point of a traceable &#8220;<a href="http://en.wikipedia.org/wiki/Chain_of_trust">chain of trust</a>.&#8221; Let&#8217;s move on to what the forum is trying to accomplish. The forum&#8217;s two main goals are:</p>
<ul>
<li>To provide increased security for on-line transactions.</li>
<li>Come up with an obvious method of displaying the increased security (unlike the existing small lock) on every Web browser.</li>
</ul>
<p><strong>Created new standard</strong></p>
<p>With that in mind, the CA/Browser Forum developed the Extended Validation (EV) SSL/TLS Certificate standard. The following is the forum&#8217;s definition of an <a href="http://en.wikipedia.org/wiki/Extended_Validation_Certificate">EV certificate</a>:</p>
<blockquote><p><em>&#8220;The Extended Validation (EV) SSL Certificate standard is intended to provide an improved level of authentication of entities that request digital certificates for securing transactions on their Web sites. The next generation of Internet browsers will display EV SSL-secured Web sites in a way that allows visitors to instantly ascertain that a given site is indeed secure and can be trusted. A new vetting format, which all issuing Certification Authorities (CAs) must comply with, ensures a uniform standard for certificate issuance. Consequently, visitors to EV SSL-secured Web sites can trust that the organization that operates the site has undergone and passed the rigorous EV SSL authentication process as defined by the CA/Browser Forum.&#8221;</em></p></blockquote>
<p><strong>Thorough vetting</strong></p>
<p>The information in the vetting process (per the CA/Browser Forum) is quite thorough, and some of the required components are listed below:</p>
<ul>
<li>The business entity must be a legally recognized entity whose formation included the filing of certain forms with the registration agency in its jurisdiction, the issuance or approval by such registration agency of a charter, certificate, or license, and the verification of the business entity&#8217;s existence with that registration agency.</li>
<li>The business entity must have a verifiable physical existence and business presence.</li>
<li>At least one principal individual associated with the business entity must be identified and validated.</li>
<li>The identified principal individual must attest to the representations made in the subscriber agreement.</li>
<li>The business entity and the identified principal individual associated with the business entity must not be located or residing in any country where <span>the CA is prohibited from doing business or where it has no jurisdiction to issue a certificate</span>.</li>
<li>The business entity and the identified principal individual associated with the business entity must not be listed on any government denial list or prohibited list (e.g., trade embargo) under the laws of the CA&#8217;s jurisdiction.</li>
</ul>
<p>One can see that the entity verification process is much more involved now. Heck, what am I saying, there wasn&#8217;t a process before, so it&#8217;s a huge improvement. The above requirements and questions also apply to private organizations and government entities.</p>
<p><strong>Actual EV certificate</strong></p>
<p>Once an entity supplies the appropriate information and is approved by the signing CA, it receives a signed EV certificate. The requesting entity will then install the EV certificate on its Web server. Thereafter any Internet user requesting the entity&#8217;s Web site will know that the site has a valid EV certificate, similar to what&#8217;s shown below:</p>
<p><a href="http://blogs.techrepublic.com.com/networking/images/greenbar.jpg" title="greenbar.jpg"><img src="http://blogs.techrepublic.com.com/networking/images/greenbar.jpg" alt="greenbar.jpg" /></a></p>
<p><a href="http://blogs.techrepublic.com.com/networking/images/entrust.JPG" title="entrust.JPG"><img src="http://blogs.techrepublic.com.com/networking/images/entrust.JPG" alt="entrust.JPG" /></a></p>
<p><strong>What&#8217;s it mean?</strong></p>
<p>Internet users will have a greater level of confidence when visiting Web sites displaying the green URL, just from knowing the Web site is authentic and the SSL/TLS connection secure.</p>
<p><strong>Final thoughts</strong></p>
<p>EV certificates may not be the &#8220;end all&#8221; answer, but they sure are an improvement over the other two options (trusted and self-signed). I just wish my bank and other important on-line transaction Web sites would start using EV certificates. Hopefully they will in the near future.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p><em>Michael Kassner has been involved with wireless communications for 40 plus years, starting with amateur radio (K0PBX) and now as a network field engineer for Orange Business Services and an independent wireless consultant with <a href="http://www.mkassner.net">MKassner Net</a>. Current certifications include Cisco ESTQ Field Engineer, CWNA, and CWSP.</em></p>
<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=88172432c445b2e459ae50a29a5dc72e" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=88172432c445b2e459ae50a29a5dc72e" style="display: none;" border="0" height="1" width="1" alt=""/><img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/383653595" height="1" width="1"/>]]></content:encoded>
            <wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=654</wfw:commentRss>
        <feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=654</feedburner:origLink></item>
        <item>
        <title>Chrome has a convert, caveats notwithstanding</title>
        <link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/381913459/</link>
        <comments>http://blogs.techrepublic.com.com/networking/?p=652#comments</comments>
        <pubDate>Wed, 03 Sep 2008 02:16:49 +0000</pubDate>
        <dc:creator>Andy Moon</dc:creator>
        
		<category><![CDATA[General]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[News]]></category>

        <guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=652</guid>
        <description><![CDATA[Google's Chrome browser as the Internet buzzing. The highlights include separate processes for each tab, Javascript code optimizations, and an open architecture that should allow developers to write much more secure web applications.<br style="clear: both;"/>
      <a href="http://www.pheedo.com/click.phdo?s=7e147a312d0ecd899ae632e10cb1e884"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=7e147a312d0ecd899ae632e10cb1e884"/></a>
  <img src="http://www.pheedo.com/feeds/tracker.php?i=7e147a312d0ecd899ae632e10cb1e884" style="display: none;" border="0" height="1" width="1" alt=""/>]]></description>
            <content:encoded><![CDATA[<p>The &#8216;net was abuzz with Chrome talk starting first thing in the morning. The guys at Google put out an online comic book explaining the changes they made to the browser, and if you are interested in the technical details, it is a very good read even for the casual geek. The highlights include separate processes for each tab, Javascript code optimizations, and an open architecture that should allow developers to write much more secure Web applications.</p>
<p><a target="_blank" href="http://www.google.com/googlebooks/chrome/">Google Chrome Comic book</a> (Google)</p>
<p>There was plenty of talk about the missing Google Toolbar, and it is more than a little surprising that they didn&#8217;t write one as part of the Chrome development process. There is also no current support for third-party plug-ins, but if developers write to the Chrome specifications, it could make for a far more secure environment. The latest addition to the open source community is a massive shot across the bow of various rivals and could open the door to desktop virtualization from Google.</p>
<p><a target="_blank" href="http://technologizer.com/">Needed for Chrome: The Google Toolbar</a> (Technologizer)</p>
<p><a target="_blank" href="http://www.realtechnews.com/posts/6018">Google Chrome: A First Look</a> (Real Tech News)</p>
<p><a target="_blank" href="http://blogs.computerworld.com/google_chrome_first_look">First Look: Is Google&#8217;s Chrome a Glimpse of the Future?</a> (Computerworld)</p>
<p>I was thrilled to hear about Google&#8217;s new Chrome browser; I have long been a fan of the things that they are doing in the cloud. My experience today was marred only by the lack of a Google Toolbar to fully Chrome out my surfing experience. However, I did find a work-around while I was playing with Firefox and Chrome side by side. You can drag tabs from Firefox to Chrome, so I am using Firefox for the toolbar and Chrome for the surfing. I have thought that the next area of research and development should be desktop virtualization for quite some time, and this project could be a positive step in that direction. Only good things could come out of Google competing with Microsoft in the desktop space. <a target="_blank" href="http://techrepublic.com.com/5208-6230-0.html?forumID=102&amp;threadID=272964">What do you think about Google&#8217;s latest move</a>?</p>
<br style="clear: both;"/>
      <a href="http://www.pheedo.com/click.phdo?s=7e147a312d0ecd899ae632e10cb1e884"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=7e147a312d0ecd899ae632e10cb1e884"/></a>
  <img src="http://www.pheedo.com/feeds/tracker.php?i=7e147a312d0ecd899ae632e10cb1e884" style="display: none;" border="0" height="1" width="1" alt=""/><img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/381913459" height="1" width="1"/>]]></content:encoded>
            <wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=652</wfw:commentRss>
        <feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=652</feedburner:origLink></item>
        <item>
        <title>ISP bandwidth limits may have unclear impact on telecommuters</title>
        <link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/381019868/</link>
        <comments>http://blogs.techrepublic.com.com/networking/?p=651#comments</comments>
        <pubDate>Tue, 02 Sep 2008 03:45:17 +0000</pubDate>
        <dc:creator>Rick Vanover</dc:creator>
        
		<category><![CDATA[Wireless]]></category>

		<category><![CDATA[VPN]]></category>

		<category><![CDATA[mobile technology]]></category>

		<category><![CDATA[Remote Access]]></category>

		<category><![CDATA[Dial-in VPN]]></category>

		<category><![CDATA[Infrastructure]]></category>

        <guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=651</guid>
        <description><![CDATA[As ISPs such as Comcast consider residential bandwidth limits, what will this mean to those who support telecommuters? What contingency plans should network admins make to head off a telecommuting crisis due to bandwidth limits?<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=226b6c7266a5ba93cdb4b346dc0ab0ac" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=226b6c7266a5ba93cdb4b346dc0ab0ac" style="display: none;" border="0" height="1" width="1" alt=""/>]]></description>
            <content:encoded><![CDATA[<p>On the heels of <a href="http://www.comcast.net/terms/network/amendment/" title="Comcast Announcement">Comcast&#8217;s recent decision</a> to enforce a 250 GB bandwidth limit on residential customers, network administrators may wonder what this means for telecommuters. While a remote site&#8217;s network connectivity would be a business category plan, most telecommuters use the residential class service for price reasons or service availability. What is unclear within Comcast&#8217;s announcement is how many customers in terms of a percentage would this affect. While the 250 GB limit may sound like a lot, it may not be enough if the household has a large amount of Internet traffic, including the telecommuter. Should other ISPs follow suit with this fair access policy for the bandwidth management, the concern may arise about the ongoing support of telecommuters.</p>
<p>The home network of the telecommuter is something that the enterprise network administrator wants no part of, and further, many steps, such as desktop firewalls and VPN policies, are taken to protect company computing equipment for use in untrusted networks.</p>
<p>The issue with the bandwidth limit policy is what to do with a telecommuter that becomes a victim of this policy? If a business line of service is not available, it may be a good idea to prepare some alternatives or contingency services to residential broadband for the telecommuter. While not ideal, the most readily available alternative is to use wireless broadband services from carriers such as Sprint or Verizon. These services may have bandwidth limits as well, and Verizon&#8217;s wireless broadband service is limited to 5 GB per month. Sprint, however, presents a more attractive wireless broadband offering for the enterprise.</p>
<p>Organizations need to be aware of this situation, because they may be a victim of this bandwidth limit if it remains in effect or if other providers make similar terms of service changes. You may have to answer this question: Can you ship me a modem cable?</p>
<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=226b6c7266a5ba93cdb4b346dc0ab0ac" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=226b6c7266a5ba93cdb4b346dc0ab0ac" style="display: none;" border="0" height="1" width="1" alt=""/><img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/381019868" height="1" width="1"/>]]></content:encoded>
            <wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=651</wfw:commentRss>
        <feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=651</feedburner:origLink></item>
        <item>
        <title>Learn what you need to know about cabling and Cisco networking</title>
        <link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/378066148/</link>
        <comments>http://blogs.techrepublic.com.com/networking/?p=649#comments</comments>
        <pubDate>Fri, 29 Aug 2008 13:00:43 +0000</pubDate>
        <dc:creator>David Davis</dc:creator>
        
		<category><![CDATA[General]]></category>

		<category><![CDATA[System Administration]]></category>

		<category><![CDATA[router configuration]]></category>

        <guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=649</guid>
        <description><![CDATA[When your routers and switches are working as expected, you don't think too much about cables. But when you're troubleshooting a problem or making a change, cabling plays a more important role. David Davis goes over some cabling basics and discusses Cisco console port cabling.<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=8b75d566a083a4b78c479ca97bb5fb16" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=8b75d566a083a4b78c479ca97bb5fb16" style="display: none;" border="0" height="1" width="1" alt=""/>]]></description>
            <content:encoded><![CDATA[<p><em>When your routers and switches are working as expected, you don&#8217;t think too much about cables. But when you&#8217;re troubleshooting a problem or making a change, cabling plays a more important role. David Davis goes over some cabling basics and discusses Cisco console port cabling.</em></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p><img border="0" align="right" width="90" src="http://techrepublic.com.com/i/tr/techmails/tm_david_davis.gif" hspace="5" alt="David Davis" height="140" title="David Davis" />Cables form layer 1 of the network &#8212; the physical layer. Properly connecting cables is fundamental to healthy network communication. Faulty connections could interrupt service or cause packets to be dropped. Without a clear understanding of cabling, you won&#8217;t be able to troubleshoot or design your LAN or WAN. Additionally, knowledge of cable types is important for certification tests like the <a target="_blank" href="http://www.cisco.com/web/learning/le3/learning_career_certifications_and_learning_paths_home.html">Cisco CCNA/CCENT</a>.</p>
<h2>Cabling basics for network admins</h2>
<ul type="disc">
<li>Your cable works at layer 1 &#8212; Physical of the OSI Model. Also at that layer are the 1&#8217;s and 0&#8217;s that traverse the cable as an electrical or light signal (depending on what type of cabling you are using).</li>
<li>Unshielded twisted pair (UTP) copper cable is used for many functions in network cabling: Ethernet, Serial, ISDN, Console, and more.</li>
<li>While you could put different ends on a UTP cable, typically it will have a RJ45 end with 8 pins.</li>
<li>With a normal Ethernet cable, the wires run straight through, from one end to the other. Straight-through cables are used to connect a PC to a switch, as in <strong>Figure A</strong>.</li>
</ul>
<h4>Figure A</h4>
<p><img align="middle" width="350" src="http://i.i.com.com/cnwk.1d/i/tr/blog_img/Cisco082908_A.png" hspace="5" alt="RJ45 cables" height="250" title="RJ45 cables" /></p>
<h6>Graphic Courtesy of <a target="_blank" href="http://www.cisco.com/en/US/products/hw/routers/ps332/products_tech_note09186a0080094ce6.shtml">Cisco Systems</a></h6>
<ul type="disc">
<li>With a crossover cable (<strong>Figure B</strong>), the source and destination of the UTP wires are crossed. This allows you to use it to connect a PC to PC, switch to switch, or router to router.</li>
</ul>
<h4>Figure B</h4>
<p><img border="0" align="middle" width="350" src="http://i.i.com.com/cnwk.1d/i/tr/blog_img/Cisco082908_B.png" hspace="5" alt="Crossover cable" height="250" title="Crossover cable" /></p>
<h6>Graphic Courtesy of <a target="_blank" href="http://www.cisco.com/en/US/products/hw/routers/ps332/products_tech_note09186a0080094ce6.shtml">Cisco Systems</a></h6>
<p>Now, how is cabling for Cisco routers and switches different?</p>
<h2>Cisco console and AUX port cabling</h2>
<p>There are a few differences between Cisco cabling and other network device cabling. Two things immediately come to mind:</p>
<ul class="unIndentedList">
<li>Cisco routers, switches, and firewalls use a special &#8220;rolled&#8221; cable for console and auxiliary port access.</li>
<li>Cisco offers intelligent serial cabling.</li>
</ul>
<p>One of the most confusing things to Cisco newcomers is the concept of the console cable. Other SMB and home-networking devices don&#8217;t usually have a console port. With those devices, they receive a DHCP IP address and then you can configure them over the network from there. With Cisco devices, there is no IP address on the device, and you must first use the console port and console cable to configure the router, switch, or firewall OOB (out of band).</p>
<p>The Cisco console cable is a special cable. It isn&#8217;t wired like an Ethernet cable. However, if you didn&#8217;t have a console cable, you could cut off the end of a straight-through Ethernet cable, change the pin out, and recrimp it to make it a console cable.</p>
<p>Below, you can see the pin out of a console cable. The console cable is a &#8220;rolled&#8221; cable, because if you look at the pins from one end to the other, it is as if the end was rolled over (the order is flipped), as in <strong>Figure C</strong>.</p>
<h4>Figure C</h4>
<h5><img border="0" align="middle" width="300" src="http://i.i.com.com/cnwk.1d/i/tr/blog_img/Cisco082908_C.png" hspace="5" alt="Rolled over cable" height="214" title="Rolled over cable" /></h5>
<h6>Graphic Courtesy of <a target="_blank" href="http://www.cisco.com/en/US/products/hw/routers/ps332/products_tech_note09186a0080094ce6.shtml">Cisco Systems</a></h6>
<p>Traditionally Cisco console cables were RJ45-RJ45 and then you would use a RJ45-DB9 adaptor to connect it to your PC&#8217;s serial port (COM port). Today, new Cisco devices come with console cables that have a DB9 adaptor integrated/molded to the cable on one end (<strong>Figure D</strong>). Keep in mind that the data moving across the console cable is serial data (not Ethernet).</p>
<h4>Figure D</h4>
<h5><img border="0" align="middle" width="405" src="http://i.i.com.com/cnwk.1d/i/tr/blog_img/Cisco082908_D.png" hspace="5" height="72" /></h5>
<h6>Graphic Courtesy of <a target="_blank" href="http://www.cisco.com/en/US/products/hw/routers/ps332/products_tech_note09186a0080094ce6.shtml">Cisco Systems</a></h6>
<p>While what I said above concerning console cables is true for most Cisco devices, there are variations on the console cable. For more detailed information about Cisco console and AUX port cabling (including the pin-out for a console cable so that you can make your own), see this Cisco document <a target="_blank" href="http://www.cisco.com/en/US/products/hw/routers/ps332/products_tech_note09186a0080094ce6.shtml">Cisco Cabling Guide for Console and AUX Ports</a>.</p>
<p><em>David Davis has worked in the IT industry for 15+ years and holds several certifications, including CCIE, CCNA, CCNP, MCSE, CISSP, VCP. He has authored hundreds of articles and numerous IT training videos. Today, David is the Director of Infrastructure at <a target="_blank" href="http://www.trainsignal.com">Train Signal.com</a>. Train Signal, Inc. is the global leader in video training for IT Professionals and end users. </em></p>
<p><em>Want to learn more about router and switch management? <a href="http://nl.com.com/MiniFormHandler?brand=techrepublic&amp;list_id=e115">Automatically sign up</a> for our free Cisco Routers and Switches newsletter, delivered each Friday!</em></p>
<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=8b75d566a083a4b78c479ca97bb5fb16" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=8b75d566a083a4b78c479ca97bb5fb16" style="display: none;" border="0" height="1" width="1" alt=""/><img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/378066148" height="1" width="1"/>]]></content:encoded>
            <wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=649</wfw:commentRss>
        <feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=649</feedburner:origLink></item>
        <item>
        <title>SSL/TLS certificates: Perspectives helps authentication</title>
        <link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/377371957/</link>
        <comments>http://blogs.techrepublic.com.com/networking/?p=644#comments</comments>
        <pubDate>Thu, 28 Aug 2008 18:31:58 +0000</pubDate>
        <dc:creator>Michael Kassner</dc:creator>
        
		<category><![CDATA[General]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[VPN]]></category>

		<category><![CDATA[Infrastructure]]></category>

        <guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=644</guid>
        <description><![CDATA[Self-signed SSL certificates are an authentication nightmare. A group of researchers at Carnegie Mellon developed Perspectives, an application that potentially will remove some of the FUD. I'd like to explain the application and make a case for installing it.<br style="clear: both;"/>
      <a href="http://www.pheedo.com/click.phdo?s=8439b5727bedfffb64462c859561a5b4"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=8439b5727bedfffb64462c859561a5b4"/></a>
  <img src="http://www.pheedo.com/feeds/tracker.php?i=8439b5727bedfffb64462c859561a5b4" style="display: none;" border="0" height="1" width="1" alt=""/>]]></description>
            <content:encoded><![CDATA[<p><em>Self-signed SSL certificates are an authentication nightmare. A group of researchers at Carnegie Mellon developed Perspectives, an application that potentially will remove some of the FUD. I&#8217;d like to explain the application and make a case for installing it.</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<img border="0" align="right" width="85" src="http://i.i.com.com/cnwk.1d/i/tr/Mugshots/NewsletterMugs110-85/Kassner_Michael_85-110.jpg" hspace="5" height="110" />In my last article &#8220;<a href="http://blogs.techrepublic.com.com/networking/?p=640">SSL/TLS Certificates: What you need to know</a>,&#8221; I wanted to make sure that Internet users were aware of self-signed SSL certificates and what it meant to authorize them without a thorough verification process. In my infinite wisdom, I then proceeded to explain how to go about verifying the certificates:</p>
<ol>
<li>Obtain a copy of the certificate using a trusted delivery method, such as e-mail or fax.</li>
<li>Compare the certificate in question to the copy received and see if the details are identical. If so, then the certificate is valid.</li>
</ol>
<p>That sounds like a lot of fun, doesn&#8217;t it. No one has the time or inclination to do all that just to visit a HTTPS Web site, including me.</p>
<p><strong>My bad</strong></p>
<p>Ironically, while doing some on-line research after I published the article on SSL/TLS certificates, I happened to find myself staring at Firefox&#8217;s &#8220;Unknown Authority&#8221; window. I&#8217;m muttering to myself: Man, I don&#8217;t have time for this, and I OK&#8217;d the certificate. Whoa, it hit me like a ton of bricks, and to be honest I felt rather guilty. Here I am writing about certificate insecurity and I don&#8217;t even listen to myself. I immediately decided to find a way to resolve this.</p>
<p><strong>TR members to the rescue</strong></p>
<p>It didn&#8217;t take long for a potential answer to surface. Members Kevin Feyer and Seanferd both enlightened me about efforts by a group of <a href="http://www.cs.cmu.edu/~perspectives/">Carnegie Mellon researchers</a>. I&#8217;m very excited after reading the researchers&#8217; white paper &#8220;<a href="http://www.cs.cmu.edu/~perspectives/perspectives_usenix08.pdf">Perspectives: Improving SSH-style Host Authentication with Multi-Path Probing</a>&#8221; (pdf). First, the paper is very readable, to a point where I can even understand it (kudos to the authors). Second, although it&#8217;s not infallible, the solution has a lot of possibility.</p>
<p>I&#8217;m still testing, trying to make sure the application does what it claims. So far so good, and because of that, I wanted to bring the application to the attention of TechRepublic readers. As I see it, there&#8217;s no downside, and it has the potential to mitigate issues pertaining to certificate verification.</p>
<p><strong>Perspectives: Better than &#8220;TOFU&#8221;</strong></p>
<p>Researchers Dan Wendlant and Ethan Jackson along with advisers Dave Anderson and Adrian Perrig of Carnegie Mellon are the developers of Perspectives, a novel and simple-to-implement idea for certificate authentication. I&#8217;m not able to improve on their definition of Perspectives, so here&#8217;s what they say:</p>
<blockquote><p><em>&#8220;The popularity of &#8220;Trust-on-first-use&#8221; (TOFU) authentication, used by SSH and HTTPS with self-signed certificates, demonstrates significant demand for host authentication that is low-cost and simple to deploy. While TOFU-based applications are a clear improvement over completely insecure protocols, they can leave users vulnerable to even simple network attacks.</em></p>
<p><em>Our system, Perspectives, thwarts many of these attacks by using a collection of &#8220;notary&#8221; hosts that observes a server&#8217;s public key via multiple network vantage points (detecting localized attacks) and keeps a record of the server&#8217;s key over time (recognizing short-lived attacks). Clients can download these records on-demand and compare them against an unauthenticated key, detecting many common attacks.</em></p>
<p><em>Perspectives explores a promising part of the host authentication design space: Trust-on-first-use applications gain significant attack robustness without sacrificing their ease-of-use. We also analyze the security provided by Perspectives and describe our experience building and deploying a publicly available implementation.&#8221;</em></p></blockquote>
<p>I must admit acronyms and I have issues, but TOFU quite easily defines a concept that I spent several paragraphs in a previous article trying to explain. To reiterate I&#8217;d like to revisit why TOFU is not in anyone&#8217;s best interest:</p>
<ul>
<li>Automatically accepting a certificate creates conditions where the user becomes vulnerable to malicious attacks anywhere along the data path.</li>
<li>On subsequent connections, if the received certificate is different from the cached certificate, the user must still determine whether the certificate is valid or not.</li>
</ul>
<p><strong>How Perspectives works</strong></p>
<p>Perspectives consists of three distinct components: the notary authority, notary servers, and notary clients. In order to understand the process, let&#8217;s take a look at each individual component:</p>
<p>The <strong>notary authority</strong> is the overall controller that determines which notary servers are authorized to service notary clients. The notary authority creates a daily listing of authorized notary servers and their public keys. This listing is signed using the notary authority&#8217;s private key and pushed out to all of the notary servers that it&#8217;s responsible for.</p>
<p>The <strong>notary server</strong> consists of two components &#8211; a probing module and a database storage module:</p>
<ul>
<li>The <strong>probing module</strong> constantly monitors the Internet; looking for services that use certificates. If one is found the probing module pretends to be a client wanting to set up a secure link. The probing module takes the connection setup only to the point of where it receives the service&#8217;s public key. At that point, the probing module drops the connection, since it has the information it needs.</li>
<li>The <strong>database storage module</strong> is a repository containing signed (notary server&#8217;s private key) entries for each service that the probing module is monitoring. Each entry consists of certificate information, the type of protocol used, and ways to contact the service. After time, the entry builds a history of observed parameters.</li>
</ul>
<p>The <strong>notary client</strong> is a Web browser add-on that contacts the notary server for one of two reasons. The certificate for the contacted Web site isn&#8217;t in the Web browser&#8217;s database or it doesn&#8217;t match an existing certificate.</p>
<p>The following diagram (courtesy of the Carnegie Mellon researchers) depicts the interaction between the notary client and the notary server as well as the interaction between the probing module and network services such as Web sites that use SSL.</p>
<p><a href="http://blogs.techrepublic.com.com/networking/images/process.JPG" title="process.JPG"><img src="http://blogs.techrepublic.com.com/networking/images/process.JPG" alt="process.JPG" /></a></p>
<p>The next diagram (courtesy of the Carnegie Mellon researchers) is an example of the information sent from the notary server to the notary client in response to the notary client&#8217;s initial certificate query.</p>
<p><a href="http://blogs.techrepublic.com.com/networking/images/notary-records.jpg" title="notary-records.jpg"><img src="http://blogs.techrepublic.com.com/networking/images/notary-records.jpg" alt="notary-records.jpg" /></a></p>
<p>With all the pieces now understood, let&#8217;s walk through a complete transaction:</p>
<ol>
<li>I open Firefox and try to access https://www.mpksecuresite.com for the first time.</li>
<li>The Web server for www.mpksecuresite.com sends a certificate to Firefox.</li>
<li>Firefox and the notary client realize that the certificate is new, so the notary client sends a query to the appropriate notary server.</li>
<li>The notary server looks up the certificate entry for www.mpksecuresite.com.</li>
<li>After finding the information, the notary server signs the query response with its private key (signature) and sends it back to the notary client.</li>
<li>The notary client has the public keys for all the notary servers that it uses, so it can verify that the query response from the notary server is valid and not from a spoofed notary server.</li>
</ol>
<p>How the preferences are set up in the Perspectives client will determine how the client presents the information to the user. The following image is one example of how the preferences can be configured.</p>
<p><a href="http://blogs.techrepublic.com.com/networking/images/preferences.JPG" title="preferences.JPG"><img src="http://blogs.techrepublic.com.com/networking/images/preferences.JPG" alt="preferences.JPG" /></a></p>
<p><strong>How does this help?</strong></p>
<p>Perspectives provides a secure method for Internet users to obtain information about certificates published by services such as SSL Web sites. The information includes historical data from multiple notary servers, creating what may be considered a quorum, and allows Internet users to make an informed decision as to whether the certificate is valid or not. The following image is an example of the Perspectives application warning that the notary server&#8217;s quorum duration is only 1.39 days (the configuration specifies two days). So it flagged the HTTPS Web site, allowing the Internet user to make a more informed decision as to whether to accept the certificate or not.</p>
<p><a href="http://blogs.techrepublic.com.com/networking/images/results1.JPG" title="results1.JPG"><img src="http://blogs.techrepublic.com.com/networking/images/results1.JPG" alt="results1.JPG" /></a></p>
<p><strong>Final thoughts</strong></p>
<p>Making better decisions because of additional information is what makes Perspectives so appealing. The Carnegie Mellon researchers also did a great job of making Perspectives very configurable. Perspectives can be as granular or automated as you want. That should eliminate angst among users who just want to be secure and get their work done.</p>
<p>I use and recommend Perspectives. If there are some concerns, please refer to the researchers&#8217; paper on Perspectives. The paper goes into much more detail and should answer any questions you may have.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p><em>Michael Kassner has been involved with wireless communications for 40 plus years, starting with amateur radio (K0PBX) and now as a network field engineer for Orange Business Services and an independent wireless consultant with <a href="http://www.mkassner.net">MKassner Net</a>. Current certifications include Cisco ESTQ Field Engineer, CWNA, and CWSP.</em></p>
<br style="clear: both;"/>
      <a href="http://www.pheedo.com/click.phdo?s=8439b5727bedfffb64462c859561a5b4"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=8439b5727bedfffb64462c859561a5b4"/></a>
  <img src="http://www.pheedo.com/feeds/tracker.php?i=8439b5727bedfffb64462c859561a5b4" style="display: none;" border="0" height="1" width="1" alt=""/><img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/377371957" height="1" width="1"/>]]></content:encoded>
            <wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=644</wfw:commentRss>
        <feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=644</feedburner:origLink></item>
        <item>
        <title>Viruses and malware are out of this world, or at least off of it</title>
        <link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/376692360/</link>
        <comments>http://blogs.techrepublic.com.com/networking/?p=643#comments</comments>
        <pubDate>Thu, 28 Aug 2008 01:36:48 +0000</pubDate>
        <dc:creator>Andy Moon</dc:creator>
        
		<category><![CDATA[General]]></category>

		<category><![CDATA[cybercrime]]></category>

		<category><![CDATA[News]]></category>

        <guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=643</guid>
        <description><![CDATA[A virus designed to steal online gaming login information recently infected the International Space Station. How long before some truly dangerous malware makes it into space?<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=9871fe2ed2a5db457be3255ab90bd86a" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=9871fe2ed2a5db457be3255ab90bd86a" style="display: none;" border="0" height="1" width="1" alt=""/>]]></description>
            <content:encoded><![CDATA[<p>The recent announcement that a virus made its way to the International Space Station shouldn&#8217;t be surprising, given the resilience of some malware, but it is still amazing how widely some of it spreads. This was not the first virus to make it outside Earth&#8217;s atmosphere, and it certainly won&#8217;t be the last, but at least it wasn&#8217;t something truly dangerous. The virus in question was designed to steal online gaming logon information, though if this one could make it through, it begs the question of how long it will be before something truly destructive goes into space.</p>
<p><a target="_blank" href="http://www.informationweek.com/news/security/antivirus/showArticle.jhtml?articleID=210201099" title="Information Week article">Virus Found on Computer in Space Station</a> (Information Week)</p>
<p>Malware is at an all-time high, totaling more blocked in July than in all of 2007 according to SaaS vendor ScanSafe. Every time you turn around, there is another phishing scam, e-mail disguised as a FedEX notification, or outlandish news headline. Of course, all these are simply cover for and ways to entice unsuspecting users into compromising their computers. Even though there are a lot of fantastic (and free) tools to keep your computers malware-free, most people do not take the time or expend the effort to protect themselves.</p>
<p><a target="_blank" href="http://www.vnunet.com/vnunet/news/2224747/malware-rockets-again" title="VNUNet article">Malware Rockets Again</a> (VNUNet)</p>
<p><a target="_blank" href="http://www.marketwatch.com/news/story/bitdefender-uncovers-fedexr-spyware/story.aspx?guid=%7B91421B00-1DC4-4EDD-B2BF-9740B00ABB7A%7D&amp;dist=hppr" title="Market Watch article">BitDefender Uncovers FedEx(R) Spyware</a> (Marketwatch)</p>
<p><a target="_blank" href="http://www.pcworld.com/article/150293/heads_up_trojans_and_viruses_are_out_to_get_you.html" title="PC World article">Heads Up: Trojans and Viruses Are Out to Get You</a> (PC World)</p>
<p>I have long been of the opinion that a well-trained user is unlikely to be infected by most malware, because there are some very simple things you can do to avoid it. Here is my short list:</p>
<ul>
<li>Go to the source. If you see an offer that is too good to be true, a headline that is too outlandish to believe, or a warning that sets you on edge, go to a trusted source to confirm the information. If Bill Clinton really did bite the head off of a baby seal or Microsoft is really giving away money or there is a virus that can truly destroy your computer, CNN, Microsoft, Snopes, and Kaspersky are your best friends. Go to their Web sites and find the truth rather than clicking a link.</li>
<li>No links. Don&#8217;t click on any links sent to you in an e-mail unless the person who sent it tells you directly. In addition, when you send a link, contact the person you sent it to and let them know that you sent it. When I want my wife to look at a Youtube video, Internet article, or cute picture, I call or text and let her know that I sent something.</li>
<li>Don&#8217;t believe them. If someone you don&#8217;t know is asking you for personal information, assume that they are up to no good. If you are worried that your bank really needs to confirm information, call them. If PayPal needs to communicate with you, e-mail them directly.</li>
</ul>
<p><a target="_blank" href="http://techrepublic.com.com/5208-6230-0.html?forumID=102&amp;threadID=272575" title="Join the discussion">What would you add to this to make it a comprehensive list</a>?</p>
<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=9871fe2ed2a5db457be3255ab90bd86a" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=9871fe2ed2a5db457be3255ab90bd86a" style="display: none;" border="0" height="1" width="1" alt=""/><img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/376692360" height="1" width="1"/>]]></content:encoded>
            <wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=643</wfw:commentRss>
        <feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=643</feedburner:origLink></item>
        <item>
        <title>SSL/TLS certificates: What you need to know</title>
        <link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/375270546/</link>
        <comments>http://blogs.techrepublic.com.com/networking/?p=640#comments</comments>
        <pubDate>Tue, 26 Aug 2008 14:29:36 +0000</pubDate>
        <dc:creator>Michael Kassner</dc:creator>
        
		<category><![CDATA[General]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[VPN]]></category>

		<category><![CDATA[Infrastructure]]></category>

        <guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=640</guid>
        <description><![CDATA[Firefox's new way of handling SSL/TLS certificates is fueling significant debate due in large part to misunderstanding the SSL/TLS certificate process. I'd like to help clear up the confusion by explaining what SSL/TLS certificates are and how they work. <br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=04239ddcd95cef2f2bbd66dde31f8e2e" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=04239ddcd95cef2f2bbd66dde31f8e2e" style="display: none;" border="0" height="1" width="1" alt=""/>]]></description>
            <content:encoded><![CDATA[<p><em>Firefox&#8217;s new way of handling SSL/TLS certificates is fueling significant debate due in large part to misunderstanding the SSL/TLS certificate process. I&#8217;d like to help clear up the confusion by explaining what SSL/TLS certificates are and how they work.</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
<img border="0" align="right" width="85" src="http://i.i.com.com/cnwk.1d/i/tr/Mugshots/NewsletterMugs110-85/Kassner_Michael_85-110.jpg" hspace="5" height="110" />Let&#8217;s face it, <a href="http://en.wikipedia.org/wiki/Secure_Sockets_Layer">SSL/TLS (HTTPS)</a> is vital to user security and privacy on the Internet. Which is why recent news about SSL/TLS certificates and articles like my last one about surf jacking, &#8220;<a href="http://blogs.techrepublic.com.com/networking/?p=634">HTTPS: Surf Jacking Makes It Vulnerable</a>,&#8221; are troublesome.</p>
<p>The problem, quite simply, is that human intervention is required to verify the authenticity of certain types of certificates. This became apparent when Mozilla changed how its newest Web browser (Firefox 3) handles Web sites with expired or self-signed SSL/TLS certificates. The article &#8220;<a href="http://royal.pingdom.com/?p=339">New SSL Policy in Firefox Hurting Tens of Thousands of Sites</a>&#8221; on Pingdom&#8217;s Web site does an excellent job of explaining the changes:</p>
<blockquote><p><em>&#8220;If you visit a Web site with either an expired or a self-signed SSL/TLS certificate, Firefox 3 will not show that page at all. Instead, it will display an error message, similar to any other browser error (for example a &#8220;page not found&#8221; 404 message). To get past this error page, users have to go through four different steps before they can access the Web site, which from a usability standpoint is far from ideal.&#8221;</em></p></blockquote>
<p>The error occurs because Mozilla has decided to take SSL/TLS Web page security to the next level, challenging any certificate that isn&#8217;t in the Web browser&#8217;s certificate database, has incorrect information, or is expired. This is a good thing; it will make Web browsing and online commerce a great deal safer. In order to understand why, let&#8217;s take a quick look at the SSL/TLS process.</p>
<h2><strong>SSL/TLS processes</strong></h2>
<p>SSL/TLS consists of two important and independent processes: authentication and data stream encryption. With today&#8217;s tough Internet environment, it&#8217;s vital to have strong encryption to protect the data packets as they travel to their destination. Thank goodness that using a <a href="http://searchsecurity.techtarget.com/sDefinition/0,,sid14_gci1201867,00.html">SSL/TLS VPN</a> is secure and working properly. The weak link, I&#8217;m afraid, is part of the authentication process, so I&#8217;d like to focus on that.</p>
<p>Authentication is all about digital certificates, so it might be best to start by describing what a digital certificate is. A digital certificate is a data file that contains information about the Web site&#8217;s certificate holder and is used to verify that the Web site is indeed what it portrays to be. The Web server&#8217;s host name, issue and expire time, and the public key for the Web server are just a few of the details contained in a certificate. To look at certificates installed on your computer, use the following paths:</p>
<ul>
<li>Internet Explorer: Tools | Internet Options | Contents | Certificates</li>
<li>Firefox: Tools | Options | Advanced | Encryption | View Certificates</li>
</ul>
<p>The following image shows certificate details:</p>
<p><a href="http://blogs.techrepublic.com.com/networking/images/cert-details.JPG" title="cert-details.JPG"><img src="http://blogs.techrepublic.com.com/networking/images/cert-details.JPG" alt="cert-details.JPG" /></a></p>
<p>I can hear everyone saying that&#8217;s nice, but it doesn&#8217;t help me at all. I&#8217;m happy to say that understanding the exact details isn&#8217;t important, but the overview explanation will help make the following concepts easier to fathom. Just remember &#8212; digital certificates verify the identity of the Web server to the Web browser that&#8217;s trying to set up a SSL/TLS connection with the Web server.</p>
<h2><strong>Different types of SSL/TLS certificates</strong></h2>
<p>There are two major categories of certificates, trusted and untrusted. Trusted certificates are those residing on the Web browser and signed by a trusted <a href="http://en.wikipedia.org/wiki/Certificate_authority">certificate authority</a> (CA). In order to understand this, let&#8217;s say I want to create a trusted Web server SSL/TLS certificate that&#8217;s signed by <a href="http://www.verisign.com/ssl/index.html">VeriSign</a>, a well-known and respected CA. The following example will show the steps I need to take:</p>
<ol>
<li>I create a certificate request on my Web server for www.mpksecuresite.com; doing so initiates a<a href="http://en.wikipedia.org/wiki/Public_key_infrastructure"> PKI</a> key chain consisting of a private/public key combination.</li>
<li>I create a certificate request required by the signing CA, which in this case is VeriSign. The request includes domain name (distinct DNS name) of the Web server, distinct IP address, the public key (needed for signing and verification), and locality information. VeriSign will also ask for very specific information as it tries to verify that I&#8217;m the rightful owner of the domain.</li>
<li>The Web server signs the request with the private key, and it&#8217;s sent to VeriSign.</li>
<li>Responsible CAs such as VeriSign then go through a great deal of effort to make sure the request is valid. Once satisfied, VeriSign also checks the validity of the key pair, since the request contained the public key and was signed using the private key (both developed in step 1).</li>
<li>Everything checks out, so VeriSign adds its pertinent information to the certificate and signs the request using VeriSign&#8217;s private key.</li>
<li>VeriSign sends the certificate back to me, and I install it on my Web server.</li>
</ol>
<p>Now my Web server has all the required components to set up a SSL/TLS connection with Web browsers. So let&#8217;s take a look at how a Web browser goes about the SSL/TLS certificate exchange.</p>
<h2><strong>Web server/Web browser certificate exchange</strong></h2>
<p>Begging your indulgence, I&#8217;d like to continue using the above example to explain the certificate exchange between the Web server and Web browser. Since everything is now in place in the example, I can set up a test SSL/TLS connection. Let&#8217;s see what happens by following the certificate exchange steps during a SSL/TLS connection setup:</p>
<ol>
<li>I open my Web browser and type the URL https://www.mpksecuresite.com. Through the normal TCP/IP process, the Web server for www.mpksecuresite.com receives the Web page request.</li>
<li>The Web server for www.mpksecuresite.com responds by returning the certificate for mpksecuresite.com back to my Web browser.</li>
<li>My Web browser runs several checks, including certificate expiration and host name on the certificate.</li>
<li>My Web browser notices that the certificate from the mpksecuresite.com Web server was signed using VeriSign&#8217;s private key. My Web browser immediately checks its certificate database to see if it has VeriSign&#8217;s certificate information.</li>
<li>The Web browser locates VeriSign&#8217;s certificate information. My Web browser then uses the public key found in VeriSign&#8217;s certificate information to validate the signature on the certificate sent by the mpksecuresite.com Web server. Please remember that the certificate from the mpksecuresite.com Web server was signed using VeriSign&#8217;s private key.</li>
<li>The certificate signature checks out. My Web browser knows VeriSign is a trusted CA, so it now trusts the mpksecuresite.com Web server as well.</li>
</ol>
<p>That&#8217;s how a SSL/TLS certificate exchange works. If you remember anything from the above process, it should be step 4 and the reasons why my Web browser trusted www.mysecuresite.com:</p>
<ul>
<li>My Web browser lists VeriSign as a trusted signing CA.</li>
<li>VeriSign verifies that www.mysecuresite.com is what it claims to be, so my Web browser trusts the Web site as well.</li>
</ul>
<p>It&#8217;s vital to realize there&#8217;s a pre-installed list of trusted certificates on every Web browser. This is done to set up a &#8220;chain of trust.&#8221; This chain of trust starts with the Web browser developers, who include this list of trusted signing CAs in the Web browser installation program. So, it&#8217;s automatically installed and presumed to be secure and accurate.</p>
<p>Therefore, if everything is as it should be (Web sites using certificates signed by trusted signing CAs) the whole SSL/TLS connection process is automatic. In fact, so automatic that we tend to become complacent about whether or not the connection is indeed encrypted and authenticated. When the automated process breaks, we get into trouble as exemplified by the new Firefox Web browser.</p>
<p><strong>Self-signed certificates aren&#8217;t automatically trusted</strong></p>
<p>Self-signed certificates are the next most widely used certificates and belong to the untrusted category. This type of certificate requires manual approval and installation on the Web browser. It might be best to walk through a SSL/TLS certificate exchange with a Web server that&#8217;s using self-signed certificates:</p>
<ol>
<li>I open my Web browser and type the URL <em>https://www.mpkselfsign.com</em>. Through the normal TCP/IP process, the Web server for www.mpkselfsign.com receives the Web page request.</li>
<li>The mpkselfsign.com Web server sends the self-signed certificate for www.mpkselfsign.com back to my Web browser.</li>
<li>My Web browser runs several checks, including certificate expiration and host name on the certificate.</li>
<li>My Web browser checks its certificate database to see if it has certificate information for www.mpkselfsign.com.</li>
<li>Since I have never been to this Web site, there isn&#8217;t a certificate in the Web browser database. So the process stops right here and a window (like the one below) pops up asking me what I want to do.</li>
</ol>
<p><a href="http://blogs.techrepublic.com.com/networking/images/verifiy-cert.JPG" title="verifiy-cert.JPG"><img src="http://blogs.techrepublic.com.com/networking/images/verifiy-cert.JPG" alt="verifiy-cert.JPG" /></a></p>
<p>This is where it gets complicated. I have to decide whether I trust this site or not. I can look at all the certificate information and make a decision from that or I can do further research to increase my confidence that the certificate is real. The only way to truly validate the certificate is to get a copy of the self-signed certificate via some other trusted method (fax, e-mail, or even snail mail) and manually verify the electronic certificate with the one you asked for.</p>
<p>I realize it&#8217;s very cumbersome, but it&#8217;s the only way to positively determine the validity of a self-signed certificate. I also know that once the window pops up asking whether to accept the self-signed certificate or not, most people automatically accept the certificate. They want to get to the Web site, all the time wishing this window would just go away.</p>
<p><strong>Firefox 3 and raising the bar</strong></p>
<p>It doesn&#8217;t take much effort to visualize the potential attacks that can be precipitated by malicious self-signed certificates. This is why the people at Mozilla took a stance, and I agree with them. Just raising user-awareness of what it means to automatically okay a self-signed certificate is a huge leap forward.</p>
<p><strong>Final thoughts</strong></p>
<p>Thanks for reading through yet another long article. It&#8217;s a tough topic to understand completely, but that&#8217;s not required. Everyone just needs to know what his or her options are when the &#8220;Unknown Authority&#8221; window pops up in the Web browser.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<em>Michael Kassner has been involved with wireless communications for 40 plus years, starting with amateur radio (K0PBX) and now as a network field engineer for Orange Business Services and an independent wireless consultant with <a href="http://www.mkassner.net">MKassner Net</a>. Current certifications include Cisco ESTQ Field Engineer, CWNA, and CWSP.</em></p>
<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=04239ddcd95cef2f2bbd66dde31f8e2e" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=04239ddcd95cef2f2bbd66dde31f8e2e" style="display: none;" border="0" height="1" width="1" alt=""/><img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/375270546" height="1" width="1"/>]]></content:encoded>
            <wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=640</wfw:commentRss>
        <feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=640</feedburner:origLink></item>
        <item>
        <title>Hackers have a bad name, but one may have saved the Internet as we know it</title>
        <link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/374898098/</link>
        <comments>http://blogs.techrepublic.com.com/networking/?p=639#comments</comments>
        <pubDate>Tue, 26 Aug 2008 04:36:11 +0000</pubDate>
        <dc:creator>Andy Moon</dc:creator>
        
		<category><![CDATA[General]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[News]]></category>

        <guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=639</guid>
        <description><![CDATA[One "white hat" hacker may have saved the Internet by turning his discovery of a serious flaw in DNS servers worldwide over to officials instead of selling the exploit on the black market.<br style="clear: both;"/>
      <a href="http://www.pheedo.com/click.phdo?s=b180c609b58a80182c35a1346c2e66ec"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=b180c609b58a80182c35a1346c2e66ec"/></a>
  <img src="http://www.pheedo.com/feeds/tracker.php?i=b180c609b58a80182c35a1346c2e66ec" style="display: none;" border="0" height="1" width="1" alt=""/>]]></description>
            <content:encoded><![CDATA[<p>Def-Con, a military term used to describe the state of readiness of the armed forces, is also the name of a convention in Las Vegas that draws hackers from far and wide. Some are definitely up to no good, but there are those out there, called &#8220;White Hat&#8221; hackers, who make their living as security consultants or network administrators. Def-Con draws hackers from the entire spectrum of the community, and it is best for the uninitiated not to have a Wi-Fi connected device anywhere in the vicinity during this convention. These guys can do some pretty amazing things, and one, Dan Kaminsky, may have saved the Internet by turning his discovery of a serious flaw in DNS servers worldwide over to officials instead of selling the exploit on the black market.</p>
<p><a target="_blank" href="http://technology.timesonline.co.uk/tol/news/tech_and_web/article4606524.ece">RAM Raiders: Inside Secrets of the Cyber Hackers</a> (Times Online)</p>
<p>We aren&#8217;t even in September yet and 2008 has already surpassed last year in the pure number of data breaches, according to the Identity Theft Resource Center. Even though new security procedures and software are coming up all the time, ultimately consumers bear the price of cybercrime, just as they do shoplifting and theft. Even the hacks that are discovered are usually minimized by the affected companies as these companies are more afraid of liability than just about anything else.</p>
<p><a target="_blank" href="http://www.informationweek.com/news/security/attacks/showArticle.jhtml?articleID=210200622&amp;cid=RSSfeed_IWK_All">This Year&#8217;s Data Breaches Surpass 2007 Totals</a> (Information Week)</p>
<p><a target="_blank" href="http://www.insideindianabusiness.com/newsitem.asp?ID=31150">Purdue Expert Says Consumers Absorb Cybercrime Costs</a> (Inside Indiana Business)</p>
<p><a target="_blank" href="http://www.informationweek.com/blog/main/archives/2008/08/second_update_b.html">Best Western Disputes Depth of Suspected Breach</a> (Information Week)</p>
<p>The incredible lengths to which some people will go to break security are amazing. Spending hours on end researching, discovering, and exploiting weaknesses in security requires a singular mind and a lot of caffeine. Fighting off such attacks takes time, dedication, and a whole bucket of money. Fortunately, the main requirements are common sense, proper procedures, and good user training. In my job, one of my main tasks is to maintain the security of the part of our network that secures credit card processing data. All it takes is one major breach to threaten our ability to take payment for the services we render, which does wonders for my stress level when I read about how easily some hackers are able to compromise networks. <a target="_blank" href="http://techrepublic.com.com/5208-6230-0.html?forumID=102&amp;threadID=272363" title="Join the discussion">How much security does your network require</a>?</p>
<br style="clear: both;"/>
      <a href="http://www.pheedo.com/click.phdo?s=b180c609b58a80182c35a1346c2e66ec"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=b180c609b58a80182c35a1346c2e66ec"/></a>
  <img src="http://www.pheedo.com/feeds/tracker.php?i=b180c609b58a80182c35a1346c2e66ec" style="display: none;" border="0" height="1" width="1" alt=""/><img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/374898098" height="1" width="1"/>]]></content:encoded>
            <wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=639</wfw:commentRss>
        <feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=639</feedburner:origLink></item>
        <item>
        <title>IT pros beware: Sleep deprivation can spell big trouble</title>
        <link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/374663333/</link>
        <comments>http://blogs.techrepublic.com.com/networking/?p=638#comments</comments>
        <pubDate>Mon, 25 Aug 2008 22:17:44 +0000</pubDate>
        <dc:creator>Kris Littlejohn</dc:creator>
        
		<category><![CDATA[General]]></category>

        <guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=638</guid>
        <description><![CDATA[Most of us operate on short sleep from time to time -- it's the nature of our profession and modern lifestyles. But if skimping on sleep is a way of life for you, watch out: You could wind up functioning below par and incur some serious health problems.<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=a9e6b89f31934d95828a2538bd4b20a2" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=a9e6b89f31934d95828a2538bd4b20a2" style="display: none;" border="0" height="1" width="1" alt=""/>]]></description>
            <content:encoded><![CDATA[<p><em>Most of us operate on short sleep from time to time &#8212; it&#8217;s the nature of our profession and modern lifestyles. But if skimping on sleep is a way of life for you, watch out: You could wind up functioning below par and incur some serious health problems.</em></p>
<h3 align="center"><hr SIZE="2" width="100%" align="center" /></h3>
<h3></h3>
<p>According to a recent study, American adults are sleeping on average less than seven hours a night &#8212; down an hour and a half from the amount of sleep people got a hundred years ago. Many scientists believe that one of the major causes of our getting less sleep is the modern availability of round-the-clock activities and entertainment, the most pervasive source of which is now certainly the Internet. With the &#8216;net, we can now work, study, or play at 3 A.M. and increasingly, we do. Naturally, most of us in the IT industry have formed an especially close bond with the &#8216;net, making us more prone to losing sleep.</p>
<p>The fast-paced, highly competitive, and rapidly growing nature of our industry also makes us more likely to sleep less. To stay competitive, we often have to work way beyond the 40-hour work week, especially at smaller or emerging companies. For those who have started their own businesses, it&#8217;s even worse &#8212; work will usually go until exhaustion. To compound the issue, the field is still developing and changing so rapidly that we have to constantly study as if we were full-time students just to keep up. It&#8217;s really no wonder we&#8217;re not sleeping. There just isn&#8217;t enough time in the day. The problem is that this lack of sleep can hurt us.</p>
<p><em>Note: This information is also available as a <a target="_blank" href="http://downloads.techrepublic.com.com/abstract.aspx?docid=383066">PDF download</a>.</em></p>
<h2>Sleep deprivation and sleep debt</h2>
<p>Sleep deprivation is exactly what it sounds like: depriving our bodies of sleep for long periods of time &#8212; a full day and night or more. Sleep debt has a cumulative effect: When we don&#8217;t get enough sleep (less than about 7.5 to 8.5 hours) night after night, we begin to experience many of the same problems as with regular sleep deprivation. These problems include</p>
<ul class="unIndentedList">
<li>Decreased alertness and manual dexterity</li>
<li>Impaired memory and cognitive function</li>
<li>Irritability</li>
<li>Weakened immune system</li>
</ul>
<p>Some more long-term issues thought to be linked to sleep deprivation include</p>
<ul class="unIndentedList">
<li>High blood pressure</li>
<li>Diabetes</li>
<li>Obesity</li>
</ul>
<p>If the long-term health risks aren&#8217;t enough to encourage us to try to get to bed a little earlier, we should also keep in mind that impaired brain function and motor skills will decrease the quality of our work. We won&#8217;t be able to solve problems as quickly. And because we aren&#8217;t thinking clearly, we might even exacerbate the very problems we&#8217;re trying to fix. One study found that subjects who had been 17 hours or more without sleep experienced the same &#8212; if not worse &#8212; impairment while driving as those who were at the legal limit for blood-alcohol content. So when we work without sleep, it could have similar effects to working while inebriated.</p>
<h2>Solutions</h2>
<p>The real answer is quite simple: Devote seven or eight hours every night to sleep. It is best to try to keep the schedule consistent, as this will help our bodies keep what is called a circadian rhythm. Trying to sleep less during the week and then make up for it by oversleeping on the weekends will throw off that rhythm and make it much harder to wake up on Monday morning.</p>
<h3>Caffeine</h3>
<p>Stimulants such as caffeine will temporarily make us more alert and agile. They can&#8217;t, however, be recommended as a real solution because they will wear off, leaving us in a state of withdrawal that is generally worse than before. Also, caffeine increases heart rate and blood pressure, which can compound other problems caused by sleep deprivation and put us at risk for other diseases.</p>
<h3>Power napping</h3>
<p>One possible answer for those who simply cannot afford seven or eight hours of sleep every night is to take power naps. A power nap is a short period of sleep that ends just before entering deep sleep. Since the nap is so short, it is often possible to take one during a lunch break. A power nap is thought to give much of the same benefit of a regular sleep, but in only 20 to 30 minutes. Famous nappers include Winston Churchill, JFK, Ronald Reagan, Albert Einstein, Margaret Thatcher, Benjamin Franklin, and Leonardo Da Vinci.</p>
<p>When taking a power nap, it&#8217;s important to keep the duration short. If you allow yourself to enter deep sleep and don&#8217;t complete it, you&#8217;ll experience what&#8217;s called sleep inertia &#8212; basically morning grogginess &#8212; and may feel worse than before.</p>
<p>The bottom line is this: Whatever temporary fixes you may implement, in the end nothing can truly substitute for a good night&#8217;s sleep.</p>
<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=a9e6b89f31934d95828a2538bd4b20a2" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=a9e6b89f31934d95828a2538bd4b20a2" style="display: none;" border="0" height="1" width="1" alt=""/><img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/374663333" height="1" width="1"/>]]></content:encoded>
            <wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=638</wfw:commentRss>
        <feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=638</feedburner:origLink></item>
    </channel>
</rss>
