Network Topology

From Computing and Software Wiki

(Difference between revisions)
Jump to: navigation, search
Line 6: Line 6:
====Bus====
====Bus====
The bus topology uses a single transmission medium on which all messages are broadcasted. Each node receives all messages, but only the intended destination accepts it.
The bus topology uses a single transmission medium on which all messages are broadcasted. Each node receives all messages, but only the intended destination accepts it.
-
    =====Advantages=====
+
=====Advantages=====
-
    =====Disadvantages=====
+
=====Disadvantages=====
====Ring====
====Ring====
In a ring topology each node is connected to exactly two other nodes forming a closed loop. Messages are passed along the ring in a single direction until they reach their destination.
In a ring topology each node is connected to exactly two other nodes forming a closed loop. Messages are passed along the ring in a single direction until they reach their destination.
 +
=====Advantages=====
 +
 +
=====Disadvantages=====
 +
====Star====
====Star====
The star topology consists of a hub, router, etc., connecting each other node of the network. Each message passes through the hub and is redirected to its destination.
The star topology consists of a hub, router, etc., connecting each other node of the network. Each message passes through the hub and is redirected to its destination.
 +
=====Advantages=====
 +
 +
=====Disadvantages=====
 +
====Tree====
====Tree====
Combining multiple star networks along a single bus network with a root node forms the tree topology.
Combining multiple star networks along a single bus network with a root node forms the tree topology.
 +
=====Advantages=====
 +
 +
=====Disadvantages=====
 +
====Mesh====
====Mesh====
Mesh topologies present multiple paths that a message can take to reach their destination. Each node can be connected with n-1 other nodes, where n is the total number of nodes on the network. If each node is connected with n-1 nodes, then the mesh network is referred as being fully connected or as a full mesh.
Mesh topologies present multiple paths that a message can take to reach their destination. Each node can be connected with n-1 other nodes, where n is the total number of nodes on the network. If each node is connected with n-1 nodes, then the mesh network is referred as being fully connected or as a full mesh.
 +
=====Advantages=====
 +
 +
=====Disadvantages=====

Revision as of 18:00, 12 April 2009

Network topology refers to the configuration of the physical and logical connections between the elements (links, nodes, etc.) of a network. Network topology does not refer to the physical layout of a network, nor does it refer to transmission rates, signal types or other characteristics of computer networks. Networks are normally organized by one (or more) of five basic types of topologies: bus, ring, star, tree, and mesh. In some instances two networks are interconnected forming a sixth type of topology: hybrid.


Contents

Types of Network Topology

Bus

The bus topology uses a single transmission medium on which all messages are broadcasted. Each node receives all messages, but only the intended destination accepts it.

Advantages
Disadvantages

Ring

In a ring topology each node is connected to exactly two other nodes forming a closed loop. Messages are passed along the ring in a single direction until they reach their destination.

Advantages
Disadvantages

Star

The star topology consists of a hub, router, etc., connecting each other node of the network. Each message passes through the hub and is redirected to its destination.

Advantages
Disadvantages

Tree

Combining multiple star networks along a single bus network with a root node forms the tree topology.

Advantages
Disadvantages

Mesh

Mesh topologies present multiple paths that a message can take to reach their destination. Each node can be connected with n-1 other nodes, where n is the total number of nodes on the network. If each node is connected with n-1 nodes, then the mesh network is referred as being fully connected or as a full mesh.

Advantages
Disadvantages
Personal tools