<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Psk on Aaron&#39;s Worthless Words</title>
    <link>https://a996c8ee.aww-3cz.pages.dev/tags/psk/</link>
    <description>Recent content in Psk on Aaron&#39;s Worthless Words</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 13 Feb 2010 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://a996c8ee.aww-3cz.pages.dev/tags/psk/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ONT Notes - WLAN Management</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/02/ont-notes-wlan-management/</link>
      <pubDate>Sat, 13 Feb 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/02/ont-notes-wlan-management/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Elements of Cisco Unified Wireless Network&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Client devices - Cisco compatible extensions on WLAN clients&lt;/li&gt;&#xA;&lt;li&gt;Mobility platform - allows configuration of LWAPs through WLCs&lt;/li&gt;&#xA;&lt;li&gt;Network unification - integration into the rest of the network with WLCs doing RF management, IPS, etc.&lt;/li&gt;&#xA;&lt;li&gt;World-class network management - centralized management through WCS&lt;/li&gt;&#xA;&lt;li&gt;Unified advanced services - supports advanced technologies and threat detection&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;WLAN Implementation&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Autonomous and LWAP&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Category&lt;/th&gt;&#xA;          &lt;th&gt;Autonomous&lt;/th&gt;&#xA;          &lt;th&gt;LWAP&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Access Point&lt;/td&gt;&#xA;          &lt;td&gt;Autonomous APs&lt;/td&gt;&#xA;          &lt;td&gt;LWAPs&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Control&lt;/td&gt;&#xA;          &lt;td&gt;Individual configurations&lt;/td&gt;&#xA;          &lt;td&gt;Configuration through WLCs&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Dependency&lt;/td&gt;&#xA;          &lt;td&gt;Independent operations&lt;/td&gt;&#xA;          &lt;td&gt;Dependent on WLC&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Management&lt;/td&gt;&#xA;          &lt;td&gt;CiscoWorks WLSE and WDS&lt;/td&gt;&#xA;          &lt;td&gt;WCS&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Redundancy&lt;/td&gt;&#xA;          &lt;td&gt;Through APs&lt;/td&gt;&#xA;          &lt;td&gt;Through WLCs&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;&lt;strong&gt;Wireless LAN Services Engine (WLSE)&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>ONT Notes - 802.1x and Encryption on LWAPs</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/02/ont-notes-802-1x-and-encryption-on-lwaps/</link>
      <pubDate>Fri, 12 Feb 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/02/ont-notes-802-1x-and-encryption-on-lwaps/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;Traditional WLAN weaknesses&#xA;&lt;ul&gt;&#xA;&lt;li&gt;SSID for security&lt;/li&gt;&#xA;&lt;li&gt;Vulnerable to rogue APs&lt;/li&gt;&#xA;&lt;li&gt;MAC filtering for security&lt;/li&gt;&#xA;&lt;li&gt;WEP&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;WEP weaknesses&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Disribution of static keys is not scalable&lt;/li&gt;&#xA;&lt;li&gt;WEP keys can be cracked easily&lt;/li&gt;&#xA;&lt;li&gt;Vulnerable to dictionary attacks&lt;/li&gt;&#xA;&lt;li&gt;No protection against rogue APs&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Benefits of 802.1x&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Centralized authentication through Radius via AAA&lt;/li&gt;&#xA;&lt;li&gt;Mutual authentication between client and auth server&lt;/li&gt;&#xA;&lt;li&gt;Can use multiple encryption algorithms (AES, WPA, TKIP, WEP)&lt;/li&gt;&#xA;&lt;li&gt;Automatic dynamic WEP keys&lt;/li&gt;&#xA;&lt;li&gt;Roaming&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Requirements of 802.1x&#xA;&lt;ul&gt;&#xA;&lt;li&gt;EAP-capable client (supplicant)&lt;/li&gt;&#xA;&lt;li&gt;802.1x-capable AP (authenticator)&lt;/li&gt;&#xA;&lt;li&gt;EAP-capable auth server&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Table 1. Characteristics of the EAP variants&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
