Posts Tagged ‘Ethernet Cables’

How to Build a Simple Home Network System

October 19th, 2009



Many people have relatively uncomplicated needs for their home networks. Even now that multiple computers within a single home are common, the systems are often not networked, with file transfer being done by means of “sneaker net”, or copying files to and from a CD or by Sending files via email.

This is a great time to build your own home network, if you have always wanted to. The costs and the complexity of the systems are lower than ever. Just getting past the technical terminology used is the biggest barrier for many new home network builders. The equipment you’ll need is pretty simple. You’re going to need Cat-5 (or Ethernet) cables for a wired network. Think about where you plan to set up your computers to determine how much cable you’re going to need and then add on about 1/5 more cable than that – you always need a little more than you think. If you plan to build a wireless network, you can skip the cables.

You’ll also need a switch or a router for all of these cables (or radio waves if it’s a wireless network) to connect to. A hub or a switch is just a box with ports to plug cables into – a switch has slightly more functionality than does a hub. A router is better and can handle internet connection sharing; it is almost a must for a home network. I say almost because you can use one of the computers on your network to handle internet connection sharing. However, it is in most cases far easier to just use a router instead of tying up a lot of the resources of one of your computers dealing with connection sharing.

You’re also going to need Network Interface Cards (or NICs) in each computer, printer or any other device you want to be on the network. These can be your standard 10/100 ethernet cards or 802.11b/g cards which can be used for a wireless network. If you are building a wired network, you can use Ethernet equipment with 10MB or 100MB speeds. They are both so inexpensive, that there is really no reason not to go for the 100MB equipment. These devices generally support equipment which runs in the older standard as well. There is also Gigabit Ethernet, but this is prohibitively expensive for many building a home network.

Install, attach and/or setup all hardware as per the manufacturers’ directions. Every device on the network needs to have at least one IP address of its own. IP addresses are those numbers you may have seen on the internet before, such as: 70-1-2-125. On a home network, your IP addresses will look like 192.168.0.1 or 10.121.0.1.

Your IP numbering should begin with the router. This device is the center of your network; imagine a star with rays of light emanating from it. Each cable or wireless signal is one of these rays of light. The ends of these rays are where your devices are. If the router has the number 192.168.0.1, then computers and other device should be numbered 192.168.0.2, 192.168.0.3. Don’t assign the same address to two devices.

You’ll have to read the manual for your router for the specifics on how to assign these addresses, as well as the documentation for your computer’s operating system.

By: Joseph Nyamache

Setting Up a Home Networking System

October 17th, 2009



Since Microsoft released Windows for Workgroups, networking has become quite easy and very commonplace for most home computer users.  Everything that is needed to set up a home network is built right into the computer’s operating system which was installed in the machine.  All you have to do is turn it on and set it up.  If you happen to have Windows 95/98 setting up a network is a snap!

A home network is, simply put, a made up of set of hardware and also a set of software that will allow computers to communicate with each other.  A home network enable File sharing or using the same printer or other input and outputs instead of buying one for each available computer.

A home network functions in almost the exact same way as that used by a private businesses when a LAN or Local Area Network is created.  Designations, or IP addresses, as well as some that are catchy phrases that humans will remember are called host names and they know who everyone is as well as where everything is. Let’s say that 10.1.1.5 or Computer Jack sends a file to 10.1.1.6 or Computer Jill.  The hardware and software must cooperate with each other in order to know where and how to send the file from Jack to Jill.

This idea is much the same as that used by the post office.  There is an address associated with each home.  A letter that is sent from one home is routed to another by using that address.  Putting the return address on the letter is very important so the person knows where to respond. Also, if the letter gets lost, it will be sent back to the return address.  If there is no return address it just goes to the dead letter office.   Home computer networks work in much the same way.

The routing data is also known as ‘an envelope’.  This surrounds the data or the words on the letter. A home network comes in two main types:  cabled and wireless. In a cabled network different wire bundles which are known as Ethernet cables with connectors on each end plug into either a network interface card, or NIC, in the printer, fax, computer or into a switch/router.  Hubs or switches are simplified devices that allow physical connections between the components of a network.

A wireless network operates in much the same way.   The main difference is that there is no need for cables.  Small devices known as transceivers send and retrieve information by radio signals. Let’s say that you want two computers within a home network to both be able to print on the same printer.  Where would you even start to do something like that?  You can make this happen in two possible ways.  In one set up, the printer is physically attached to one of the computers.  The alternate set up connects the printer to the network and not to any individual computer;

With this first arrangement, the printer is called local, but shareable.  It is possible to allow a remote computer to print to the locally attached device.  Computer-Jack then just shares the printer by using software of the hosting system, Computer Jill. In most typical cases nowadays, the printer has its own NIC.  It is then attached to a router or switch by way of Ethernet cables or a wireless transceiver.  Then each computer on the network is able to ’see’ the printer as a device that the computer can use.

Scanners, fax machines and other computers operate in pretty much the same way.  Every device receives an address and a name.  Software on the device allows it to be configured so that its function is accessible to multiple computers on the same network.

By: Joseph Nyamache