Difference between revisions of "Network Topology"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
m (Bus Topology: Section needs expanding.)
m (The disadvantages are that:: added a disadvantage)
Line 16: Line 16:
 
====The disadvantages are that:====
 
====The disadvantages are that:====
 
* It requires a lot of cables.
 
* It requires a lot of cables.
* It is expensive to install
+
* It is expensive to install.
 +
* Needs professionals to maintain and up keep.
  
 
==Bus Topology==
 
==Bus Topology==
 
{{Need_Expanding}}
 
{{Need_Expanding}}
 
[[File:BusNetwork svg.png]]
 
[[File:BusNetwork svg.png]]

Revision as of 23:57, 16 December 2016

Star Topology

Nodes are connected to a host computer or hub that controls communication between devices. the hub or host computer regenerates any signal that it receives and passes it on. Only the intended recipient computer acts on the message.

StarNetwork svg.png

All nodes have independent connections to the host. A cable failure on one branch of the network will continue to function normally and the failure will be easy to isolate.


The advantages are that:

  • Adding new devices is easy and doesn't disrupt the rest of the network.
  • There are no data collisions.
  • There is less traffic on the network.
  • A cable failure on one branch of the network will be easy to isolate.


The disadvantages are that:

  • It requires a lot of cables.
  • It is expensive to install.
  • Needs professionals to maintain and up keep.

Bus Topology

This section needs expansion.
You can help by adding to it.

BusNetwork svg.png