Search : in
By :

Network Topologies

Last answer on May 5, 2008 5:42:02 am BST Rawn, on May 4, 2008 11:03:51 am BST 
 Report this message to moderators

Hi

i'd like to know where and in what situations can we use the different topologies, for e.g i guess that supermarkets will use the star topology with the stations connected to the server, where can we use the bus and ring network???

Thanx for answering.

Best answers for « Network Topologies » in :
Peer-to-peer networking Show Introduction to peer-to-peer architecture In contrast to client-server networks, there is no dedicated server in peer-to-peer architecture. Thus each computer in such a network is part server and part client. This means that each computer on the...
Installing a network card Show Goal The goal is to set up a network in order to exchange data or play games on the network. Thus, it is necessary to install a network card on every computer that may become part of the LAN. The purpose of this tutorial is to help you to install a...
What is network architecture? ShowWhat is network architecture? Definition Topology Types of networks Definition Network architecture, is the logical and structural layout of the network consisting of transmission equipment, software and communication protocols and...
Setting up a virtual private network (VPN) ShowSetting up a virtual private network (VPN) Local area networks (LAN ) networks are internal to an organization, i.e. the connections between machines belong to the organization. These networks are increasingly connected to the Internet...
Stop waiting for network response when booting your PC ShowStop waiting for network response when booting your PC First Solution Second Solution When you start your Windows XP, it automatically read the IP address on your network and this can block your PC for a while. To solve this problem,...
Download Total Network Monitor ShowTotal Network Monitor allows you to have a continuous control over the performance of your network, computers, network and system utilities which are essential for your network and must be supervised minutely. Total Network Monitor will alert in...
Download Network Event Viewer ShowNetwork Event Viewer enables you to fully manage the logs of your network. You can obtain and store in real time all the error messages generated by Windows machines on your private network. Advantage The application takes care of the filter, to...
Network technician ShowNetwork technician The job of a network technician is to work with network equipment and wiring in order to ensure that users have the best possible quality of service. In large corporations, the network technician may act under the authority of a...
Network equipment - The hub ShowWhat is a hub? A hub is an element of hardware for centralising network traffic coming from multiple hosts, and to propagate the signal. The hub has a certain number of ports (it has enough ports to link machines to one another, usually 4, 8, 16 or...
Creating a WiFi network in infrastructure mode ShowPresentation of the WiFi infrastructure network The set-up of a Wi-Fi network in infrastructure mode is very similar to that of a computer-to-computer Wi-Fi network except for the following differences: A Wi-Fi network in infrastructure mode...

1

 BHAT080380, on May 5, 2008 5:42:02 am BST

Bus Topology
Features
Bus topology uses a backbone (a cable, usually coaxial) to connect all the computers.
Computers connect to the main cable using either a vampire tap or a BNC T-connector.
Prone to attenuation, collisions, and signal loss.
Uses repeaters and amplifiers to boost signal.
Used for peer-to-peer networks.
Data is sent across the backbone until the destination computer is found.
Passive technology—the computers on the network listen for their "name" and only read that data.
The backbone has to be terminated on either end. Without termination, the data "falls off" the bus. If a device on the bus fails, the network fails.
Recommended for networks of 10 or fewer devices.
Advantages
Easy to connect a computer or peripheral to a linear bus.
Requires less cable length than a star topology.
Allows for longer cable length before attenuation.
Disadvantages
Entire network shuts down if there is a break in the main cable.
Terminators are required at both ends of the backbone cable.
Difficult to identify the problem if the entire network shuts down.
Not meant to be used as a stand-alone solution in a large building

Star Topology

Features
All devices connect to a central device.
All nodes (devices) communicate with the central device, which then makes the decision regarding which node the data is intended for, using a variety of methods (see "Networking Hardware"). The hub can send the signal to a single system or broadcast to all devices.
Usually uses UTP or STP cabling (Cat 5, 5e, 6).
Most common of the topologies, especially in small businesses and home environments, largely due to home routers becoming so common.
The central device can function as the repeater/amplifier.
Less concern for collision.
Can handle more systems attached to the network.
Works for peer-to-peer or client/server networks.
Advantages
Easy to install wire.
Scalable—easy to expand or reconfigure the network.
No disruptions to the network when connecting or removing devices.
Easy to detect faults and remove parts.
Disadvantages
Requires more cable length than linear bus topology.
Type of cable used usually has shorter length restrictions than the bus network.
If the hub or connector fails, the nodes are disconnected from the network

Reply to BHAT080380