Syllabus

home.gif (253 bytes)
jkang.com

Network Topologies

Topologies

Advantages

Disadvantages

Mesh (Interconnected) Networks:

each device has a dedicated point-to-point link to every other devices

n(n-1)/2 physical links
each device must have (n-1) I/O ports.
  1. The use of dedicated links guarantees that each connection can carry its data load. No traffic problems
  2. Robust: If one link becomes unusable, it doesn't incapacitate the entire system.
  3. Privacy/Security
  4. Easy fault identification & isolation
  1. The amount of cabling & I/O ports
  2. Installation and reconfiguration are difficult
  3. The sheer bulk of wiring could be more that the available space can accommodate.
  4. Expensive
*Star (Centralized) Network

each device has a dedicated point-to-point link ONLY to a central controller
  1. Less expensive than Mesh
  2. Each device needs only one link & one I/O port. It's easy to install and configure.
  3. Robust: Once fails, only that link is affected.
  1. Since each node must be linked to a central hub, more cabling is required than Tree, Ring or Bus.
*Tree (Hierarchical) Network:

Variation of a Star; Not every device plugs into a central hub
  1. The same as the Star, plus
  2. Because of the secondary hub, more devices can be attached to a hub, which increases the distance
  3. Allows the network to isolate and prioritize communications.
The same as the Star
Bus Network:

One long cable acts as a backbone to link all the devices.
  1. Ease of installation
  2. Less cabling than Mesh, Star, or Tree
  1. Difficult to reconfigure and fault isolation
  2. Difficult to add new devices
  3. A fault or break in the bus stops all transmission.
*Ring (Loop) Network:

each device has a dedicated point-to-point line configuration only with the two devices on either side of it.
  1. Easy to install & configure
  2. Fault isolation is simplified because a signal is circulating all the time
  1. There are constraints on the maximum ring length and the number of devices installed
  2. A break in the ring can disable the entire network.
  3. Unidirectional traffic requires to have dual ring for bi-directional traffic.
* WAN topologies

Syllabus

home.gif (253 bytes)
jkang.com