Star Topology
The most popular topology for business today - the star topology consists of all of the nodes on a network connected to a central switch or hub. A node is a device attached to the network - such as a computer.
Each node on the network has a cable back to the central switch. If one cable fails to a node, only that node (computer) is affected. You can combine several switches or hubs to create several stars, all connected together.
The Star topology is very inexpensive to maintain versus other topologies. 10BaseT is an example of Star topology. Think of the star topology as a big wheel. At the center of the wheel is a switch or hub and each spoke going out from the center goes to a node.
Bus Topology
Bus topology is one which all of the devices on the network are connected with a single cable with terminators on each end. This single cable is often referred to as a backbone or trunk.
The typical Bus network uses coax as its cable. Coax is a cable similar to what you use for your cable TV. Coax is also referred to as 10Base2.
The upside to using coax is that it is inexpensive, easy to install, and is not as susceptible to electromagnetic interference as twisted pair cable is.
The downside for a coax network is the speed is limited to 10 Mbps (Megabits per second) and that is an interruption occurs in the cable, all of the nodes (workstations) on the cable will lose connectivity. If a NIC fails or a cable is disconnected at any of the points in the network, it will not be terminated properly so all of the computers will lose connectivity to the network.
Mesh Topology
A mesh topology is one which all of the nodes are directly connected with all of the other nodes.
A mesh topology is the best choice when you require fault tolerance, however, it is very difficult to setup and maintain.
There are two types of mesh network: full mesh and partial mesh. A full mesh is one which every workstation is connected to the other ones in the network. In a partial mesh, the workstations have at least two NICs with connections to other nodes on the network. Mesh networks are commonly used in WANs.
Ring Topology
The ring topology is one which the network is a loop where data is passed from one workstation to another.
Commonly, you find the ring topology with token ring networks. Token ring networks are defined by IEEE 802.5 and were primarily developed by IBM. The token ring network is designed to transmit a token, or a special frame, designed to go from node to node around the ring. As the frame passes, if a workstation needs to transmit data, it modifies the frame, attaches its data and sends it on. If the data is intended for the next workstation on the network, it receives the data and the information stops at that workstation. If it is intended for somewhere else on the network, the data is retransmitted around the ring until it finds its intended location. Once the data finds its new home, a blank token is transmitted and another workstation can attach data and then that data travels around the ring.
There is a token holding timer to prevent a workstation from transmitting too much data. This protocol ensures all workstations on the network get an opportunity to send data. The original specification could only operate up to 16 Mbps though newer Fast Token Ring networks can transmit up to 1 Gbps (gigabit per second).
Advantages for token ring networks include a 4k maximum frame size, longer distance capabilities than Ethernet, and each station is guaranteed access to a token at some point. Ethernet is a shared access medium meaning each workstation has equal access to the available bandwidth at any given time.
The recommended distance for Type 1 cabling on a token ring network is 300 meters, on Unshielded Twisted Pair (UTP) cabling, about 150 meters. More details will be discussed about token ring shortly\
Hybrid Topology
Hybrid topology is an integration of two or more different topologies to form a resultant topologywhich has many advantages (as well as disadvantages) of all the constituent basictopologies rather than having characteristics of one specific topology.
.
No comments:
Post a Comment