Showing posts with label IPv6. Show all posts
Showing posts with label IPv6. Show all posts

Tuesday, October 4, 2011

Types of Wi-Fi Encryption You Can Use

There are many types of Wi-Fi encryption you can use on modern Internet routers. So which one should you use? Many people don’t even use encryption, and those that do just pick an encryption type at random without knowing what they do.

For a long time, WEP was considered to be an extremely good method of encrypting wireless connections. The acronym simply means Wired Equivalent Privacy. WEP however, was proved to have many flaws mainly involving the short key size, which were relatively easy to crack. WEP also does not provide for security against altered packets – a process where packets of information is intercepted by an intruder and then altered before sending them back, making it look like the intruder is valid user. These days, WPA (Wi-Fi Protected Access) and WPA2 have completely taken over from the old WEP encryption methods. You’ll probably still find WEP available on most routers, but it’s being phased out and someday it probably won’t be available at all. The main advantage WPA has over WEP is that it employs a powerful new feature called TKIP, or rather Temporal Key Integrity Protocol. TKIP is 128-bit, but instead of the key being static, it generates a new key for every packet of information that is sent, meaning it is a lot more secure. WPA also integrates a method of message integrity checks, used to defeat network attackers intercepting and altering data packets. WPA2 goes even further and replaces TKIP with CCMP. CCMP is an AES based encryption method that is much stronger even than TKIP.
In the home, you’ll probably want to use an encryption method called WPA-Personal. This is sometimes also called WPA-PSK. PSK stands for Pre-Shared Key, and is designed for home users and small offices where a server is not required for authenticating messages. It works by having each wireless device such as a laptop or smart phone authenticating directly with the wireless access point using the same key. Offices and large buildings may employ WPA-Enterprise. You can’t generally use this without a complicated authentication server set-up, but it does provide additional security.
Both WPA-SPK and WPA-Enterprise are available in WPA2, meaning even home users can now benefit from AES encryption over their Wi-Fi connections. All of these methods can transmit data at maximum speed, and you won’t notice any speed differences between each type of encryption. Therefore the recommendation is to use the best encryption you can. This means going for WPA2-PSK where you can in a home environment. There are new and more exotic types of Wi-Fi encryption becoming available, but for now even advanced users will find WPA2 more than adequate for most security applications.
If you are using wireless connections, you may want to check your router to make sure that it does not use encryption that can easily be cracked by users with the right toolset.






If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged

Tuesday, February 8, 2011

How to check and enable IPV6 in Windows XP

As IPV6 is activated officially by IETF, many are in need of it. In windows 7 it is already enabled. However, due to some circumstances, it may be disabled. Also due to the failure of Windows Vista, many people stuck to Windows Xp till now. Especially in case of educational institutions, firms etc., where a large number of computers are present, are still in dilemma whether to shift to Windows 7. So if these users wanna activate IPV6, there is some procedure here.

1) Just goto run by pressing windows button + R.
2) Type cmd to enter command prompt.
3) Type ipconfig and check for the entry IPV6.


4) If not found then type netsh and press enter.
5) Now type interface and press enter.
6) Type ipv6 and press enter.
7) Type install and press enter.

I think there is another way to do it. But i prefer this as it is easy.
If anyone want to know how to do it using GUI and not from command prompt, just leave a comment here. Also if there is any problem with IPV6 installation let me know through your comments.