Posts Tagged ‘Star Network’

CompTIA A+, Network+ Certification Tutorial – Function of Network Hubs

December 14th, 2009



A hub is a device used to connect all of the computers on a star or ring network. A hub is nothing more than a box with a series of cable connectors in it. Hubs are available four- and five-port devices designed for home and small business networks to large rack-mounted units with up to 24 ports or more. Installing a single hub is simply a matter of connecting it to a power source and plugging in cables connected to the network interface adapters in your computers.

Hubs are associated with specific data-link layer protocols. Ethernet hubs are common, because Ethernet is a popular data-link layer protocol. Token Ring MAUs are hubs too, and other protocols, such as the Fiber Distributed Data Interface (FDDI) also use hubs.

An Ethernet hub is called a multiport repeater. A repeater is a device that amplifies a signal as it passes through it. If you have a thin Ethernet network with a cable segment longer than the prescribed maximum, you can install a repeater at some point in the segment to strengthen the signals and increase the maximum segment length. This repeater only has two BNC connectors. The hubs used on UTP Ethernet networks are repeaters as well, but they can have many RJ45 ports instead of just two BNC connectors.

When data enters the hub, the hub amplifies the signal and transmits it out through all of the other ports. This enables a star network to have a shared medium. The hub relays every packet transmitted by any computer on the network to all of the other computers, and also amplifies the signals. The maximum segment length for a UTP cable on an Ethernet network is 100 meters. A segment is defined as the distance between two communicating computers. Hubs function as a repeater, each of the cables connecting a computer to a hub port can be up to 100 meters long, allowing a segment length of up to 200 meters when one hub is inserted in the network.

By: M. Aslam

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