Blog

CCNA Recertification

30. November 2004 10:20

The time has come when I should begin to consider my options for renewing or 'recertifying' my Cisco CCNA qualification.

Looking on the cisco.com it quotes...

"CCNA certifications are valid for three years. To recertify, either pass the current CCNA exam, or pass the ICND exam, or pass any 642 professional level or Cisco Qualified Specialist exam (excluding Sales Specialist exams), or pass a CCIE written exam on or after October 1, 2004."

The standard CCNA - CCNP - CCIE career path doesn't really appeal to me. I have the CCNA and I would like to renew it, but I would also like to gain an extra qualification if possible, rather than just re-taking the same exam again.

Since I passed my CCNA I've really got into WLANs and was surprised to discover that Cisco do a Wireless LAN Support Specialist exam. Being a Specialist exam according to the quote from cisco.com passing it will also recertify my CCNA. This seems like the best option for me, since I'll be learning new skills as well as having an extra certification for my CV.

Cisco Wireless LAN Support Specialist

Tags: ,

Filed under: Certification

Wireless LAN Security Vulnerabilities

29. November 2004 10:22

Since I last wrote about WLAN Security shortly after buying a Netgear Wireless router, I thought I'd write about improving your wireless network over-and-above that of what WEP (Wireless Equivalent Privacy) offers.

In 2001 two universities in the US, Maryland and UC Berkeley published separate studies into the inherent flaws with WEP encryption.

This had, until recently put many corporations off the idea of WLANs. After all there are tools freely available that can decipher the WEP encryption keys used on a network.

So what technology can we use to improve WLAN security?

Ever since the flaws in WEP were discovered the IEEE and the Wi-Fi Alliance have been busy trying to ratify a new standard in WLAN encryption. Known as 802.11i or WPA (Wi-Fi Protected Access) it is meant to be a software upgrade that is designed to address all known WEP vulnerabilities.

WPA uses an IEEE standard called 802.1X with Temporal Key Integrity Protocol (TKIP). Basically TKIP uses a dynamic key rather than the static one used in WEP, with TKIP a new key is generated every 10000 packets. TKIP also checks packets to make sure they haven't been altered by an intermediary.

Even though the upgrade to WPA was supposed to be a software (Firmware) upgrade it's still down to the hardware manufacturer to continue supporting it's hardware. Looking on the Netgear site it looks like my hardware (Netgear DG824M) won't be getting new firmware to upgrade the security from WEP to WPA.

Securing a home wireless router

Tags: , , ,

Filed under: Hardware | Security | Networking

Convert 3GP video to and from AVI or MPEG

22. November 2004 10:37

If like me you own a recent Nokia phone that's capable of recording and playing back video files then you might be interested to know how to convert videos to 3GP format (This is the format the Nokia uses to encode video) to play on your phone or convert video files you've recording on your phone to AVI.

After scouting the web in search of these tools I've found two applications that do the job. The first is the Nokia Multimedia Convertor 2.0, I've added a link to this below, it's free, but you'll have to register as a developer. The other-so-called application is quite a bit more amateurish, but nevertheless does the job. It consists of an application back-end and a VBScript/browser based front-end.

I've also noticed that Apple QuickTime 6.5 supports 3GPP and 3GPP2.

Apples guide to the 3GP format

Converting from 3GP to MPEG and AVI

The link below lists a couple of programs capable of converting your 3GP videos to MPEG and AVI files. It also explains how to use the 3gpToRawAvi converter that I've reviewed here.

http://www.gromkov.com/faq/faq2004-0067.html

Nokia Multimedia Convertor 2.0

Used to convert MPEGs to 3GP video format to play videos on your mobile. Free but requires registration.

Nokia Multimedia Convertor 2.0

Tags:

Filed under: Software

Searching For WiFi Hotspots

18. November 2004 10:40

When you're out and about and need to check your email with your WiFi enabled laptop, wouldn't it be great if you didn't have to turn your laptop on to see if you are within range of a wireless hotspot?

I've come across a couple of solutions to that problem recently.

The first solution is to buy a 23 GBP PCTel WiFi Seeker. It's a small keychain based device that can detect IEEE 802.11b or 802.11g wireless networks within 300ft.

The other solution is a service by totalhotspots.com. You simply text HOTSPOT to their text number and they tell you the nearest wireless hotspot. The service costs 1 GBP per successful search.

PCTel WiFi Seeker

Tags: ,

Filed under: Networking

Internet Content Ratings - Developers/Webmasters Guide

17. November 2004 10:41

I've been looking into content ratings for websites recently, mainly because certain clients have mentioned that they can't get our sites on their internal network.

Whether that's the problem in this situation or not is another matter, but it's worth investigating anyhow.

After a quick look on IIS I noticed that you can edit the ratings of your site, but before I began to fiddle I thought I had better find out more about these ratings.

Clicking on 'more info' in IIS content ratings section I went to www.rsac.org where I found out that the RSAC no longer exists. It is now part of the Internet Content Rating Association (ICRA).

They have a section especially for webmasters on the different ways of applying content ratings to your site. Included are instructions for Microsoft IIS web servers and Apache servers. I've linked to the webmasters section below.

http://www.icra.org/webmasters/

Tags:

Filed under: Web Development