Many people now have two computers, as to enable both to access the network, they often make use of the dual network cards to connect their computers and make them as a local area network (or LAN), which would cost much less than purchase a router. However, sometimes due to the model and the quality of these two adapters or your PC compatibility problems, they have a conflict. How can we tackle it?
Using dual NIC cards to access the network is only a temporary plan, if there is some problem when applying the double cards connection, we should consider troubleshooting it from the aspects below:
Computer restart
Generally when you finish installing some software, Windows prompts you to restart; sometimes you think it a troublesome and reboot the computer till all software has been installed. You’d better restart your PC when installing the first net card and then turn to set up the next one. Because when installation is over, the system not only would assign the interrupt request and the memory available resource to you network adapter, but also configure the port and the IP for it, actually it is more convenient for your PC to carry out its work by rebooting and then installing the next adapter.
Net card speed and connections
When you build the network, you should think over the communication problem between the 10/100M and 10M network adapters: when they are interconnected in two computers, you would probably find that they are not reachable across the IP network, or they are shown connected normally but you can not browse the website. Such errors often happen when two net cards with different transmission speeds exchanging their data packs. To resolve this failure, you can try to contact your 10/100M network adapter to the external line and use an adapter with the same speed in the inner connection.
By: Molly Smith
Posts Tagged ‘Router’
How to Deal With Dual Network Cards Conflict
December 29th, 2009More Home Network Basics – Additional Home Networking Components
November 18th, 2009
We have discussed the most basic home networking components. Here is a brief overview of those most basic components:
A switch is a device which directs information within your set of connections to its intended destinations.
A Router is a device which allows the connection of several computers and devices to your network, allowing them to share and exchange information.
A modem is a device which decodes packets of information sent to and from the Internet, allowing Internet service to be provided to your computer.
Connecting your Internet modem to a router will allow all the devices connected to that router to access a shared Internet connection.
Now we will be introduced to another set of components used commonly in network setups. While these components are not necessary for basic system operation, they can increase the usefulness and efficiency of your home set of connections.
Print Server
A print server can be very useful in order to incorporate a permanent printer into your home network. It is a device which allows a single (or several) printer/s to be shared by the various computers on your set of connections. This means that you can access the printer form the computer in your office, as well as your laptop, with no problems. The value of a printer server is further increased by the fact that it does not require a specific computer to remain on in order to access the printer.
Network Attached Storage (NAS)
This is a device which provides hard drive space to be shared for the entire system of computers. This means that any information stored on the shared hard drive will be accessible from any computer on the network.
There is also a way to accomplish this without the use of an NAS, but it is less efficient. It is possible to store information in a shared folder saved onto one computer in the complex. However, in order to access this information from another connected device, the original computer must be on. Also, any information will take up space on the computers hard drive. The use of Network Attached Storage resolves these problems, by having information accessible at all times, as well as adding more hard drive space to the network.
There are two common types of Network Attached Storage. Some units are available with a built-in hard drive, while others use an external hard drive. In the latter scenario, the hard drive space is easily upgradeable, should more disk space be needed in the future.
These devices should be your first steps to creating a useful, efficient, and modern home computer network.
By: Budda Oliver
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