Posts Tagged ‘Wirelessly’

Wireless Network Card Troubleshooting – Blue Screen of Death

March 28th, 2010



As Wi-Fi hotspots are mushrooming all over the world, they let people have the chance to get rid of those inflexible network cables and surf on the net wirelessly in the WLAN. However, a high-performance wireless Internet access is not an easy thing for some users, because when contacting with your wireless network, your wireless network adapter may probably meet a lot of strange failures, which may seriously affect your networking experience if you don’t fix them in time, and the blue screen is one that among those common failures.

If blue screen shows on your computer immediately after you installed a wireless network card, above all, you need to check whether the net card driver you installed is compatible with your operating system, for example, if your driver is only available in Windows 2000, but you have installed it in Windows XP, well then your computer would be more likely to have a blue screen. Therefore, make sure you have installed the correct network card driver.

If your driver is compatible with your system and has been installed properly, you need to go through the installation of this network adapter, and check whether it has inserted to the right slot or port properly, for if you pull out the card from its PCMCIA port on the motherboard or its USB port just a few seconds after plugging it, blue screen would lightly happen, because frequent pullout and plug may make network adapter’s corresponding port confused and fail to identify this adapter. Additionally, if you pull out your net card suddenly when its LINK light is blinking, that would also leads to blue screen, or even worse, your computer or your network card’s port would be damaged.

By: Molly Smith

Understanding Your Home Network

October 19th, 2009



A home network is a very complex thing. Taking information from one place to another place which might not eve be on the same continent is a pretty big deal. This article will not go into too much technical jargon, but will do a thorough job of answering general (and some complex) questions about networking, especially wireless networking. Let us look at the most basic aspects of a wireless network in a question/answer format.

How does the signal get from my computer to my router, the Internet and back again?

When a computer user is connected to the internet, they are almost constantly sending signals to multiple places. The way this is achieved begins with binary code. Everything the user does is broken down into binary code and sent (in this case, wirelessly) to the router and then towards the destination you have given it. In the case of a wireless connection, it is sent from the wireless card to the router using a protocol called CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance) which only allows one node (or computer) to access the router at once. If one computer is using the router and a second computer wants to use it too, the second system is sent a sort of “busy signal” and must wait a specified amount of time. Once the time is up, the computer may resend the request. For reference, a wired connection uses CSMA/CD (Carrier Sense Multiple Access with Collision Detection), which enables the computer to sense when another node is using the router. This way the request is not sent in the first place.

This, of course, makes more sense, but it is not possible with a wireless connection as there is no permanent connection to the router. The connections imply stops when the request has been fulfilled unlike the wired connection which always has the cable connected. The router now relies on the 7-layer OSI model (which is too elaborate and advanced to fit into in this article, but Google can e your friend) in order to get the information to and from the destination host.Basically, the router (which for the sake of argument will work as a DNS server in this scenario) finds Google’s assigned IP address and throws your request for Google out to their web server. The connection is directed at port 80 for access to a web page and is then processed by Google’s web server. The signal is then sent back the same way it was sent out from the computer. When it arrives back, the user sees the display from Google. This process is done very quickly as you get your display sometimes in a matter of less than a second. If the user lives in the US and the web server is in China (again, only for the sake of argument), the speed at which all this is done is quite impressive to the uninitiated. This is a very brief description of how the process works.

What Kind of Protection is Available for Wireless Networks?

There are a few options for wireless encryption. Encryption is very useful as it helps keep people off your wireless network if they aren’t supposed to be on. This is basically a password-protection for your connection. Some of the more popular choices are as follows:

WEP (Wired Equivalent Privacy)

WEP typically uses a 128-bit encryption scheme using using a string of 26 hexadecimal (base 16) characters. 256-bit is available, but historically has been quite uncommon. This method of encryption is a bit outdated but is still used by some. This has been replaced by the more secure WAP and WAP2, discussed next. The way a computer is authenticated is by receiving a plain-text challenge from the router, encrypting the challenge and sending it back.

WPA and WPA2 (Wi-Fi Protected Access)

WPA2 is preferred by many as it is arguably the most secure connection available to home users. A 256-bit key is used to encrypt all network traffic. There are two forms of WPA, which are TKIP and PSK. Let us discuss these a little:

TKIP

Temporal Key Integrity Protocol (TKIP) was designed originally designed to replace WEP without having to replace the WEP hardware. It repaired many of the errors from WEP, but had problems of its own such as its ability to be decrypted by a third-party in short bursts. This was a problem with WEP that carried over to TKIP.

PSK

Pre-Shared Key mode (PSK) was designed for those who don’t need complex security, such as home users. Some smaller businesses use this as well. It offers entirely decent password-protected security while not being as strong as a large corporation might have. Many home users implement this because of its ease-of-use. The only real vulnerability in this protocol that a home user should be worried about is a weak password. Weak passwords are the primary reason these sometimes lose some effectiveness.

Advice on Network Security

There are a few things the average home user can do to secure their network and computer from intrusion. With the network, setting a strong password is absolutely vital. This should be placed high on one’s list. Secondly, hiding the router’s Service Set Identifier (SSID) works quite well. If the would-be hacker can’t find the network, they can’t penetrate the network. As far as one’s personal computer, immediately change the Administrator account to another name. Hackers try to this account more often than not in order to get administrative access on the user’s system. If the user name is still Administrator the would-be hacker has won half the battle. The only unknown is the password. If, however, the Administrator user name is FozzyBear, neither the user name or password is known and the hacker has to spend much more time and will likely just give up even if they do manage to get inside the network. As a side note, a good Anti-virus and firewall cannot be forgotten. These are vital to general computer security.

If you have further question, please contact me through my website below and I will gladly answer.

By: Drew Meigs