Posts Tagged ‘Cables’

Home Based Business Network System – Lesson 1

February 10th, 2010



If you are planning to run your own home based business then you will need to set up a home network. You will need a computer, a printer, then a copier and as your business grows you will find out that you need more and more sophisticated equipment to automate and make your home based business not only easier to manage but also a pleasant experience, something that you enjoy to do.

So what is a home network?

It is simply the computer network that you have in your home. In other words the computers, equipments and all the accessories that you connect together form your home network.

For your home based business network, you will need cables or radio beams to make the connection from one computer or equipment to another. These two basic options make up the difference between what is called a cabled or wired network versus a wireless network.

Cable connection used to be the primary way of connecting your network but with advances in technology it is now cheaper and less clumsy to create a wireless network.

When using cable connections, there are junctions called nodes that can be in the form of computers, switches or routers.

Switches.

They provide a place to plug the cables and therefore allow physical connections between communicating computers and other equipments.

Routers.

Routers on the other hand perform a similar purpose but with more functions and capabilities. For instance routers have the ability to connect multiple networks together and at the same time route traffic intelligently between them, something that the switches can not be able to perform.

Computers.

Computers have become very sophisticated as time passes by. Most computers now days perform these functions by themselves without the need of using external switches and routers.

Software within the computer system can use the network cards in each computer, with a simple switch in between, to allow communication between them. If your needs are fairly simple then computers by themselves can be the cheapest and easiest way to create a Home based business network.

Home Based Business Network System.

But again if on the other hand you home based business network is fairly advanced and requires more complicated connection then definitely you will need routers and some switches.

Let me also point out here that there are also other possible components you will need in order to fully set up your home network. Familiar devices that go under the general name of peripherals are often part of the home network, for instance you might need a printer, fax or scanner among multiple computers.

Also for your home based business network you will need to include a firewall. This is a software/hardware that allows the passage of information sent by trusted sources, but blocks other types of data from being send or received from other non trusted sources.

It is essential that you home based business network system stay protected by using a firewall. The good thing is that most routers if not all typically contain some inherent firewall functions.

Lesson 2 on home networking continues tomorrow.

By: Joseph Nyamache

Types of Network Topology

November 17th, 2009



Network topology refers to the physical layout of the network i.e. the locations of the computers and how the cable is run between them. To select the right topology for how the network will be used is very important. Each topology has its own strength and weaknesses.

The choice of a topology for installing a computer network depends upon a combination of factors such as, reliability, performance of the system, number of nodes and geographical distribution of the system.

The main 2 types are

Bus Topology & Peer to Peer Topology

Peer to Peer topology consists of Star topology and Ring topology.

Bus Topology

It is often used when network installation is small, simple or temporary. On a typical bus network the cable is just 1 or more wires with no active electronics to amplify the signal or pass it along from computer to computer. This makes the bus a passive topology. When 1 computer send a signal up the wire all the computers receive the information but only one with the address that matches accepts the information, the rest disregard the message.

Advantages:

1) Easy to use and to understand.

2) Requires least amount of cable to connect the computers together. It is therefore less expensive than other cabling arrangements.

3) It is easy to extend a bus; two cables can be joined into 1 longer cable with a BNC, Barrel connector making a longer cable and allowing more computers to join the network.

Disadvantages:

1) Heavy network traffic can slow a bus considerably as only 1 computer can send a message at a time.

2) It is difficult to troubleshoot the bus. A cable break or loose connector causes reflection and stops all the activity.

Star Topology

In this kind of topology all the cables run from the computers to the central location where they are all connected by a device called hub or switch. Each computer on a star network communicates with a central device that resends the message either to each computer or only to the destination computer, e.g. if it is a hub then it will send to all and if it is a switch then it will send to only destination computer.When network expansion is expected and when the greater reliability is needed, star topology is the best.

Advantages:

1) It is easy to modify and add new computers without disturbing the rest of the network.

2) The center of the star network is a good place to diagnose the faults.

3) Single computer failure does not necessarily bring down the whole star network.

Disadvantages:

1) If the central device fails the whole network fails to operate.

2) Star networking is expensive because all network cables must be pulled to one central point, requires more cable than other network topologies.

Ring Topology

In this type each computer is connected to the next computer with the last one connected to the first. Each retransmits what it receives from the previous computer. The message flows around the ring in one direction. The ring network does not subject to signal loss problem as a bus network experiences. There is no termination because there is no end to the ring.

Advantages:

1) Each node has equal access.

2) Capable of high speed data transfer.

Disadvantages:

1) Failure of one computer on the ring can affect the whole network.

2) Difficult to troubleshoot the network.

Topologies remain an essential part of network design speculation. But understanding these can help you to get the deeper knowledge of the elements like hub, switch etc.

By: Deepti Pawar